Small perldelta tweaks.
[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 [ 17462] By: jhi                                   on 2002/07/10  11:27:44
32         Log: EBCDIC has different codepoints.
33      Branch: perl
34            ! lib/PerlIO/via/t/QuotedPrint.t
35 ____________________________________________________________________________
36 [ 17461] By: nick                                  on 2002/07/10  06:58:47
37         Log: Integrate mainline (Via/via etc.)
38      Branch: perlio
39           +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
40           +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
41           +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs lib/Config.t
42           +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
43            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
44            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
45            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
46           !> (integrate 34 files)
47 ____________________________________________________________________________
48 [ 17460] By: jhi                                   on 2002/07/10  03:58:58
49         Log: If no PerlIO, no PerlIO::via.
50      Branch: perl
51            ! lib/PerlIO/via/t/QuotedPrint.t
52 ____________________________________________________________________________
53 [ 17459] By: jhi                                   on 2002/07/10  00:57:29
54         Log: Too much cut-and-paste from Term::Complete.t;
55              be more paranoid on readonlyness
56      Branch: perl
57            ! lib/Config.t
58 ____________________________________________________________________________
59 [ 17458] By: jhi                                   on 2002/07/09  23:29:52
60         Log: Test Config.
61      Branch: perl
62            + lib/Config.t
63            ! MANIFEST
64 ____________________________________________________________________________
65 [ 17457] By: jhi                                   on 2002/07/09  22:36:27
66         Log: Subject: [PATCH] Fwd: [ID 20020703.002] bareword processing bug under 'use strict'
67              From: Kay Röpke <kroepke@dolphin-services.de>
68              Date: Tue, 9 Jul 2002 14:12:10 +0200
69              Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de>
70      Branch: perl
71            ! op.c t/lib/strict/subs
72 ____________________________________________________________________________
73 [ 17456] By: jhi                                   on 2002/07/09  21:35:33
74         Log: Detypo.
75      Branch: perl
76            ! ext/threads/shared/shared.pm
77 ____________________________________________________________________________
78 [ 17455] By: jhi                                   on 2002/07/09  21:32:44
79         Log: Subject: [PATCH] fix 17425 for VMS
80              From: "Craig A. Berry" <craigberry@mac.com>
81              Date: Tue, 09 Jul 2002 17:07:12 -0500
82              Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01>
83      Branch: perl
84            ! t/op/magic.t
85 ____________________________________________________________________________
86 [ 17454] By: jhi                                   on 2002/07/09  21:31:44
87         Log: Change PerlIO::Scalar and Via to scalar and via.
88      Branch: perl
89            + ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
90            + ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
91            + ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
92            + lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
93            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
94            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
95            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
96            - lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
97            ! MANIFEST Porting/config.sh djgpp/config.over doio.c
98            ! epoc/config.sh ext/B/B/C.pm ext/PerlIO/t/via.t hints/uwin.sh
99            ! hints/vmesa.sh perlio.c pod/perldelta.pod pod/perliol.pod
100            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
101 ____________________________________________________________________________
102 [ 17453] By: sky                                   on 2002/07/09  21:23:31
103         Log: Update documentation with &share() non prototype checking version.
104              Fix share so it once again returns a reference to whatever it just
105              shared, so now you can do my &share([]);
106              Remove check for useithreads and Config.pm from threads::shared,
107              you can now always use threads::shared in your module without
108              overhead of config.pm and without speed hit unless threads have been 
109              requested, share, cond_wait, cond_broadcast, cond_signal and lock
110              all become noops, so does : share.
111      Branch: perl
112            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
113 ____________________________________________________________________________
114 [ 17452] By: jhi                                   on 2002/07/09  18:58:45
115         Log: Tweak perldelta for the new PerlIO::Vianess.
116      Branch: perl
117            ! pod/perldelta.pod
118 ____________________________________________________________________________
119 [ 17451] By: jhi                                   on 2002/07/09  18:53:11
120         Log: Update the port status.
121      Branch: perl
122            ! pod/perlport.pod
123 ____________________________________________________________________________
124 [ 17450] By: jhi                                   on 2002/07/09  18:49:20
125         Log: Subject: [PATCH] 5.8.0-RC1 on SunOS 4!
126              From: Robin Barker <rmb1@cise.npl.co.uk>
127              Date: Tue, 9 Jul 2002 20:03:40 +0100 (BST)
128              Message-Id: <200207091903.UAA09531@tempest.npl.co.uk>
129              
130              (the sprintf() spot in Dumper.xs fixed)
131      Branch: perl
132            ! ext/Data/Dumper/Dumper.xs perl.c util.c
133 ____________________________________________________________________________
134 [ 17449] By: jhi                                   on 2002/07/09  18:38:04
135         Log: Subject: [PATCH] Removing example layers from MIME::QuotedPrint
136              From: Elizabeth Mattijsen <liz@dijkmat.nl>
137              Date: Mon, 08 Jul 2002 10:21:09 +0200
138              Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl>
139              
140              Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint
141              From: Elizabeth Mattijsen <liz@dijkmat.nl>
142              Date: Tue, 09 Jul 2002 09:29:52 +0200
143              Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl>
144      Branch: perl
145            + lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
146            ! MANIFEST ext/MIME/Base64/QuotedPrint.pm ext/PerlIO/Via/Via.pm
147            ! ext/PerlIO/t/via.t pod/perliol.pod
148 ____________________________________________________________________________
149 [ 17448] By: jhi                                   on 2002/07/09  17:46:00
150         Log: Integrate perlio:
151              
152              [ 17446]
153              Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
154              :stdio as lower layer fails.
155              
156              [ 17447]
157              Tidy PerlIO::Via
158              - add test for open fail
159              - add PerlIO_debug() diags to open paths
160              - comments on API gaps 
161              - Update OPEN,SYSOPEN,FDOPEN pod entries.
162      Branch: perl
163           !> ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
164           !> perlio.c
165 ____________________________________________________________________________
166 [ 17447] By: nick                                  on 2002/07/09  17:13:41
167         Log: Tidy PerlIO::Via
168              - add test for open fail
169              - add PerlIO_debug() diags to open paths
170              - comments on API gaps 
171              - Update OPEN,SYSOPEN,FDOPEN pod entries.
172      Branch: perlio
173            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
174 ____________________________________________________________________________
175 [ 17446] By: nick                                  on 2002/07/09  16:59:29
176         Log: Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
177              :stdio as lower layer fails.
178      Branch: perlio
179            ! perlio.c
180 ____________________________________________________________________________
181 [ 17445] By: jhi                                   on 2002/07/09  16:32:15
182         Log: Document how to re-indent.
183      Branch: perl
184            ! Porting/pumpkin.pod
185 ____________________________________________________________________________
186 [ 17444] By: jhi                                   on 2002/07/09  15:50:45
187         Log: Retract #17428, not needed in this version of File::Spec.
188      Branch: perl
189            ! lib/File/Spec/Unix.pm
190 ____________________________________________________________________________
191 [ 17443] By: jhi                                   on 2002/07/09  15:41:57
192         Log: This is getting pretty fragmented (finish up #17441).
193      Branch: perl
194            ! pp_ctl.c t/op/eval.t
195 ____________________________________________________________________________
196 [ 17442] By: nick                                  on 2002/07/09  15:39:02
197         Log: Indentation normalize via 
198              indent -kr -nce -psl 
199              (Better indent incantations welcome - something for Porting/?)
200      Branch: perlio
201            ! ext/PerlIO/Via/Via.xs
202 ____________________________________________________________________________
203 [ 17441] By: jhi                                   on 2002/07/09  15:06:55
204         Log: Missing patch fragment, noted by Hugo.
205      Branch: perl
206            ! toke.c
207 ____________________________________________________________________________
208 [ 17440] By: jhi                                   on 2002/07/09  14:05:39
209         Log: Update Changes.
210      Branch: perl
211            ! Changes patchlevel.h
212 ____________________________________________________________________________
213 [ 17439] By: jhi                                   on 2002/07/09  13:55:16
214         Log: Empty lines.
215      Branch: perl
216            ! MANIFEST
217 ____________________________________________________________________________
218 [ 17438] By: jhi                                   on 2002/07/09  13:48:44
219         Log: Integrate perlio:
220              
221              [ 17431]
222              SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
223              
224              [ 17432]
225              Core-dump prevention for 
226              open PIPE, "-|:stdio", "cat /etc/motd";
227              (root cause not yet fixed).
228              
229              [ 17433]
230              Special case :stdio pushed method so that "-|:stdio" does 
231              not have an uninitialized layer on top.
232              
233              [ 17435]
234              Call $encoding->decode($sv) without a $chk argument.
235              This fixes modification of readonly value under use encoding().
236              Not a final fix as it does not warn on failed decode.
237              
238              [ 17437]
239              perldiag patch for implied open of STDIN/STDOUT/STDERR
240              in wrong mode.
241      Branch: perl
242           +> ext/ODBM_File/hints/linux.pl
243           !> MANIFEST perlio.c pod/perldiag.pod sv.c
244 ____________________________________________________________________________
245 [ 17437] By: nick                                  on 2002/07/09  13:42:06
246         Log: perldiag patch for implied open of STDIN/STDOUT/STDERR
247              in wrong mode.
248      Branch: perlio
249            ! pod/perldiag.pod
250 ____________________________________________________________________________
251 [ 17436] By: jhi                                   on 2002/07/09  13:05:43
252         Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled)
253              From: Hans Ranke <Hans.Ranke@ei.tum.de>
254              Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST)
255              Message-Id: <5.8.0_12541_1026136670@regency>
256      Branch: perl
257            ! makedepend.SH
258 ____________________________________________________________________________
259 [ 17435] By: nick                                  on 2002/07/09  12:38:01
260         Log: Call $encoding->decode($sv) without a $chk argument.
261              This fixes modification of readonly value under use encoding().
262              Not a final fix as it does not warn on failed decode.
263      Branch: perlio
264            ! sv.c
265 ____________________________________________________________________________
266 [ 17434] By: jhi                                   on 2002/07/09  11:50:41
267         Log: Subject: [DOC PATCH] perlre, minor error
268              From: "Steffen Mueller" <xyey9001@sneakemail.com>
269              Date: Tue, 9 Jul 2002 02:23:33 +0200
270              Message-ID: <20020709002024.28399.qmail@onion.perl.org>
271      Branch: perl
272            ! pod/perlre.pod
273 ____________________________________________________________________________
274 [ 17433] By: nick                                  on 2002/07/09  11:42:32
275         Log: Special case :stdio pushed method so that "-|:stdio" does 
276              not have an uninitialized layer on top.
277      Branch: perlio
278            ! perlio.c
279 ____________________________________________________________________________
280 [ 17432] By: nick                                  on 2002/07/09  09:38:45
281         Log: Core-dump prevention for 
282              open PIPE, "-|:stdio", "cat /etc/motd";
283              (root cause not yet fixed).
284      Branch: perlio
285            ! perlio.c
286 ____________________________________________________________________________
287 [ 17431] By: nick                                  on 2002/07/09  08:01:54
288         Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
289      Branch: perlio
290            + ext/ODBM_File/hints/linux.pl
291            ! MANIFEST
292 ____________________________________________________________________________
293 [ 17430] By: nick                                  on 2002/07/09  07:59:06
294         Log: Integrate mainline
295      Branch: perlio
296           +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t
297            - ext/MIME/Base64/t/qp.t
298           !> (integrate 48 files)
299 ____________________________________________________________________________
300 [ 17429] By: jhi                                   on 2002/07/09  00:17:49
301         Log: MIME::QuotedPrint is for bytes only; from Gisle.
302      Branch: perl
303            ! ext/MIME/Base64/QuotedPrint.pm
304            ! ext/MIME/Base64/t/quoted-print.t
305 ____________________________________________________________________________
306 [ 17428] By: jhi                                   on 2002/07/08  23:26:49
307         Log: Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR}
308              From: Diab Jerius <dj@head-cfa.harvard.edu>
309              Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT)
310              Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu>
311      Branch: perl
312            ! lib/File/Spec/Unix.pm
313 ____________________________________________________________________________
314 [ 17427] By: jhi                                   on 2002/07/08  23:17:21
315         Log: Subject: patch against   t/op/magic.t
316              From: Jim Cromie <jcromie@divsol.com>
317              Date: Mon, 08 Jul 2002 19:23:38 -0400
318              Message-ID: <3D2A1EFA.8050603@divsol.com>
319      Branch: perl
320            ! t/op/magic.t
321 ____________________________________________________________________________
322 [ 17426] By: jhi                                   on 2002/07/08  21:38:24
323         Log: Subject: [DOC PATCH] Thread::Signal.pm
324              From: Elizabeth Mattijsen <liz@dijkmat.nl>
325              Date: Mon, 08 Jul 2002 23:40:32 +0200
326              Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl>
327      Branch: perl
328            ! ext/Thread/Thread/Signal.pm
329 ____________________________________________________________________________
330 [ 17425] By: jhi                                   on 2002/07/08  20:10:15
331         Log: Integrate maint patches #17421, #17424:
332              
333              on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
334              hack, $^X was improperly set to the script name when the script
335              was run via the PATH; argv[0] in that case shows up as the bare
336              name of the script rather than its fully qualified path, which
337              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
338              to recognize it as the running script name; fix tries to match
339              bare script name in that case (from Gisle Aas)
340              
341              tweak change#17421 ($0 is full path to script even when script
342              is invoked via PATH almost everywhere except Windows)
343      Branch: perl
344           !> t/op/magic.t toke.c
345 ____________________________________________________________________________
346 [ 17424] By: gsar                                  on 2002/07/08  19:54:10
347         Log: tweak change#17421 ($0 is full path to script even when script
348              is invoked via PATH almost everywhere except Windows)
349      Branch: maint-5.6/perl
350            ! t/op/magic.t
351 ____________________________________________________________________________
352 [ 17423] By: jhi                                   on 2002/07/08  19:10:29
353         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
354              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
355              Date: Mon, 08 Jul 2002 17:00:33 +0100
356              Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk>
357      Branch: perl
358            ! lib/File/Basename.pm op.c t/op/wantarray.t
359 ____________________________________________________________________________
360 [ 17422] By: jhi                                   on 2002/07/08  19:08:58
361         Log: Subject: [PATCH perl@17412] regcomp.c casting tweak
362              From: "Craig A. Berry" <craigberry@mac.com>
363              Date: Mon, 08 Jul 2002 13:17:35 -0500
364              Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01>
365      Branch: perl
366            ! regcomp.c
367 ____________________________________________________________________________
368 [ 17421] By: gsar                                  on 2002/07/08  17:07:01
369         Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
370              hack, $^X was improperly set to the script name when the script
371              was run via the PATH; argv[0] in that case shows up as the bare
372              name of the script rather than its fully qualified path, which
373              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
374              to recognize it as the running script name; fix tries to match
375              bare script name in that case (from Gisle Aas)
376      Branch: maint-5.6/perl
377            ! t/op/magic.t toke.c
378 ____________________________________________________________________________
379 [ 17420] By: jhi                                   on 2002/07/08  12:54:52
380         Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads
381              From: Dave Mitchell <davem@fdgroup.com>
382              Date: Mon, 8 Jul 2002 00:45:42 +0100
383              Message-ID: <20020708004542.B14412@fdgroup.com>
384      Branch: perl
385            ! README.solaris
386 ____________________________________________________________________________
387 [ 17419] By: jhi                                   on 2002/07/08  12:19:24
388         Log: Add a note about perlmonks as suggested by Ilya Martynov;
389              add an admonition about "can you write my shopping cart
390              script for me!!!"
391      Branch: perl
392            ! pod/perlfaq2.pod
393 ____________________________________________________________________________
394 [ 17418] By: jhi                                   on 2002/07/08  12:11:31
395         Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod
396              From: Iain Truskett <spoon@cpan.org>
397              Date: Mon, 8 Jul 2002 16:50:55 +1000
398              Message-ID: <20020708065055.GC14168@eh.org>
399      Branch: perl
400            ! pod/perlfaq2.pod pod/perlmodstyle.pod
401 ____________________________________________________________________________
402 [ 17417] By: jhi                                   on 2002/07/08  12:08:27
403         Log: Subject: [DOC PATCH] perlthrtut.pod
404              From: Iain Truskett <spoon@cpan.org>
405              Date: Mon, 8 Jul 2002 13:53:59 +1000       
406              Message-ID: <20020708035359.GB14168@eh.org>  
407      Branch: perl
408            ! pod/perlthrtut.pod
409 ____________________________________________________________________________
410 [ 17416] By: jhi                                   on 2002/07/08  12:07:11
411         Log: Subject: [PATCH] t/op/glob.t
412              From: Iain Truskett <spoon@cpan.org>
413              Date: Mon, 8 Jul 2002 11:59:21 +1000
414              Message-ID: <20020708015921.GA14168@eh.org>
415      Branch: perl
416            ! t/op/glob.t
417 ____________________________________________________________________________
418 [ 17415] By: jhi                                   on 2002/07/08  11:58:54
419         Log: More AUTHORS updates.
420      Branch: perl
421            ! AUTHORS
422 ____________________________________________________________________________
423 [ 17414] By: jhi                                   on 2002/07/07  22:17:28
424         Log: AUTHORS updates.
425      Branch: perl
426            ! AUTHORS
427 ____________________________________________________________________________
428 [ 17413] By: jhi                                   on 2002/07/07  21:42:20
429         Log: README tweaks.
430      Branch: perl
431            ! README.tru64
432 ____________________________________________________________________________
433 [ 17412] By: jhi                                   on 2002/07/07  20:54:53
434         Log: Update Changes.
435      Branch: perl
436            ! Changes patchlevel.h
437 ____________________________________________________________________________
438 [ 17411] By: jhi                                   on 2002/07/07  20:36:18
439         Log: Regen toc, modlib.
440      Branch: perl
441            ! pod/perlmodlib.pod pod/perltoc.pod
442 ____________________________________________________________________________
443 [ 17410] By: rgs                                   on 2002/07/07  20:31:37
444         Log: Replace the word "discipline" by "layer" almost everywhere,
445              by Elizabeth Mattijsen.
446      Branch: perl
447            ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod
448            ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod
449            ! pod/perluniintro.pod pod/perlvar.pod
450 ____________________________________________________________________________
451 [ 17409] By: jhi                                   on 2002/07/07  19:58:36
452         Log: Use the same name for the QP test as MIME::Base64 does.
453      Branch: perl
454            + ext/MIME/Base64/t/quoted-print.t
455            - ext/MIME/Base64/t/qp.t
456            ! MANIFEST
457 ____________________________________________________________________________
458 [ 17408] By: jhi                                   on 2002/07/07  18:48:06
459         Log: Don't install test pods.
460      Branch: perl
461            ! installman
462 ____________________________________________________________________________
463 [ 17407] By: jhi                                   on 2002/07/07  17:04:27
464         Log: Integrate maint patches #13474, #13478, #13584, and #16539;
465              introduce the test case of [ID 20020623.009].  Once upon a
466              time #13474 introduced evil coredumps, but now things seem
467              to be better (tried both with and without ithreads).
468      Branch: perl
469            ! op.c t/run/fresh_perl.t
470 ____________________________________________________________________________
471 [ 17406] By: jhi                                   on 2002/07/07  15:29:28
472         Log: Upgrade to Math::BigInt 1.60.
473      Branch: perl
474            + lib/Math/BigInt/t/bare_mif.t
475            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
476            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
477            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
478            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
479            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/inf_nan.t
480            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
481            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
482            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t
483 ____________________________________________________________________________
484 [ 17405] By: rgs                                   on 2002/07/06  18:39:30
485         Log: Subject: Re: FreeBSD 4.6 imminent
486              From: Nicholas Clark <nick@unfortu.net>
487              Date: Sat, 6 Jul 2002 16:07:38 +0100
488              Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net>
489      Branch: perl
490            ! README.freebsd
491 ____________________________________________________________________________
492 [ 17404] By: nick                                  on 2002/07/06  07:04:02
493         Log: Integrate mainline
494      Branch: perlio
495           !> t/README
496 ____________________________________________________________________________
497 [ 17403] By: rgs                                   on 2002/07/05  12:46:22
498         Log: Precisions and updates about running and writing tests.
499      Branch: perl
500            ! t/README
501 ____________________________________________________________________________
502 [ 17402] By: nick                                  on 2002/07/05  07:05:40
503         Log: Integrate mainline
504      Branch: perlio
505           !> (integrate 32 files)
506 ____________________________________________________________________________
507 [ 17401] By: rgs                                   on 2002/07/04  20:21:10
508         Log: Goes with change #17400.
509      Branch: perl
510            ! t/pod/podselect.xr
511 ____________________________________________________________________________
512 [ 17400] By: rgs                                   on 2002/07/04  14:44:32
513         Log: Subject: [DOC PATCH] minor typo in podselect.PL
514              From: Dave Mitchell <davem@fdgroup.com>
515              Date: Thu, 4 Jul 2002 15:30:53 +0100
516              Message-ID: <20020704153052.C1322@fdgroup.com>
517      Branch: perl
518            ! pod/podselect.PL
519 ____________________________________________________________________________
520 [ 17399] By: rgs                                   on 2002/07/04  12:01:21
521         Log: Typos and missing warning categories.
522      Branch: perl
523            ! pod/perldiag.pod
524 ____________________________________________________________________________
525 [ 17398] By: rgs                                   on 2002/07/04  10:19:11
526         Log: Subject: Re: autom4te and perl 5.8.0
527              From: Andy Dougherty <doughera@lafayette.edu>
528              Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT)
529              Message-ID: <Pine.SOL.4.10.10207031150540.6601-100000@maxwell.phys.lafayette.edu>
530              
531              (with an additional paranoid nit : skip test unless -c $devnull)
532      Branch: perl
533            ! doio.c ext/Fcntl/t/fcntl.t
534 ____________________________________________________________________________
535 [ 17397] By: rgs                                   on 2002/07/04  08:58:23
536         Log: Subject: [PATCH] Win32 build broken
537              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
538              Date: Wed, 3 Jul 2002 23:44:49 +0200
539              Message-ID: <3D238C71.6138.2E20AFC@localhost>
540              
541              (needed by change #17391)
542      Branch: perl
543            ! embed.fnc global.sym
544 ____________________________________________________________________________
545 [ 17396] By: rgs                                   on 2002/07/02  08:27:41
546         Log: Subject: [PATCH perl@17384] opendir() nit for VMS
547              From: "Craig A. Berry" <craigberry@mac.com>
548              Date: Mon, 1 Jul 2002 22:55:30 -0500
549              Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]>
550      Branch: perl
551            ! vms/vms.c
552 ____________________________________________________________________________
553 [ 17395] By: rgs                                   on 2002/07/01  18:41:17
554         Log: Subject: Re: Change 17385: AUTHORS updates.
555              From: Philip Newton <Philip.Newton@gmx.net>
556              Date: Mon, 01 Jul 2002 20:30:59 +0200
557              Message-ID: <gt71iuch89r0ektao7g62l32ntgiub1jse@4ax.com>
558      Branch: perl
559            ! AUTHORS
560 ____________________________________________________________________________
561 [ 17394] By: rgs                                   on 2002/07/01  18:35:37
562         Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS
563              From: "Craig A. Berry" <craigberry@mac.com>
564              Date: Mon, 01 Jul 2002 13:52:36 -0500
565              Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01>
566      Branch: perl
567            ! configure.com vms/test.com
568 ____________________________________________________________________________
569 [ 17393] By: rgs                                   on 2002/07/01  18:25:22
570         Log: Allow PerlIO::Via to look for modules in the default
571              namespace PerlIO::Via::.
572      Branch: perl
573            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
574 ____________________________________________________________________________
575 [ 17392] By: jhi                                   on 2002/07/01  14:14:37
576         Log: Small speedup by inlining the easy bits of is_utf8_char()
577              into is_utf8_string().
578      Branch: perl
579            ! utf8.c
580 ____________________________________________________________________________
581 [ 17391] By: jhi                                   on 2002/07/01  13:42:28
582         Log: Subject: -Dr and unicode
583              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
584              Date: Mon, 01 Jul 2002 13:28:05 +0100
585              Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk>
586      Branch: perl
587            ! regcomp.c
588 ____________________________________________________________________________
589 [ 17390] By: jhi                                   on 2002/07/01  13:40:44
590         Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k 
591              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
592              Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk>
593              Date: Mon, 01 Jul 2002 13:28:04 +0100
594      Branch: perl
595            ! regexec.c t/op/pat.t
596 ____________________________________________________________________________
597 [ 17389] By: rgs                                   on 2002/07/01  13:04:18
598         Log: Goes with lib/open.pm diagnostics changes
599      Branch: perl
600            ! lib/open.t
601 ____________________________________________________________________________
602 [ 17388] By: rgs                                   on 2002/07/01  09:27:47
603         Log: Subject: [DOC PATCH] perliol.pod nit
604              From: Elizabeth Mattijsen <liz@dijkmat.nl>
605              Date: Sun, 30 Jun 2002 23:52:05 +0200
606              Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl>
607              
608              Subject: [DOC PATCH] open.pm, no more discipline
609              From: Elizabeth Mattijsen <liz@dijkmat.nl>
610              Date: Sun, 30 Jun 2002 23:02:50 +0200
611              Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl>
612      Branch: perl
613            ! lib/open.pm pod/perliol.pod
614 ____________________________________________________________________________
615 [ 17387] By: rgs                                   on 2002/07/01  09:26:02
616         Log: Subject: Threads doc patch
617              From: Iain Truskett <spoon@cpan.org>
618              Date: Mon, 1 Jul 2002 14:58:14 +1000
619              Message-ID: <20020701045814.GB1805@eh.org>
620      Branch: perl
621            ! pod/perlthrtut.pod
622 ____________________________________________________________________________
623 [ 17386] By: jhi                                   on 2002/06/30  16:51:44
624         Log: Regen toc (skip the XS:: since they do not get installed)
625      Branch: perl
626            ! pod/buildtoc.PL pod/perltoc.pod
627 ____________________________________________________________________________
628 [ 17385] By: jhi                                   on 2002/06/30  16:31:35
629         Log: AUTHORS updates.
630      Branch: perl
631            ! AUTHORS
632 ____________________________________________________________________________
633 [ 17384] By: jhi                                   on 2002/06/30  15:31:53
634         Log: Update Changes.
635      Branch: perl
636            ! Changes patchlevel.h
637 ____________________________________________________________________________
638 [ 17383] By: jhi                                   on 2002/06/30  02:45:58
639         Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
640              when creation of new threads needs to duplicate the re struct)
641      Branch: perl
642            ! sv.c
643 ____________________________________________________________________________
644 [ 17382] By: jhi                                   on 2002/06/30  01:22:05
645         Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double
646              From: Nicholas Clark <nick@unfortu.net>
647              Date: Sat, 29 Jun 2002 18:24:08 +0100
648              Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
649      Branch: perl
650            ! t/op/pack.t
651 ____________________________________________________________________________
652 [ 17381] By: rgs                                   on 2002/06/29  13:31:12
653         Log: Various precisions.
654      Branch: perl
655            ! pod/perlhack.pod
656 ____________________________________________________________________________
657 [ 17380] By: jhi                                   on 2002/06/28  18:50:08
658         Log: (Retracted by #17383)
659              Subject: Re: [ID 20020627.002] Regexp causing segmentation fault
660              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
661              Date: Fri, 28 Jun 2002 14:29:43 +0100
662              Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk>
663      Branch: perl
664            ! sv.c
665 ____________________________________________________________________________
666 [ 17379] By: jhi                                   on 2002/06/28  18:36:57
667         Log: Subject: [PATCH rc2] README.os2
668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
669              Date: Fri, 28 Jun 2002 13:32:39 -0400
670              Message-ID: <20020628133239.A26455@math.ohio-state.edu>
671      Branch: perl
672            ! README.os2 os2/Changes
673 ____________________________________________________________________________
674 [ 17378] By: jhi                                   on 2002/06/28  18:28:43
675         Log: Forgotten file.
676      Branch: perl
677            ! MANIFEST
678 ____________________________________________________________________________
679 [ 17377] By: nick                                  on 2002/06/28  17:59:37
680         Log: Integrate mainline
681      Branch: perlio
682           +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t
683           !> (integrate 27 files)
684 ____________________________________________________________________________
685 [ 17376] By: jhi                                   on 2002/06/28  13:15:17
686         Log: NetWare update from Ananth Kesari.
687      Branch: perl
688            ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c
689            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
690 ____________________________________________________________________________
691 [ 17375] By: jhi                                   on 2002/06/28  13:02:01
692         Log: EBCDIC-safer.
693      Branch: perl
694            ! regexec.c
695 ____________________________________________________________________________
696 [ 17374] By: rgs                                   on 2002/06/28  12:07:49
697         Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
698              From: Steve Hay <Steve.Hay@uk.radan.com>
699              Date: Fri, 28 Jun 2002 12:23:37 +0100
700              Message-ID: <3D1C4739.4090002@uk.radan.com>
701      Branch: perl
702            ! lib/Tie/Handle.pm
703 ____________________________________________________________________________
704 [ 17373] By: rgs                                   on 2002/06/28  12:06:29
705         Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
706              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
707              Date: Mon, 24 Jun 2002 23:17:57 -0700
708              Message-ID: <VsAG9gzkgWla092yn@efn.org>
709      Branch: perl
710            ! pod/perlfunc.pod
711 ____________________________________________________________________________
712 [ 17372] By: jhi                                   on 2002/06/27  20:53:44
713         Log: Inlining to avoid costly UTF-8 calls.
714      Branch: perl
715            ! regexec.c sv.c
716 ____________________________________________________________________________
717 [ 17371] By: jhi                                   on 2002/06/27  19:12:46
718         Log: Shave off some more of the Unicode regex slowness.
719      Branch: perl
720            ! regexec.c
721 ____________________________________________________________________________
722 [ 17370] By: jhi                                   on 2002/06/27  16:10:17
723         Log: Cure some of the slowness of
724              [ID 20020627.001] regex and utf-8 performance problem.
725      Branch: perl
726            ! regexec.c
727 ____________________________________________________________________________
728 [ 17369] By: rgs                                   on 2002/06/27  11:12:43
729         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
730              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
731              Date: Thu, 27 Jun 2002 11:58:57 +0100
732              Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk>
733      Branch: perl
734            ! op.c
735 ____________________________________________________________________________
736 [ 17368] By: ams                                   on 2002/06/27  02:39:13
737         Log: Subject: [DOC PATCH] DynaLoader.pm
738              From: Elizabeth Mattijsen <liz@dijkmat.nl>
739              Date: Wed, 26 Jun 2002 20:27:25 +0200
740              Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl>
741              
742              Subject: [DOC PATCH] Base64.pm
743              From: Elizabeth Mattijsen <liz@dijkmat.nl>
744              Date: Thu, 27 Jun 2002 00:54:10 +0200
745              Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl>
746      Branch: perl
747            ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm
748 ____________________________________________________________________________
749 [ 17367] By: rgs                                   on 2002/06/26  20:32:20
750         Log: chomp clarifications by Elizabeth Mattijsen.
751      Branch: perl
752            ! pod/perlfunc.pod
753 ____________________________________________________________________________
754 [ 17366] By: jhi                                   on 2002/06/26  18:25:51
755         Log: Further tweaking on the Unicode s///.
756      Branch: perl
757            ! pp_hot.c t/op/subst.t
758 ____________________________________________________________________________
759 [ 17365] By: jhi                                   on 2002/06/26  18:01:09
760         Log: Subject: Re: Another Unicode s/// buglet?
761              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
762              Date: Wed, 26 Jun 2002 18:43:18 +0100
763              Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk>
764      Branch: perl
765            ! regexec.c
766 ____________________________________________________________________________
767 [ 17364] By: jhi                                   on 2002/06/26  15:44:57
768         Log: Subject: Re: Another Unicode s/// buglet?
769              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
770              Date: Wed, 26 Jun 2002 17:43:07 +0100
771              Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk>
772              
773              (only the test cases)
774      Branch: perl
775            ! t/op/subst.t
776 ____________________________________________________________________________
777 [ 17363] By: jhi                                   on 2002/06/26  15:41:48
778         Log: Integrate from macperl:
779              
780              [ 17345]
781              Mac OS Test updates
782              
783              [ 17347]
784              Support hints and OPTIMIZE in MM_MacOS
785              
786              [ 17348]
787              Crank down optimization for Mac OS in Digest::MD5
788      Branch: perl
789           +> ext/Digest/MD5/hints/MacOS.pl
790           !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm
791           !> lib/Test/Harness/t/strap-analyze.t
792           !> lib/Test/Harness/t/test-harness.t
793 ____________________________________________________________________________
794 [ 17362] By: jhi                                   on 2002/06/26  15:25:45
795         Log: Let's not leak.
796      Branch: perl
797            ! pp_hot.c
798 ____________________________________________________________________________
799 [ 17361] By: rgs                                   on 2002/06/26  15:24:24
800         Log: Subject: [PATCH rc2] os2/Changes
801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
802              Date: Wed, 26 Jun 2002 11:54:06 -0400
803              Message-ID: <20020626115406.A6091@math.ohio-state.edu>
804      Branch: perl
805            ! os2/Changes os2/os2.c
806 ____________________________________________________________________________
807 [ 17360] By: rgs                                   on 2002/06/26  14:41:00
808         Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
809              From: PPrymmer@factset.com
810              Date: Wed, 26 Jun 2002 10:48:23 -0400
811              Message-ID: <OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11>
812      Branch: perl
813            ! pod/perlport.pod
814 ____________________________________________________________________________
815 [ 17359] By: rgs                                   on 2002/06/26  14:38:10
816         Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
817              From: "Craig A. Berry" <craigberry@mac.com>
818              Date: Tue, 25 Jun 2002 21:46:59 -0500
819              Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
820      Branch: perl
821            ! configure.com pod/perlport.pod vms/perlvms.pod
822 ____________________________________________________________________________
823 [ 17358] By: jhi                                   on 2002/06/26  14:37:12
824         Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
825      Branch: perl
826            ! pp_hot.c t/op/subst.t
827 ____________________________________________________________________________
828 [ 17356] By: jhi                                   on 2002/06/26  12:54:51
829         Log: Further script tweakage.
830      Branch: perl
831            ! Porting/testall.atom
832 ____________________________________________________________________________
833 [ 17355] By: rgs                                   on 2002/06/25  19:55:23
834         Log: Subject: Re: glob [possible PATCH for perlfunc.pod] 
835              From: "John P. Linderman" <jpl@research.att.com>
836              Date: Tue, 25 Jun 2002 06:51:09 -0400
837              Message-ID: <200206251051.GAA44772@raptor.research.att.com>
838              
839              (reformatted)
840      Branch: perl
841            ! pod/perlfunc.pod
842 ____________________________________________________________________________
843 [ 17354] By: jhi                                   on 2002/06/25  19:20:15
844         Log: Upgrade to podlators 1.22.
845      Branch: perl
846            + lib/Pod/t/text.t
847            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t
848 ____________________________________________________________________________
849 [ 17353] By: jhi                                   on 2002/06/25  15:18:15
850         Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. 
851      Branch: perl
852            ! pp_hot.c t/op/subst.t
853 ____________________________________________________________________________
854 [ 17352] By: jhi                                   on 2002/06/25  13:28:33
855         Log: Dust off the script to the new test naming.
856      Branch: perl
857            ! Porting/testall.atom
858 ____________________________________________________________________________
859 [ 17351] By: pudge                                 on 2002/06/22  21:54:43
860         Log: Update Changes
861      Branch: macperl
862            + macos/Changes5.6
863            ! macos/Changes
864 ____________________________________________________________________________
865 [ 17350] By: pudge                                 on 2002/06/22  20:42:37
866         Log: Don't need this anymore
867      Branch: macperl
868            - macos/bundled_ext/Digest/MD5/Makefile.mk
869 ____________________________________________________________________________
870 [ 17349] By: pudge                                 on 2002/06/22  20:20:59
871         Log: Fix macos Makefiles for optimization changes
872      Branch: macperl
873            ! macos/BuildRules.mk macos/Makefile.mk
874 ____________________________________________________________________________
875 [ 17348] By: pudge                                 on 2002/06/22  20:20:31
876         Log: Crank down optimization for Mac OS in Digest::MD5
877      Branch: macperl
878            + ext/Digest/MD5/hints/MacOS.pl
879 ____________________________________________________________________________
880 [ 17347] By: pudge                                 on 2002/06/22  20:20:04
881         Log: Support hints and OPTIMIZE in MM_MacOS
882      Branch: macperl
883            ! lib/ExtUtils/MM_MacOS.pm
884 ____________________________________________________________________________
885 [ 17346] By: pudge                                 on 2002/06/22  17:30:59
886         Log: Misc. config/test updates in macos
887      Branch: macperl
888            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
889            ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh
890 ____________________________________________________________________________
891 [ 17345] By: pudge                                 on 2002/06/22  17:30:12
892         Log: Mac OS Test updates
893      Branch: macperl
894            ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t
895            ! lib/Test/Harness/t/test-harness.t
896 ____________________________________________________________________________
897 [ 17344] By: pudge                                 on 2002/06/22  17:13:16
898         Log: Integrate perl
899      Branch: macperl
900           +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t
901           +> lib/Test/Simple/t/threads.t
902            - lib/File/Spec/NW5.pm
903           !> (integrate 124 files)
904 ____________________________________________________________________________
905 [ 17343] By: nick                                  on 2002/06/21  14:09:27
906         Log: Integrate mainline
907      Branch: perlio
908           !> Changes patchlevel.h pod/perlhist.pod
909 ____________________________________________________________________________
910 [ 17342] By: nick                                  on 2002/06/21  13:30:07
911         Log: Integrate mainline
912      Branch: perlio
913           !> (integrate 34 files)
914 ____________________________________________________________________________
915 [ 17341] By: jhi                                   on 2002/06/21  13:13:58
916         Log: This is 5.8.0 RC2.
917      Branch: perl
918            ! patchlevel.h pod/perlhist.pod
919 ____________________________________________________________________________
920 [ 17340] By: jhi                                   on 2002/06/21  13:05:59
921         Log: Update Changes.
922      Branch: perl
923            ! Changes patchlevel.h
924 ____________________________________________________________________________
925 [ 17339] By: jhi                                   on 2002/06/21  12:46:59
926         Log: Regen stuff.
927      Branch: perl
928            ! Configure NetWare/config_H.wc Porting/config.sh
929            ! Porting/config_H pod/perlmodlib.pod pod/perltoc.pod uconfig.h
930            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
931            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
932            ! wince/config_H.ce
933 ____________________________________________________________________________
934 [ 17338] By: jhi                                   on 2002/06/21  12:34:31
935         Log: Typos-be-gone.
936      Branch: perl
937            ! pod/perldelta.pod
938 ____________________________________________________________________________
939 [ 17337] By: jhi                                   on 2002/06/21  12:06:17
940         Log: Slight rewording from Stas, paragraph rewrappings.
941      Branch: perl
942            ! pod/perliol.pod
943 ____________________________________________________________________________
944 [ 17336] By: jhi                                   on 2002/06/21  11:56:33
945         Log: Integrate perlio:
946              
947              [ 17330]
948              PerlIO Layer implementation future proofing.
949              - Inspired by Nick C's suggestion add size of function table to the table
950              as a validation check.
951              - also optimize pseudo-layer code to avoid malloc/link of something
952              destined to be immediately popped & freed.
953              - Minor addition to pod/perliol.pod
954              
955              [ 17335]
956              Fix bug in optimized pseudo-layers.
957      Branch: perl
958            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
959            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
960            ! pod/perliol.pod win32/win32io.c
961 ____________________________________________________________________________
962 [ 17335] By: nick                                  on 2002/06/21  08:46:57
963         Log: Fix bug in optimized pseudo-layers.
964      Branch: perlio
965            ! perlio.c
966 ____________________________________________________________________________
967 [ 17334] By: jhi                                   on 2002/06/21  00:42:54
968         Log: VMS: configure.com updates from Craig Berry.
969      Branch: perl
970            ! configure.com
971 ____________________________________________________________________________
972 [ 17333] By: gsar                                  on 2002/06/21  00:30:52
973         Log: tyops
974      Branch: perl
975            ! pod/perlrun.pod
976 ____________________________________________________________________________
977 [ 17332] By: jhi                                   on 2002/06/20  20:41:20
978         Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy)
979      Branch: perl
980            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
981            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
982            ! pod/perliol.pod win32/win32io.c
983 ____________________________________________________________________________
984 [ 17331] By: jhi                                   on 2002/06/20  20:11:00
985         Log: Integrate perlio:
986              
987              [ 17330]
988              PerlIO Layer implementation future proofing.
989              - Inspired by Nick C's suggestion add size of function table to the table
990              as a validation check.
991              - also optimize pseudo-layer code to avoid malloc/link of something
992              destined to be immediately popped & freed.
993              - Minor addition to pod/perliol.pod
994      Branch: perl
995           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
996           !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
997           !> pod/perliol.pod win32/win32io.c
998 ____________________________________________________________________________
999 [ 17330] By: nick                                  on 2002/06/20  20:04:01
1000         Log: PerlIO Layer implementation future proofing.
1001              - Inspired by Nick C's suggestion add size of function table to the table
1002              as a validation check.
1003              - also optimize pseudo-layer code to avoid malloc/link of something
1004              destined to be immediately popped & freed.
1005              - Minor addition to pod/perliol.pod
1006      Branch: perlio
1007            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1008            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1009            ! pod/perliol.pod win32/win32io.c
1010 ____________________________________________________________________________
1011 [ 17329] By: jhi                                   on 2002/06/20  18:13:31
1012         Log: AmigaOS: fork() is available but unimplemented.
1013      Branch: perl
1014            ! hints/amigaos.sh
1015 ____________________________________________________________________________
1016 [ 17328] By: jhi                                   on 2002/06/20  17:41:42
1017         Log: Integrate perlio:
1018              
1019              [ 17327]
1020              Fix segv on IO::File->open("/dev/null").
1021      Branch: perl
1022           !> doio.c perlio.c
1023 ____________________________________________________________________________
1024 [ 17327] By: nick                                  on 2002/06/20  16:54:01
1025         Log: Fix segv on IO::File->open("/dev/null").
1026      Branch: perlio
1027            ! doio.c perlio.c
1028 ____________________________________________________________________________
1029 [ 17326] By: jhi                                   on 2002/06/20  16:51:22
1030         Log: Missing from #17321.
1031      Branch: perl
1032            ! lib/Getopt/Long/CHANGES
1033 ____________________________________________________________________________
1034 [ 17325] By: jhi                                   on 2002/06/20  15:27:18
1035         Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings
1036              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1037              Date: Thu, 20 Jun 2002 17:14:12 +0100
1038              Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com>
1039      Branch: perl
1040            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
1041            ! warnings.pl
1042 ____________________________________________________________________________
1043 [ 17324] By: jhi                                   on 2002/06/20  14:39:41
1044         Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2
1045              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>   
1046              Date: Thu, 20 Jun 2002 14:51:16 +0100
1047              Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk>
1048      Branch: perl
1049            ! numeric.c
1050 ____________________________________________________________________________
1051 [ 17323] By: jhi                                   on 2002/06/20  12:36:20
1052         Log: Subject: [Patch POSIX.pod] "fmod" ne "modf"
1053              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
1054              Date: Thu, 20 Jun 2002 14:28:35 +0200
1055              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCDA7@hamsem01.de.gedas.vwg>
1056      Branch: perl
1057            ! ext/POSIX/POSIX.pod
1058 ____________________________________________________________________________
1059 [ 17322] By: jhi                                   on 2002/06/20  12:29:23
1060         Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning
1061              From: Stas Bekman <stas@stason.org>
1062              Date: Thu, 20 Jun 2002 16:50:01 +0800
1063              Message-ID: <3D119739.4020901@stason.org>
1064              
1065              (mod_perl defines might define VOIDUSED)
1066      Branch: perl
1067            ! perl.h
1068 ____________________________________________________________________________
1069 [ 17321] By: jhi                                   on 2002/06/20  12:26:12
1070         Log: (Retract #17316 and) upgrade to Getopt::Long 2.32.
1071      Branch: perl
1072            ! lib/Getopt/Long.pm
1073 ____________________________________________________________________________
1074 [ 17320] By: nick                                  on 2002/06/20  06:24:29
1075         Log: Integrate mainline
1076      Branch: perlio
1077           +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
1078           !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t
1079           !> ext/POSIX/t/taint.t lib/ExtUtils/Changes
1080           !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm
1081           !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm
1082           !> lib/Test/Builder.pm lib/Test/Harness.pm
1083           !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm
1084           !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
1085           !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
1086           !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod
1087 ____________________________________________________________________________
1088 [ 17319] By: gsar                                  on 2002/06/20  04:51:48
1089         Log: mention Win32::GetOSName() nearabouts $^O
1090      Branch: perl
1091            ! pod/perlvar.pod
1092 ____________________________________________________________________________
1093 [ 17318] By: jhi                                   on 2002/06/20  03:51:12
1094         Log: More IRIX compiler lore.
1095      Branch: perl
1096            ! README.irix
1097 ____________________________________________________________________________
1098 [ 17317] By: gsar                                  on 2002/06/20  02:33:49
1099         Log: missing export for PerlIO_pop (used in PerlIO::Via now)
1100      Branch: perl
1101            ! makedef.pl
1102 ____________________________________________________________________________
1103 [ 17316] By: jhi                                   on 2002/06/20  00:23:35
1104         Log: (retracted by #17321) Make Getopt::Long ithread-safe.
1105      Branch: perl
1106            ! lib/Getopt/Long.pm
1107 ____________________________________________________________________________
1108 [ 17315] By: jhi                                   on 2002/06/20  00:03:56
1109         Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45
1110              From: Michael G Schwern <schwern@pobox.com>
1111              Date: Wed, 19 Jun 2002 20:11:11 -0400
1112              Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
1113      Branch: perl
1114            + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
1115            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
1116            ! lib/Test/Simple.pm lib/Test/Simple/Changes
1117            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
1118 ____________________________________________________________________________
1119 [ 17314] By: jhi                                   on 2002/06/19  23:16:37
1120         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03
1121              From: Michael G Schwern <schwern@pobox.com>
1122              Date: Wed, 19 Jun 2002 20:13:16 -0400
1123              Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net>
1124      Branch: perl
1125            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
1126            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t
1127 ____________________________________________________________________________
1128 [ 17313] By: jhi                                   on 2002/06/19  23:15:41
1129         Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26
1130              From: Michael G Schwern <schwern@pobox.com>
1131              Date: Wed, 19 Jun 2002 20:12:08 -0400
1132              Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net>
1133      Branch: perl
1134            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1135            ! lib/Test/Harness/Straps.pm
1136 ____________________________________________________________________________
1137 [ 17312] By: jhi                                   on 2002/06/19  21:27:24
1138         Log: Integrate perlio:
1139              
1140              [ 17309]
1141              "Clean" implementation of binmode(FH)/":raw" identity.
1142              New function table entry so all layer definitions need tweaking.
1143              Extra function table entry allows a layer to remain on a binmode stack
1144              New PerlIOBase_binmode allows easy implementation of default policy.
1145      Branch: perl
1146           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
1147           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1148           !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
1149 ____________________________________________________________________________
1150 [ 17311] By: jhi                                   on 2002/06/19  21:16:09
1151         Log: Subject: RE: [PATCH] POSIX taint tests
1152              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1153              Date: Wed, 19 Jun 2002 23:16:11 +0100
1154              Message-ID: <AIEAJICLCBDNAAOLLOKLGEHFEOAA.Paul.Marquess@btinternet.com>
1155      Branch: perl
1156            ! ext/POSIX/t/posix.t
1157 ____________________________________________________________________________
1158 [ 17310] By: jhi                                   on 2002/06/19  21:14:53
1159         Log: Fix for 20001101.004, at least for the memleak part.
1160      Branch: perl
1161            ! lib/overload.pm
1162 ____________________________________________________________________________
1163 [ 17309] By: nick                                  on 2002/06/19  20:50:54
1164         Log: "Clean" implementation of binmode(FH)/":raw" identity.
1165              New function table entry so all layer definitions need tweaking.
1166              Extra function table entry allows a layer to remain on a binmode stack
1167              New PerlIOBase_binmode allows easy implementation of default policy.
1168      Branch: perlio
1169            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
1170            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1171            ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
1172 ____________________________________________________________________________
1173 [ 17308] By: jhi                                   on 2002/06/19  20:33:16
1174         Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests
1175              From: Michael G Schwern <schwern@pobox.com>
1176              Date: Wed, 19 Jun 2002 16:51:56 -0400
1177              Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net>
1178      Branch: perl
1179            ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t
1180 ____________________________________________________________________________
1181 [ 17307] By: rgs                                   on 2002/06/19  20:26:24
1182         Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
1183              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1184              Date: Tue, 18 Jun 2002 15:40:08 -0700
1185              Message-ID: <Ib7D9gzkgmTG092yn@efn.org>
1186      Branch: perl
1187            ! lib/overload.pm
1188 ____________________________________________________________________________
1189 [ 17306] By: jhi                                   on 2002/06/19  18:49:06
1190         Log: Subject: Re: Mingw32: some tests fail 
1191              From: Per Einar Ellefsen <per.einar@skynet.be>
1192              Date: Wed, 19 Jun 2002 19:37:15 +0200
1193              Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
1194      Branch: perl
1195            ! README.win32
1196 ____________________________________________________________________________
1197 [ 17305] By: jhi                                   on 2002/06/19  17:40:29
1198         Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta
1199              From: Autrijus Tang <autrijus@autrijus.org>
1200              Date: Thu, 20 Jun 2002 01:36:26 +0800
1201              Message-ID: <20020619173626.GA2650@not.autrijus.org>
1202      Branch: perl
1203            ! pod/perldelta.pod
1204 ____________________________________________________________________________
1205 [ 17304] By: nick                                  on 2002/06/19  15:57:16
1206         Log: Integrate mainline
1207      Branch: perlio
1208           +> ext/POSIX/t/taint.t
1209            - lib/File/Spec/NW5.pm
1210           !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
1211           !> patchlevel.h pod/perltodo.pod utils/perlbug.PL
1212 ____________________________________________________________________________
1213 [ 17303] By: jhi                                   on 2002/06/19  14:06:55
1214         Log: Update Changes.
1215      Branch: perl
1216            ! Changes patchlevel.h
1217 ____________________________________________________________________________
1218 [ 17302] By: jhi                                   on 2002/06/19  14:00:35
1219         Log: #17301 was only part of the story.
1220      Branch: perl
1221            ! MANIFEST
1222 ____________________________________________________________________________
1223 [ 17301] By: jhi                                   on 2002/06/19  13:53:52
1224         Log: Make MANIFEST comply with #17297.
1225      Branch: perl
1226            ! MANIFEST
1227 ____________________________________________________________________________
1228 [ 17300] By: jhi                                   on 2002/06/19  13:37:45
1229         Log: Subject: Re: perlbug mail loop? [PATCH]
1230              From: Richard.Foley@t-online.de
1231              Date: Wed, 19 Jun 2002 15:29:37 +0200
1232              Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com>
1233      Branch: perl
1234            ! utils/perlbug.PL
1235 ____________________________________________________________________________
1236 [ 17299] By: jhi                                   on 2002/06/19  13:18:42
1237         Log: opendir was missing for the list.
1238      Branch: perl
1239            ! pod/perltodo.pod
1240 ____________________________________________________________________________
1241 [ 17298] By: jhi                                   on 2002/06/19  13:01:51
1242         Log: Integrate perlio:
1243              
1244              [ 17295]
1245              Un-deprecate :raw after all - just define what it means
1246              more precisely. (Pending approval).
1247      Branch: perl
1248           !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
1249           !> pod/perlrun.pod
1250 ____________________________________________________________________________
1251 [ 17297] By: jhi                                   on 2002/06/19  12:33:04
1252         Log: The only difference between NW5.pm and Win32.pm was that
1253              NetWare preferred SYS:/temp over C:/temp for tmpdir().
1254      Branch: perl
1255            - lib/File/Spec/NW5.pm
1256            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
1257 ____________________________________________________________________________
1258 [ 17296] By: jhi                                   on 2002/06/19  12:20:54
1259         Log: Subject: [PATCH] POSIX taint tests
1260              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1261              Date: Wed, 19 Jun 2002 09:29:22 +0100
1262              Message-ID: <AIEAJICLCBDNAAOLLOKLMEFJEOAA.Paul.Marquess@btinternet.com>    
1263      Branch: perl
1264            + ext/POSIX/t/taint.t
1265            ! MANIFEST
1266 ____________________________________________________________________________
1267 [ 17295] By: nick                                  on 2002/06/19  12:14:32
1268         Log: Un-deprecate :raw after all - just define what it means
1269              more precisely. (Pending approval).
1270      Branch: perlio
1271            ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
1272            ! pod/perlrun.pod
1273 ____________________________________________________________________________
1274 [ 17294] By: nick                                  on 2002/06/19  06:09:49
1275         Log: Integrate mainline
1276      Branch: perlio
1277           !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm
1278           !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod
1279           !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod
1280           !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
1281           !> toke.c
1282 ____________________________________________________________________________
1283 [ 17293] By: jhi                                   on 2002/06/19  02:00:05
1284         Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed)
1285              From: Michael G Schwern <schwern@pobox.com>
1286              Date: Tue, 18 Jun 2002 21:31:43 -0400
1287              Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net>
1288      Branch: perl
1289            ! os2/os2_base.t
1290 ____________________________________________________________________________
1291 [ 17292] By: jhi                                   on 2002/06/18  21:36:21
1292         Log: This is probably the reason for the GW failures.
1293      Branch: perl
1294            ! ext/Digest/MD5/t/files.t
1295 ____________________________________________________________________________
1296 [ 17291] By: jhi                                   on 2002/06/18  21:28:33
1297         Log: Debugger tweak from from Peter Scott.
1298      Branch: perl
1299            ! lib/perl5db.pl
1300 ____________________________________________________________________________
1301 [ 17290] By: jhi                                   on 2002/06/18  20:31:10
1302         Log: To mirror #17285.
1303      Branch: perl
1304            ! pod/perldelta.pod
1305 ____________________________________________________________________________
1306 [ 17289] By: jhi                                   on 2002/06/18  20:29:25
1307         Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once
1308              From: "Craig A. Berry" <craigberry@mac.com>
1309              Date: Tue, 18 Jun 2002 10:34:51 -0500
1310              Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01>
1311      Branch: perl
1312            ! configure.com
1313 ____________________________________________________________________________
1314 [ 17288] By: jhi                                   on 2002/06/18  20:27:58
1315         Log: Tiny tweaks.
1316      Branch: perl
1317            ! lib/PerlIO.pm pod/perlfunc.pod
1318 ____________________________________________________________________________
1319 [ 17287] By: jhi                                   on 2002/06/18  20:22:56
1320         Log: Integrate perlio:
1321              
1322              [ 17280]
1323              Slight improvement to :win32 layer
1324              
1325              [ 17282]
1326              More PerlIO doc tweaks - trying to make them document what
1327              happens in current implementation while leaving way open
1328              to "fixing" things.
1329      Branch: perl
1330           !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c
1331 ____________________________________________________________________________
1332 [ 17286] By: jhi                                   on 2002/06/18  20:19:25
1333         Log: Document the "Unicode in package/sub names" problem;
1334              a microfix in toke.c towards the final goal (the fix
1335              removes the need to have quotes around Unicode package
1336              names when calling a method on them)
1337      Branch: perl
1338            ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod
1339            ! pod/perlunicode.pod pod/perluniintro.pod toke.c
1340 ____________________________________________________________________________
1341 [ 17285] By: rgs                                   on 2002/06/18  19:03:52
1342         Log: Further clarification about safe pipe opens.
1343      Branch: perl
1344            ! pod/perlipc.pod
1345 ____________________________________________________________________________
1346 [ 17284] By: rgs                                   on 2002/06/18  18:42:49
1347         Log: perlsyn.pod tweak suggested by Larry.
1348      Branch: perl
1349            ! pod/perlsyn.pod
1350 ____________________________________________________________________________
1351 [ 17283] By: rgs                                   on 2002/06/18  18:25:53
1352         Log: Subject: [DOC PATCH] perlsyn
1353              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1354              Date: Tue, 18 Jun 2002 13:37:30 +0200
1355              Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl>
1356              
1357              Subject: Re: [DOC PATCH] perlsyn (2)
1358              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1359              Date: Tue, 18 Jun 2002 15:08:17 +0200
1360              Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl>
1361              
1362              (Plus tweak by Ronald J Kimball)
1363      Branch: perl
1364            ! pod/perlsyn.pod
1365 ____________________________________________________________________________
1366 [ 17282] By: nick                                  on 2002/06/18  09:14:25
1367         Log: More PerlIO doc tweaks - trying to make them document what
1368              happens in current implementation while leaving way open
1369              to "fixing" things.
1370      Branch: perlio
1371            ! lib/PerlIO.pm pod/perlfunc.pod
1372 ____________________________________________________________________________
1373 [ 17281] By: nick                                  on 2002/06/18  09:12:59
1374         Log: Integrate mainline
1375      Branch: perlio
1376           !> Changes Configure config_h.SH installperl patchlevel.h
1377           !> pod/perldelta.pod pod/perlipc.pod
1378 ____________________________________________________________________________
1379 [ 17280] By: nick                                  on 2002/06/18  07:03:08
1380         Log: Slight improvement to :win32 layer
1381      Branch: perlio
1382            ! win32/win32io.c
1383 ____________________________________________________________________________
1384 [ 17279] By: jhi                                   on 2002/06/18  03:10:42
1385         Log: Do not install XS::{APItest,Typemap}
1386      Branch: perl
1387            ! installperl
1388 ____________________________________________________________________________
1389 [ 17278] By: jhi                                   on 2002/06/18  02:46:43
1390         Log: Subject: Re: Do we want XS::APItest installed?
1391              From: Andy Dougherty <doughera@lafayette.edu>
1392              Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT)
1393              Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
1394              
1395              (rats, forgot to submit the metaconfig change separately)
1396      Branch: metaconfig/U/perl
1397            ! Extensions.U
1398      Branch: perl
1399            ! Configure config_h.SH
1400 ____________________________________________________________________________
1401 [ 17277] By: jhi                                   on 2002/06/18  02:31:26
1402         Log: "Borrow" Rafael's multiarg open descripion to perldelta,
1403              shuffle the highlights a bit (can't believe the perlio
1404              mention was missing)
1405      Branch: perl
1406            ! pod/perldelta.pod
1407 ____________________________________________________________________________
1408 [ 17276] By: rgs                                   on 2002/06/17  22:46:28
1409         Log: Document the '-|' open form in perlipc.pod
1410      Branch: perl
1411            ! pod/perlipc.pod
1412 ____________________________________________________________________________
1413 [ 17275] By: gsar                                  on 2002/06/17  19:20:06
1414         Log: avoid AUTOLOAD() clobbering $!
1415      Branch: maint-5.6/perl
1416            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1417            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
1418            ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm
1419            ! lib/AutoLoader.pm utils/h2xs.PL
1420 ____________________________________________________________________________
1421 [ 17274] By: nick                                  on 2002/06/17  14:50:35
1422         Log: Integrate mainline
1423      Branch: perlio
1424           !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm
1425           !> pod/perlfunc.pod pod/perlrun.pod
1426 ____________________________________________________________________________
1427 [ 17273] By: jhi                                   on 2002/06/17  14:34:17
1428         Log: Update Changes.
1429      Branch: perl
1430            ! Changes patchlevel.h
1431 ____________________________________________________________________________
1432 [ 17272] By: jhi                                   on 2002/06/17  14:21:55
1433         Log: :bytes is not the inverse of :crlf, either (from NI-S) 
1434      Branch: perl
1435            ! lib/PerlIO.pm
1436 ____________________________________________________________________________
1437 [ 17271] By: jhi                                   on 2002/06/17  13:56:33
1438         Log: Further discouraging of :raw.
1439      Branch: perl
1440            ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
1441 ____________________________________________________________________________
1442 [ 17270] By: jhi                                   on 2002/06/17  13:27:35
1443         Log: Integrate perlio:
1444              
1445              [ 17267]
1446              Handle IO error in "slow gets"
1447      Branch: perl
1448           !> sv.c
1449 ____________________________________________________________________________
1450 [ 17269] By: jhi                                   on 2002/06/17  12:49:06
1451         Log: Subject: [PATCH File/Basename.pm] use of undef var
1452              From: Stas Bekman <stas@stason.org>
1453              Date: Mon, 17 Jun 2002 16:31:48 +0800
1454              Message-ID: <3D0D9E74.7000908@stason.org>
1455              
1456              (modified)
1457      Branch: perl
1458            ! lib/File/Basename.pm
1459 ____________________________________________________________________________
1460 [ 17268] By: jhi                                   on 2002/06/17  12:45:10
1461         Log: Subject: [PATCH] README.vms -- updated testing instructions
1462              From: "Craig A. Berry" <craigberry@mac.com>
1463              Date: Mon, 17 Jun 2002 00:31:18 -0500
1464              Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
1465      Branch: perl
1466            ! README.vms
1467 ____________________________________________________________________________
1468 [ 17267] By: nick                                  on 2002/06/17  12:41:49
1469         Log: Handle IO error in "slow gets"
1470      Branch: perlio
1471            ! sv.c
1472 ____________________________________________________________________________
1473 [ 17266] By: nick                                  on 2002/06/17  07:05:20
1474         Log: Integrate mainline
1475      Branch: perlio
1476           !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
1477           !> pod/perldebug.pod pod/perldelta.pod
1478 ____________________________________________________________________________
1479 [ 17265] By: jhi                                   on 2002/06/17  00:53:49
1480         Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
1481              From: Peter Scott <Peter@PSDT.com>
1482              Date: Sun, 16 Jun 2002 18:31:31 -0700
1483              Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
1484              
1485              @file -> source file
1486      Branch: perl
1487            ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
1488 ____________________________________________________________________________
1489 [ 17264] By: jhi                                   on 2002/06/17  00:47:43
1490         Log: Missing hunk from #15363.
1491      Branch: perl
1492            ! lib/perl5db.pl
1493 ____________________________________________________________________________
1494 [ 17263] By: jhi                                   on 2002/06/17  00:36:26
1495         Log: Advertise MakeMaker.
1496      Branch: perl
1497            ! pod/perldelta.pod
1498 ____________________________________________________________________________
1499 [ 17262] By: jhi                                   on 2002/06/16  23:16:18
1500         Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
1501              From: parv <parv@pair.com>
1502              Date: Sun, 16 Jun 2002 20:12:24 -0400
1503              Message-ID: <20020617001224.GC466@moo.holy.cow>
1504      Branch: perl
1505            ! pod/perldelta.pod
1506 ____________________________________________________________________________
1507 [ 17261] By: ams                                   on 2002/06/16  21:40:47
1508         Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
1509              From: Robin Houston <robin@kitsite.com>
1510              Date: Sun, 16 Jun 2002 23:33:50 +0100
1511              Message-Id: <20020616233350.A9675@robin.kitsite.com>
1512      Branch: perl
1513            ! autodoc.pl embed.pl
1514 ____________________________________________________________________________
1515 [ 17260] By: jhi                                   on 2002/06/16  17:06:31
1516         Log: Deprecate (or at least discourage) :raw.
1517      Branch: perl
1518            ! pod/perldelta.pod
1519 ____________________________________________________________________________
1520 [ 17259] By: jhi                                   on 2002/06/16  16:54:28
1521         Log: Integrate perlio:
1522              
1523              [ 17258]
1524              Last minute tinkering with PerlIO abstraction API.
1525              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
1526              const char *mode.
1527              - Other 'flags' field changed to U32
1528              - Discouraging words written about ":raw".
1529      Branch: perl
1530           !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
1531 ____________________________________________________________________________
1532 [ 17258] By: nick                                  on 2002/06/16  16:38:59
1533         Log: Last minute tinkering with PerlIO abstraction API.
1534              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
1535              const char *mode.
1536              - Other 'flags' field changed to U32
1537              - Discouraging words written about ":raw".
1538      Branch: perlio
1539            ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
1540 ____________________________________________________________________________
1541 [ 17257] By: nick                                  on 2002/06/16  15:16:46
1542         Log: Integrate mainline
1543      Branch: perlio
1544           !> (integrate 32 files)
1545 ____________________________________________________________________________
1546 [ 17256] By: ams                                   on 2002/06/16  09:00:51
1547         Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
1548              From: Michael G Schwern <schwern@pobox.com>
1549              Date: Sun, 16 Jun 2002 03:49:27 -0400
1550              Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
1551              
1552              Subject: [PATCH] Test::Harness 2.24 -> 2.25
1553              From: Michael G Schwern <schwern@pobox.com>
1554              Date: Sun, 16 Jun 2002 03:58:40 -0400
1555              Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
1556      Branch: perl
1557            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
1558            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
1559            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1560            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
1561            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
1562            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1563            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
1564            ! lib/Test/Harness/t/strap-analyze.t
1565            ! lib/Test/Harness/t/test-harness.t
1566            ! t/lib/MakeMaker/Test/Utils.pm
1567 ____________________________________________________________________________
1568 [ 17255] By: jhi                                   on 2002/06/16  03:29:09
1569         Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
1570              From: "Craig A. Berry" <craigberry@mac.com>
1571              Date: Sat, 15 Jun 2002 18:56:12 -0500
1572              Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
1573      Branch: perl
1574            ! pp.c
1575 ____________________________________________________________________________
1576 [ 17254] By: jhi                                   on 2002/06/15  20:09:47
1577         Log: Collect the known AmigaOS wisdom.
1578      Branch: perl
1579            ! README.amiga hints/amigaos.sh
1580 ____________________________________________________________________________
1581 [ 17253] By: jhi                                   on 2002/06/15  18:08:06
1582         Log: Subject: [PATCH] README.vms, Multinet fix update
1583              From: "Craig A. Berry" <craigberry@mac.com>
1584              Date: Sat, 15 Jun 2002 14:02:50 -0500
1585              Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
1586      Branch: perl
1587            ! README.vms
1588 ____________________________________________________________________________
1589 [ 17252] By: jhi                                   on 2002/06/15  17:22:56
1590         Log: Regenerate Changes; most importantly automassage the
1591              "Integrate perlio" entries to be more informative.
1592      Branch: perl
1593            ! Changes
1594 ____________________________________________________________________________
1595 [ 17251] By: jhi                                   on 2002/06/15  15:39:09
1596         Log: Spurious empty statements.
1597      Branch: perl
1598            ! op.c perl.c perlio.c sv.c
1599 ____________________________________________________________________________
1600 [ 17250] By: jhi                                   on 2002/06/15  15:34:51
1601         Log: Possible cure for
1602              
1603              Subject: Re: Thread bug in 5.8RC1 Win32
1604              From: Alessandro Forghieri <alf@orion.it>
1605              Date: Sat, 15 Jun 2002 12:56:35 +0200
1606              Message-ID: <20020615125635.A25110@alpha.orion.it>
1607      Branch: perl
1608            ! perl.c
1609 ____________________________________________________________________________
1610 [ 17249] By: jhi                                   on 2002/06/14  23:14:44
1611         Log: findrfuncs: small tweaks.
1612      Branch: perl
1613            ! Porting/findrfuncs
1614 ____________________________________________________________________________
1615 [ 17248] By: jhi                                   on 2002/06/14  22:34:27
1616         Log: Group the debugger changes in one place.
1617      Branch: perl
1618            ! pod/perldelta.pod
1619 ____________________________________________________________________________
1620 [ 17247] By: jhi                                   on 2002/06/14  19:26:15
1621         Log: Detypo.
1622      Branch: perl
1623            ! pod/perlfunc.pod
1624 ____________________________________________________________________________
1625 [ 17246] By: jhi                                   on 2002/06/14  19:18:44
1626         Log: Plug potential confusion.
1627      Branch: perl
1628            ! pod/perldelta.pod
1629 ____________________________________________________________________________
1630 [ 17245] By: jhi                                   on 2002/06/14  19:13:16
1631         Log: Attribute::Handlers has been adopted by Arthur.
1632      Branch: perl
1633            ! pod/perldelta.pod
1634 ____________________________________________________________________________
1635 [ 17244] By: jhi                                   on 2002/06/14  19:04:53
1636         Log: README.irix update.
1637      Branch: perl
1638            ! README.irix
1639 ____________________________________________________________________________
1640 [ 17243] By: jhi                                   on 2002/06/14  19:00:08
1641         Log: README.tru64 update.
1642      Branch: perl
1643            ! README.tru64
1644 ____________________________________________________________________________
1645 [ 17242] By: jhi                                   on 2002/06/14  18:48:33
1646         Log: Not that urgent a fix since inside #if 0, but still...
1647      Branch: perl
1648            ! perlsfio.h
1649 ____________________________________________________________________________
1650 [ 17241] By: nick                                  on 2002/06/14  17:15:38
1651         Log: Integrate mainline
1652      Branch: perlio
1653           !> Changes Configure NetWare/config.wc NetWare/config_H.wc
1654           !> Porting/Glossary Porting/config.sh Porting/config_H
1655           !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
1656           !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
1657           !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
1658 ____________________________________________________________________________
1659 [ 17240] By: jhi                                   on 2002/06/14  14:25:38
1660         Log: OS/2 status from John Poltorak.
1661      Branch: perl
1662            ! pod/perldelta.pod
1663 ____________________________________________________________________________
1664 [ 17239] By: jhi                                   on 2002/06/14  14:05:37
1665         Log: Regen Configure; regen perltoc.
1666      Branch: perl
1667            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1668            ! config_h.SH pod/perltoc.pod
1669 ____________________________________________________________________________
1670 [ 17238] By: jhi                                   on 2002/06/14  13:40:23
1671         Log: Update Changes.
1672      Branch: perl
1673            ! Changes patchlevel.h
1674 ____________________________________________________________________________
1675 [ 17237] By: jhi                                   on 2002/06/14  13:32:22
1676         Log: NetWare diff for XS::APItest.
1677      Branch: perl
1678            ! NetWare/config.wc NetWare/config_H.wc
1679 ____________________________________________________________________________
1680 [ 17236] By: jhi                                   on 2002/06/14  11:16:57
1681         Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
1682              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1683              Date: Fri, 14 Jun 2002 10:39:54 +0200
1684              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
1685      Branch: perl
1686            ! lib/ExtUtils/t/Constant.t
1687 ____________________________________________________________________________
1688 [ 17235] By: jhi                                   on 2002/06/14  11:09:07
1689         Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
1690              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1691              Date: Fri, 14 Jun 2002 10:07:28 +0200
1692              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
1693      Branch: perl
1694            ! pp_sys.c
1695 ____________________________________________________________________________
1696 [ 17234] By: jhi                                   on 2002/06/14  11:08:34
1697         Log: Subject: [PATCH] basic.t for EBCDIC platforms
1698              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1699              Date: Fri, 14 Jun 2002 09:58:49 +0200
1700              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
1701      Branch: perl
1702            ! lib/Pod/t/basic.t
1703 ____________________________________________________________________________
1704 [ 17233] By: jhi                                   on 2002/06/14  11:07:23
1705         Log: Subject: [PATCH] Cap.t for EBCDIC platforms
1706              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1707              Date: Fri, 14 Jun 2002 09:53:36 +0200
1708              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
1709              (why this has been working in z/OS?)
1710      Branch: perl
1711            ! lib/Term/Cap.t
1712 ____________________________________________________________________________
1713 [ 17232] By: jhi                                   on 2002/06/14  10:58:01
1714         Log: Mention Solaris x86 use64bitint troubles.
1715      Branch: perl
1716            ! pod/perldelta.pod
1717 ____________________________________________________________________________
1718 [ 17231] By: jhi                                   on 2002/06/14  10:45:16
1719         Log: All UNICOS test failures should be gone now.
1720      Branch: perl
1721            ! pod/perldelta.pod
1722 ____________________________________________________________________________
1723 [ 17230] By: jhi                                   on 2002/06/14  10:39:04
1724         Log: UNICOS and UNICOS/mk are broken only on one test.
1725      Branch: perl
1726            ! ext/Socket/socketpair.t
1727 ____________________________________________________________________________
1728 [ 17229] By: nick                                  on 2002/06/14  08:36:40
1729         Log: Integrate mainline
1730      Branch: perlio
1731           !> (integrate 32 files)
1732 ____________________________________________________________________________
1733 [ 17228] By: jhi                                   on 2002/06/14  01:36:12
1734         Log: Upgrade to Switch 2.09 (the debugging statement
1735              was already removed in blead)
1736      Branch: perl
1737            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1738 ____________________________________________________________________________
1739 [ 17227] By: ams                                   on 2002/06/14  00:39:15
1740         Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
1741              From: "Craig A. Berry" <craigberry@mac.com>
1742              Date: Thu, 13 Jun 2002 19:55:25 -0500
1743              Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
1744      Branch: perl
1745            ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
1746 ____________________________________________________________________________
1747 [ 17226] By: jhi                                   on 2002/06/13  22:07:24
1748         Log: Thread doc tweaks.
1749      Branch: perl
1750            ! ext/threads/shared/shared.pm ext/threads/threads.pm
1751            ! pod/perlthrtut.pod
1752 ____________________________________________________________________________
1753 [ 17225] By: jhi                                   on 2002/06/13  21:59:07
1754         Log: Don't assume too much about how print will scale
1755              your fp numbers; be explicit and use printf instead--
1756              the assumption broke in UNICOS (from Mark Lutz)
1757              (Use %.0f instead of %d because in 32-bit systems
1758              the %d may end producing -1 or something else odd.)
1759      Branch: perl
1760            ! t/lib/warnings/toke
1761 ____________________________________________________________________________
1762 [ 17224] By: jhi                                   on 2002/06/13  19:22:12
1763         Log: Tell what version of PDL will be fine with 5.8.0,
1764              according to TimJ.
1765      Branch: perl
1766            ! pod/perldelta.pod
1767 ____________________________________________________________________________
1768 [ 17223] By: jhi                                   on 2002/06/13  16:44:12
1769         Log: Subject: test failure: lib/ExtUtils/t/Installed.t
1770              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1771              Date: Thu, 13 Jun 2002 15:44:24 +0100
1772              Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
1773      Branch: perl
1774            ! lib/ExtUtils/t/Installed.t
1775 ____________________________________________________________________________
1776 [ 17222] By: jhi                                   on 2002/06/13  16:39:35
1777         Log: Subject: Re: linux + usemorebits: gcc error?
1778              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1779              Date: Thu, 13 Jun 2002 15:03:28 +0100
1780              Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
1781              
1782              (go U32 based on NI-S since it's a flags field)
1783      Branch: perl
1784            ! perliol.h
1785 ____________________________________________________________________________
1786 [ 17221] By: jhi                                   on 2002/06/13  13:55:08
1787         Log: Document the tied/magical/shared array/hash non-autovivifying bug.
1788      Branch: perl
1789            ! ext/threads/shared/shared.pm pod/perldelta.pod
1790 ____________________________________________________________________________
1791 [ 17220] By: jhi                                   on 2002/06/13  12:51:14
1792         Log: Also perlsub needs to be slightly more upbeat about attributes. 
1793      Branch: perl
1794            ! pod/perlsub.pod
1795 ____________________________________________________________________________
1796 [ 17219] By: jhi                                   on 2002/06/13  12:40:36
1797         Log: One more pass on the TYPE/ATTRS issues.
1798      Branch: perl
1799            ! lib/attributes.pm pod/perlfunc.pod
1800 ____________________________________________________________________________
1801 [ 17218] By: jhi                                   on 2002/06/13  12:24:53
1802         Log: Subject: Re: [ PATCH ] AIX 5 + 17206
1803              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1804              Date: Thu, 13 Jun 2002 09:18:27 +0200
1805              Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
1806      Branch: perl
1807            ! hints/aix.sh
1808 ____________________________________________________________________________
1809 [ 17217] By: jhi                                   on 2002/06/13  12:24:22
1810         Log: Subject: [ PATCH ] mymalloc on HP-UX
1811              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1812              Date: Thu, 13 Jun 2002 09:58:30 +0200
1813              Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
1814      Branch: perl
1815            ! hints/hpux.sh
1816 ____________________________________________________________________________
1817 [ 17216] By: ams                                   on 2002/06/13  10:08:38
1818         Log: <pudge> crab, can you integrate 17215 ?
1819      Branch: perl
1820           !> ext/XS/APItest/t/printf.t
1821 ____________________________________________________________________________
1822 [ 17215] By: pudge                                 on 2002/06/13  09:51:36
1823         Log: Building XS::APItest as shared lib
1824      Branch: macperl
1825            ! ext/XS/APItest/t/printf.t
1826 ____________________________________________________________________________
1827 [ 17214] By: pudge                                 on 2002/06/13  09:50:25
1828         Log: Update tests, makefile, config
1829      Branch: macperl
1830            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
1831 ____________________________________________________________________________
1832 [ 17213] By: pudge                                 on 2002/06/13  09:49:11
1833         Log: Integrate perl
1834      Branch: macperl
1835           +> README.freebsd README.irix ext/IO/hints/sco.pl
1836           +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
1837           +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
1838           +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
1839           +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
1840           +> lib/Net/Ping/Changes
1841            - README.threads lib/Net/Ping/CHANGES
1842            ! NetWare/bat/SetCodeWar.bat
1843           !> (integrate 168 files)
1844 ____________________________________________________________________________
1845 [ 17212] By: ams                                   on 2002/06/13  09:29:13
1846         Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
1847              From: Chris Nandor <pudge@pobox.com>
1848              Date: Thu, 13 Jun 2002 00:16:26 -0400
1849              Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
1850      Branch: perl
1851            ! ext/XS/APItest/APItest.xs
1852 ____________________________________________________________________________
1853 [ 17211] By: jhi                                   on 2002/06/12  23:05:29
1854         Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
1855              From: PPrymmer@factset.com
1856              Date: Wed, 12 Jun 2002 18:58:50 -0400
1857              Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
1858      Branch: perl
1859            ! utils/perlivp.PL
1860 ____________________________________________________________________________
1861 [ 17210] By: jhi                                   on 2002/06/12  22:57:47
1862         Log: The scalar behaviour of sort is undefined.
1863      Branch: perl
1864            ! pod/perlfunc.pod
1865 ____________________________________________________________________________
1866 [ 17209] By: jhi                                   on 2002/06/12  22:56:24
1867         Log: Mention I/O layers in perlopentut.
1868      Branch: perl
1869            ! pod/perlopentut.pod
1870 ____________________________________________________________________________
1871 [ 17208] By: jhi                                   on 2002/06/12  22:36:15
1872         Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
1873      Branch: perl
1874            ! lib/attributes.pm pod/perlfunc.pod
1875 ____________________________________________________________________________
1876 [ 17207] By: jhi                                   on 2002/06/12  14:15:32
1877         Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
1878      Branch: perl
1879            ! ext/XS/APItest/README
1880 ____________________________________________________________________________
1881 [ 17206] By: jhi                                   on 2002/06/12  13:25:30
1882         Log: Update Changes.
1883      Branch: perl
1884            ! Changes patchlevel.h
1885 ____________________________________________________________________________
1886 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
1887         Log: Regen toc.
1888      Branch: perl
1889            ! pod/perltoc.pod
1890 ____________________________________________________________________________
1891 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
1892         Log: This should be gone now.
1893      Branch: perl
1894            ! INSTALL
1895 ____________________________________________________________________________
1896 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
1897         Log: NetWare doc tweak.
1898      Branch: perl
1899            ! README.netware
1900 ____________________________________________________________________________
1901 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
1902         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
1903              From: Abigail <abigail@foad.org>
1904              Date: Wed, 12 Jun 2002 02:46:01 -0700
1905              Message-ID: <20020612024601.A8524@ucan.foad.org>
1906      Branch: perl
1907            ! pod/perlfunc.pod
1908 ____________________________________________________________________________
1909 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
1910         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
1911              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
1912              Date: Wed, 12 Jun 2002 13:50:59 +0200
1913              Message-ID: <3D0735A3.4020701@hexaflux.com>
1914      Branch: perl
1915            ! ext/Time/HiRes/HiRes.xs
1916 ____________________________________________________________________________
1917 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
1918         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
1919              go back to disabling long doubles from MinGW because
1920              MSVCRT doesn't do long double printfing even when gcc
1921              would know how to handle them.
1922      Branch: perl
1923            ! win32/config.bc win32/config_H.bc win32/config_H.gc
1924 ____________________________________________________________________________
1925 [ 17199] By: nick                                  on 2002/06/12  11:13:16
1926         Log: Integrate mainline
1927      Branch: perlio
1928           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
1929           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
1930           !> win32/config_H.bc win32/config_H.gc
1931 ____________________________________________________________________________
1932 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
1933         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
1934              From: "Craig A. Berry" <craigberry@mac.com>
1935              Date: Tue, 11 Jun 2002 22:44:31 -0500
1936              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
1937      Branch: perl
1938            ! configure.com
1939 ____________________________________________________________________________
1940 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
1941         Log: Test relying on undefined behaviour of atan2(0, 0)
1942              (valiantly debugged by Mark Lutz).
1943      Branch: perl
1944            ! lib/Math/Trig.t
1945 ____________________________________________________________________________
1946 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
1947         Log: Regen perlmodlib.
1948      Branch: perl
1949            ! pod/perlmodlib.pod
1950 ____________________________________________________________________________
1951 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
1952         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
1953              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1954              Date: Tue, 11 Jun 2002 15:12:15 -0700
1955              Message-ID: </WnB9gzkgC5S092yn@efn.org>
1956      Branch: perl
1957            ! pod/perlmodlib.PL
1958 ____________________________________________________________________________
1959 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
1960         Log: Subject: [PATCH] Re: RC1 on Playstation2
1961              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1962              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
1963              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
1964      Branch: perl
1965            ! perl.c
1966 ____________________________________________________________________________
1967 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
1968         Log: Not that I know anything about Windows compilers
1969              but Google leads me into believing that while Borland and
1970              GCC support the ANSI way of printing long doubles (%L),
1971              Visual C really doesn't support printing them.
1972      Branch: perl
1973            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
1974 ____________________________________________________________________________
1975 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
1976         Log: Fix a cut-n-paste error.
1977      Branch: perl
1978            ! pod/perldiag.pod
1979 ____________________________________________________________________________
1980 [ 17191] By: nick                                  on 2002/06/11  16:07:14
1981         Log: Integrate mainline
1982      Branch: perlio
1983           !> Changes INSTALL ext/XS/APItest/APItest.pm
1984           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
1985           !> patchlevel.h
1986 ____________________________________________________________________________
1987 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
1988         Log: Update Changes.
1989      Branch: perl
1990            ! Changes patchlevel.h
1991 ____________________________________________________________________________
1992 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
1993         Log: Trying to printf Perl-specific datatypes using printf
1994              (with perlio or stdio) is folly, says Hugo.
1995      Branch: perl
1996            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
1997            ! ext/XS/APItest/t/printf.t
1998 ____________________________________________________________________________
1999 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
2000         Log: Be more specific.
2001      Branch: perl
2002            ! INSTALL
2003 ____________________________________________________________________________
2004 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
2005         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
2006              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
2007              Date: Tue, 11 Jun 2002 12:21:01 +0200
2008              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
2009      Branch: perl
2010            ! INSTALL
2011 ____________________________________________________________________________
2012 [ 17186] By: nick                                  on 2002/06/11  10:44:04
2013         Log: Integrate mainline
2014      Branch: perlio
2015           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2016           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2017           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
2018           +> lib/Math/BigInt/t/upgradef.t
2019           !> MANIFEST NetWare/Makefile Porting/repository.pod
2020           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2021           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2022           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
2023           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
2024           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
2025           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
2026           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
2027           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
2028           !> win32/Makefile
2029 ____________________________________________________________________________
2030 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
2031         Log: sanity-check the windows section in perldelta and add some missing
2032              entries
2033      Branch: perl
2034            ! pod/perldelta.pod
2035 ____________________________________________________________________________
2036 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
2037         Log: Obviously time to get some sleep.
2038      Branch: perl
2039            ! ext/XS/APItest/t/printf.t
2040 ____________________________________________________________________________
2041 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
2042         Log: #17179 wasn't quite right.
2043      Branch: perl
2044            ! ext/XS/APItest/t/printf.t
2045 ____________________________________________________________________________
2046 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
2047         Log: fix outdated info about how the patches in the APC are generated;
2048              mention the perlbrowse repository gateway; add a pointer to
2049              perlhack.pod in repository.pod
2050      Branch: perl
2051            ! Porting/repository.pod pod/perlhack.pod
2052 ____________________________________________________________________________
2053 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
2054         Log: Subject: Detype locale.c comment
2055              From: Philip Newton <Philip.Newton@gmx.net>
2056              Date: Tue, 11 Jun 2002 06:28:08 +0200
2057              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
2058      Branch: perl
2059            ! locale.c
2060 ____________________________________________________________________________
2061 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
2062         Log: Make UTF-8 locales effective only if PerlIO has been
2063              defined (ignore UTF-8 locales silently if no PerlIO).
2064      Branch: perl
2065            ! locale.c pod/perldelta.pod pod/perluniintro.pod
2066 ____________________________________________________________________________
2067 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
2068         Log: Can't printf Perl specific datatypes without perlio
2069              (in other words, stdio doesn't do the %V...)
2070      Branch: perl
2071            ! ext/XS/APItest/t/printf.t
2072 ____________________________________________________________________________
2073 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
2074         Log: Document XS::APItest.
2075      Branch: perl
2076            ! pod/perldelta.pod
2077 ____________________________________________________________________________
2078 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
2079         Log: Add XS::APItest to Win32/DJGPP/NetWare.
2080      Branch: perl
2081            ! NetWare/Makefile djgpp/config.over win32/Makefile
2082 ____________________________________________________________________________
2083 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
2084         Log: Add XS::APItest 0.01 from Tim Jenness.
2085              
2086              The perl.h change is needed by non-gcc (non-__attribute__)
2087              compilers: without it non-gccs won't have printf() mapped
2088              to PerlIO_stdoutf (when perlio, of course).  This means that
2089              non-gccs would not be able to print the Perl specific datatypes.
2090      Branch: perl
2091            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2092            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2093            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
2094            ! MANIFEST perl.h
2095 ____________________________________________________________________________
2096 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
2097         Log: Now that binmode(FH) does implicit ":bytes" revisit
2098              the failing tests.  The worrisome one is the Digest::MD5
2099              test-- how will it fare in CRLF lands now?
2100      Branch: perl
2101            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2102            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2103            ! ext/Storable/t/malice.t
2104 ____________________________________________________________________________
2105 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
2106         Log: Upgrade to Math::BigInt 1.59.
2107      Branch: perl
2108            + lib/Math/BigInt/t/upgradef.t
2109            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2110            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2111            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2112            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
2113 ____________________________________________________________________________
2114 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
2115         Log: Document the implicit :bytes of binmode(FH).
2116      Branch: perl
2117            ! pod/perlfunc.pod
2118 ____________________________________________________________________________
2119 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
2120         Log: Integrate perlio:
2121              
2122              [ 17171]
2123              binmode(FH); to act like binmode(FH,":bytes") as well as
2124              turning off CRLF features.
2125      Branch: perl
2126           !> perlio.c t/io/utf8.t
2127 ____________________________________________________________________________
2128 [ 17171] By: nick                                  on 2002/06/10  18:40:22
2129         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
2130              turning off CRLF features.
2131      Branch: perlio
2132            ! perlio.c t/io/utf8.t
2133 ____________________________________________________________________________
2134 [ 17170] By: nick                                  on 2002/06/10  17:04:28
2135         Log: Integrate mainline
2136      Branch: perlio
2137           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
2138           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
2139           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
2140           !> pod/perldelta.pod sv.c
2141 ____________________________________________________________________________
2142 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
2143         Log: Subject: [DOC PATCH] perldebtut
2144              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2145              Date: Mon, 10 Jun 2002 17:47:14 +0200
2146              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
2147      Branch: perl
2148            ! pod/perldebtut.pod
2149 ____________________________________________________________________________
2150 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
2151         Log: Document the UTF-8 env issue.  Now NI-S just needs
2152              to fix binmode() to comply with the documentation...
2153      Branch: perl
2154            ! pod/perldelta.pod
2155 ____________________________________________________________________________
2156 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
2157         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
2158              From: Philip Newton <Philip.Newton@gmx.net>
2159              Date: Mon, 10 Jun 2002 07:56:41 +0200
2160              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
2161              
2162              Subject: Re: Change 17110: Add deprecations.
2163              From: Philip Newton <Philip.Newton@gmx.net>
2164              Date: Mon, 10 Jun 2002 07:56:22 +0200
2165              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
2166      Branch: perl
2167            ! pod/perldelta.pod
2168 ____________________________________________________________________________
2169 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
2170         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
2171      Branch: perl
2172            ! locale.c perl.c
2173 ____________________________________________________________________________
2174 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
2175         Log: Update Changes.
2176      Branch: perl
2177            ! Changes patchlevel.h
2178 ____________________________________________________________________________
2179 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
2180         Log: Further patch on #17163 for Tru64.
2181      Branch: perl
2182            ! sv.c
2183 ____________________________________________________________________________
2184 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
2185         Log: Patch from Hugo for the 'printf' problem:
2186              - for SV-style calling, we can only get NV
2187              - for C-style calling, we assume %f is double;
2188              - for simplicity we allow any of %Lf, %llf, %qf for long double
2189      Branch: perl
2190            ! sv.c
2191 ____________________________________________________________________________
2192 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
2193         Log: Integrate perlio:
2194              
2195              [ 17159]
2196              Tune test to run in UTF-8 locales
2197              - test file must be opened as :bytes or high-bit octets
2198              will be UTF-8 encoded on write in such locales, so
2199              will not read as expected.
2200      Branch: perl
2201           !> ext/PerlIO/t/fallback.t
2202 ____________________________________________________________________________
2203 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
2204         Log: #17150 didn't expect -Uuseperlio.
2205      Branch: perl
2206            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
2207 ____________________________________________________________________________
2208 [ 17160] By: sky                                   on 2002/06/10  09:53:42
2209         Log: Subject: [PATCH] queue.pm
2210              From: Benjamin Goldberg <goldbb2@earthlink.net>
2211              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
2212              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
2213              Applied manually
2214      Branch: perl
2215            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
2216 ____________________________________________________________________________
2217 [ 17159] By: nick                                  on 2002/06/10  09:51:16
2218         Log: Tune test to run in UTF-8 locales
2219              - test file must be opened as :bytes or high-bit octets
2220              will be UTF-8 encoded on write in such locales, so
2221              will not read as expected.
2222      Branch: perlio
2223            ! ext/PerlIO/t/fallback.t
2224 ____________________________________________________________________________
2225 [ 17158] By: nick                                  on 2002/06/10  09:49:32
2226         Log: Integrate mainline
2227      Branch: perlio
2228           +> lib/Net/Ping/Changes
2229            - lib/Net/Ping/CHANGES
2230           !> (integrate 37 files)
2231 ____________________________________________________________________________
2232 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
2233         Log: metaconfig tweak for #17156.
2234      Branch: metaconfig
2235            ! U/mkglossary
2236 ____________________________________________________________________________
2237 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
2238         Log: Glossary tweaks.
2239      Branch: perl
2240            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2241 ____________________________________________________________________________
2242 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
2243         Log: Upgrade to Net::Ping 2.19.
2244      Branch: perl
2245            + lib/Net/Ping/Changes
2246            - lib/Net/Ping/CHANGES
2247            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
2248 ____________________________________________________________________________
2249 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
2250         Log: Subject: [patch] ptr_table_store
2251              From: Doug MacEachern <dougm@covalent.net>
2252              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
2253              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
2254      Branch: perl
2255            ! sv.c
2256 ____________________________________________________________________________
2257 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
2258         Log: Subject: Re: unique attribute?
2259              From: Doug MacEachern <dougm@covalent.net>
2260              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
2261              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
2262      Branch: perl
2263            ! embed.fnc embed.h proto.h sv.c sv.h
2264 ____________________________________________________________________________
2265 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
2266         Log: Update hint comments.
2267      Branch: perl
2268            ! hints/irix_6.sh
2269 ____________________________________________________________________________
2270 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
2271         Log: One missing bit of Math::BigInt 1.58.
2272      Branch: perl
2273            ! t/lib/Math/BigInt/BareCalc.pm
2274 ____________________________________________________________________________
2275 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
2276         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
2277              From: Radu Greab <radu@netsoft.ro>
2278              Date: Mon, 10 Jun 2002 00:40:34 +0300
2279              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
2280              
2281              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
2282              ones which I cannot figure out.
2283      Branch: perl
2284            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2285            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
2286 ____________________________________________________________________________
2287 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
2288         Log: :unique nitpicking continues.
2289      Branch: perl
2290            ! pod/perlfunc.pod
2291 ____________________________________________________________________________
2292 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
2293         Log: "thread failed to start: " is better than "Died:".
2294      Branch: perl
2295            ! ext/threads/threads.xs pod/perldiag.pod
2296 ____________________________________________________________________________
2297 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
2298         Log: :unique saga continues.
2299      Branch: perl
2300            ! pod/perldelta.pod pod/perlfunc.pod
2301 ____________________________________________________________________________
2302 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
2303         Log: Subject: Re: unique attribute?
2304              From: Doug MacEachern <dougm@covalent.net>
2305              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
2306              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
2307      Branch: perl
2308            ! sv.c
2309 ____________________________________________________________________________
2310 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
2311         Log: Subject: Math::BigInt 1.58 released
2312              From: Tels <perl_dummy@bloodgate.com>
2313              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
2314              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
2315              
2316              Subject: [PATCH] RE: Math::BigInt 1.58 released
2317              From: Tels <perl_dummy@bloodgate.com>
2318              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
2319              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
2320      Branch: perl
2321            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2322            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2323            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
2324            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
2325            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
2326            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
2327            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2328            ! lib/Math/BigInt/t/with_sub.t
2329 ____________________________________________________________________________
2330 [ 17144] By: nick                                  on 2002/06/09  17:50:14
2331         Log: Integrate mainline
2332      Branch: perlio
2333           +> README.freebsd README.irix
2334           !> (integrate 43 files)
2335 ____________________________________________________________________________
2336 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
2337         Log: Subject: cleanup's
2338              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2339              Date: Sun, 09 Jun 2002 13:55:21 +0200
2340              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
2341      Branch: perl
2342            ! ext/PerlIO/t/encoding.t
2343 ____________________________________________________________________________
2344 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
2345         Log: open "list form" clarification.
2346      Branch: perl
2347            ! pod/perlfunc.pod
2348 ____________________________________________________________________________
2349 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
2350         Log: Better wording from Sarathy.
2351      Branch: perl
2352            ! pod/perldelta.pod
2353 ____________________________________________________________________________
2354 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
2355         Log: Closer to the truth.
2356      Branch: perl
2357            ! pod/perlfunc.pod
2358 ____________________________________________________________________________
2359 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
2360         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
2361              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2362              Date: Sun, 09 Jun 2002 14:52:07 +0100
2363              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
2364      Branch: perl
2365            ! numeric.c
2366 ____________________________________________________________________________
2367 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
2368         Log: Clarify that the :unique makes the target readonly
2369              when the first interpreter cloning takes place.
2370      Branch: perl
2371            ! pod/perlfunc.pod
2372 ____________________________________________________________________________
2373 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
2374         Log: update perlfork.pod for status as of 5.8.0
2375      Branch: perl
2376            ! pod/perlfork.pod
2377 ____________________________________________________________________________
2378 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
2379         Log: Subject: possible band-aid for cygwin build of perl@17061
2380              From: PPrymmer@factset.com
2381              Date: Sat, 8 Jun 2002 20:57:05 -0400
2382              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
2383      Branch: perl
2384            ! Makefile.SH README.cygwin
2385 ____________________________________________________________________________
2386 [ 17135] By: sky                                   on 2002/06/09  15:44:37
2387         Log: Follow up on changing keyword to special subroutine.
2388      Branch: perl
2389            ! pod/perlmod.pod
2390 ____________________________________________________________________________
2391 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
2392         Log: CLONE doc tweaks.
2393      Branch: perl
2394            ! pod/perldelta.pod pod/perlmod.pod
2395 ____________________________________________________________________________
2396 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
2397         Log: syswrite() is old news.
2398      Branch: perl
2399            ! pod/perldelta.pod
2400 ____________________________________________________________________________
2401 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
2402         Log: Subject: One-argument syswrite
2403              From: Johan Vromans <jvromans@squirrel.nl>
2404              Date: Sun, 9 Jun 2002 13:20:36 +0200
2405              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
2406              
2407              (It's really two-argument.)
2408      Branch: perl
2409            ! pod/perldelta.pod
2410 ____________________________________________________________________________
2411 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
2412         Log: Subject: [Patch] $^N issues
2413              From: Johan Vromans <jvromans@squirrel.nl>
2414              Date: Sun, 9 Jun 2002 13:12:43 +0200
2415              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
2416      Branch: perl
2417            ! lib/English.pm pod/perlre.pod
2418 ____________________________________________________________________________
2419 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
2420         Log: Subject: [Patch] "#0" format in perlform
2421              From: Johan Vromans <jvromans@squirrel.nl>
2422              Date: Sun, 9 Jun 2002 12:53:01 +0200
2423              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
2424      Branch: perl
2425            ! pod/perlform.pod
2426 ____________________________________________________________________________
2427 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
2428         Log: Subject: [Patch] CLONE is not in perldelta
2429              From: Johan Vromans <jvromans@squirrel.nl>
2430              Date: Sun, 9 Jun 2002 12:41:18 +0200
2431              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
2432      Branch: perl
2433            ! pod/perldelta.pod
2434 ____________________________________________________________________________
2435 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
2436         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
2437              From: "Craig A. Berry" <craigberry@mac.com>
2438              Date: Sat, 8 Jun 2002 23:01:11 -0500
2439              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
2440      Branch: perl
2441            ! ext/Digest/MD5/Makefile.PL
2442 ____________________________________________________________________________
2443 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
2444         Log: ... and more.
2445      Branch: perl
2446            ! win32/makefile.mk
2447 ____________________________________________________________________________
2448 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
2449         Log: More spots for perl$OS.
2450      Branch: perl
2451            ! NetWare/Makefile win32/Makefile
2452 ____________________________________________________________________________
2453 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
2454         Log: One more spot to list perlfreebsd and perlirix.
2455      Branch: perl
2456            ! plan9/mkfile
2457 ____________________________________________________________________________
2458 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
2459         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
2460      Branch: perl
2461            ! pod/perlport.pod
2462 ____________________________________________________________________________
2463 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
2464         Log: Cygwin duplicated (noticed by Schwern).
2465      Branch: perl
2466            ! pod/perlport.pod
2467 ____________________________________________________________________________
2468 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
2469         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
2470      Branch: perl
2471            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
2472            ! pod/perlport.pod pod/perlrun.pod
2473 ____________________________________________________________________________
2474 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
2475         Log: Make the =heads a little bit more descriptive; regen toc.
2476      Branch: perl
2477            ! README.freebsd README.irix pod/perltoc.pod
2478 ____________________________________________________________________________
2479 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
2480         Log: I wonder what a 64-bot is?
2481      Branch: perl
2482            ! README.irix
2483 ____________________________________________________________________________
2484 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
2485         Log: Regen toc.
2486      Branch: perl
2487            ! pod/perltoc.pod
2488 ____________________________________________________________________________
2489 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
2490         Log: Add README.irix/perlirix.
2491      Branch: perl
2492            + README.irix
2493            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
2494            ! pod/perldelta.pod pod/perlport.pod
2495 ____________________________________________________________________________
2496 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
2497         Log: Add perlfreebsd.
2498      Branch: perl
2499            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
2500            ! pod/perlport.pod
2501 ____________________________________________________________________________
2502 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
2503         Log: Mention the FreeBSD Perl policy change.
2504      Branch: perl
2505            ! README.freebsd
2506 ____________________________________________________________________________
2507 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
2508         Log: Mention the FreeBSD readdir_r bug in perldelta.
2509      Branch: perl
2510            ! pod/perldelta.pod
2511 ____________________________________________________________________________
2512 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
2513         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
2514              From: Nicholas Clark <nick@unfortu.net>
2515              Date: Sat, 8 Jun 2002 22:23:15 +0100
2516              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
2517      Branch: perl
2518            + README.freebsd
2519            ! MANIFEST
2520 ____________________________________________________________________________
2521 [ 17113] By: sky                                   on 2002/06/08  20:19:28
2522         Log: Preparing A::H for CPAN release, upped version to 0.77
2523              Documented changes.
2524              Last tweak to test case.
2525      Branch: perl
2526            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2527            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
2528 ____________________________________________________________________________
2529 [ 17112] By: sky                                   on 2002/06/08  19:42:33
2530         Log: Prepare CPAN release of Attribute::Handlers
2531              Make the test case know about the changes in attributes
2532              in 5.8 (lexical) and also turn off some warnings.
2533      Branch: perl
2534            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
2535 ____________________________________________________________________________
2536 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
2537         Log: Because of #17097.
2538      Branch: perl
2539            ! configpm
2540 ____________________________________________________________________________
2541 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
2542         Log: Add deprecations.
2543      Branch: perl
2544            ! pod/perldelta.pod
2545 ____________________________________________________________________________
2546 [ 17109] By: sky                                   on 2002/06/08  19:02:19
2547         Log: Remove leftover dummy and cleanup the test case.
2548      Branch: perl
2549            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
2550            ! ext/threads/shared/t/hv_simple.t
2551 ____________________________________________________________________________
2552 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
2553         Log: Document the do BAREWORD change, from Rafael.
2554      Branch: perl
2555            ! pod/perldelta.pod
2556 ____________________________________________________________________________
2557 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
2558         Log: Remove the newly added makedepend .depending "token directory"
2559              when cleaning up.
2560      Branch: perl
2561            ! Makefile.SH
2562 ____________________________________________________________________________
2563 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
2564         Log: perldelta tweaks.
2565      Branch: perl
2566            ! pod/perldelta.pod
2567 ____________________________________________________________________________
2568 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
2569         Log: I assume the Perl fork() emulation is still experimental.
2570      Branch: perl
2571            ! pod/perlfork.pod
2572 ____________________________________________________________________________
2573 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
2574         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
2575              From: "Craig A. Berry" <craigberry@mac.com>
2576              Date: Sat, 8 Jun 2002 14:10:41 -0500
2577              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
2578      Branch: perl
2579            ! README.vms pod/perldelta.pod
2580 ____________________________________________________________________________
2581 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
2582         Log: Slight tweaks from Lupe Christoph.
2583      Branch: perl
2584            ! pod/perldelta.pod
2585 ____________________________________________________________________________
2586 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
2587         Log: Workaround for broken symlink traversal.
2588      Branch: perl
2589            ! installperl
2590 ____________________________________________________________________________
2591 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
2592         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
2593      Branch: perl
2594            ! utils/h2ph.PL
2595 ____________________________________________________________________________
2596 [ 17100] By: nick                                  on 2002/06/08  15:54:19
2597         Log: Integrate mainline
2598      Branch: perlio
2599           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
2600           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
2601           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
2602           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
2603           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
2604           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
2605 ____________________________________________________________________________
2606 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
2607         Log: Try to avoid a looping makedepend that sometimes
2608              happens when timestamps are out of sync.
2609      Branch: perl
2610            ! makedepend.SH
2611 ____________________________________________________________________________
2612 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
2613         Log: metaconfig tweaks from Robin Barker to go with #17097;
2614              update Glossary.patch and mkglossary.
2615      Branch: metaconfig
2616            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
2617            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
2618 ____________________________________________________________________________
2619 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
2620         Log: Various Configure tweaks.
2621      Branch: perl
2622            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2623 ____________________________________________________________________________
2624 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
2625         Log: Fix Glossary formatting bugs when creating Config.pm,
2626              from Robin Barker.
2627      Branch: perl
2628            ! configpm
2629 ____________________________________________________________________________
2630 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
2631         Log: perlivp: Too Much Information. 
2632      Branch: perl
2633            ! utils/perlivp.PL
2634 ____________________________________________________________________________
2635 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
2636         Log: h2ph: workarounds for too large hexadecimal constants.
2637              Now 'perlivp' passes without a whimper in Solaris 8 and
2638              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
2639              installation is weird; e.g. float.h is not in /usr/include...
2640              (cd /usr/include; h2ph -l -r .)
2641      Branch: perl
2642            ! utils/h2ph.PL
2643 ____________________________________________________________________________
2644 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
2645         Log: h2ph: handle function pointer constants.
2646      Branch: perl
2647            ! utils/h2ph.PL
2648 ____________________________________________________________________________
2649 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
2650         Log: Put back the [561+] markers (except for the New Tests
2651              section where the comparison is meaningless);
2652              note that perl561delta is really the changes both
2653              from 5.005_03 and 5.6.0.
2654      Branch: perl
2655            ! pod/perldelta.pod
2656 ____________________________________________________________________________
2657 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
2658         Log: Mention the dynamicness of Socket in VMS in another spot.
2659      Branch: perl
2660            ! pod/perldelta.pod
2661 ____________________________________________________________________________
2662 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
2663         Log: Address most of the issues found by Lupe Cristoph
2664              (only leave the VMS changes to the VMS people);
2665              move the VOS section to its right place;
2666              talk more about userlevel threads;
2667              eradicate end-of-line spaces.
2668      Branch: perl
2669            ! pod/perldelta.pod
2670 ____________________________________________________________________________
2671 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
2672         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
2673              From: Radu Greab <radu@netsoft.ro>
2674              Date: Sat, 8 Jun 2002 16:59:56 +0300
2675              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
2676              
2677              A test for #17082.
2678      Branch: perl
2679            ! ext/Storable/t/recurse.t
2680 ____________________________________________________________________________
2681 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
2682         Log: Explain at the top the situation in a nutshell;
2683              remove the [561+] tags as redundant;
2684              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
2685      Branch: perl
2686            ! pod/perldelta.pod
2687 ____________________________________________________________________________
2688 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
2689         Log: Subject: [Patch] perldelta for 5.8.0 RC1
2690              From: lupe@lupe-christoph.de (Lupe Christoph)
2691              Date: Sat, 8 Jun 2002 14:08:16 +0200
2692              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
2693      Branch: perl
2694            ! pod/perldelta.pod
2695 ____________________________________________________________________________
2696 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
2697         Log: Advertise the upcoming Win32::GetOSName().
2698      Branch: perl
2699            ! pod/perlport.pod
2700 ____________________________________________________________________________
2701 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
2702         Log: The lib/Win32.pod part of
2703              
2704              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
2705              From: "Yves Orton" <demerphq@hotmail.com>
2706              Date: Sat, 08 Jun 2002 00:27:25 +0200
2707              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
2708              
2709              (manually applied and tweaked) 
2710      Branch: perl
2711            ! lib/Win32.pod
2712 ____________________________________________________________________________
2713 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
2714         Log: Subject: Doc patches: assorted minor nits
2715              From: Philip Newton <Philip.Newton@gmx.net>
2716              Date: Sat, 08 Jun 2002 11:08:12 +0200
2717              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
2718      Branch: perl
2719            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
2720 ____________________________________________________________________________
2721 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
2722         Log: Subject: Re: doc bug in perldoc
2723              From: Philip Newton <Philip.Newton@gmx.net>
2724              Date: Sat, 08 Jun 2002 11:05:09 +0200
2725              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
2726      Branch: perl
2727            ! utils/perldoc.PL
2728 ____________________________________________________________________________
2729 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
2730         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
2731              From: Radu Greab <radu@netsoft.ro>
2732              Date: Sat, 8 Jun 2002 08:28:58 +0300
2733              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
2734      Branch: perl
2735            ! ext/Storable/Storable.xs
2736 ____________________________________________________________________________
2737 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
2738         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
2739              From: "Craig A. Berry" <craigberry@mac.com>
2740              Date: Fri, 7 Jun 2002 22:55:34 -0500
2741              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
2742              
2743              Handle also underflow on non-IEEE.
2744      Branch: perl
2745            ! numeric.c
2746 ____________________________________________________________________________
2747 [ 17080] By: sky                                   on 2002/06/08  10:06:05
2748         Log: Fix for bug [ID 20020602.007].
2749              Don't decrement the active flag until AFTER we have run perl_destruct
2750      Branch: perl
2751            ! ext/threads/threads.xs
2752 ____________________________________________________________________________
2753 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
2754         Log: h2ph: evil linux/byteorder/pdp_endian.h
2755      Branch: perl
2756            ! utils/h2ph.PL
2757 ____________________________________________________________________________
2758 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
2759         Log: h2ph: more evilness in the form of Linux inline assembler.
2760      Branch: perl
2761            ! utils/h2ph.PL
2762 ____________________________________________________________________________
2763 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
2764         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
2765              (note the final L) for ia32 and ia64 long doubles.
2766      Branch: perl
2767            ! utils/h2ph.PL
2768 ____________________________________________________________________________
2769 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
2770         Log: perlivp: more header matching.
2771      Branch: perl
2772            ! utils/perlivp.PL
2773 ____________________________________________________________________________
2774 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
2775         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
2776              From: Nicholas Clark <nick@unfortu.net>
2777              Date: Sat, 8 Jun 2002 00:39:22 +0100
2778              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
2779      Branch: perl
2780            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2781 ____________________________________________________________________________
2782 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
2783         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
2784              From: "Craig A. Berry" <craigberry@mac.com>
2785              Date: Fri, 7 Jun 2002 18:29:31 -0500
2786              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
2787      Branch: perl
2788            ! numeric.c
2789 ____________________________________________________________________________
2790 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
2791         Log: Reunite the first .PHONY targets (based on Garry Williams'
2792              reading of the GNU make manual).
2793      Branch: perl
2794            ! Makefile.SH
2795 ____________________________________________________________________________
2796 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
2797         Log: Subject: Re: [DOCPATCH] Thread.pm
2798              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2799              Date: Fri, 07 Jun 2002 23:57:01 +0200
2800              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
2801      Branch: perl
2802            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
2803 ____________________________________________________________________________
2804 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
2805         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
2806              From: Radu Greab <radu@netsoft.ro>
2807              Date: Sat, 8 Jun 2002 00:49:02 +0300
2808              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
2809      Branch: perl
2810            ! ext/Storable/t/recurse.t
2811 ____________________________________________________________________________
2812 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
2813         Log: h2ph: the fp exponent does need to have an explicit sign.
2814      Branch: perl
2815            ! utils/h2ph.PL
2816 ____________________________________________________________________________
2817 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
2818         Log: perlivp: tell what went wrong.
2819      Branch: perl
2820            ! utils/perlivp.PL
2821 ____________________________________________________________________________
2822 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
2823         Log: perlivp: sometimes headers and symbols don't quite match.
2824      Branch: perl
2825            ! utils/perlivp.PL
2826 ____________________________________________________________________________
2827 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
2828         Log: h2ph: One more usage example.
2829      Branch: perl
2830            ! utils/h2ph.PL
2831 ____________________________________________________________________________
2832 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
2833         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
2834      Branch: perl
2835            ! utils/h2ph.PL
2836 ____________________________________________________________________________
2837 [ 17065] By: nick                                  on 2002/06/07  18:21:36
2838         Log: Integrate mainline
2839      Branch: perlio
2840           +> ext/IO/hints/sco.pl
2841           !> (integrate 27 files)
2842 ____________________________________________________________________________
2843 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
2844         Log: uname() was returning "unknown" on IA64; handle other missing
2845              cases as well, and make any future unknown ones show up as
2846              unknown(0x123).
2847      Branch: perl
2848            ! win32/win32.c
2849 ____________________________________________________________________________
2850 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
2851         Log: There are many ways to skin a Win32 (from Sarathy).
2852      Branch: perl
2853            ! pod/perlport.pod
2854 ____________________________________________________________________________
2855 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
2856         Log: Typos spotted by Vadim.
2857      Branch: perl
2858            ! pod/perlport.pod
2859 ____________________________________________________________________________
2860 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
2861         Log: Update Changes.
2862      Branch: perl
2863            ! Changes patchlevel.h
2864 ____________________________________________________________________________
2865 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
2866         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
2867              From: lupe@lupe-christoph.de (Lupe Christoph)
2868              Date: Fri, 7 Jun 2002 13:38:24 +0200
2869              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
2870      Branch: perl
2871            ! pod/perlxs.pod
2872 ____________________________________________________________________________
2873 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
2874         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
2875              From: lupe@lupe-christoph.de (Lupe Christoph)
2876              Date: Fri, 7 Jun 2002 13:36:51 +0200
2877              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
2878      Branch: perl
2879            ! README.win32
2880 ____________________________________________________________________________
2881 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
2882         Log: gcc -Wall nit noticed by NI-S.
2883      Branch: perl
2884            ! pp.c
2885 ____________________________________________________________________________
2886 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
2887         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
2888              From: Andrew Hamm <AHamm@civica.com.au>
2889              Date: Fri, 7 Jun 2002 17:11:24 +1000
2890              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
2891      Branch: perl
2892            + ext/IO/hints/sco.pl
2893            ! MANIFEST
2894 ____________________________________________________________________________
2895 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
2896         Log: Integrate perlio:
2897              
2898              [ 17053]
2899              Don't discard read data on flush if seek fails.
2900      Branch: perl
2901           !> perlio.c
2902 ____________________________________________________________________________
2903 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
2904         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
2905      Branch: perl
2906            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
2907            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
2908            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
2909            ! pod/perlport.pod pod/perltoot.pod
2910 ____________________________________________________________________________
2911 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
2912         Log: More Winlore from Vadim.
2913      Branch: perl
2914            ! pod/perlport.pod
2915 ____________________________________________________________________________
2916 [ 17053] By: nick                                  on 2002/06/07  10:11:51
2917         Log: Don't discard read data on flush if seek fails.
2918      Branch: perlio
2919            ! perlio.c
2920 ____________________________________________________________________________
2921 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
2922         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
2923              From: Radu Greab <radu@netsoft.ro>
2924              Date: Fri, 7 Jun 2002 05:17:58 +0300
2925              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
2926      Branch: perl
2927            ! ext/Storable/Storable.xs
2928 ____________________________________________________________________________
2929 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
2930         Log: Split in two the .PHONY target so that makes without .PHONY
2931              when invoked as "make" won't wander off into the targets "compile
2932              translator utilities" and instead stay in the "all" target.
2933              Diagnosed by Garry Williams.
2934      Branch: perl
2935            ! Makefile.SH
2936 ____________________________________________________________________________
2937 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
2938         Log: Retract #16892 now that we have #17022.
2939      Branch: perl
2940            ! lib/Cwd.pm
2941 ____________________________________________________________________________
2942 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
2943         Log: Update the SUPER-UX situation.
2944      Branch: perl
2945            ! pod/perldelta.pod
2946 ____________________________________________________________________________
2947 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
2948         Log: More Windows wisdom from Sarathy;
2949              remove old UTS entry; add SUPER-UX.
2950      Branch: perl
2951            ! pod/perlport.pod
2952 ____________________________________________________________________________
2953 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
2954         Log: Windows wisdom from Sarathy.
2955      Branch: perl
2956            ! pod/perlvar.pod
2957 ____________________________________________________________________________
2958 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
2959         Log: The perlio warnings are not mandatory.
2960      Branch: perl
2961            ! pod/perldiag.pod
2962 ____________________________________________________________________________
2963 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
2964         Log: Typolice.
2965      Branch: perl
2966            ! utils/c2ph.PL x2p/s2p.PL
2967 ____________________________________________________________________________
2968 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
2969         Log: Document that $^O in Win32 is a bit lacking in details.
2970      Branch: perl
2971            ! pod/perlvar.pod
2972 ____________________________________________________________________________
2973 [ 17043] By: nick                                  on 2002/06/06  18:51:48
2974         Log: Integrate mainline
2975      Branch: perlio
2976           !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
2977           !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
2978           !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
2979           !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
2980           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
2981           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
2982 ____________________________________________________________________________
2983 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
2984         Log: Win32 is not an OS.
2985      Branch: perl
2986            ! pod/perlport.pod
2987 ____________________________________________________________________________
2988 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
2989         Log: The Makefile.SH part of
2990              
2991              Subject: [PATCH] corrections to Config.pm
2992              From: Robin Barker <rmb1@cise.npl.co.uk>
2993              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
2994              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
2995              
2996              and regen Configure.
2997      Branch: perl
2998            ! Configure Makefile.SH Porting/config.sh Porting/config_H
2999 ____________________________________________________________________________
3000 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
3001         Log: Supported platforms tweaks.
3002      Branch: perl
3003            ! pod/perlport.pod
3004 ____________________________________________________________________________
3005 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
3006         Log: Update the 5.005-threads failure list.
3007      Branch: perl
3008            ! pod/perldelta.pod
3009 ____________________________________________________________________________
3010 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
3011         Log: Make pstruct and psed appear also on platforms with
3012              $Config{d_link} but filesystems without link() (like FAT).
3013              Should deal with [ID 20020602.003] and
3014              "RC1 for MSWin32-x86-multi-thread build bug report".
3015              Diagnosis by Sarathy.
3016      Branch: perl
3017            ! utils/c2ph.PL x2p/s2p.PL
3018 ____________________________________________________________________________
3019 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
3020         Log: Subject: [PATCH] Thread.pm
3021              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3022              Date: Thu, 06 Jun 2002 10:47:36 +0200
3023              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
3024      Branch: perl
3025            ! lib/Thread.pm
3026 ____________________________________________________________________________
3027 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
3028         Log: Rafael noticed a bug in the explanation of #17035.
3029      Branch: perl
3030            ! pod/perldiag.pod
3031 ____________________________________________________________________________
3032 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
3033         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
3034      Branch: perl
3035            ! pod/perldiag.pod
3036 ____________________________________________________________________________
3037 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
3038         Log: Subject: [DOCPATCH] perlthtut.pod
3039              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3040              Date: Thu, 06 Jun 2002 10:40:02 +0200
3041              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
3042      Branch: perl
3043            ! pod/perlthrtut.pod
3044 ____________________________________________________________________________
3045 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
3046         Log: NetWare update from Ananth Kesari.
3047      Branch: perl
3048            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
3049            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
3050            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
3051            ! NetWare/t/NWScripts.pl x2p/a2p.h
3052 ____________________________________________________________________________
3053 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
3054         Log: Integrate perlio:
3055              
3056              [ 17030]
3057              doio.c tweaks
3058              - see SV passed to dup type open "looks_like__number"
3059              - apply layers to pipe opens.
3060      Branch: perl
3061           !> doio.c
3062 ____________________________________________________________________________
3063 [ 17031] By: ams                                   on 2002/06/06  11:49:13
3064         Log: Subject: [PATCH] perlguts.pod
3065              From: Nicholas Clark <nick@ccl4.org>
3066              Date: Thu, 6 Jun 2002 11:29:19 +0100
3067              Message-Id: <20020606112919.P22873@plum.flirble.org>
3068      Branch: perl
3069            ! pod/perlguts.pod
3070 ____________________________________________________________________________
3071 [ 17030] By: nick                                  on 2002/06/06  07:26:11
3072         Log: doio.c tweaks
3073              - see SV passed to dup type open "looks_like__number"
3074              - apply layers to pipe opens.
3075      Branch: perlio
3076            ! doio.c
3077 ____________________________________________________________________________
3078 [ 17029] By: nick                                  on 2002/06/06  06:32:35
3079         Log: Integrate mainline
3080      Branch: perlio
3081           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
3082           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
3083           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
3084           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
3085           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
3086 ____________________________________________________________________________
3087 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
3088         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
3089              output buffers because they exited with PerlProc_exit()
3090              instead of my_exit() (from Andy Dougherty)
3091      Branch: perl
3092            ! perl.c
3093 ____________________________________________________________________________
3094 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
3095         Log: BeOS status update; all platforms status update.
3096      Branch: perl
3097            ! README.beos pod/perlport.pod
3098 ____________________________________________________________________________
3099 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
3100         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
3101              From: Stas Bekman <stas@stason.org>
3102              Date: Wed, 05 Jun 2002 15:26:02 +0800
3103              Message-ID: <3CFDBD0A.8090505@stason.org>      
3104      Branch: perl
3105            ! lib/Pod/Html.pm
3106 ____________________________________________________________________________
3107 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
3108         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
3109              From: "Craig A. Berry" <craigberry@mac.com>
3110              Date: Wed, 05 Jun 2002 17:31:18 -0500
3111              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
3112      Branch: perl
3113            ! t/op/arith.t
3114 ____________________________________________________________________________
3115 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
3116         Log: MacOS X 10.1.5 still failing the DB tests.
3117      Branch: perl
3118            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
3119            ! pod/perldelta.pod
3120 ____________________________________________________________________________
3121 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
3122         Log: Address the second half of
3123              
3124              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
3125              From: jv@squirrel.nl (Johan Vromans)
3126              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
3127              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
3128              
3129              so that multiarg piped opens only accept optional whitespace
3130              after the "|-".  If and when perlio discipline awareness added
3131              to |-, the now added code branch will grow.
3132              
3133              No test case because hard to think of anything even remotely
3134              portable.
3135      Branch: perl
3136            ! doio.c
3137 ____________________________________________________________________________
3138 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
3139         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
3140              From: Doug MacEachern <dougm@covalent.net>
3141              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
3142              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
3143              
3144              (plus a test expanded from Schwern's [ID 20020602.006])
3145      Branch: perl
3146            ! pp.c t/op/tie.t
3147 ____________________________________________________________________________
3148 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
3149         Log: Subject: doc bug in perldoc
3150              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3151              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
3152              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
3153      Branch: perl
3154            ! utils/perldoc.PL
3155 ____________________________________________________________________________
3156 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
3157         Log: AUTHORS updates; perldelta blame^Wfame additions.
3158      Branch: perl
3159            ! AUTHORS pod/perldelta.pod
3160 ____________________________________________________________________________
3161 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
3162         Log: Mention Carp enhancements.
3163      Branch: perl
3164            ! pod/perldelta.pod
3165 ____________________________________________________________________________
3166 [ 17018] By: sky                                   on 2002/06/05  18:49:10
3167         Log: Update text slightly and update links to threads.pm instead of Thread.pm
3168      Branch: perl
3169            ! pod/perlfunc.pod
3170 ____________________________________________________________________________
3171 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
3172         Log: Remove a comma and a few whitespaces.
3173      Branch: perl
3174            ! pod/perlfunc.pod
3175 ____________________________________________________________________________
3176 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
3177         Log: $^O is 'beos' on BeOS
3178      Branch: perl
3179            ! lib/Tie/File/t/16_handle.t
3180 ____________________________________________________________________________
3181 [ 17015] By: nick                                  on 2002/06/05  15:11:00
3182         Log: Integrate mainline (for Configure)
3183      Branch: perlio
3184           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3185           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
3186           !> hints/linux.sh myconfig.SH pod/perldelta.pod
3187 ____________________________________________________________________________
3188 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
3189         Log: Update Changes.
3190      Branch: perl
3191            ! Changes patchlevel.h
3192 ____________________________________________________________________________
3193 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
3194         Log: Mention the flakiness of AIX' make.
3195      Branch: perl
3196            ! pod/perldelta.pod
3197 ____________________________________________________________________________
3198 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
3199         Log: metaconfig unit change for #17011.
3200      Branch: metaconfig
3201            ! U/installdirs/inc_version_list.U
3202 ____________________________________________________________________________
3203 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
3204         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
3205              From: jason@openinformatics.com (Jason E. Stewart)
3206              Date: 04 Jun 2002 16:42:32 -0600
3207              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
3208              
3209              Unexpanded $prefix.
3210      Branch: perl
3211            ! Configure
3212 ____________________________________________________________________________
3213 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
3214         Log: glibc version is more a library issue than a compiler issue.
3215      Branch: perl
3216            ! myconfig.SH
3217 ____________________________________________________________________________
3218 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
3219         Log: Subject: [Encode PATCH] spurious warning
3220              From: Nicholas Clark <nick@unfortu.net>
3221              Date: Sun, 2 Jun 2002 20:26:22 +0100
3222              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
3223      Branch: perl
3224            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
3225 ____________________________________________________________________________
3226 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
3227         Log: Show gnulibc_version in myconfig. 
3228      Branch: perl
3229            ! myconfig.SH
3230 ____________________________________________________________________________
3231 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
3232         Log: Regen Glossary for #16991.
3233      Branch: perl
3234            ! Porting/Glossary Porting/config.sh Porting/config_H
3235 ____________________________________________________________________________
3236 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
3237         Log: More for #16991.
3238      Branch: perl
3239            ! hints/linux.sh
3240 ____________________________________________________________________________
3241 [ 17005] By: nick                                  on 2002/06/05  07:23:22
3242         Log: Integrate mainline
3243      Branch: perlio
3244           +> ext/Thread/README.threads
3245            - README.threads
3246           !> (integrate 81 files)
3247 ____________________________________________________________________________
3248 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
3249         Log: FAQ sync.
3250      Branch: perl
3251            ! pod/perlfaq6.pod
3252 ____________________________________________________________________________
3253 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
3254         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
3255              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3256              Date: Sun, 02 Jun 2002 21:36:05 +0200
3257              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
3258      Branch: perl
3259            ! ext/threads/shared/queue.pm
3260 ____________________________________________________________________________
3261 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
3262         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
3263              From: "Daniel Berger" <djberg96@attbi.com>
3264              Date: Mon, 03 Jun 2002 19:18:38 GMT
3265              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
3266      Branch: perl
3267            ! README.beos
3268 ____________________________________________________________________________
3269 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
3270         Log: Subject: One more sorry for Oracle
3271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3272              Date: Tue, 04 Jun 2002 10:02:17 +0200
3273              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
3274              
3275              (modified)
3276      Branch: perl
3277            ! README.hpux
3278 ____________________________________________________________________________
3279 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
3280         Log: metaconfig unit change for #16999.
3281      Branch: metaconfig
3282            ! U/threads/usethreads.U
3283 ____________________________________________________________________________
3284 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
3285         Log: Disable the combination of ithreads but not perlio.
3286      Branch: perl
3287            ! Configure INSTALL
3288 ____________________________________________________________________________
3289 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
3290         Log: perlthrtut links.
3291      Branch: perl
3292            ! ext/threads/shared/shared.pm ext/threads/threads.pm
3293            ! pod/perldelta.pod
3294 ____________________________________________________________________________
3295 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
3296         Log: Unmatchings.
3297      Branch: perl
3298            ! README.netware README.win32
3299 ____________________________________________________________________________
3300 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
3301         Log: Subject: Re: 2nd draft of announcement
3302              From: "John P. Linderman" <jpl@research.att.com>
3303              Date: Mon, 03 Jun 2002 08:57:49 -0400
3304              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
3305              
3306              Let's not forget the mystery IRIX failure.
3307      Branch: perl
3308            ! pod/perldelta.pod
3309 ____________________________________________________________________________
3310 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
3311         Log: Move the obsolete README.threads out of sight to ext/Threads;
3312              save one part of the IRIX knowledge in INSTALL (though IRIX
3313              6.2 is quite old...)
3314      Branch: perl
3315            + ext/Thread/README.threads
3316            - README.threads
3317            ! INSTALL MANIFEST
3318 ____________________________________________________________________________
3319 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
3320         Log: Upgrade to Math::BigRat 0.07.
3321      Branch: perl
3322            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
3323            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
3324            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
3325 ____________________________________________________________________________
3326 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
3327         Log: metaconfig unit change #16991.
3328      Branch: metaconfig
3329            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
3330 ____________________________________________________________________________
3331 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
3332         Log: Forgot from #16991.
3333      Branch: perl
3334            ! config_h.SH
3335 ____________________________________________________________________________
3336 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
3337         Log: Subject: Re: hints/linux.sh & stdio
3338              From: Andy Dougherty <doughera@lafayette.edu>
3339              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
3340              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
3341      Branch: perl
3342            ! Configure
3343 ____________________________________________________________________________
3344 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
3345         Log: Integrate maintperl change #16988;
3346              
3347              make IO::Pipe work on windows
3348      Branch: perl
3349           !> ext/IO/lib/IO/Pipe.pm
3350 ____________________________________________________________________________
3351 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
3352         Log: Integrate macperl changes #16974 and #16975;
3353              
3354              nativize() isn't happy with absolute Mac paths
3355              
3356              Test::Harness test fixes, attempt #3 :-)
3357      Branch: perl
3358           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
3359           !> lib/Test/Harness/t/callback.t
3360           !> lib/Test/Harness/t/strap-analyze.t
3361           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
3362 ____________________________________________________________________________
3363 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
3364         Log: make IO::Pipe work on windows
3365      Branch: maint-5.6/perl
3366            ! ext/IO/lib/IO/Pipe.pm
3367 ____________________________________________________________________________
3368 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
3369         Log: s/modperl/mod_perl/g
3370      Branch: perl
3371            ! README.aix pod/perldelta.pod
3372 ____________________________________________________________________________
3373 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
3374         Log: Subject: [DOC PATCH] perldelta.pod
3375              From: Philip Newton <Philip.Newton@gmx.net>
3376              Date: Tue, 04 Jun 2002 06:52:55 +0200
3377              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
3378              
3379              (with one nit, s/modperl/mod_perl/)
3380      Branch: perl
3381            ! pod/perldelta.pod
3382 ____________________________________________________________________________
3383 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
3384         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
3385      Branch: perl
3386            ! pod/perlfunc.pod
3387 ____________________________________________________________________________
3388 [ 16984] By: ams                                   on 2002/06/04  01:05:49
3389         Log: Subject: [PATCH] Re: Some bugs in RC1
3390              From: Michael G Schwern <schwern@pobox.com>
3391              Date: Mon, 03 Jun 2002 19:59:21 -0400
3392              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
3393      Branch: perl
3394            ! lib/perl5db.pl
3395 ____________________________________________________________________________
3396 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
3397         Log: Update Errno slightly to latest version
3398      Branch: macperl
3399            ! macos/lib/Errno.pm
3400 ____________________________________________________________________________
3401 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
3402         Log: Protect against localizing an %ENV slice.
3403      Branch: perl
3404            ! lib/Cwd.pm
3405 ____________________________________________________________________________
3406 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
3407         Log: Document that lock() is a "weak keyword".
3408      Branch: perl
3409            ! pod/perlfunc.pod
3410 ____________________________________________________________________________
3411 [ 16980] By: ams                                   on 2002/06/03  18:38:26
3412         Log: Subject: [PATCH Switch.pm] Minor typo
3413              From: Philip Newton <Philip.Newton@gmx.net>
3414              Date: Mon, 03 Jun 2002 21:35:55 +0200
3415              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
3416      Branch: perl
3417            ! lib/Switch.pm
3418 ____________________________________________________________________________
3419 [ 16979] By: ams                                   on 2002/06/03  17:06:03
3420         Log: Remove all occurrences of occurence, except for one (in the
3421              Changelog) that is preserved for historical reasons.
3422      Branch: perl
3423            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
3424            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
3425            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
3426 ____________________________________________________________________________
3427 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
3428         Log: Update Changes
3429      Branch: macperl
3430            ! macos/Changes
3431 ____________________________________________________________________________
3432 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
3433         Log: Update Help menu for 5.8
3434      Branch: macperl
3435            ! macos/macperl/MacPerl.podhelp
3436 ____________________________________________________________________________
3437 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
3438         Log: Bump versions
3439      Branch: macperl
3440            ! macos/MPVersion.r macos/config.h macos/config.sh
3441 ____________________________________________________________________________
3442 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
3443         Log: Test::Harness test fixes, attempt #3 :-)
3444      Branch: macperl
3445            ! lib/Test/Harness/t/callback.t
3446            ! lib/Test/Harness/t/strap-analyze.t
3447            ! lib/Test/Harness/t/test-harness.t
3448 ____________________________________________________________________________
3449 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
3450         Log: nativize() isn't happy with absolute Mac paths
3451      Branch: macperl
3452            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
3453            ! lib/lib_pm.PL
3454 ____________________________________________________________________________
3455 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
3456         Log: Integrate #16971 from maint-5.6;
3457              
3458              IO::Poll wasn't working on windows since poll.c wasn't using the
3459              same abstractions as perl; for test case, see:
3460              http://bugs.activestate.com/show_bug.cgi?id=19624
3461      Branch: perl
3462           !> XSUB.h ext/IO/poll.c
3463 ____________________________________________________________________________
3464 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
3465         Log: A few links.
3466      Branch: perl
3467            ! pod/perldelta.pod
3468 ____________________________________________________________________________
3469 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
3470         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
3471              same abstractions as perl; for test case, see:
3472              http://bugs.activestate.com/show_bug.cgi?id=19624
3473      Branch: maint-5.6/perl
3474            ! XSUB.h ext/IO/poll.c
3475 ____________________________________________________________________________
3476 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
3477         Log: Various perldelta tweaks.
3478      Branch: perl
3479            ! pod/perldelta.pod
3480 ____________________________________________________________________________
3481 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
3482         Log: Update Changes.
3483      Branch: perl
3484            ! Changes patchlevel.h
3485 ____________________________________________________________________________
3486 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
3487         Log: Integrate perl for 5.8.0 RC1
3488      Branch: macperl
3489           !> (integrate 77 files)
3490 ____________________________________________________________________________
3491 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
3492         Log: Two obsolete files.
3493      Branch: perl
3494            ! Porting/makerel
3495 ____________________________________________________________________________
3496 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
3497         Log: This is Perl 5.8.0 RC 1.
3498      Branch: perl
3499            ! patchlevel.h
3500 ____________________________________________________________________________
3501 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
3502         Log: Update Changes.
3503      Branch: perl
3504            ! Changes patchlevel.h
3505 ____________________________________________________________________________
3506 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
3507         Log: Subject: [Encode] 1.75 Released
3508              From: Dan Kogai <dankogai@dan.co.jp>
3509              Date: Sun, 2 Jun 2002 03:19:19 +0900
3510              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
3511      Branch: perl
3512            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
3513            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3514            ! ext/Encode/lib/Encode/Alias.pm
3515            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3516            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3517 ____________________________________________________________________________
3518 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
3519         Log: Paranoia regen_headers; no changes but at least
3520              the timestamps are now fine.
3521      Branch: perl
3522            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3523            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
3524            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
3525            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
3526            ! warnings.h
3527 ____________________________________________________________________________
3528 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
3529         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
3530              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3531              Date: Sat, 01 Jun 2002 11:35:22 +0200
3532              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
3533      Branch: perl
3534            ! README.hpux
3535 ____________________________________________________________________________
3536 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
3537         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
3538      Branch: perl
3539            ! pod/perldelta.pod pod/perltoc.pod
3540 ____________________________________________________________________________
3541 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
3542         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
3543      Branch: perl
3544            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
3545            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
3546 ____________________________________________________________________________
3547 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
3548         Log: Even more VMSifying (this time more like de-MacOSifying).
3549      Branch: perl
3550            ! lib/Test/Harness/t/test-harness.t
3551 ____________________________________________________________________________
3552 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
3553         Log: VMSifying from Craig Berry.
3554      Branch: perl
3555            ! lib/Test/Harness/t/callback.t
3556            ! lib/Test/Harness/t/strap-analyze.t
3557            ! lib/Test/Harness/t/test-harness.t
3558 ____________________________________________________________________________
3559 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
3560         Log: Mention the CJK docs.
3561      Branch: perl
3562            ! pod/perldelta.pod
3563 ____________________________________________________________________________
3564 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
3565         Log: Subject: [PATCH] another Storable test
3566              From: Nicholas Clark <nick@unfortu.net>
3567              Date: Sat, 1 Jun 2002 14:07:01 +0100
3568              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
3569      Branch: perl
3570            ! ext/Storable/t/interwork56.t
3571 ____________________________________________________________________________
3572 [ 16955] By: nick                                  on 2002/06/01  09:02:48
3573         Log: Integrate mainline
3574      Branch: perlio
3575            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
3576           !> (integrate 62 files)
3577 ____________________________________________________________________________
3578 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
3579         Log: Make the changes MacOS-specific.
3580      Branch: perl
3581            ! lib/Test/Harness/t/callback.t
3582            ! lib/Test/Harness/t/strap-analyze.t
3583            ! lib/Test/Harness/t/test-harness.t
3584 ____________________________________________________________________________
3585 [ 16953] By: ams                                   on 2002/06/01  03:20:52
3586         Log: Remove $Id$ lines.
3587      Branch: perl
3588            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
3589            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
3590            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
3591            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
3592            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
3593            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
3594            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
3595            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
3596            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
3597            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
3598            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
3599            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
3600            ! ext/Storable/t/utf8hash.t
3601 ____________________________________________________________________________
3602 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
3603         Log: Perl Labs dead, Smokers live.
3604      Branch: perl
3605            ! pod/perlhack.pod
3606 ____________________________________________________________________________
3607 [ 16951] By: ams                                   on 2002/06/01  03:08:02
3608         Log: Nitpick at ChangeLog until it is consistently formatted.
3609      Branch: perl
3610            ! ext/Storable/ChangeLog
3611 ____________________________________________________________________________
3612 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
3613         Log: strictify lib.pm.
3614      Branch: perl
3615            ! lib/lib_pm.PL
3616 ____________________________________________________________________________
3617 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
3618         Log: s/invcer/incver/
3619      Branch: perl
3620            ! lib/lib_pm.PL
3621 ____________________________________________________________________________
3622 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
3623         Log: Subject: Re: perl@16925
3624              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3625              Date: Fri, 31 May 2002 19:56:39 -0700
3626              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
3627              
3628              Self-tie clarifications.
3629      Branch: perl
3630            ! pod/perldelta.pod
3631 ____________________________________________________________________________
3632 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
3633         Log: Be exact of what happens.
3634      Branch: perl
3635            ! README.cygwin
3636 ____________________________________________________________________________
3637 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
3638         Log: Subject: [Patch] Inplace editing on Cygwin and others?
3639              From: "Gerrit P. Haase" <gp@familiehaase.de>
3640              Date: Sat, 1 Jun 2002 04:14:43 +0200
3641              Message-ID: <199100765833.20020601041443@familiehaase.de>
3642      Branch: perl
3643            ! README.cygwin doio.c perl.c
3644 ____________________________________________________________________________
3645 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
3646         Log: MacOS test glitch.
3647      Branch: perl
3648            ! ext/Digest/MD5/t/files.t
3649 ____________________________________________________________________________
3650 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
3651         Log: Update Changes.
3652      Branch: perl
3653            ! Changes patchlevel.h
3654 ____________________________________________________________________________
3655 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
3656         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
3657              From: "Craig A. Berry" <craigberry@mac.com>
3658              Date: Fri, 31 May 2002 17:20:11 -0500
3659              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
3660              
3661              Avoid redef warning.
3662      Branch: perl
3663            ! lib/Math/BigInt/Calc.pm
3664 ____________________________________________________________________________
3665 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
3666         Log: Integrate macperl patches #16926 and #16938;
3667              
3668              Big MacPerl Testing Patch No. 2
3669              
3670              Big MacPerl Testing Patch No. 3
3671      Branch: perl
3672           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
3673           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
3674           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
3675           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
3676           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
3677           !> lib/Test/Harness/t/callback.t
3678           !> lib/Test/Harness/t/strap-analyze.t
3679           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
3680           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
3681           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
3682 ____________________________________________________________________________
3683 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
3684         Log: Configuration / test updates
3685      Branch: macperl
3686            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3687            ! macos/Makefile.mk
3688 ____________________________________________________________________________
3689 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
3690         Log: Fix various Makefile.PL for string/array conflicts
3691      Branch: macperl
3692            ! macos/ext/Mac/Controls/Makefile.PL
3693            ! macos/ext/Mac/Dialogs/Makefile.PL
3694            ! macos/ext/Mac/Events/Makefile.PL
3695            ! macos/ext/Mac/Files/Makefile.PL
3696            ! macos/ext/Mac/Fonts/Makefile.PL
3697            ! macos/ext/Mac/Lists/Makefile.PL
3698            ! macos/ext/Mac/Menus/Makefile.PL
3699            ! macos/ext/Mac/MoreFiles/Makefile.PL
3700            ! macos/ext/Mac/Movies/Makefile.PL
3701            ! macos/ext/Mac/Navigation/Makefile.PL
3702            ! macos/ext/Mac/Notification/Makefile.PL
3703            ! macos/ext/Mac/OSA/Makefile.PL
3704            ! macos/ext/Mac/QDOffscreen/Makefile.PL
3705            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
3706            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
3707            ! macos/ext/Mac/StandardFile/Makefile.PL
3708            ! macos/ext/Mac/TextEdit/Makefile.PL
3709            ! macos/ext/Mac/Windows/Makefile.PL
3710            ! macos/ext/MacPerl/Makefile.PL
3711 ____________________________________________________________________________
3712 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
3713         Log: Integrate perl
3714      Branch: macperl
3715            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
3716           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
3717           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
3718           !> pod/perlvar.pod
3719 ____________________________________________________________________________
3720 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
3721         Log: Big MacPerl Testing Patch No. 3
3722      Branch: macperl
3723            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
3724            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
3725            ! lib/Test/Harness/t/callback.t
3726            ! lib/Test/Harness/t/strap-analyze.t
3727            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
3728            ! utils/dprofpp.PL utils/splain.PL
3729 ____________________________________________________________________________
3730 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
3731         Log: Update the LWP status.
3732      Branch: perl
3733            ! pod/perldelta.pod
3734 ____________________________________________________________________________
3735 [ 16936] By: nick                                  on 2002/05/31  20:07:40
3736         Log: Integrate mainline
3737      Branch: perlio
3738           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
3739           +> lib/File/Spec/NW5.pm
3740            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
3741            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
3742            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
3743            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
3744           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
3745           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
3746           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
3747           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
3748           !> pod/perlvar.pod toke.c
3749 ____________________________________________________________________________
3750 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
3751         Log: Freudian slip :-)
3752      Branch: perl
3753            ! pod/perlhist.pod
3754 ____________________________________________________________________________
3755 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
3756         Log: perlhist update.
3757      Branch: perl
3758            ! pod/perlhist.pod
3759 ____________________________________________________________________________
3760 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
3761         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
3762              From: Andy Dougherty <doughera@lafayette.edu>
3763              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
3764              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
3765      Branch: perl
3766            ! lib/Math/BigInt/t/mbi_rand.t
3767 ____________________________________________________________________________
3768 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
3769         Log: From: Michael G Schwern <schwern@pobox.com>
3770              Date: Fri, 31 May 2002 15:18:02 -0400
3771              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
3772              To: perl5-porters@perl.org
3773      Branch: perl
3774            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
3775            ! MANIFEST
3776 ____________________________________________________________________________
3777 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
3778         Log: More datapoints on gcc/alpha.
3779      Branch: perl
3780            ! pod/perldelta.pod
3781 ____________________________________________________________________________
3782 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
3783         Log: Document that old gccs on Alpha are no good.
3784      Branch: perl
3785            ! pod/perldelta.pod
3786 ____________________________________________________________________________
3787 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
3788         Log: Integrate perl
3789      Branch: macperl
3790           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
3791           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
3792           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
3793           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
3794           +> t/lib/sample-tests/skipall_nomsg
3795            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
3796            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
3797            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
3798            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
3799            - NetWare/bat/ToggleXDC.bat
3800           !> (integrate 86 files)
3801 ____________________________________________________________________________
3802 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
3803         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
3804              From: Colin Watson <colinw@zeus.com>
3805              Date: Fri, 31 May 2002 17:34:06 +0100
3806              Message-ID: <20020531163406.GA10401@zeus.com>
3807      Branch: perl
3808            ! hints/hpux.sh
3809 ____________________________________________________________________________
3810 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
3811         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
3812              From: Paul_GreenVOS@vos.stratus.com
3813              Date: Fri, 31 May 02 12:23 edt
3814              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
3815      Branch: perl
3816            ! pod/perlport.pod pod/perlvar.pod
3817 ____________________________________________________________________________
3818 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
3819         Log: Big MacPerl Testing Patch No. 2
3820              There might be more soon, but this is almost all of it for now
3821      Branch: macperl
3822            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
3823            ! lib/Devel/SelfStubber.t lib/English.t
3824            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
3825            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
3826            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
3827            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
3828 ____________________________________________________________________________
3829 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
3830         Log: Update Changes.
3831      Branch: perl
3832            ! Changes patchlevel.h
3833 ____________________________________________________________________________
3834 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
3835         Log: Missing MANIFESTations.
3836      Branch: perl
3837            ! MANIFEST
3838 ____________________________________________________________________________
3839 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
3840         Log: DJGPP tweaks from Laszlo.
3841      Branch: perl
3842            ! lib/English.t
3843 ____________________________________________________________________________
3844 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
3845         Log: NetWare update from Ananth Kesari.
3846      Branch: perl
3847            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
3848            + lib/File/Spec/NW5.pm
3849            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
3850            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
3851            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
3852            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
3853            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
3854            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
3855            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
3856 ____________________________________________________________________________
3857 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
3858         Log: Integrate perlio:
3859              
3860              [ 16920]
3861              Use File::Spec for blib expectance tests - skating round
3862              existing MacOS and VMS hacks.
3863      Branch: perl
3864           !> lib/blib.t
3865 ____________________________________________________________________________
3866 [ 16920] By: nick                                  on 2002/05/31  08:48:40
3867         Log: Use File::Spec for blib expectance tests - skating round
3868              existing MacOS and VMS hacks.
3869      Branch: perlio
3870            ! lib/blib.t
3871 ____________________________________________________________________________
3872 [ 16919] By: nick                                  on 2002/05/31  08:39:37
3873         Log: Integrate mainline
3874      Branch: perlio
3875           +> ext/Storable/t/interwork56.t
3876           +> ext/Storable/t/make_56_interwork.pl
3877           +> lib/ExtUtils/t/writemakefile_args.t
3878           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
3879           +> t/lib/sample-tests/skipall_nomsg
3880            - NetWare/bat/Setwatcom.bat
3881           !> (integrate 62 files)
3882 ____________________________________________________________________________
3883 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
3884         Log: Regen toc.
3885      Branch: perl
3886            ! pod/perltoc.pod
3887 ____________________________________________________________________________
3888 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
3889         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
3890              From: "Craig A. Berry" <craigberry@mac.com>
3891              Date: Thu, 30 May 2002 22:14:15 -0500
3892              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
3893      Branch: perl
3894            ! t/test.pl
3895 ____________________________________________________________________________
3896 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
3897         Log: Missing from #16914.
3898      Branch: perl
3899            ! MANIFEST
3900 ____________________________________________________________________________
3901 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
3902         Log: BeOS status update.
3903      Branch: perl
3904            ! AUTHORS README.beos pod/perldelta.pod
3905 ____________________________________________________________________________
3906 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
3907         Log: Upgrade to Test::Harness 2.24.
3908      Branch: perl
3909            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
3910            + t/lib/sample-tests/skipall_nomsg
3911            ! lib/Test/Harness.pm lib/Test/Harness/Changes
3912            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
3913            ! lib/Test/Harness/t/strap-analyze.t
3914            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
3915 ____________________________________________________________________________
3916 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
3917         Log: metaconfig unit change for #16912.
3918      Branch: metaconfig/U/perl
3919            ! perlpath.U
3920 ____________________________________________________________________________
3921 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
3922         Log: Subject: Improved $^X patch
3923              From: Paul_GreenVOS@vos.stratus.com
3924              Date: Thu, 30 May 02 17:32 edt
3925              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
3926      Branch: perl
3927            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3928            ! pod/perlport.pod pod/perlvar.pod
3929 ____________________________________________________________________________
3930 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
3931         Log: Subject: [PATCH configure.com] _ext -> _exe
3932              From: "Craig A. Berry" <craigberry@mac.com>
3933              Date: Thu, 30 May 2002 18:32:43 -0500
3934              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
3935      Branch: perl
3936            ! configure.com
3937 ____________________________________________________________________________
3938 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
3939         Log: Because of #16909 MANIFEST changes.
3940      Branch: perl
3941            ! t/TEST t/harness
3942 ____________________________________________________________________________
3943 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
3944         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
3945              From: Nicholas Clark <nick@unfortu.net>
3946              Date: Fri, 31 May 2002 00:02:22 +0100
3947              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
3948      Branch: perl
3949            + ext/Storable/t/interwork56.t
3950            + ext/Storable/t/make_56_interwork.pl
3951            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
3952            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
3953            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
3954 ____________________________________________________________________________
3955 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
3956         Log: Integrate perlio:
3957              
3958              [ 16895]
3959              Play safe and avoid writes to stdio's buffer (for glibc2.3)
3960      Branch: perl
3961           !> perlio.c
3962 ____________________________________________________________________________
3963 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
3964         Log: Upgrade to Math::BigRat 0.06.
3965      Branch: perl
3966            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
3967 ____________________________________________________________________________
3968 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
3969         Log: Upgrade to Math::BigInt 1.57.
3970      Branch: perl
3971            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3972            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3973            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
3974            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
3975            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
3976 ____________________________________________________________________________
3977 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
3978         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
3979              From: "Craig A. Berry" <craigberry@mac.com>
3980              Date: Thu, 30 May 2002 16:22:40 -0500
3981              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
3982      Branch: perl
3983            ! lib/blib.t
3984 ____________________________________________________________________________
3985 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
3986         Log: Upgrade to ExtUtils::MakeMaker 6.01.
3987      Branch: perl
3988            + lib/ExtUtils/t/writemakefile_args.t
3989            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3990            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
3991            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
3992            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
3993            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3994            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
3995            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
3996            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
3997 ____________________________________________________________________________
3998 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
3999         Log: prevent attempts to load extension libraries more than once on darwin.
4000              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
4001      Branch: perl
4002            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
4003 ____________________________________________________________________________
4004 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
4005         Log: Obsolete file.
4006      Branch: perl
4007            - NetWare/bat/Setwatcom.bat
4008            ! MANIFEST
4009 ____________________________________________________________________________
4010 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
4011         Log: Update Andy.
4012      Branch: perl
4013            ! hints/linux.sh
4014 ____________________________________________________________________________
4015 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
4016         Log: INT2PTR/PTR2IV defined twice.
4017      Branch: perl
4018            ! ext/Devel/PPPort/PPPort.pm
4019 ____________________________________________________________________________
4020 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
4021         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
4022              From: PPrymmer@factset.com
4023              Date: Thu, 30 May 2002 13:57:31 -0400
4024              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
4025              
4026              Multinet matters with s/might the/mind the/
4027      Branch: perl
4028            ! README.vms
4029 ____________________________________________________________________________
4030 [ 16898] By: nick                                  on 2002/05/30  15:55:46
4031         Log: Integrate mainline
4032      Branch: perlio
4033           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
4034           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
4035 ____________________________________________________________________________
4036 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
4037         Log: Document the glibc 2.2.5 long long bug.
4038      Branch: perl
4039            ! pod/perldelta.pod
4040 ____________________________________________________________________________
4041 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
4042         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
4043              From: Abigail <abigail@foad.org>
4044              Date: Thu, 30 May 2002 09:33:51 -0700
4045              Message-ID: <20020530093351.A18225@ucan.foad.org>
4046      Branch: perl
4047            ! pod/perlfunc.pod
4048 ____________________________________________________________________________
4049 [ 16895] By: nick                                  on 2002/05/30  14:40:11
4050         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
4051      Branch: perlio
4052            ! perlio.c
4053 ____________________________________________________________________________
4054 [ 16894] By: nick                                  on 2002/05/30  14:39:19
4055         Log: Integrate mainline
4056      Branch: perlio
4057           !> (integrate 50 files)
4058 ____________________________________________________________________________
4059 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
4060         Log: Update Changes.
4061      Branch: perl
4062            ! Changes patchlevel.h
4063 ____________________________________________________________________________
4064 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
4065         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
4066              From: "Green, Paul" <Paul.Green@stratus.com>
4067              Date: Thu, 30 May 2002 11:11:35 -0400
4068              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
4069      Branch: perl
4070            ! pod/perlvar.pod
4071 ____________________________________________________________________________
4072 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
4073         Log: charnames patch from Thomas Wegner.
4074      Branch: perl
4075            ! lib/charnames.pm lib/charnames.t
4076 ____________________________________________________________________________
4077 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
4078         Log: Subject: [Patch perl@16861] charnames::vianame tweak
4079              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4080              Date: Thu, 30 May 2002 23:56:51 +0900
4081              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
4082      Branch: perl
4083            ! lib/charnames.pm
4084 ____________________________________________________________________________
4085 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
4086         Log: Chart the self-tying minefield.
4087      Branch: perl
4088            ! pod/perldelta.pod
4089 ____________________________________________________________________________
4090 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
4091         Log: Ignasi Roca convinced me, so #16855 is back in.
4092      Branch: perl
4093            ! utfebcdic.h
4094 ____________________________________________________________________________
4095 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
4096         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
4097              From: Andy Dougherty <doughera@lafayette.edu>
4098              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
4099              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
4100      Branch: perl
4101            ! hints/linux.sh
4102 ____________________________________________________________________________
4103 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
4104         Log: Sync with libnet-1.12
4105      Branch: perl
4106            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
4107 ____________________________________________________________________________
4108 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
4109         Log: Subject: Re: perl@16861
4110              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4111              Date: Wed, 29 May 2002 15:27:18 -0700
4112              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
4113              
4114              Yitzchak won't give up on self-ties.
4115      Branch: perl
4116            ! pp_sys.c t/op/tie.t
4117 ____________________________________________________________________________
4118 [ 16884] By: ams                                   on 2002/05/30  13:32:52
4119         Log: Ronald Kimball pointed out that there was a run-on sentence in the
4120              last patch by Stas Bekman, and I fixed it, and while I was at it, I
4121              fixed the wording of the last phrase as well, and then I re-wrapped
4122              the paragraph.
4123      Branch: perl
4124            ! pod/perlvar.pod
4125 ____________________________________________________________________________
4126 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
4127         Log: Integrate macperl change #16875.
4128      Branch: perl
4129           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
4130           !> t/lib/warnings/op
4131 ____________________________________________________________________________
4132 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
4133         Log: Integrate macperl patch #16868.
4134      Branch: perl
4135           !> (integrate 36 files)
4136 ____________________________________________________________________________
4137 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
4138         Log: Subject: Re: [ PATCH ] module test fest
4139              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4140              Date: Thu, 30 May 2002 13:52:18 +0200
4141              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
4142              
4143              HP-UX Oracle wisdom (with some tweaks)
4144      Branch: perl
4145            ! README.hpux
4146 ____________________________________________________________________________
4147 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
4148         Log: metaconfig unit change for #16879.
4149      Branch: metaconfig
4150            ! U/modified/Options.U
4151 ____________________________________________________________________________
4152 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
4153         Log: Configure -A should not mangle spaces, from H.Merijn B.
4154      Branch: perl
4155            ! Configure
4156 ____________________________________________________________________________
4157 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
4158         Log: OS/2: found the _fd_flags() prototype.
4159      Branch: perl
4160            ! os2/os2ish.h
4161 ____________________________________________________________________________
4162 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
4163         Log: Fix up the signal handler reinstallation lore.
4164      Branch: perl
4165            ! pod/perlipc.pod
4166 ____________________________________________________________________________
4167 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
4168         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
4169              From: Stas Bekman <stas@stason.org>
4170              Date: Thu, 30 May 2002 15:29:02 +0800
4171              Message-ID: <3CF5D4BE.4000500@stason.org>
4172      Branch: perl
4173            ! pod/perlipc.pod
4174 ____________________________________________________________________________
4175 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
4176         Log: Fixes for fixes
4177      Branch: macperl
4178            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
4179            ! t/lib/warnings/op
4180 ____________________________________________________________________________
4181 [ 16874] By: ams                                   on 2002/05/30  07:41:30
4182         Log: Fix typo in #16866.
4183      Branch: perl
4184            ! lib/File/stat.t
4185 ____________________________________________________________________________
4186 [ 16873] By: ams                                   on 2002/05/30  07:39:24
4187         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
4188              From: Stas Bekman <stas@stason.org>
4189              Date: Thu, 30 May 2002 16:14:55 +0800
4190              Message-Id: <3CF5DF7F.1060700@stason.org>
4191      Branch: perl
4192            ! lib/File/Spec/Unix.pm
4193 ____________________________________________________________________________
4194 [ 16872] By: ams                                   on 2002/05/30  07:38:34
4195         Log: Subject: [PATCH pod/perlvar.pod] $^X
4196              From: Stas Bekman <stas@stason.org>
4197              Date: Thu, 30 May 2002 15:59:48 +0800
4198              Message-Id: <3CF5DBF4.7080500@stason.org>
4199      Branch: perl
4200            ! pod/perlvar.pod
4201 ____________________________________________________________________________
4202 [ 16871] By: nick                                  on 2002/05/30  06:45:56
4203         Log: Integrate all but lib/File/stat.t which seems broken.
4204      Branch: perlio
4205           !> Changes Porting/patching.pod cygwin/perlld.in
4206           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
4207           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4208           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
4209           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
4210           !> t/run/fresh_perl.t utfebcdic.h
4211 ____________________________________________________________________________
4212 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
4213         Log: Integrate perl
4214      Branch: macperl
4215           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
4216           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4217           !> (integrate 137 files)
4218 ____________________________________________________________________________
4219 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
4220         Log: Makefile / config / test updates for MacPerl
4221      Branch: macperl
4222            + macos/MacPerlMakeTests.plx
4223            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4224            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
4225            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
4226 ____________________________________________________________________________
4227 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
4228         Log: Big MacPerl Testing Patch No. 1
4229              If you like this, stay tuned, there's more to come!
4230      Branch: macperl
4231            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
4232            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
4233            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
4234            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
4235            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
4236            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
4237            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
4238            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
4239            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
4240            ! lib/Test/Harness/t/strap-analyze.t
4241            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
4242            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
4243            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
4244            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
4245            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
4246 ____________________________________________________________________________
4247 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
4248         Log: Attachments are okay.
4249      Branch: perl
4250            ! Porting/patching.pod
4251 ____________________________________________________________________________
4252 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
4253         Log: OS/2: ENOINO.
4254      Branch: perl
4255            ! lib/File/stat.t
4256 ____________________________________________________________________________
4257 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
4258         Log: OS/2: provide prototype.
4259      Branch: perl
4260            ! os2/os2ish.h
4261 ____________________________________________________________________________
4262 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
4263         Log: OS/2: fp stringification fudge.
4264              (After this the whole suite passes 98.30%)
4265      Branch: perl
4266            ! t/base/num.t
4267 ____________________________________________________________________________
4268 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
4269         Log: harness wasn't running x2p/s2p.t.
4270      Branch: perl
4271            ! t/harness
4272 ____________________________________________________________________________
4273 [ 16862] By: nick                                  on 2002/05/29  14:12:41
4274         Log: Integrate mainline
4275      Branch: perlio
4276           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4277           !> (integrate 100 files)
4278 ____________________________________________________________________________
4279 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
4280         Log: Subject: [PATCH] pack 'w' should be using NV, not double
4281              From: Nicholas Clark <nick@ccl4.org>
4282              Date: Wed, 29 May 2002 15:38:41 +0100
4283              Message-ID: <20020529153840.L53388@plum.flirble.org>
4284      Branch: perl
4285            ! pp_pack.c
4286 ____________________________________________________________________________
4287 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
4288         Log: Update Changes.
4289      Branch: perl
4290            ! Changes patchlevel.h
4291 ____________________________________________________________________________
4292 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
4293         Log: Spelling bee.
4294      Branch: perl
4295            ! t/op/tie.t
4296 ____________________________________________________________________________
4297 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
4298         Log: Recover some of the #16845.
4299      Branch: perl
4300            ! sv.c t/op/tie.t t/run/fresh_perl.t
4301 ____________________________________________________________________________
4302 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
4303         Log: Retract #16855 until settled.
4304      Branch: perl
4305            ! utfebcdic.h
4306 ____________________________________________________________________________
4307 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
4308         Log: OS/2: more missing definitions.
4309      Branch: perl
4310            ! os2/os2ish.h
4311 ____________________________________________________________________________
4312 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
4313         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
4314              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
4315              Date: Wed, 29 May 2002 13:16:16 +0200
4316              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
4317      Branch: perl
4318            ! utfebcdic.h
4319 ____________________________________________________________________________
4320 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
4321         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
4322      Branch: perl
4323            ! ext/Devel/PPPort/PPPort.pm
4324 ____________________________________________________________________________
4325 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
4326         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
4327              From: "Gerrit P. Haase" <gp@familiehaase.de>
4328              Date: Wed, 29 May 2002 08:06:43 +0200
4329              Message-ID: <1881715214417.20020529080643@familiehaase.de>
4330      Branch: perl
4331            ! perl.h
4332 ____________________________________________________________________________
4333 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
4334         Log: OS/2: more missing headers from John Poltorak.
4335      Branch: perl
4336            ! os2/os2ish.h
4337 ____________________________________________________________________________
4338 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
4339         Log: Subject: Re: forewarning: usedevel and versiononly
4340              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4341              Date: Wed, 29 May 2002 09:41:23 +0200
4342              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
4343              
4344              More 5.7.3 -> 5.8.0.
4345      Branch: perl
4346            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
4347            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
4348 ____________________________________________________________________________
4349 [ 16850] By: ams                                   on 2002/05/29  06:48:19
4350         Log: Lots of spring cleaning. (No functional changes.)
4351      Branch: perl
4352            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
4353            ! ext/Storable/README ext/Storable/Storable.pm
4354            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
4355            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
4356            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
4357            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4358            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
4359            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
4360            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
4361            ! ext/Storable/t/store.t ext/Storable/t/tied.t
4362            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
4363            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
4364 ____________________________________________________________________________
4365 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
4366         Log: pod cleanups.
4367      Branch: perl
4368            ! README.aix README.cygwin README.jp README.ko README.macos
4369            ! README.tw pod/perl561delta.pod pod/perldelta.pod
4370            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
4371            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
4372            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
4373 ____________________________________________________________________________
4374 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
4375         Log: Regen perltoc.
4376      Branch: perl
4377            ! pod/perltoc.pod
4378 ____________________________________________________________________________
4379 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
4380         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
4381              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4382              Date: Wed, 29 May 2002 02:48:15 +0400
4383              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
4384      Branch: perl
4385            ! wince/Makefile.ce
4386 ____________________________________________________________________________
4387 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
4388         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
4389              From: PPrymmer@factset.com
4390              Date: Tue, 28 May 2002 18:34:55 -0400
4391              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
4392      Branch: perl
4393            ! configure.com vms/genopt.com
4394 ____________________________________________________________________________
4395 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
4396         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
4397              to restore some level of sanity in the tied scalars can of worms.
4398      Branch: perl
4399            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
4400 ____________________________________________________________________________
4401 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
4402         Log: extension of change#16332: isolate signal diddling to the main
4403              interpreter (fixes signal-related races, e.g. when multiple
4404              threads run system())
4405      Branch: maint-5.6/perl
4406            ! util.c
4407 ____________________________________________________________________________
4408 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
4409         Log: Bump the version numbers to five-eight-oh.
4410      Branch: perl
4411            ! Configure NetWare/Makefile NetWare/config_H.wc
4412            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
4413            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
4414            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
4415            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4416            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
4417            ! wince/config_H.ce
4418 ____________________________________________________________________________
4419 [ 16842] By: ams                                   on 2002/05/28  19:34:27
4420         Log: Subject: Minor INSTALL patch
4421              From: Andy Dougherty <doughera@lafayette.edu>
4422              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
4423              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
4424      Branch: perl
4425            ! INSTALL
4426 ____________________________________________________________________________
4427 [ 16841] By: ams                                   on 2002/05/28  19:01:22
4428         Log: Add integer.t to MANIFEST.
4429      Branch: perl
4430            ! ext/Storable/MANIFEST
4431 ____________________________________________________________________________
4432 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
4433         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
4434              From: Dan Kogai <dankogai@dan.co.jp>
4435              Date: Wed, 29 May 2002 03:43:57 +0900
4436              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
4437      Branch: perl
4438            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4439            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
4440            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
4441            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
4442            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
4443            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
4444            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
4445            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
4446            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
4447            ! ext/Encode/t/mime-header.t
4448 ____________________________________________________________________________
4449 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
4450         Log: OS/2: bug found by John Poltorak.
4451      Branch: perl
4452            ! lib/ExtUtils/MM_OS2.pm
4453 ____________________________________________________________________________
4454 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
4455         Log: makefiles should not clobber lib/Thread directory (some Thread
4456              files seem to live there rather than in ext, for some reason)
4457      Branch: perl
4458            ! win32/Makefile win32/makefile.mk
4459 ____________________________________________________________________________
4460 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
4461         Log: Subject: [PATCH] Bug fix for charnames::vianame
4462              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4463              Date: Tue, 28 May 2002 23:53:39 +0900
4464              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
4465      Branch: perl
4466            ! lib/charnames.pm lib/charnames.t
4467 ____________________________________________________________________________
4468 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
4469         Log: Test output tweak.
4470      Branch: perl
4471            ! lib/ExtUtils/t/Embed.t
4472 ____________________________________________________________________________
4473 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
4474         Log: More charnames tweaks.
4475      Branch: perl
4476            ! lib/charnames.pm lib/charnames.t
4477 ____________________________________________________________________________
4478 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
4479         Log: Subject: [PATCH] Doc fix for charnames::vianame
4480              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4481              Date: Tue, 28 May 2002 22:46:41 +0900
4482              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
4483      Branch: perl
4484            ! lib/charnames.pm
4485 ____________________________________________________________________________
4486 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
4487         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
4488              From: "Yves Orton" <demerphq@hotmail.com>
4489              Date: Tue, 28 May 2002 15:43:12 +0200
4490              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
4491      Branch: perl
4492            ! lib/ExtUtils/t/Embed.t
4493 ____________________________________________________________________________
4494 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
4495         Log: metaconfig unit change for #16831.
4496      Branch: metaconfig/U/perl
4497            ! gccvers.U
4498 ____________________________________________________________________________
4499 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
4500         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
4501      Branch: perl
4502            ! Configure
4503 ____________________________________________________________________________
4504 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
4505         Log: Retract the Straps part of #16829 for now since
4506              the subtest 44 of t/strap.t started failing.
4507      Branch: perl
4508            ! lib/Test/Harness/Straps.pm
4509 ____________________________________________________________________________
4510 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
4511         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
4512              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4513              Date: Tue, 28 May 2002 08:17:53 +0200
4514              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
4515      Branch: perl
4516            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
4517            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
4518 ____________________________________________________________________________
4519 [ 16828] By: nick                                  on 2002/05/28  08:00:28
4520         Log: Integrate mainline
4521      Branch: perlio
4522           !> Changes Makefile.micro README.netware README.tru64
4523           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
4524           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4525           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4526           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4527           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
4528           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
4529           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
4530           !> uconfig.h util.c
4531 ____________________________________________________________________________
4532 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
4533         Log: Tru64: sockatmark trouble.
4534      Branch: perl
4535            ! README.tru64
4536 ____________________________________________________________________________
4537 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
4538         Log: Update Changes.
4539      Branch: perl
4540            ! Changes patchlevel.h
4541 ____________________________________________________________________________
4542 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
4543         Log: Integrate perl
4544      Branch: macperl
4545           +> ext/Storable/t/integer.t
4546            ! macos/MPVersion.r macos/config.sh
4547           !> (integrate 60 files)
4548 ____________________________________________________________________________
4549 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
4550         Log: Todo update.
4551      Branch: perl
4552            ! pod/perltodo.pod
4553 ____________________________________________________________________________
4554 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
4555         Log: Don't assume sh and true.
4556      Branch: perl
4557            ! Makefile.micro uconfig.h
4558 ____________________________________________________________________________
4559 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
4560         Log: Subject: Re: [PATCH] Version tango
4561              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4562              Date: Mon, 27 May 2002 13:20:56 -0700
4563              Message-ID: <oUp88gzkgy+T092yn@efn.org>
4564      Branch: perl
4565            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
4566            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4567            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4568            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4569            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
4570            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
4571 ____________________________________________________________________________
4572 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
4573         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
4574              stashes correctly.) Partial info is better than wrong info.
4575      Branch: perl
4576            ! t/lib/warnings/pp_hot util.c
4577 ____________________________________________________________________________
4578 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
4579         Log: A shot in the dark.
4580      Branch: perl
4581            ! mg.c
4582 ____________________________________________________________________________
4583 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
4584         Log: Comment nit from Yitzchak.
4585      Branch: perl
4586            ! sv.c
4587 ____________________________________________________________________________
4588 [ 16818] By: nick                                  on 2002/05/27  18:47:58
4589         Log: Integrate mainline
4590      Branch: perlio
4591           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
4592           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
4593           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
4594           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
4595           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
4596           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
4597           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
4598           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
4599           !> pod/perlsub.pod
4600 ____________________________________________________________________________
4601 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
4602         Log: POD cleanup and rewrapping.
4603      Branch: perl
4604            ! README.netware
4605 ____________________________________________________________________________
4606 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
4607         Log: Update Changes.
4608      Branch: perl
4609            ! Changes patchlevel.h
4610 ____________________________________________________________________________
4611 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
4612         Log: More NetWare.
4613      Branch: perl
4614            ! README.netware
4615 ____________________________________________________________________________
4616 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
4617         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
4618              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4619              Date: Mon, 27 May 2002 19:26:27 +0200
4620              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
4621      Branch: perl
4622            ! hints/hpux.sh
4623 ____________________________________________________________________________
4624 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
4625         Log: We are not that certain about the localising of
4626              tied aggregates.
4627      Branch: perl
4628            ! pod/perldelta.pod
4629 ____________________________________________________________________________
4630 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
4631         Log: Missed from #16811.
4632      Branch: perl
4633            + NetWare/sv_nw.c
4634            ! MANIFEST
4635 ____________________________________________________________________________
4636 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
4637         Log: NetWare diff from Ananth Kesari.
4638      Branch: perl
4639            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4640            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
4641 ____________________________________________________________________________
4642 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
4643         Log: Integrate perlio:
4644              
4645              [ 16809]
4646              Add IO::Scalar fail case to the tests.
4647              
4648              [ 16808]
4649              Fix for the IO::Scalar bug (I think).
4650              At tie time break the loop but in a different place:
4651              A. Increment REFCNT of the RV involved in the self-tie
4652              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
4653              At mg_free time
4654              Break the connection between the RV and its referent
4655              so that we do not try and free it (again).
4656              
4657              [ 16805]
4658              **** UNSAFE **** partial fix for IO::Scalar and local ties.
4659              Only op/local.t fails but it is nasty... try valgrind on other machine.
4660      Branch: perl
4661           !> mg.c sv.c t/op/tie.t
4662 ____________________________________________________________________________
4663 [ 16809] By: nick                                  on 2002/05/27  11:02:21
4664         Log: Add IO::Scalar fail case to the tests.
4665      Branch: perlio
4666            ! t/op/tie.t
4667 ____________________________________________________________________________
4668 [ 16808] By: nick                                  on 2002/05/27  09:54:46
4669         Log: Fix for the IO::Scalar bug (I think).
4670              At tie time break the loop but in a different place:
4671              A. Increment REFCNT of the RV involved in the self-tie
4672              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
4673              At mg_free time
4674              Break the connection between the RV and its referent
4675              so that we do not try and free it (again).
4676      Branch: perlio
4677            ! mg.c sv.c
4678 ____________________________________________________________________________
4679 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
4680         Log: select() portability nit.
4681      Branch: perl
4682            ! pod/perlfunc.pod
4683 ____________________________________________________________________________
4684 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
4685         Log: Fix a remaining B::Lint bug.
4686      Branch: perl
4687            ! ext/B/B/Lint.pm ext/B/t/lint.t
4688 ____________________________________________________________________________
4689 [ 16805] By: nick                                  on 2002/05/26  20:51:31
4690         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
4691              Only op/local.t fails but it is nasty... try valgrind on other machine.
4692      Branch: perlio
4693            ! sv.c
4694 ____________________________________________________________________________
4695 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
4696         Log: Some day I might actually learn to test changes first
4697              before committing them in.
4698      Branch: perl
4699            ! hints/darwin.sh
4700 ____________________________________________________________________________
4701 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
4702         Log: Until otherwise proven.
4703      Branch: perl
4704            ! hints/darwin.sh
4705 ____________________________________________________________________________
4706 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
4707         Log: Darwin hint tweaks.
4708      Branch: perl
4709            ! hints/darwin.sh
4710 ____________________________________________________________________________
4711 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
4712         Log: FAQ sync.
4713      Branch: perl
4714            ! pod/perlfaq5.pod pod/perlfaq6.pod
4715 ____________________________________________________________________________
4716 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
4717         Log: Subject: [DOC-PATCH] README.cygwin updated
4718              From: "Gerrit P. Haase" <gp@familiehaase.de>
4719              Date: Sun, 26 May 2002 14:56:14 +0200
4720              Message-ID: <1151480833395.20020526145614@familiehaase.de>
4721      Branch: perl
4722            ! README.cygwin
4723 ____________________________________________________________________________
4724 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
4725         Log: I thinkk thinggy has only one g.
4726      Branch: perl
4727            ! pod/perldelta.pod
4728 ____________________________________________________________________________
4729 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
4730         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
4731              From: Dave Mitchell <davem@fdgroup.com>
4732              Date: Sun, 26 May 2002 14:15:42 +0100
4733              Message-ID: <20020526141542.B18527@fdgroup.com>
4734      Branch: perl
4735            ! pod/perldelta.pod pod/perlsub.pod
4736 ____________________________________________________________________________
4737 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
4738         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
4739              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4740              Date: Sat, 25 May 2002 21:52:16 -0700
4741              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
4742      Branch: perl
4743            ! ext/B/B/Deparse.pm
4744 ____________________________________________________________________________
4745 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
4746         Log: Slight reformatting; tiny tweaks.
4747      Branch: perl
4748            ! pod/perlipc.pod
4749 ____________________________________________________________________________
4750 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
4751         Log: Integrate perlio:
4752              
4753              [ 16794]
4754              Update perlipc.pod for new signals
4755      Branch: perl
4756           !> pod/perlipc.pod
4757 ____________________________________________________________________________
4758 [ 16794] By: nick                                  on 2002/05/26  08:07:12
4759         Log: Update perlipc.pod for new signals
4760      Branch: perlio
4761            ! pod/perlipc.pod
4762 ____________________________________________________________________________
4763 [ 16793] By: nick                                  on 2002/05/26  07:10:14
4764         Log: Integrate mainline
4765      Branch: perlio
4766           !> AUTHORS Changes Configure patchlevel.h
4767 ____________________________________________________________________________
4768 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
4769         Log: Mention that we do Win64.
4770      Branch: perl
4771            ! pod/perldelta.pod
4772 ____________________________________________________________________________
4773 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
4774         Log: Document the $Config{byteorder} changes.
4775      Branch: perl
4776            ! pod/perldelta.pod
4777 ____________________________________________________________________________
4778 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
4779         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
4780              From: Nicholas Clark <nick@unfortu.net>
4781              Date: Sat, 25 May 2002 22:37:19 +0100
4782              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
4783              
4784              Subject: [PATCH] Storable (smaller)
4785              From: Nicholas Clark <nick@unfortu.net>
4786              Date: Sat, 25 May 2002 23:13:13 +0100
4787              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
4788      Branch: perl
4789            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4790            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
4791 ____________________________________________________________________________
4792 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
4793         Log: Update Changes.
4794      Branch: perl
4795            ! Changes patchlevel.h
4796 ____________________________________________________________________________
4797 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
4798         Log: AUTHORS updates.
4799      Branch: perl
4800            ! AUTHORS
4801 ____________________________________________________________________________
4802 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
4803         Log: metaconfig unit changes for #16786.
4804      Branch: metaconfig
4805            ! U/modified/Getfile.U U/modified/pager.U
4806 ____________________________________________________________________________
4807 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
4808         Log: Pager query tweaks from Andy Dougherty (for OS/2).
4809      Branch: perl
4810            ! Configure
4811 ____________________________________________________________________________
4812 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
4813         Log: Integrate perlio:
4814              
4815              [ 16784]
4816              Fix VMS ungetc fix for platforms like NetBSD.
4817      Branch: perl
4818           !> perlio.c
4819 ____________________________________________________________________________
4820 [ 16784] By: nick                                  on 2002/05/25  17:34:48
4821         Log: Fix VMS ungetc fix for platforms like NetBSD.
4822      Branch: perlio
4823            ! perlio.c
4824 ____________________________________________________________________________
4825 [ 16783] By: nick                                  on 2002/05/25  16:33:14
4826         Log: Integrate mainline for Lupe's perlio.c fix before
4827              starting on NetBSD issue
4828      Branch: perlio
4829           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
4830           !> perlio.c pod/perlapio.pod pod/perldelta.pod
4831 ____________________________________________________________________________
4832 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
4833         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
4834              From: "Craig A. Berry" <craigberry@mac.com>
4835              Date: Sat, 25 May 2002 12:19:36 -0500
4836              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
4837      Branch: perl
4838            ! lib/ExtUtils/t/basic.t
4839 ____________________________________________________________________________
4840 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
4841         Log: BeOS: update the test status.
4842      Branch: perl
4843            ! README.beos pod/perldelta.pod
4844 ____________________________________________________________________________
4845 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
4846         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
4847              From: Nicholas Clark <nick@unfortu.net>
4848              Date: Sat, 25 May 2002 17:19:21 +0100
4849              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
4850      Branch: perl
4851            ! ext/Storable/t/integer.t
4852 ____________________________________________________________________________
4853 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
4854         Log: Update the number of tests.
4855      Branch: perl
4856            ! pod/perldelta.pod
4857 ____________________________________________________________________________
4858 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
4859         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
4860              From: lupe@lupe-christoph.de (Lupe Christoph)    
4861              Date: Sat, 25 May 2002 15:45:34 +0200
4862              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
4863      Branch: perl
4864            ! perlio.c pod/perlapio.pod
4865 ____________________________________________________________________________
4866 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
4867         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
4868              From: Nicholas Clark <nick@unfortu.net>
4869              Date: Sat, 25 May 2002 12:17:44 +0100
4870              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
4871      Branch: perl
4872            ! ext/Storable/t/integer.t
4873 ____________________________________________________________________________
4874 [ 16776] By: nick                                  on 2002/05/25  11:23:28
4875         Log: Integrate mainline
4876      Branch: perlio
4877           +> ext/Storable/t/integer.t
4878           !> (integrate 41 files)
4879 ____________________________________________________________________________
4880 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
4881         Log: perldelta tweaks.
4882      Branch: perl
4883            ! pod/perldelta.pod
4884 ____________________________________________________________________________
4885 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
4886         Log: UNICOS: update test status.
4887      Branch: perl
4888            ! ext/Socket/socketpair.t pod/perldelta.pod
4889 ____________________________________________________________________________
4890 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
4891         Log: UNICOS: since $] is really 5.00700299999997,
4892              testing for equivalence with 5.007003 isn't correct.
4893              (From Nicholas Clark.)
4894      Branch: perl
4895            ! ext/Storable/t/downgrade.t
4896 ____________________________________________________________________________
4897 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
4898         Log: Knock off one test failure thanks to #16771.
4899      Branch: perl
4900            ! pod/perldelta.pod
4901 ____________________________________________________________________________
4902 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
4903         Log: In some (rare) platforms (such as UNICOS) using the native
4904              atof is still better.
4905      Branch: perl
4906            ! numeric.c perl.h
4907 ____________________________________________________________________________
4908 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
4909         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
4910              From: "Craig A. Berry" <craigberry@mac.com>
4911              Date: Fri, 24 May 2002 16:24:44 -0500
4912              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
4913      Branch: perl
4914            ! pod/perldelta.pod vms/vms.c
4915 ____________________________________________________________________________
4916 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
4917         Log: Subject: [PATCH pod/perllol.pod] small typo
4918              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
4919              Date: Fri, 24 May 2002 16:05:07 -0400
4920              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
4921      Branch: perl
4922            ! pod/perllol.pod
4923 ____________________________________________________________________________
4924 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
4925         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
4926              From: Andy Dougherty <doughera@lafayette.edu>
4927              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
4928              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
4929      Branch: perl
4930            ! hints/solaris_2.sh
4931 ____________________________________________________________________________
4932 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
4933         Log: Subject: [patch] small change
4934              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4935              Date: Fri, 24 May 2002 19:18:24 +0400
4936              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
4937      Branch: perl
4938            ! perl.h win32/makefile.mk
4939 ____________________________________________________________________________
4940 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
4941         Log: Subject: [PATCH] README.aix
4942              From: John Peacock <jpeacock@rowman.com>    
4943              Date: Fri, 24 May 2002 10:49:39 -0400
4944              Message-ID: <3CEE5303.1070201@rowman.com>
4945      Branch: perl
4946            ! README.aix
4947 ____________________________________________________________________________
4948 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
4949         Log: Upgrade to Locale-Codes 2.04.
4950      Branch: perl
4951            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
4952            ! lib/Locale/Country.pm
4953 ____________________________________________________________________________
4954 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
4955         Log: Update Changes.
4956      Branch: perl
4957            ! Changes patchlevel.h
4958 ____________________________________________________________________________
4959 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
4960         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
4961              From: Abigail <abigail@foad.org>
4962              Date: Fri, 24 May 2002 02:43:37 -0700
4963              Message-ID: <20020524024337.A28749@ucan.foad.org>
4964      Branch: perl
4965            ! Makefile.SH
4966 ____________________________________________________________________________
4967 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
4968         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
4969              From: Abigail <abigail@foad.org>
4970              Date: Fri, 24 May 2002 02:26:48 -0700
4971              Message-ID: <20020524022648.A31684@ucan.foad.org>
4972      Branch: perl
4973            ! ext/POSIX/t/posix.t
4974 ____________________________________________________________________________
4975 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
4976         Log: Doc tweaks.
4977      Branch: perl
4978            ! pod/perlunicode.pod pod/perluniintro.pod
4979 ____________________________________________________________________________
4980 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
4981         Log: More portability defines, now mostly type-related
4982              (based on Storable.xs)
4983      Branch: perl
4984            ! ext/Devel/PPPort/PPPort.pm
4985 ____________________________________________________________________________
4986 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
4987         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
4988              From: Nicholas Clark <nick@unfortu.net>
4989              Date: Thu, 23 May 2002 23:43:16 +0100
4990              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
4991      Branch: perl
4992            + ext/Storable/t/integer.t
4993            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
4994            ! ext/Storable/Storable.xs
4995 ____________________________________________________________________________
4996 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
4997         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
4998              From: "Craig A. Berry" <craigberry@mac.com>
4999              Date: Thu, 23 May 2002 16:47:34 -0500
5000              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
5001      Branch: perl
5002            ! configure.com
5003 ____________________________________________________________________________
5004 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
5005         Log: One more ppportability thing (from Sarathy).
5006      Branch: perl
5007            ! ext/Devel/PPPort/PPPort.pm
5008 ____________________________________________________________________________
5009 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
5010         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
5011              From: Michael G Schwern <schwern@pobox.com>
5012              Date: Wed, 22 May 2002 19:21:43 -0400
5013              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
5014      Branch: perl
5015            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5016            ! lib/Test/Harness/t/strap-analyze.t
5017            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
5018            ! t/lib/sample-tests/die_head_end
5019            ! t/lib/sample-tests/die_last_minute
5020 ____________________________________________________________________________
5021 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
5022         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
5023              From: Michael G Schwern <schwern@pobox.com>
5024              Date: Wed, 22 May 2002 19:14:35 -0400
5025              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
5026      Branch: perl
5027            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5028            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
5029            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5030 ____________________________________________________________________________
5031 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
5032         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
5033              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5034              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
5035              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
5036      Branch: perl
5037            ! dump.c
5038 ____________________________________________________________________________
5039 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
5040         Log: Typo squad.
5041      Branch: perl
5042            ! ext/POSIX/POSIX.pod pod/perldelta.pod
5043 ____________________________________________________________________________
5044 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
5045         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
5046              From: Abigail <abigail@foad.org>
5047              Date: Thu, 23 May 2002 07:53:33 -0700
5048              Message-ID: <20020523075333.A14658@ucan.foad.org>
5049      Branch: perl
5050            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
5051 ____________________________________________________________________________
5052 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
5053         Log: PPPort dTHX.
5054      Branch: perl
5055            ! ext/Devel/PPPort/PPPort.pm
5056 ____________________________________________________________________________
5057 [ 16750] By: nick                                  on 2002/05/23  08:00:24
5058         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
5059      Branch: perlio
5060           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
5061           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
5062           !> pod/perldelta.pod
5063 ____________________________________________________________________________
5064 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
5065         Log: We do not want utf8.t to be compiled under -Mutf8,
5066              wonky as it sounds.
5067      Branch: perl
5068            ! lib/utf8.t
5069 ____________________________________________________________________________
5070 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
5071         Log: We do not want to see the utf8 hints bit.
5072      Branch: perl
5073            ! lib/vmsish.t
5074 ____________________________________________________________________________
5075 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
5076         Log: More -Mutf8 cleanup.
5077      Branch: perl
5078            ! ext/PerlIO/t/fallback.t
5079 ____________________________________________________________________________
5080 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
5081         Log: -Mutf8 cleanup.
5082      Branch: perl
5083            ! ext/Encode/t/mime-header.t
5084 ____________________________________________________________________________
5085 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
5086         Log: Integrate perlio:
5087              
5088              [ 16740]
5089              #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
5090              
5091              [ 16739]
5092              Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
5093              ungetc() and buffer snooping may not mix. So use buffer snoop
5094              hooks to avoid ungetc() where available.
5095              unread() falls back to using :pending layer, and fill has
5096              VMS specific code (which should not get used) or ungetc()
5097              which should work.
5098              
5099              [ 16737]
5100              Flag the VMS-problem-causing part of :encoding
5101              for enhancement. (Problem still needs fixing in perlio.c)
5102      Branch: perl
5103           !> ext/PerlIO/encoding/encoding.xs perlio.c
5104 ____________________________________________________________________________
5105 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
5106         Log: Subject: Re: Additional README.aix changes
5107              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5108              Date: Wed, 22 May 2002 08:37:37 +0200
5109              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
5110      Branch: perl
5111            ! README.aix
5112 ____________________________________________________________________________
5113 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
5114         Log: HP-UX 11.00 io_xs hangup workaround.
5115      Branch: perl
5116            ! hints/hpux.sh
5117 ____________________________________________________________________________
5118 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
5119         Log: Updated UNICOS status from Mark Lutz.
5120      Branch: perl
5121            ! pod/perldelta.pod
5122 ____________________________________________________________________________
5123 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
5124         Log: UNICOS: Mark Lutz had a better idea.
5125      Branch: perl
5126            ! hints/unicos.sh
5127 ____________________________________________________________________________
5128 [ 16740] By: nick                                  on 2002/05/22  21:13:10
5129         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
5130      Branch: perlio
5131            ! perlio.c
5132 ____________________________________________________________________________
5133 [ 16739] By: nick                                  on 2002/05/22  20:59:22
5134         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
5135              ungetc() and buffer snooping may not mix. So use buffer snoop
5136              hooks to avoid ungetc() where available.
5137              unread() falls back to using :pending layer, and fill has
5138              VMS specific code (which should not get used) or ungetc()
5139              which should work.
5140      Branch: perlio
5141            ! perlio.c
5142 ____________________________________________________________________________
5143 [ 16738] By: nick                                  on 2002/05/22  20:34:55
5144         Log: Integrate mainline
5145      Branch: perlio
5146           !> (integrate 40 files)
5147 ____________________________________________________________________________
5148 [ 16737] By: nick                                  on 2002/05/22  19:04:13
5149         Log: Flag the VMS-problem-causing part of :encoding
5150              for enhancement. (Problem still needs fixing in perlio.c)
5151      Branch: perlio
5152            ! ext/PerlIO/encoding/encoding.xs
5153 ____________________________________________________________________________
5154 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
5155         Log: UNICOS: using uname -m is wrong since what matters
5156              is what CPUs (FPUs) we have.
5157      Branch: perl
5158            ! hints/unicos.sh
5159 ____________________________________________________________________________
5160 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
5161         Log: Update Changes.
5162      Branch: perl
5163            ! Changes patchlevel.h
5164 ____________________________________________________________________________
5165 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
5166         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
5167              From: Dave Mitchell <davem@fdgroup.com>
5168              Date: Wed, 22 May 2002 12:53:21 +0100
5169              Message-ID: <20020522125320.E12794@fdgroup.com>
5170      Branch: perl
5171            ! ext/threads/shared/t/cond.t
5172 ____________________________________________________________________________
5173 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
5174         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
5175              From: John Borwick <john_borwick@ncsu.edu>
5176              Date: Wed, 22 May 2002 04:10:37 -0400
5177              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
5178      Branch: perl
5179            ! pod/perlunicode.pod pod/perluniintro.pod
5180 ____________________________________________________________________________
5181 [ 16732] By: ams                                   on 2002/05/22  05:47:35
5182         Log: Integrate #16731 from //depot/macperl.
5183      Branch: perl
5184           !> t/io/crlf.t
5185 ____________________________________________________________________________
5186 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
5187         Log: Be more specific in what we're looking for
5188      Branch: macperl
5189            ! t/io/crlf.t
5190 ____________________________________________________________________________
5191 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
5192         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
5193      Branch: macperl
5194            + lib/Unicode/README
5195           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
5196           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
5197            - t/lib/st-dump.pl
5198            ! macos/MPVersion.r macos/config.sh
5199           !> (integrate 135 files)
5200 ____________________________________________________________________________
5201 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
5202         Log: FAQ sync.
5203      Branch: perl
5204            ! pod/perlfaq4.pod
5205 ____________________________________________________________________________
5206 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
5207         Log: Getopt::Std clarification from John Borwick.
5208      Branch: perl
5209            ! lib/Getopt/Std.pm
5210 ____________________________________________________________________________
5211 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
5212         Log: Subject: Re: [Patch] for problem with shellwords.pl
5213              From: "Curtis Poe" <cp@onsitetech.com>
5214              Date: Tue, 21 May 2002 11:17:40 -0700
5215              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
5216              
5217              Subject: [Patch] for security problem with Text::ParseWords
5218              From: "Curtis Poe" <cp@onsitetech.com>     
5219              Date: Tue, 21 May 2002 15:10:18 -0700
5220              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
5221      Branch: perl
5222            ! lib/Text/ParseWords.pm lib/shellwords.pl
5223 ____________________________________________________________________________
5224 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
5225         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
5226              From: Nicholas Clark <nick@unfortu.net>
5227              Date: Tue, 21 May 2002 23:01:48 +0100
5228              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
5229      Branch: perl
5230            ! ext/SDBM_File/SDBM_File.xs
5231 ____________________________________________________________________________
5232 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
5233         Log: Subject: [PATCH] Additional README.aix changes
5234              From: John Peacock <jpeacock@rowman.com>
5235              Date: Tue, 21 May 2002 12:01:10 -0400
5236              Message-ID: <3CEA6F46.70902@rowman.com>
5237      Branch: perl
5238            ! README.aix
5239 ____________________________________________________________________________
5240 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
5241         Log: Subject: Win32 crash in fork.t (perl@16694)
5242              From: "Kevin Chase" <kevincha99@hotmail.com>
5243              Date: Mon, 20 May 2002 17:02:16 -0700
5244              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
5245              
5246              
5247              It looks that the Poison() found its first target.
5248              The suggested patch is fine.
5249      Branch: perl
5250            ! cop.h
5251 ____________________________________________________________________________
5252 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
5253         Log: microperl: if DIEing on no-functionality, the has-functionality
5254              would be unreachable code.
5255      Branch: perl
5256            ! pp.c pp_sys.c
5257 ____________________________________________________________________________
5258 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
5259         Log: microperl: do not regenerate the perly.
5260      Branch: perl
5261            ! Makefile.micro
5262 ____________________________________________________________________________
5263 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
5264         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
5265              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5266              Date: Mon, 20 May 2002 22:55:46 -0700
5267              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
5268      Branch: perl
5269            ! utils/h2xs.PL
5270 ____________________________________________________________________________
5271 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
5272         Log: Regen uconfig.h.
5273      Branch: perl
5274            ! uconfig.h
5275 ____________________________________________________________________________
5276 [ 16719] By: ams                                   on 2002/05/21  05:02:01
5277         Log: Why quote some keys?
5278      Branch: perl
5279            ! ext/Storable/Makefile.PL
5280 ____________________________________________________________________________
5281 [ 16718] By: ams                                   on 2002/05/21  04:08:39
5282         Log: Suppress warning about $canonical. (Nicholas Clark)
5283      Branch: perl
5284            ! ext/Storable/Storable.pm
5285 ____________________________________________________________________________
5286 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
5287         Log: Subject: [PATCH] VMS iThreads follow-up
5288              From: "Craig A. Berry" <craigberry@mac.com>
5289              Date: Mon, 20 May 2002 21:34:17 -0500
5290              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
5291      Branch: perl
5292            ! configure.com
5293 ____________________________________________________________________________
5294 [ 16716] By: ams                                   on 2002/05/21  02:47:18
5295         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
5296              2. Install in core library directory. (Tatsuhiko Miyagawa)
5297      Branch: perl
5298            ! ext/Storable/Makefile.PL
5299 ____________________________________________________________________________
5300 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
5301         Log: Subject: [Encode] 1.72 released
5302              From: Dan Kogai <dankogai@dan.co.jp>
5303              Date: Tue, 21 May 2002 01:06:19 +0900
5304              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
5305      Branch: perl
5306            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5307            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
5308            ! ext/Encode/Unicode/Unicode.xs
5309            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
5310 ____________________________________________________________________________
5311 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
5312         Log: Update Changes.
5313      Branch: perl
5314            ! Changes patchlevel.h
5315 ____________________________________________________________________________
5316 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
5317         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
5318      Branch: perl
5319            ! pod/perlfaq4.pod
5320 ____________________________________________________________________________
5321 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
5322         Log: metaconfig unit changes for #16711.
5323      Branch: metaconfig
5324            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5325            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5326            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5327            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5328            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5329            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5330            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5331            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5332            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5333            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5334            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5335            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5336            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5337            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5338            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5339            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5340            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5341            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5342            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5343            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5344            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5345            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5346            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5347            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5348 ____________________________________________________________________________
5349 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
5350         Log: Document better what the foo_r_proto are supposed to be.
5351      Branch: perl
5352            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5353            ! config_h.SH reentr.pl
5354 ____________________________________________________________________________
5355 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
5356         Log: Subject: Re: pod patches.
5357              From: Jim Cromie <jcromie@divsol.com>
5358              Date: Mon, 20 May 2002 09:00:10 -0600
5359              Message-ID: <3CE90F7A.3070309@divsol.com>
5360              
5361              (with Philip Newton's tweaks)
5362      Branch: perl
5363            ! pod/perlsub.pod
5364 ____________________________________________________________________________
5365 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
5366         Log: Subject: Re: pod patch - perldelta.pod
5367              From: Jim Cromie <jcromie@divsol.com>
5368              Date: Mon, 20 May 2002 07:16:54 -0600
5369              Message-ID: <3CE8F746.50603@divsol.com>
5370      Branch: perl
5371            ! pod/perldelta.pod
5372 ____________________________________________________________________________
5373 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
5374         Log: Subject: [patch] one more little step for WinCE
5375              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5376              Date: Mon, 20 May 2002 11:47:19 +0400
5377              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
5378      Branch: perl
5379            ! wince/Makefile.ce
5380 ____________________________________________________________________________
5381 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
5382         Log: Preemptive doc patch.
5383      Branch: perl
5384            ! pod/perldelta.pod
5385 ____________________________________________________________________________
5386 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
5387         Log: The "constant sub redefined" warning can't be disabled.
5388      Branch: perl
5389            ! pod/perldiag.pod
5390 ____________________________________________________________________________
5391 [ 16705] By: nick                                  on 2002/05/20  10:18:26
5392         Log: Integrate mainline
5393      Branch: perlio
5394           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
5395           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
5396           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
5397           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
5398 ____________________________________________________________________________
5399 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
5400         Log: Missed hunk from #16701.
5401      Branch: perl
5402            ! vms/vms.c
5403 ____________________________________________________________________________
5404 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
5405         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
5406              From: andreas.koenig@anima.de (Andreas J. Koenig)
5407              Date: Mon, 20 May 2002 05:36:14 +0200
5408              Message-ID: <m34rh37aoh.fsf@anima.de>
5409      Branch: perl
5410            + lib/CPAN/t/mirroredby.t
5411            ! MANIFEST
5412 ____________________________________________________________________________
5413 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
5414         Log: Subject: tiny doc tweaks
5415              From: andreas.koenig@anima.de (Andreas J. Koenig)
5416              Date: Mon, 20 May 2002 05:07:13 +0200
5417              Message-ID: <m38z6f7c0u.fsf@anima.de>
5418      Branch: perl
5419            ! pod/perldelta.pod pod/perlfunc.pod
5420 ____________________________________________________________________________
5421 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
5422         Log: Subject: [PATCH @16694] ithreads for VMS
5423              From: "Craig A. Berry" <craigberry@mac.com>
5424              Date: Sun, 19 May 2002 22:06:43 -0500
5425              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
5426      Branch: perl
5427            ! configure.com vms/vms.c vms/vmsish.h
5428 ____________________________________________________________________________
5429 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
5430         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
5431              From: Autrijus Tang <autrijus@autrijus.org>
5432              Date: Mon, 20 May 2002 04:10:31 +0800
5433              Message-ID: <20020519201031.GA1603@not.autrijus.org>
5434      Branch: perl
5435            ! ext/Encode/Encode/Makefile_PL.e2x
5436 ____________________________________________________________________________
5437 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
5438         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
5439              while trying to -O3 optimize B.c.  (A bit weird since
5440              10.1.4 used to work fine, and nothing has changed in
5441              ext/B/..., but the overoptimization was repeatable.)
5442      Branch: perl
5443            + ext/B/hints/darwin.pl
5444            ! MANIFEST
5445 ____________________________________________________________________________
5446 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
5447         Log: UNICOS/mk seems to still have this problem.
5448      Branch: perl
5449            ! ext/Socket/socketpair.t
5450 ____________________________________________________________________________
5451 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
5452         Log: perldelta tweaks.
5453      Branch: perl
5454            ! pod/perldelta.pod
5455 ____________________________________________________________________________
5456 [ 16696] By: nick                                  on 2002/05/19  18:26:39
5457         Log: Integrate mailine
5458      Branch: perlio
5459           !> (integrate 35 files)
5460 ____________________________________________________________________________
5461 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
5462         Log: Document the reentrant_retry(), but from user's viewpoint.
5463      Branch: perl
5464            ! pod/perlthrtut.pod
5465 ____________________________________________________________________________
5466 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
5467         Log: Update Changes.
5468      Branch: perl
5469            ! Changes patchlevel.h
5470 ____________________________________________________________________________
5471 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
5472         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
5473              From: Slaven Rezic <slaven.rezic@berlin.de>
5474              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
5475              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
5476      Branch: perl
5477            ! lib/Benchmark.pm
5478 ____________________________________________________________________________
5479 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
5480         Log: Document once more the difference between :utf8
5481              and :encoding(...).
5482      Branch: perl
5483            ! lib/open.pm pod/perluniintro.pod
5484 ____________________________________________________________________________
5485 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
5486         Log: Third Degree: make the options more portable between
5487              Tru64 versions.
5488      Branch: perl
5489            ! Makefile.SH
5490 ____________________________________________________________________________
5491 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
5492         Log: IRIX SMP turned up a few hundred "Use of uninitialized
5493              value in numeric eq" warnings: initialise the $counter2.
5494      Branch: perl
5495            ! ext/threads/shared/t/cond.t
5496 ____________________________________________________________________________
5497 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
5498         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
5499              From: Dave Mitchell <davem@fdgroup.com>
5500              Date: Sun, 19 May 2002 00:50:43 +0100
5501              Message-ID: <20020519005043.F7275@fdgroup.com>
5502      Branch: perl
5503            ! ext/threads/shared/t/cond.t
5504 ____________________________________________________________________________
5505 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
5506         Log: Sarathy pointed out that instead of zeroing heap
5507              it is more prudent to poison it.
5508      Branch: perl
5509            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
5510            ! scope.c sv.c util.c
5511 ____________________________________________________________________________
5512 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
5513         Log: The thread warnings aren't quite yet working as planned.
5514      Branch: perl
5515            ! ext/threads/shared/t/cond.t
5516 ____________________________________________________________________________
5517 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
5518         Log: Forgotten from #16685.
5519      Branch: perl
5520            ! ext/threads/shared/t/cond.t
5521 ____________________________________________________________________________
5522 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
5523         Log: Subject: [PATCH threads] revised warnings + more tests + docs
5524              From: Dave Mitchell <davem@fdgroup.com>
5525              Date: Sat, 18 May 2002 22:24:51 +0100
5526              Message-ID: <20020518222451.E7275@fdgroup.com>
5527      Branch: perl
5528            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5529            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
5530            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
5531 ____________________________________________________________________________
5532 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
5533         Log: Storable status tweak.
5534      Branch: perl
5535            ! pod/perldelta.pod
5536 ____________________________________________________________________________
5537 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
5538         Log: perlfunc and perldelta updates about caller().
5539      Branch: perl
5540            ! pod/perldelta.pod pod/perlfunc.pod
5541 ____________________________________________________________________________
5542 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
5543         Log: Subject: [PATCH] RE: perl@16678
5544              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5545              Date: Sat, 18 May 2002 21:15:43 +0100
5546              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
5547              
5548              Making the symbols generated by warnings.pl future-proof.
5549      Branch: perl
5550            ! lib/warnings.pm warnings.h warnings.pl
5551 ____________________________________________________________________________
5552 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
5553         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
5554              From: Michael G Schwern <schwern@pobox.com>
5555              Date: Sat, 18 May 2002 14:53:50 -0400
5556              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
5557      Branch: perl
5558            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
5559            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5560 ____________________________________________________________________________
5561 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
5562         Log: Prettyprinting.
5563      Branch: perl
5564            ! t/op/recurse.t
5565 ____________________________________________________________________________
5566 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
5567         Log: Companion to #16601: cxinc would create uninitialized
5568              PERL_CONTEXTs.  The bug was tickled by the test
5569              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
5570              added to check that I got the context stack extension right.
5571              Also rewrite recurse.t to use test.pl.
5572      Branch: perl
5573            ! scope.c t/op/recurse.t
5574 ____________________________________________________________________________
5575 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
5576         Log: Update Changes.
5577      Branch: perl
5578            ! Changes patchlevel.h
5579 ____________________________________________________________________________
5580 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
5581         Log: URL and other tiny tweaks.
5582      Branch: perl
5583            ! pod/perluniintro.pod
5584 ____________________________________________________________________________
5585 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
5586         Log: Subject: [Patch] doc patch on Unicode
5587              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5588              Date: Sun, 19 May 2002 01:01:58 +0900
5589              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
5590      Branch: perl
5591            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
5592 ____________________________________________________________________________
5593 [ 16675] By: ams                                   on 2002/05/18  15:06:35
5594         Log: s/2.0/2.00/ to be CPAN friendly.
5595      Branch: perl
5596            ! ext/Storable/Storable.pm
5597 ____________________________________________________________________________
5598 [ 16674] By: ams                                   on 2002/05/18  14:47:07
5599         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
5600              EBCDIC, amazing.
5601              From: Philip Newton <Philip.Newton@gmx.net>
5602              Date: Sat, 18 May 2002 09:54:13 +0200
5603              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
5604      Branch: perl
5605            ! lib/Pod/t/eol.t
5606 ____________________________________________________________________________
5607 [ 16673] By: ams                                   on 2002/05/18  14:41:00
5608         Log: Subject: Storable test for 64 bit 5.6.1
5609              From: Nicholas Clark <nick@unfortu.net>
5610              Date: Sat, 18 May 2002 15:48:55 +0100
5611              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
5612              (Private mail.)
5613      Branch: perl
5614            ! ext/Storable/t/malice.t
5615 ____________________________________________________________________________
5616 [ 16672] By: nick                                  on 2002/05/18  09:47:51
5617         Log: Integrate mainline
5618      Branch: perlio
5619           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
5620            - t/lib/st-dump.pl
5621           !> (integrate 67 files)
5622 ____________________________________________________________________________
5623 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
5624         Log: No more true.
5625      Branch: perl
5626            ! lib/vars.pm
5627 ____________________________________________________________________________
5628 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
5629         Log: Make use vars grok UTF-8.
5630      Branch: perl
5631            ! lib/vars.pm t/run/fresh_perl.t
5632 ____________________________________________________________________________
5633 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
5634         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
5635              From: Michael G Schwern <schwern@pobox.com>
5636              Date: Fri, 17 May 2002 23:54:29 -0400  
5637              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
5638      Branch: perl
5639            ! t/op/tie.t t/run/fresh_perl.t
5640 ____________________________________________________________________________
5641 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
5642         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
5643              From: Michael G Schwern <schwern@pobox.com>
5644              Date: Fri, 17 May 2002 20:37:26 -0400  
5645              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
5646      Branch: perl
5647            + t/lib/sample-tests/shbang_misparse
5648            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
5649            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
5650            ! lib/Test/Harness/t/test-harness.t
5651 ____________________________________________________________________________
5652 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
5653         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
5654              From: Nicholas Clark <nick@unfortu.net>
5655              Date: Sat, 18 May 2002 00:18:39 +0100  
5656              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
5657              
5658              Use Storable's st-dump.pl.
5659      Branch: perl
5660            - t/lib/st-dump.pl
5661            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
5662            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
5663            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
5664            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
5665            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
5666            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
5667            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
5668 ____________________________________________________________________________
5669 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
5670         Log: Forgotten from #16656.
5671      Branch: perl
5672            ! ext/B/B.xs
5673 ____________________________________________________________________________
5674 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
5675         Log: Subject: [PATCH] Storable ChangeLog ready for release 
5676              From: Nicholas Clark <nick@unfortu.net>
5677              Date: Fri, 17 May 2002 23:17:34 +0100  
5678              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
5679      Branch: perl
5680            ! ext/Storable/ChangeLog
5681 ____________________________________________________________________________
5682 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
5683         Log: Subject: [PATCH] Storable stand alone tests
5684              From: Nicholas Clark <nick@unfortu.net>
5685              Date: Fri, 17 May 2002 22:43:35 +0100  
5686              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
5687      Branch: perl
5688            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
5689            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
5690            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
5691            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
5692            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
5693            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
5694            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
5695            ! ext/Storable/t/store.t ext/Storable/t/tied.t
5696            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
5697            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
5698 ____________________________________________________________________________
5699 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
5700         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
5701              From: Michael G Schwern <schwern@pobox.com>
5702              Date: Fri, 17 May 2002 17:17:54 -0400  
5703              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
5704      Branch: perl
5705            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5706            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
5707            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
5708            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
5709            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
5710            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5711            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
5712            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
5713            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
5714            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
5715            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
5716            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
5717            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
5718            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
5719 ____________________________________________________________________________
5720 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
5721         Log: More regression tests for caller() and fix one bug of #16658.
5722      Branch: perl
5723            ! pp_ctl.c t/op/caller.t
5724 ____________________________________________________________________________
5725 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
5726         Log: Integrate perlio:
5727              
5728              [ 16657]
5729              Fix the crlf.t buffer leak
5730              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
5731              flagged it because it is more often popped without stream
5732              being closed.
5733              - Define non-noop PerlIOBuf_popped(), use it and export it.
5734      Branch: perl
5735           !> makedef.pl perlio.c perliol.h
5736 ____________________________________________________________________________
5737 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
5738         Log: Add a note about Cwd::fastcwd() returning tainted data.
5739              Sort modules alphabetically.
5740      Branch: perl
5741            ! pod/perldelta.pod
5742 ____________________________________________________________________________
5743 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
5744         Log: Remove O from the untested modules list.
5745      Branch: perl
5746            ! t/lib/1_compile.t
5747 ____________________________________________________________________________
5748 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
5749         Log: Fix bug 20020517.003 : segfault with caller().
5750              Add regression tests for caller.
5751      Branch: perl
5752            + t/op/caller.t
5753            ! MANIFEST pp_ctl.c
5754 ____________________________________________________________________________
5755 [ 16657] By: nick                                  on 2002/05/17  17:18:18
5756         Log: Fix the crlf.t buffer leak
5757              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
5758              flagged it because it is more often popped without stream
5759              being closed.
5760              - Define non-noop PerlIOBuf_popped(), use it and export it.
5761      Branch: perlio
5762            ! makedef.pl perlio.c perliol.h
5763 ____________________________________________________________________________
5764 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
5765         Log: PERL_HASH() casting games so that our hashed data is "unsigned
5766              char" but old code using just a "char" doesn't need changes.
5767              (The change is using a temporary pointer instead of a direct
5768              cast to unsigned char* which would blindly cast anything,
5769              not just char pointers.)  (The problem arose in MacOS Classic,
5770              as seen by Pudge, the cure by Nicholas Clark.)
5771      Branch: perl
5772            ! hv.c hv.h op.c sv.c vms/vms.c
5773 ____________________________________________________________________________
5774 [ 16655] By: nick                                  on 2002/05/17  14:59:20
5775         Log: Integrate mainline
5776      Branch: perlio
5777           !> (integrate 28 files)
5778 ____________________________________________________________________________
5779 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
5780         Log: Update Changes.
5781      Branch: perl
5782            ! Changes patchlevel.h
5783 ____________________________________________________________________________
5784 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
5785         Log: FAQ sync.
5786      Branch: perl
5787            ! pod/perlfaq4.pod pod/perlfaq8.pod
5788 ____________________________________________________________________________
5789 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
5790         Log: Forgot from #16628.
5791      Branch: perl
5792            ! ext/Encode/Makefile.PL
5793 ____________________________________________________________________________
5794 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
5795         Log: One Last Time
5796      Branch: macperl
5797            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5798            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
5799            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
5800            + lib/Unicode/UCD.t
5801 ____________________________________________________________________________
5802 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
5803         Log: Stupid case insensitivity
5804      Branch: macperl
5805            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
5806            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
5807            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
5808            - lib/unicode/UCD.t
5809 ____________________________________________________________________________
5810 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
5811         Log: Move Unicode -> unicode, remove README
5812      Branch: macperl
5813            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5814            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
5815            - lib/Unicode/Collate/t/test.t lib/Unicode/README
5816            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
5817 ____________________________________________________________________________
5818 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
5819         Log: Move Unicode -> unicode, remove README (oops, forgot one)
5820      Branch: macperl
5821           +> lib/unicode/Collate/README
5822 ____________________________________________________________________________
5823 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
5824         Log: Move Unicode -> unicode, remove README
5825      Branch: macperl
5826           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
5827           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
5828           +> lib/unicode/UCD.pm lib/unicode/UCD.t
5829 ____________________________________________________________________________
5830 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
5831         Log: Integrate perl
5832      Branch: macperl
5833           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
5834           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
5835           +> lib/Thread/Semaphore.pm
5836            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5837            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
5838            - wince/include/sys/types.h wince/include/sys/utime.h
5839            - wince/include/time.h
5840            ! macos/MPVersion.r macos/config.sh
5841           !> (integrate 173 files)
5842 ____________________________________________________________________________
5843 [ 16645] By: nick                                  on 2002/05/17  06:56:40
5844         Log: Integrate mainline
5845      Branch: perlio
5846           +> ext/Storable/t/st-dump.pl
5847            - wince/FindExt.pm
5848           !> (integrate 40 files)
5849 ____________________________________________________________________________
5850 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
5851         Log: STDERR noise.
5852      Branch: perl
5853            ! lib/Switch.pm
5854 ____________________________________________________________________________
5855 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
5856         Log: Upgrade to Switch 2.07.
5857      Branch: perl
5858            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
5859            ! lib/Switch/t/given.t lib/Switch/t/nested.t
5860            ! lib/Switch/t/switch.t
5861 ____________________________________________________________________________
5862 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
5863         Log: Missed hunk in #16641.
5864      Branch: perl
5865            ! lib/Filter/Simple/Changes
5866 ____________________________________________________________________________
5867 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
5868         Log: Upgrade to Filter::Simple 0.78.
5869              (Keep #14432, let Damian know of it.)
5870      Branch: perl
5871            ! lib/Filter/Simple.pm lib/Filter/Simple/README
5872            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
5873            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
5874            ! lib/Filter/Simple/t/import.t
5875 ____________________________________________________________________________
5876 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
5877         Log: More Third Degree.
5878      Branch: perl
5879            ! t/TEST
5880 ____________________________________________________________________________
5881 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
5882         Log: Third Degree tweaks.
5883      Branch: perl
5884            ! pod/perlhack.pod t/TEST
5885 ____________________________________________________________________________
5886 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
5887         Log: Purify: dl_last_error was leaking.
5888      Branch: perl
5889            ! ext/DynaLoader/dlutils.c
5890 ____________________________________________________________________________
5891 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
5892         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
5893              From: Chris Ball <chris@cpan.org>
5894              Date: 16 May 2002 20:51:34 +0100
5895              Message-ID: <86lmajvpkp.fsf@void.printf.net>
5896      Branch: perl
5897            ! utils/perldoc.PL
5898 ____________________________________________________________________________
5899 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
5900         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
5901              From: "Craig A. Berry" <craigberry@mac.com>
5902              Date: Thu, 16 May 2002 14:13:15 -0500
5903              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
5904      Branch: perl
5905            ! lib/ExtUtils/t/Constant.t
5906 ____________________________________________________________________________
5907 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
5908         Log: Make Cwd::fastcwd() return a tainted value.
5909              Add regression tests for taint-safety of the *cwd()
5910              functions.
5911      Branch: perl
5912            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
5913 ____________________________________________________________________________
5914 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
5915         Log: Subject: Re: AIX warning in hints regarding gcc
5916              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5917              Date: Thu, 16 May 2002 18:55:41 +0200
5918              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
5919      Branch: perl
5920            ! hints/aix.sh
5921 ____________________________________________________________________________
5922 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
5923         Log: Update the test statuses.
5924      Branch: perl
5925            ! pod/perldelta.pod
5926 ____________________________________________________________________________
5927 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
5928         Log: The UDP sockpair failure seems to have magically
5929              disappeared from both UNICOSes.
5930              (One gets "UNEXPECTEDLY SUCCEEDED".)
5931      Branch: perl
5932            ! ext/Socket/socketpair.t
5933 ____________________________________________________________________________
5934 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
5935         Log: Brokenness of restricted hashes with Storable on EBCDIC
5936              seems to be an artifact of the downgrade.t.
5937      Branch: perl
5938            ! ext/Storable/Storable.pm
5939 ____________________________________________________________________________
5940 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
5941         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
5942              memory debuggers.
5943      Branch: perl
5944            ! pod/perlhack.pod
5945 ____________________________________________________________________________
5946 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
5947         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
5948              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5949              Date: Thu, 16 May 2002 16:42:34 +0200
5950              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
5951              
5952              gcc 3 version parsing proofing.
5953      Branch: perl
5954            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
5955 ____________________________________________________________________________
5956 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
5957         Log: Subject: [PATCH] good day for WinCE port of perl.
5958              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5959              Date: Thu, 16 May 2002 03:33:23 +0400
5960              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
5961      Branch: perl
5962            - wince/FindExt.pm
5963            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
5964            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
5965            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
5966            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
5967            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
5968            ! wince/config_H.ce wince/config_h.PL
5969 ____________________________________________________________________________
5970 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
5971         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
5972              From: slaven.rezic@berlin.de
5973              Date: Mon, 13 May 2002 16:02:24 +0200
5974              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
5975      Branch: perl
5976            ! ext/Sys/Syslog/Syslog.pm
5977 ____________________________________________________________________________
5978 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
5979         Log: Subject: Re: [PATCH] allow use threads qw(yield)
5980              From: Dave Mitchell <davem@fdgroup.com>
5981              Date: Wed, 15 May 2002 23:26:27 +0100
5982              Message-ID: <20020515232626.E28924@fdgroup.com>
5983      Branch: perl
5984            ! ext/threads/threads.xs
5985 ____________________________________________________________________________
5986 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
5987         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
5988              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5989              Date: Thu, 16 May 2002 14:22:21 +0200
5990              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
5991      Branch: perl
5992            ! hints/aix.sh
5993 ____________________________________________________________________________
5994 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
5995         Log: metaconfig unit change for #16623.
5996      Branch: metaconfig
5997            ! U/ebcdic/trnl.U
5998 ____________________________________________________________________________
5999 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
6000         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
6001              from John Poltorak <jp@eyup.org>.
6002      Branch: perl
6003            ! Configure
6004 ____________________________________________________________________________
6005 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
6006         Log: DJGPP doesn't have \r\n delimited files (it has \r).
6007      Branch: perl
6008            ! lib/Tie/File/t/21_win32.t
6009 ____________________________________________________________________________
6010 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
6011         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
6012              2. Doing a s///g instead of tr/// works better for CR-delimited
6013              files, like in DJGPP (since <FH> doesn't correctly pull in
6014              CR-delimited lines).
6015      Branch: perl
6016            ! lib/Pod/Html.pm lib/Pod/t/eol.t
6017 ____________________________________________________________________________
6018 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
6019         Log: Don't test $! with like() since one may have
6020              a non-English locale, or simply AIX :-)
6021      Branch: perl
6022            ! ext/PerlIO/t/fail.t
6023 ____________________________________________________________________________
6024 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
6025         Log: DJGPP updates from Laszlo Molnar.
6026      Branch: perl
6027            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
6028 ____________________________________________________________________________
6029 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
6030         Log: Integrate perlio:
6031              
6032              [ 16613]
6033              Make open fail when layer string does not parse.
6034      Branch: perl
6035           +> ext/PerlIO/t/fail.t
6036           !> MANIFEST perlio.c
6037 ____________________________________________________________________________
6038 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
6039         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
6040              From: Nicholas Clark <nick@unfortu.net>
6041              Date: Wed, 15 May 2002 23:06:20 +0100
6042              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
6043      Branch: perl
6044            ! ext/Storable/Storable.xs
6045 ____________________________________________________________________________
6046 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
6047         Log: Two down, ten to go.
6048      Branch: perl
6049            ! pod/perldelta.pod
6050 ____________________________________________________________________________
6051 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
6052         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
6053      Branch: perl
6054            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
6055 ____________________________________________________________________________
6056 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
6057         Log: Schizoid MANIFESTs.
6058      Branch: perl
6059            + ext/Storable/t/st-dump.pl
6060            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
6061 ____________________________________________________________________________
6062 [ 16613] By: nick                                  on 2002/05/15  19:26:00
6063         Log: Make open fail when layer string does not parse.
6064      Branch: perlio
6065            + ext/PerlIO/t/fail.t
6066            ! MANIFEST perlio.c
6067 ____________________________________________________________________________
6068 [ 16612] By: nick                                  on 2002/05/15  18:11:15
6069         Log: Integrate mainline
6070      Branch: perlio
6071           !> Changes ext/Storable/Storable.pm patchlevel.h
6072           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
6073 ____________________________________________________________________________
6074 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
6075         Log: Update Changes.
6076      Branch: perl
6077            ! Changes patchlevel.h
6078 ____________________________________________________________________________
6079 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
6080         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
6081      Branch: perl
6082            ! pod/perldelta.pod t/run/fresh_perl.t
6083 ____________________________________________________________________________
6084 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
6085         Log: Document some of the known EBCDIC problems with Storable.
6086              (There is more, but need to do more tests.)
6087      Branch: perl
6088            ! ext/Storable/Storable.pm
6089 ____________________________________________________________________________
6090 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
6091         Log: Purify finding: jperl.t causes a few Array Bounds Reads
6092              (one byte too far in a malloced buffer) at various spots
6093              in regcomp.c, all the buffers malloced by SvGROW() in
6094              sv_recode_to_utf8().
6095      Branch: perl
6096            ! sv.c
6097 ____________________________________________________________________________
6098 [ 16607] By: nick                                  on 2002/05/15  06:57:26
6099         Log: Integrate mainline
6100      Branch: perlio
6101           +> Porting/thirdclean
6102           !> (integrate 36 files)
6103 ____________________________________________________________________________
6104 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
6105         Log: Subject: [PATCH] Re: use of lc module names and warnings
6106              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6107              Date: Sun, 12 May 2002 23:09:46 +0200
6108              Message-ID: <20020512230946.E699@rafael>
6109      Branch: perl
6110            ! toke.c
6111 ____________________________________________________________________________
6112 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
6113         Log: More rule tweakage.
6114      Branch: perl
6115            ! Porting/thirdclean
6116 ____________________________________________________________________________
6117 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
6118         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
6119              From: Sam Tregar <sam@tregar.com>
6120              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
6121              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
6122      Branch: perl
6123            ! ext/Devel/DProf/DProf.xs
6124 ____________________________________________________________________________
6125 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
6126         Log: $VERSIONize.
6127      Branch: perl
6128            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
6129 ____________________________________________________________________________
6130 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
6131         Log: Third Degree: name the op/foo.t as op_foo.
6132      Branch: perl
6133            ! t/TEST
6134 ____________________________________________________________________________
6135 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
6136         Log: Read of uninitialized heap found by Third Degree
6137              (e.g. in t/op/subst.t)
6138      Branch: perl
6139            ! scope.c
6140 ____________________________________________________________________________
6141 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
6142         Log: Add more rules.
6143      Branch: perl
6144            ! Porting/thirdclean
6145 ____________________________________________________________________________
6146 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
6147         Log: Subject: [PATCH] allow use threads qw(yield)
6148              From: Dave Mitchell <davem@fdgroup.com>
6149              Date: Tue, 14 May 2002 22:49:47 +0100
6150              Message-ID: <20020514224947.F25049@fdgroup.com>
6151      Branch: perl
6152            ! ext/threads/threads.pm ext/threads/threads.xs
6153 ____________________________________________________________________________
6154 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
6155         Log: Micropatch from Olaf Flebbe.
6156      Branch: perl
6157            ! epoc/epoc.c
6158 ____________________________________________________________________________
6159 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
6160         Log: Subject: perlhack.pod typos [PATCH]
6161              From: "John P. Linderman" <jpl@research.att.com>
6162              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
6163              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
6164      Branch: perl
6165            ! pod/perlhack.pod
6166 ____________________________________________________________________________
6167 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
6168         Log: Subject: typo in Socket.pm
6169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6170              Date: Tue, 14 May 2002 12:02:47 +0200
6171              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
6172      Branch: perl
6173            ! ext/IO/lib/IO/Socket.pm
6174 ____________________________________________________________________________
6175 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
6176         Log: The #16592 needs this.
6177      Branch: perl
6178            ! embedvar.h perlapi.h
6179 ____________________________________________________________________________
6180 [ 16594] By: sky                                   on 2002/05/14  17:08:01
6181         Log: Subject: Re: lib/sort.t failure [PATCH]
6182              From: "John P. Linderman" <jpl@research.att.com>
6183              Date: mån maj 13, 2002  05:05:45  Europe/Stockholm
6184              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
6185      Branch: perl
6186            ! pod/perlfunc.pod
6187 ____________________________________________________________________________
6188 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
6189         Log: Add a script for cleaning out the "known noise"
6190              from Third Degree reports: either noise caused
6191              by libc itself, or Perl_yyparse leaks.
6192      Branch: perl
6193            + Porting/thirdclean
6194            ! MANIFEST
6195 ____________________________________________________________________________
6196 [ 16592] By: sky                                   on 2002/05/14  15:21:39
6197         Log: Turn the sort RealCmp for stable quicksorts into a
6198              threadsafe per interpreter values.
6199      Branch: perl
6200            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
6201 ____________________________________________________________________________
6202 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
6203         Log: reentr.h affects more C files than just reentr.c
6204      Branch: perl
6205            ! locale.c pp.c pp_sys.c
6206 ____________________________________________________________________________
6207 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
6208         Log: Document reentr.pl a bit better.  Still rather
6209              convoluted code, but it ain't broken, so...
6210      Branch: perl
6211            ! reentr.h reentr.pl
6212 ____________________________________________________________________________
6213 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
6214         Log: z/OS update: not all Storable was clear yet.
6215      Branch: perl
6216            ! pod/perldelta.pod
6217 ____________________________________________________________________________
6218 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
6219         Log: Avoid potentially empty struct.
6220      Branch: perl
6221            ! reentr.h reentr.pl
6222 ____________________________________________________________________________
6223 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
6224         Log: Todo tweaks.
6225      Branch: perl
6226            ! pod/perltodo.pod
6227 ____________________________________________________________________________
6228 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
6229         Log: Subject: [PATCH] various minor fixes in threads.            
6230              From: Dave Mitchell <davem@fdgroup.com>
6231              Date: Mon, 13 May 2002 23:48:22 +0100      
6232              Message-ID: <20020513234822.G21318@fdgroup.com>
6233      Branch: perl
6234            ! dump.c ext/threads/shared/shared.xs
6235 ____________________________________________________________________________
6236 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
6237         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
6238              From: PPrymmer@factset.com
6239              Date: Mon, 13 May 2002 17:37:28 -0400
6240              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
6241      Branch: perl
6242            ! vms/vms.c
6243 ____________________________________________________________________________
6244 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
6245         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
6246              From: Nicholas Clark <nick@unfortu.net>    
6247              Date: Mon, 13 May 2002 21:45:47 +0100
6248              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
6249      Branch: perl
6250            ! lib/ExtUtils/t/Constant.t
6251 ____________________________________________________________________________
6252 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
6253         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
6254              From: Nicholas Clark <nick@unfortu.net>    
6255              Date: Mon, 13 May 2002 21:47:38 +0100
6256              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
6257      Branch: perl
6258            ! lib/Benchmark.t
6259 ____________________________________________________________________________
6260 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
6261         Log: Subject: WinCE several touches
6262              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6263              Date: Tue, 14 May 2002 00:43:11 +0400      
6264              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
6265      Branch: perl
6266            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
6267            ! wince/config_h.PL
6268 ____________________________________________________________________________
6269 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
6270         Log: Subject: Re: perl@16573
6271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6272              Date: Mon, 13 May 2002 18:30:35 +0200
6273              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
6274              
6275              (gcc 3.0 vs 64-bit hpux hints)
6276      Branch: perl
6277            ! hints/hpux.sh
6278 ____________________________________________________________________________
6279 [ 16580] By: sky                                   on 2002/05/13  19:38:09
6280         Log: Make the point a bit clearer after suggestion from Merijin
6281      Branch: perl
6282            ! pod/perltodo.pod
6283 ____________________________________________________________________________
6284 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
6285         Log: perltodo update.
6286      Branch: perl
6287            ! pod/perltodo.pod
6288 ____________________________________________________________________________
6289 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
6290         Log: Subject: README.aix update
6291              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6292              Date: Mon, 13 May 2002 19:02:47 +0200
6293              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
6294      Branch: perl
6295            ! README.aix
6296 ____________________________________________________________________________
6297 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
6298         Log: export PerlIOBuf_get_base for win32 extension linkage
6299      Branch: perl
6300            ! makedef.pl
6301 ____________________________________________________________________________
6302 [ 16576] By: nick                                  on 2002/05/13  18:20:22
6303         Log: Integrate mainline
6304      Branch: perlio
6305           !> Changes README.vos ext/threads/shared/shared.pm
6306           !> ext/threads/shared/t/0nothread.t
6307           !> ext/threads/shared/t/av_refs.t
6308           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
6309           !> ext/threads/shared/t/hv_refs.t
6310           !> ext/threads/shared/t/hv_simple.t
6311           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
6312           !> ext/threads/shared/t/semaphore.t
6313           !> ext/threads/shared/t/shared_attr.t
6314           !> ext/threads/shared/t/sv_refs.t
6315           !> ext/threads/shared/t/sv_simple.t patchlevel.h
6316           !> pod/perldelta.pod vms/vms.c xsutils.c
6317 ____________________________________________________________________________
6318 [ 16575] By: ams                                   on 2002/05/13  15:42:50
6319         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
6320              From: Paul_GreenVOS@vos.stratus.com
6321              Date: Mon, 13 May 02 12:32 edt
6322              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
6323      Branch: perl
6324            ! README.vos pod/perldelta.pod
6325 ____________________________________________________________________________
6326 [ 16574] By: ams                                   on 2002/05/13  15:41:14
6327         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
6328              From: PPrymmer@factset.com
6329              Date: Mon, 13 May 2002 11:38:15 -0400
6330              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
6331      Branch: perl
6332            ! vms/vms.c
6333 ____________________________________________________________________________
6334 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
6335         Log: Update Changes.
6336      Branch: perl
6337            ! Changes patchlevel.h
6338 ____________________________________________________________________________
6339 [ 16572] By: sky                                   on 2002/05/13  12:30:35
6340         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
6341              From: Dave Mitchell <davem@fdgroup.com>
6342              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
6343              Message-Id: <20020510235227.J12298@fdgroup.com>
6344      Branch: perl
6345            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
6346            ! ext/threads/shared/t/av_refs.t
6347            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
6348            ! ext/threads/shared/t/hv_refs.t
6349            ! ext/threads/shared/t/hv_simple.t
6350            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
6351            ! ext/threads/shared/t/semaphore.t
6352            ! ext/threads/shared/t/shared_attr.t
6353            ! ext/threads/shared/t/sv_refs.t
6354            ! ext/threads/shared/t/sv_simple.t xsutils.c
6355 ____________________________________________________________________________
6356 [ 16571] By: nick                                  on 2002/05/13  07:54:10
6357         Log: Integrate Mainline
6358      Branch: perlio
6359           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
6360            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6361            - wince/include/cectype.h wince/include/errno.h
6362            - wince/include/sys/types.h wince/include/sys/utime.h
6363            - wince/include/time.h
6364           !> (integrate 51 files)
6365 ____________________________________________________________________________
6366 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
6367         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
6368              From: Michael G Schwern <schwern@pobox.com>
6369              Date: Sun, 12 May 2002 19:32:58 -0400
6370              Message-ID: <20020512233258.GK696@blackrider>
6371      Branch: perl
6372            ! t/TEST
6373 ____________________________________________________________________________
6374 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
6375         Log: Be clean.
6376      Branch: perl
6377            ! Makefile.SH ext/B/t/o.t
6378 ____________________________________________________________________________
6379 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
6380         Log: change#8666 ($Config{perllibs}) apparently never got into
6381              mainline--merge, and add other missing entries; regen
6382              config_H.* files
6383      Branch: perl
6384            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6385            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
6386            ! win32/config_H.vc win32/config_H.vc64
6387 ____________________________________________________________________________
6388 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
6389         Log: Elaborate on the exit/wait plan a bit.
6390      Branch: perl
6391            ! pod/perltodo.pod
6392 ____________________________________________________________________________
6393 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
6394         Log: Slight doc tweaks.
6395      Branch: perl
6396            ! pod/perlthrtut.pod
6397 ____________________________________________________________________________
6398 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
6399         Log: OS/390: update the test results.
6400      Branch: perl
6401            ! pod/perldelta.pod
6402 ____________________________________________________________________________
6403 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
6404         Log: Add threadsafety caveats.
6405      Branch: perl
6406            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
6407 ____________________________________________________________________________
6408 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
6409         Log: Update the Mac OS X situation.
6410      Branch: perl
6411            ! pod/perldelta.pod
6412 ____________________________________________________________________________
6413 [ 16562] By: sky                                   on 2002/05/12  19:10:27
6414         Log: Update todo, removing things done and adding new things.
6415      Branch: perl
6416            ! pod/perltodo.pod
6417 ____________________________________________________________________________
6418 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
6419         Log: Reword the "threads still running" cleanup message.
6420      Branch: perl
6421            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
6422            ! pod/perltoc.pod
6423 ____________________________________________________________________________
6424 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
6425         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
6426              (The manifestation: running pat.t core dumps after test 639.
6427              Removing everything after 639 makes core go away, as does
6428              removing everything before 640.  I did say "weird".  Some
6429              sort of a memory corruption, no doubt, but no time to debug
6430              in more detail.)
6431      Branch: perl
6432            ! t/op/pat.t
6433 ____________________________________________________________________________
6434 [ 16559] By: sky                                   on 2002/05/12  17:59:41
6435         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
6436      Branch: perl
6437            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
6438            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6439            ! MANIFEST
6440 ____________________________________________________________________________
6441 [ 16558] By: sky                                   on 2002/05/12  17:57:51
6442         Log: Fixed bug where tmpsv would be null after the return of the 
6443              amagic. Now check for that and allocate the tmpsv afterwards, 
6444              this is done in all other places that use amagic.
6445              Fixes bug when threads->unknownfunction() was called and
6446              we coredumped on the stringification somewhere deep in the
6447              autoloader/dynaloader something. Far to deep for me to provide
6448              a test case.
6449      Branch: perl
6450            ! sv.c
6451 ____________________________________________________________________________
6452 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
6453         Log: (retracted by #16560)
6454              EBCDIC: must protect also compile time so that
6455              the illegal UTF-EBCDIC is not seen.
6456      Branch: perl
6457            ! t/op/pat.t
6458 ____________________________________________________________________________
6459 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
6460         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
6461      Branch: perl
6462            ! pod/perlebcdic.pod regcomp.c
6463 ____________________________________________________________________________
6464 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
6465         Log: As suggested by Dave Mitchell, adding yield()s at
6466              appropriate spots helps non-preemptive thread
6467              implementations, like the GNU pth.  Tested at NetBSD
6468              by Martin Weber <Ephaeton@gmx.net>.
6469      Branch: perl
6470            ! ext/threads/t/basic.t ext/threads/t/list.t
6471            ! ext/threads/t/thread.t
6472 ____________________________________________________________________________
6473 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
6474         Log: Subject: RE: VOS bleadperl test failure on 16539
6475              From: chromatic <chromatic@rmci.net>
6476              Date: Sat, 11 May 2002 23:23:54 -0700
6477              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
6478      Branch: perl
6479            ! ext/B/t/o.t
6480 ____________________________________________________________________________
6481 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
6482         Log: There's no rest for the wicked misspellers.
6483      Branch: perl
6484            ! pod/perlthrtut.pod
6485 ____________________________________________________________________________
6486 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
6487         Log: Detypos (and sticking with US spelling since Dan Sugalski
6488              wrote the original text of perlthrtut)
6489      Branch: perl
6490            ! ext/threads/threads.pm pod/perlthrtut.pod
6491 ____________________________________________________________________________
6492 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
6493         Log: Because of #16550 these tests would now spew
6494              "Malformed UTF-8" in EBCDIC.
6495      Branch: perl
6496            ! t/op/pat.t
6497 ____________________________________________________________________________
6498 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
6499         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
6500              scripts does not apply any more.  (The utf8.t needed a little
6501              bit of relaxing to work in EBCDIC, since *both* the bytes in
6502              subtest #30 are illegal UTF-EBCDIC, and the error message
6503              matched is slightly different.)  The utf8.t now passes.
6504      Branch: perl
6505            ! lib/utf8.t toke.c
6506 ____________________________________________________________________________
6507 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
6508         Log: Subject: [PATCH] a bit more for WinCE
6509              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6510              Date: Sun, 12 May 2002 02:34:24 +0400
6511              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
6512      Branch: perl
6513            ! wince/wince.c
6514 ____________________________________________________________________________
6515 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
6516         Log: Subject: [PATCH] for WinCE cross-build, another one
6517              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
6518              Date: Sun, 12 May 2002 00:02:47 +0400
6519              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
6520      Branch: perl
6521            - wince/include/cectype.h wince/include/errno.h
6522            - wince/include/sys/types.h wince/include/sys/utime.h
6523            - wince/include/time.h
6524            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
6525            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
6526            ! wince/wince.c
6527 ____________________________________________________________________________
6528 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
6529         Log: Explicit casts due to #16542.
6530      Branch: perl
6531            ! ext/B/B.xs hv.c op.c sv.c
6532 ____________________________________________________________________________
6533 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
6534         Log: Upgrade to Test::Harness 2.21.
6535      Branch: perl
6536            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6537            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6538            ! lib/Test/Harness/t/test-harness.t
6539 ____________________________________________________________________________
6540 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
6541         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
6542              but keep up with the $VERSION)
6543      Branch: perl
6544            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6545 ____________________________________________________________________________
6546 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
6547         Log: metaconfig unit change for #16543.
6548      Branch: metaconfig
6549            ! U/threads/usethreads.U
6550 ____________________________________________________________________________
6551 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
6552         Log: Subject: [PATCH] updated threads docs
6553              From: Dave Mitchell <davem@fdgroup.com>
6554              Date: Sat, 11 May 2002 20:00:51 +0100
6555              Message-ID: <20020511200050.D14841@fdgroup.com>
6556      Branch: perl
6557            ! Configure README.threads pod/perlothrtut.pod
6558            ! pod/perlthrtut.pod
6559 ____________________________________________________________________________
6560 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
6561         Log: Subject: unsigned char hashes (Re: perl@16539)
6562              From: Nicholas Clark <nick@unfortu.net>
6563              Date: Sat, 11 May 2002 17:54:44 +0100
6564              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
6565              
6566              Be explicitly unsigned char in the hash calculation.
6567      Branch: perl
6568            ! hv.h
6569 ____________________________________________________________________________
6570 [ 16541] By: nick                                  on 2002/05/11  08:21:00
6571         Log: Integrate mainline
6572      Branch: perlio
6573           +> ext/B/t/o.t
6574           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
6575           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
6576           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
6577 ____________________________________________________________________________
6578 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
6579         Log: Subject: more os x test output cosmetics
6580              From: Kay Röpke <kroepke@dolphin-services.de>
6581              Date: Fri, 10 May 2002 14:07:34 +0200
6582              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
6583      Branch: perl
6584            ! ext/DB_File/t/db-btree.t
6585 ____________________________________________________________________________
6586 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
6587         Log: Update Changes.
6588      Branch: perl
6589            ! Changes patchlevel.h
6590 ____________________________________________________________________________
6591 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
6592         Log: Regen toc.
6593      Branch: perl
6594            ! pod/perltoc.pod
6595 ____________________________________________________________________________
6596 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
6597         Log: Move pod, add $VERSION.
6598      Branch: perl
6599            ! ext/threads/shared/queue.pm
6600 ____________________________________________________________________________
6601 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
6602         Log: Unused variables.
6603      Branch: perl
6604            ! ext/Encode/Encode.xs
6605 ____________________________________________________________________________
6606 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
6607         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
6608              From: chromatic <chromatic@rmci.net>
6609              Date: Fri, 10 May 2002 07:43:25 -0700
6610              Message-ID: <20020510144325.26245.qmail@firewheel>
6611      Branch: perl
6612            + ext/B/t/o.t
6613            ! MANIFEST
6614 ____________________________________________________________________________
6615 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
6616         Log: Don't do JAPHs unless doing "make torturetest".
6617              Document the less obvious make test targets.
6618      Branch: perl
6619            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
6620 ____________________________________________________________________________
6621 [ 16533] By: nick                                  on 2002/05/10  06:02:58
6622         Log: Integrate mainline
6623      Branch: perlio
6624           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
6625           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
6626           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
6627           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
6628           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
6629           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
6630           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
6631           !> t/run/fresh_perl.t util.c
6632 ____________________________________________________________________________
6633 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
6634         Log: Subject: [PATCH] format and other warnings
6635              From: Robin Barker <rmb1@cise.npl.co.uk>
6636              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
6637              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
6638      Branch: perl
6639            ! Porting/pumpkin.pod ext/Encode/Encode.xs
6640            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
6641            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
6642            ! ext/threads/threads.xs
6643 ____________________________________________________________________________
6644 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
6645         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
6646      Branch: perl
6647            ! t/op/tie.t t/run/fresh_perl.t
6648 ____________________________________________________________________________
6649 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
6650         Log: Subject: Re: [PATCH] Re: perl@16433
6651              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
6652              Date: Thu, 09 May 2002 16:24:59 -0700
6653              Message-ID: <LVw28gzkguhE092yn@efn.org>
6654      Branch: perl
6655            ! t/op/tie.t
6656 ____________________________________________________________________________
6657 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
6658         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
6659              From: Dave Mitchell <davem@fdgroup.com>
6660              Date: Thu, 9 May 2002 17:18:42 +0100
6661              Message-ID: <20020509171842.C9836@fdgroup.com>
6662      Branch: perl
6663            ! ext/threads/shared/t/cond.t
6664 ____________________________________________________________________________
6665 [ 16528] By: nick                                  on 2002/05/09  16:40:39
6666         Log: Integrate maint branch io (pipe) fixes.
6667      Branch: perl
6668           !> doio.c pp_sys.c util.c
6669 ____________________________________________________________________________
6670 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
6671         Log: FAQ sync.
6672      Branch: perl
6673            ! pod/perlfaq3.pod pod/perlfaq4.pod
6674 ____________________________________________________________________________
6675 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
6676         Log: metaconfig unit changes for #16525, plus extra linting.
6677      Branch: metaconfig
6678            ! U/compline/ptrsize.U U/protos/Protochk.U
6679            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6680            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6681            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6682            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6683            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6684            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6685            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6686            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6687            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6688            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6689            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6690            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6691            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6692            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6693            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6694            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6695            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6696            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6697            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6698            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6699            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6700            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6701            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6702            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6703 ____________________________________________________________________________
6704 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
6705         Log: metaconfig unit linting.
6706      Branch: perl
6707            ! reentr.pl
6708 ____________________________________________________________________________
6709 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
6710         Log: metaconfig unit changes for #16523.
6711      Branch: metaconfig
6712            ! U/compline/ptrsize.U
6713      Branch: metaconfig/U/perl
6714            ! use64bits.U
6715 ____________________________________________________________________________
6716 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
6717         Log: ptrsize should depend on use64bitall, not the other
6718              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
6719      Branch: perl
6720            ! Configure
6721 ____________________________________________________________________________
6722 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
6723         Log: Integrate #16510 from macperl;
6724              
6725              Tell IO.xs that MacOS sometimes doesn't need extra help
6726      Branch: perl
6727           !> ext/IO/IO.xs
6728 ____________________________________________________________________________
6729 [ 16521] By: ams                                   on 2002/05/09  12:42:12
6730         Log: Subject: Re: Storable doc patches
6731              From: "Philip Newton" <Philip.Newton@gmx.net>
6732              Date: Thu, 9 May 2002 14:32:29 +0200
6733              Message-Id: 
6734      Branch: perl
6735            ! ext/Storable/Storable.pm
6736 ____________________________________________________________________________
6737 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
6738         Log: cmp() compares chars, not bytes.
6739      Branch: perl
6740            ! pod/perllocale.pod
6741 ____________________________________________________________________________
6742 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
6743         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
6744      Branch: perl
6745            ! pod/perlhack.pod
6746 ____________________________________________________________________________
6747 [ 16518] By: ams                                   on 2002/05/09  09:04:31
6748         Log: Subject: Storable doc patches
6749              From: Philip Newton <Philip.Newton@gmx.net>
6750              Date: Thu, 09 May 2002 12:00:45 +0200
6751              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
6752      Branch: perl
6753            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6754 ____________________________________________________________________________
6755 [ 16517] By: ams                                   on 2002/05/09  08:53:50
6756         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
6757              From: Philip Newton <Philip.Newton@gmx.net>
6758              Date: Thu, 09 May 2002 11:16:06 +0200
6759              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
6760      Branch: perl
6761            ! ext/Storable/README
6762 ____________________________________________________________________________
6763 [ 16516] By: nick                                  on 2002/05/09  08:13:39
6764         Log: Integrate mainline
6765      Branch: perlio
6766           !> pod/perlxstut.pod
6767 ____________________________________________________________________________
6768 [ 16515] By: nick                                  on 2002/05/09  07:29:53
6769         Log: Integrate mainline
6770      Branch: perlio
6771           !> (integrate 27 files)
6772 ____________________________________________________________________________
6773 [ 16514] By: ams                                   on 2002/05/09  06:50:24
6774         Log: Subject: [Patch] perlxstut.pod
6775              From: lupe@lupe-christoph.de (Lupe Christoph)
6776              Date: Thu, 9 May 2002 09:42:02 +0200
6777              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
6778              (Applied with tweaks.)
6779      Branch: perl
6780            ! pod/perlxstut.pod
6781 ____________________________________________________________________________
6782 [ 16513] By: ams                                   on 2002/05/09  06:04:47
6783         Log: Subject: [Patch] perlapio.pod
6784              From: lupe@lupe-christoph.de (Lupe Christoph)
6785              Date: Thu, 9 May 2002 09:01:50 +0200
6786              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
6787              (Applied with tweaks.)
6788      Branch: perl
6789            ! pod/perlapio.pod
6790 ____________________________________________________________________________
6791 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
6792         Log: Integrate from macperl
6793      Branch: maint-5.6/macperl
6794           !> macos/macperl/MPConsole.cp
6795 ____________________________________________________________________________
6796 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
6797         Log: Make interrupt act as end of file, MacPerl Bug #542154
6798      Branch: macperl
6799            ! macos/macperl/MPConsole.cp
6800 ____________________________________________________________________________
6801 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
6802         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
6803      Branch: macperl
6804            ! ext/IO/IO.xs
6805 ____________________________________________________________________________
6806 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
6807         Log: Make perlio (!sfio) work on MacOS
6808      Branch: macperl
6809            ! macos/config.h macos/config.sh macos/macish.c
6810 ____________________________________________________________________________
6811 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
6812         Log: integrate maint-5.6/macperl contents
6813      Branch: maint-5.6/perl
6814           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
6815           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
6816           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
6817 ____________________________________________________________________________
6818 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
6819         Log: Rework #16506 some more.
6820      Branch: perl
6821            ! ext/Time/HiRes/HiRes.xs win32/win32.c
6822 ____________________________________________________________________________
6823 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
6824         Log: Rework #16503 a bit to keep all the HiRes implementation
6825              in one place, assuming we want to re-CPAN Time::HiRes at
6826              some point.
6827      Branch: perl
6828            ! ext/Time/HiRes/HiRes.xs win32/win32.c
6829 ____________________________________________________________________________
6830 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
6831         Log: metaconfig unit change for #16504.
6832      Branch: metaconfig
6833            ! U/modified/Cppsym.U
6834 ____________________________________________________________________________
6835 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
6836         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
6837              From: Pixel <pixel@mandrakesoft.com>
6838              Date: 08 May 2002 18:19:51 +0200
6839              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
6840      Branch: perl
6841            ! Configure
6842 ____________________________________________________________________________
6843 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
6844         Log: make the gettimeofday() implementation in Time::HiRes available
6845              from perl
6846      Branch: perl
6847            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
6848            ! win32/config.bc win32/config.gc win32/config.vc
6849            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
6850            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
6851            ! win32/win32.c win32/win32iop.h
6852 ____________________________________________________________________________
6853 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
6854         Log: Subject: Test output update for OS X 10.1.4
6855              From: Kay Röpke <kroepke@dolphin-services.de>
6856              Date: Wed, 8 May 2002 22:23:36 +0200
6857              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
6858      Branch: perl
6859            ! ext/DB_File/t/db-recno.t
6860 ____________________________________________________________________________
6861 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
6862         Log: Subject: [PATCH] Re: perl@16433
6863              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6864              Date: Tue, 07 May 2002 18:40:44 -0700
6865              Message-ID: <cII28gzkgaOS092yn@efn.org>
6866              
6867              Subject: Re: [PATCH] Re: perl@16433
6868              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6869              Date: Wed, 08 May 2002 10:16:42 -0700
6870              Message-ID: <61V28gzkg+jG092yn@efn.org>
6871      Branch: perl
6872            ! pp_sys.c sv.c t/op/tie.t
6873 ____________________________________________________________________________
6874 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
6875         Log: Subject: [DOC PATCH] Minor threads::shared nits
6876              From: Simon Glover <scog@amnh.org>
6877              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
6878              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
6879      Branch: perl
6880            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
6881            ! ext/threads/shared/shared.pm
6882 ____________________________________________________________________________
6883 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
6884         Log: Subject: [DOC PATCH] perlthrtut proofreading
6885              From: Simon Glover <scog@amnh.org>
6886              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
6887              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
6888      Branch: perl
6889            ! pod/perlthrtut.pod
6890 ____________________________________________________________________________
6891 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
6892         Log: Deprecate 5.005threads.
6893      Branch: perl
6894            ! pod/perldelta.pod
6895 ____________________________________________________________________________
6896 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
6897         Log: Integrate perlio:
6898              
6899              [ 16496]
6900              Portability and doc tweaks to PerlIO/XS stuff.
6901              We are still "papering over the cracks" a bit,
6902              but now it is good stiff card held on with epoxy.
6903              
6904              [ 16495]
6905              PerlIO/XS interface routine and doc updates from
6906              lupe@lupe-christoph.de (Lupe Christoph) in mail
6907              Subject: [For Review] Patch for perlio.c and pods
6908              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
6909              Date: Sun, 5 May 2002 10:43:15 +0200
6910              (Minor tweaks to follow.)
6911      Branch: perl
6912           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
6913 ____________________________________________________________________________
6914 [ 16496] By: nick                                  on 2002/05/08  19:08:43
6915         Log: Portability and doc tweaks to PerlIO/XS stuff.
6916              We are still "papering over the cracks" a bit,
6917              but now it is good stiff card held on with epoxy.
6918      Branch: perlio
6919            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
6920 ____________________________________________________________________________
6921 [ 16495] By: nick                                  on 2002/05/08  17:56:43
6922         Log: PerlIO/XS interface routine and doc updates from
6923              lupe@lupe-christoph.de (Lupe Christoph) in mail
6924              Subject: [For Review] Patch for perlio.c and pods
6925              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
6926              Date: Sun, 5 May 2002 10:43:15 +0200
6927              (Minor tweaks to follow.)
6928      Branch: perlio
6929            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
6930 ____________________________________________________________________________
6931 [ 16494] By: nick                                  on 2002/05/08  17:40:34
6932         Log: Integrate mainline
6933      Branch: perlio
6934           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
6935           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
6936           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
6937           !> t/run/fresh_perl.t
6938 ____________________________________________________________________________
6939 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
6940         Log: Update Changes.
6941      Branch: perl
6942            ! Changes patchlevel.h
6943 ____________________________________________________________________________
6944 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
6945         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
6946              don't unlink /dev/null
6947      Branch: perl
6948            ! Porting/p4genpatch
6949 ____________________________________________________________________________
6950 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
6951         Log: Integrate perlio:
6952              
6953              [ 16487]
6954              Avoid pointless re-encode of data in :encoding's read buffer
6955              on a close
6956      Branch: perl
6957           !> ext/PerlIO/encoding/encoding.xs
6958 ____________________________________________________________________________
6959 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
6960         Log: The base.pm changes need this, too?
6961      Branch: perl
6962            ! lib/diagnostics.t
6963 ____________________________________________________________________________
6964 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
6965         Log: fix p4genpatch breakage (missing slash in patch headers)
6966      Branch: perl
6967            ! Porting/p4genpatch
6968 ____________________________________________________________________________
6969 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
6970         Log: Integrate #14679 from macperl;
6971              
6972              Skip layer symbols for sfio
6973      Branch: perl
6974           !> makedef.pl
6975 ____________________________________________________________________________
6976 [ 16487] By: nick                                  on 2002/05/08  13:12:47
6977         Log: Avoid pointless re-encode of data in :encoding's read buffer
6978              on a close
6979      Branch: perlio
6980            ! ext/PerlIO/encoding/encoding.xs
6981 ____________________________________________________________________________
6982 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
6983         Log: Integrate #16481 from macperl;
6984              
6985              p4genpatch Mac OS fixes (paths, utime)
6986      Branch: perl
6987           !> Porting/p4genpatch
6988 ____________________________________________________________________________
6989 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
6990         Log: Storable doc tweaks.
6991      Branch: perl
6992            ! ext/Storable/Storable.pm
6993 ____________________________________________________________________________
6994 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
6995         Log: Subject: Re: [PATCH] use base Notexists
6996              From: andreas.koenig@anima.de (Andreas J. Koenig)
6997              Date: Wed, 08 May 2002 15:57:53 +0200
6998              Message-ID: <m34rhi91y6.fsf@anima.de>
6999      Branch: perl
7000            ! lib/base.pm lib/fields.t
7001 ____________________________________________________________________________
7002 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
7003         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
7004              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7005              Date: Wed, 8 May 2002 10:47:51 +0400
7006              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
7007      Branch: perl
7008            ! t/run/fresh_perl.t
7009 ____________________________________________________________________________
7010 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
7011         Log: Document how even "ASCII" locales can have problems
7012              if \w includes some of the regex metacharacters.
7013      Branch: perl
7014            ! lib/locale.t
7015 ____________________________________________________________________________
7016 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
7017         Log: p4genpatch Mac OS fixes (paths, utime)
7018      Branch: macperl
7019            ! Porting/p4genpatch
7020 ____________________________________________________________________________
7021 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
7022         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
7023              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7024              Date: Wed, 8 May 2002 10:33:14 +0400
7025              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
7026      Branch: perl
7027            ! ext/File/Glob/bsd_glob.c
7028 ____________________________________________________________________________
7029 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
7030         Log: Skip layer symbols for sfio
7031      Branch: macperl
7032            ! makedef.pl
7033 ____________________________________________________________________________
7034 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
7035         Log: Bump up the Storable $VERSION to 2.0.
7036      Branch: perl
7037            ! ext/Storable/Storable.pm
7038 ____________________________________________________________________________
7039 [ 16477] By: nick                                  on 2002/05/08  06:21:18
7040         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
7041      Branch: perlio
7042           !> (integrate 36 files)
7043 ____________________________________________________________________________
7044 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
7045         Log: Oops, add back
7046      Branch: macperl
7047            + macos/MacPerlTests.cmd
7048 ____________________________________________________________________________
7049 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
7050         Log: Integrate with perl
7051      Branch: macperl
7052           +> Porting/p4genpatch ext/Digest/MD5/README
7053           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
7054           +> ext/threads/shared/semaphore.pm
7055           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
7056           +> t/comp/hints.t vos/compile_full_perl.cm
7057           +> vos/configure_full_perl.sh vos/make_full_perl.sh
7058           +> wince/compile.bat wince/win32io.c
7059            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
7060            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
7061           !> (integrate 206 files)
7062 ____________________________________________________________________________
7063 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
7064         Log: Update README (integrate from macperl)
7065      Branch: maint-5.6/macperl
7066           !> README.macos
7067 ____________________________________________________________________________
7068 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
7069         Log: Various syncs from macperl/ -> maint-5.6/macperl/
7070              File::Copy, File::Spec updates
7071              Test script modifications
7072              pp_require path bugfixes
7073      Branch: maint-5.6/macperl
7074            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
7075            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
7076 ____________________________________________________________________________
7077 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
7078         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
7079      Branch: macperl
7080            ! macos/macperl/MacPerl.podhelp
7081      Branch: maint-5.6/macperl
7082            ! macos/macperl/MacPerl.podhelp
7083 ____________________________________________________________________________
7084 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
7085         Log: Reset Mac::err flag in app, MacPerl Bug #546065
7086      Branch: macperl
7087            ! macos/macperl/MPScript.c
7088      Branch: maint-5.6/macperl
7089            ! macos/macperl/MPScript.c
7090 ____________________________________________________________________________
7091 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
7092         Log: Fix for some module install paths, MacPerl Bug #549611
7093      Branch: macperl
7094            ! macos/macperl/Droplets/installme.plx
7095            ! macos/macperl/Droplets/untarzipme.plx
7096      Branch: maint-5.6/macperl
7097            ! macos/macperl/Droplets/installme.plx
7098            ! macos/macperl/Droplets/untarzipme.plx
7099 ____________________________________________________________________________
7100 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
7101         Log: Stupid Mac::OSA::Simple bugs
7102      Branch: macperl
7103            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
7104      Branch: maint-5.6/macperl
7105            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
7106 ____________________________________________________________________________
7107 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
7108         Log: Various BuildTools fixes, MacPerl Bug #545341
7109      Branch: macperl
7110            ! macos/lib/Mac/BuildTools.pm
7111      Branch: maint-5.6/macperl
7112            ! macos/lib/Mac/BuildTools.pm
7113 ____________________________________________________________________________
7114 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
7115         Log: MM_MacOS has been moved from macos/lib/ to lib/
7116      Branch: macperl
7117            - macos/lib/ExtUtils/MM_MacOS.pm
7118 ____________________________________________________________________________
7119 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
7120         Log: Oops, add Digest::MD5 Makefile.mk back in
7121      Branch: macperl
7122            + macos/bundled_ext/Digest/MD5/Makefile.mk
7123 ____________________________________________________________________________
7124 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
7125         Log: Allow focus of first item, MacPerl Bug #529102
7126      Branch: macperl
7127            ! macos/ext/Mac/Windows/Windows.pm
7128      Branch: maint-5.6/macperl
7129            ! macos/ext/Mac/Windows/Windows.pm
7130 ____________________________________________________________________________
7131 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
7132         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
7133      Branch: macperl
7134            ! macos/lib/Mac/Glue.pm
7135      Branch: maint-5.6/macperl
7136            ! macos/lib/Mac/Glue.pm
7137 ____________________________________________________________________________
7138 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
7139         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
7140      Branch: perl
7141            ! makedef.pl
7142 ____________________________________________________________________________
7143 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
7144         Log: aTHX may be empty
7145      Branch: perl
7146            ! win32/win32.c
7147 ____________________________________________________________________________
7148 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
7149         Log: 5005threads builds again on windows
7150      Branch: perl
7151            ! win32/win32.c win32/win32.h
7152 ____________________________________________________________________________
7153 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
7154         Log: fixes for various warnings identified by Visual C++
7155      Branch: perl
7156            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
7157            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
7158            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
7159            ! win32/config.bc win32/config.gc win32/config.vc
7160            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7161            ! win32/win32.c win32/win32iop.h
7162 ____________________________________________________________________________
7163 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
7164         Log: keep paths consistently slashed on windows
7165      Branch: perl
7166            ! t/harness
7167 ____________________________________________________________________________
7168 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
7169         Log: integrate makefile.mk changes into Makefile
7170      Branch: perl
7171            ! win32/Makefile
7172 ____________________________________________________________________________
7173 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
7174         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7175              From: Nicholas Clark <nick@unfortu.net>
7176              Date: Tue, 7 May 2002 23:26:01 +0100
7177              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
7178      Branch: perl
7179            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
7180            ! ext/Storable/README ext/Storable/Storable.pm
7181            ! ext/Storable/t/malice.t
7182 ____________________________________________________________________________
7183 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
7184         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
7185              From: Dave Mitchell <davem@fdgroup.com>
7186              Date: Wed, 8 May 2002 00:11:02 +0100
7187              Message-ID: <20020508001102.D4118@fdgroup.com>
7188      Branch: perl
7189            ! pp_hot.c scope.c
7190 ____________________________________________________________________________
7191 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
7192         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
7193              From: Dave Mitchell <davem@fdgroup.com>
7194              Date: Tue, 7 May 2002 23:13:10 +0100
7195              Message-ID: <20020507231310.B4118@fdgroup.com>
7196      Branch: perl
7197            ! pp_hot.c
7198 ____________________________________________________________________________
7199 [ 16454] By: sky                                   on 2002/05/07  21:18:44
7200         Log: Documentation of async
7201      Branch: perl
7202            ! ext/threads/threads.pm
7203 ____________________________________________________________________________
7204 [ 16453] By: sky                                   on 2002/05/07  21:16:28
7205         Log: Documentation added.
7206      Branch: perl
7207            ! ext/threads/shared/semaphore.pm
7208 ____________________________________________________________________________
7209 [ 16452] By: sky                                   on 2002/05/07  21:15:34
7210         Log: Add support for async.
7211      Branch: perl
7212            ! ext/threads/threads.pm
7213 ____________________________________________________________________________
7214 [ 16451] By: sky                                   on 2002/05/07  21:01:47
7215         Log: Add documentation.
7216      Branch: perl
7217            ! ext/threads/shared/queue.pm
7218 ____________________________________________________________________________
7219 [ 16450] By: sky                                   on 2002/05/07  20:24:08
7220         Log: Fix bad assumptions in test case.
7221              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
7222              b) $var++ is not atomic
7223              c) the creating of the string to print and the actuall printing 
7224              could be preempted by another thread
7225      Branch: perl
7226            ! ext/threads/shared/t/queue.t
7227 ____________________________________________________________________________
7228 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
7229         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
7230              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7231              Date: Tue, 07 May 2002 19:41:03 +0200
7232              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
7233      Branch: perl
7234            ! makedepend.SH
7235 ____________________________________________________________________________
7236 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
7237         Log: Upgrade to Encode 1.71.
7238      Branch: perl
7239            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7240            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
7241 ____________________________________________________________________________
7242 [ 16447] By: nick                                  on 2002/05/07  18:39:47
7243         Log: Integrate mainline
7244      Branch: perlio
7245           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
7246           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
7247           !> lib/User/pwent.t
7248 ____________________________________________________________________________
7249 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
7250         Log: AUTHORS updates.
7251      Branch: perl
7252            ! AUTHORS
7253 ____________________________________________________________________________
7254 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
7255         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
7256              From: Robin Barker <rmb1@cise.npl.co.uk>
7257              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
7258              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
7259      Branch: perl
7260            ! ext/Encode/Encode.xs
7261 ____________________________________________________________________________
7262 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
7263         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
7264              From: Michael A Chase <mchase@ix.netcom.com>
7265              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
7266              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
7267              
7268              (plus add what POSIX says)
7269      Branch: perl
7270            ! lib/File/Spec/Unix.pm
7271 ____________________________________________________________________________
7272 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
7273         Log: Subject: Re: lib/User/pwent.t on Cygwin
7274              From: John Peacock <jpeacock@rowman.com>
7275              Date: Mon, 06 May 2002 10:14:21 -0400
7276              Message-ID: <3CD68FBD.8020502@rowman.com>
7277      Branch: perl
7278            ! lib/User/pwent.t
7279 ____________________________________________________________________________
7280 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
7281         Log: Subject: [PATCH] Storable (Re: perl@16433)
7282              From: Radu Greab <radu@netsoft.ro>
7283              Date: Tue, 7 May 2002 11:37:03 +0300
7284              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
7285              
7286              Subject: Re: [PATCH] Storable (Re: perl@16433)
7287              From: Radu Greab <radu@netsoft.ro>
7288              Date: Tue, 7 May 2002 12:49:24 +0300
7289              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
7290              
7291              Plug the Storable memory leaks.
7292      Branch: perl
7293            ! ext/Storable/Storable.xs
7294 ____________________________________________________________________________
7295 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
7296         Log: Upgrade to CPAN 1.61.
7297      Branch: perl
7298            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7299 ____________________________________________________________________________
7300 [ 16440] By: nick                                  on 2002/05/07  07:07:58
7301         Log: Integrate mainline
7302      Branch: perlio
7303           +> Porting/p4genpatch vos/compile_full_perl.cm
7304           +> vos/configure_full_perl.sh vos/make_full_perl.sh
7305           +> wince/compile.bat wince/win32io.c
7306            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
7307           !> (integrate 74 files)
7308 ____________________________________________________________________________
7309 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
7310         Log: Document the bad behaviour of for(1..5){$_++}
7311              (it works but it should fail)
7312      Branch: perl
7313            ! pod/perldelta.pod
7314 ____________________________________________________________________________
7315 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
7316         Log: README.ko update from Jungshik Shin.
7317      Branch: perl
7318            ! README.ko
7319 ____________________________________________________________________________
7320 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
7321         Log: Subject: Re: perl@16433
7322              From: Nicholas Clark <nick@unfortu.net>
7323              Date: Tue, 7 May 2002 00:21:46 +0100
7324              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
7325      Branch: perl
7326            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7327            ! ext/Storable/t/malice.t
7328 ____________________________________________________________________________
7329 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
7330         Log: Subject:  two and a half steps further for WinCE cross-build
7331              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7332              Date: Mon, 6 May 2002 23:54:24 +0400
7333              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
7334      Branch: perl
7335            - wince/config.h
7336            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
7337 ____________________________________________________________________________
7338 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
7339         Log: Detypo.
7340      Branch: perl
7341            ! pod/perldelta.pod
7342 ____________________________________________________________________________
7343 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
7344         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
7345              From: Dave Mitchell <davem@fdgroup.com>
7346              Date: Mon, 6 May 2002 17:17:00 +0100
7347              Message-ID: <20020506171700.A256@fdgroup.com>
7348      Branch: perl
7349            ! pod/perldelta.pod t/op/local.t
7350 ____________________________________________________________________________
7351 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
7352         Log: Update Changes.
7353      Branch: perl
7354            ! Changes patchlevel.h
7355 ____________________________________________________________________________
7356 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
7357         Log: Add a test for #16431, and document Dave's campaign
7358              against localised hash element bugs.
7359      Branch: perl
7360            ! pod/perldelta.pod t/op/tie.t
7361 ____________________________________________________________________________
7362 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
7363         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
7364              From: Dave Mitchell <davem@fdgroup.com>
7365              Date: Sat, 4 May 2002 00:34:18 +0100
7366              Message-ID: <20020504003418.F22026@fdgroup.com>
7367      Branch: perl
7368            ! pp_hot.c t/op/local.t
7369 ____________________________________________________________________________
7370 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
7371         Log: Regen uconfig.h.
7372      Branch: perl
7373            ! uconfig.h
7374 ____________________________________________________________________________
7375 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
7376         Log: Unfortunately AmigaOS has been broken since 11423
7377              and is unlikely to get fixed in time for 5.8.0.
7378      Branch: perl
7379            ! pod/perldelta.pod
7380 ____________________________________________________________________________
7381 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
7382         Log: Ultimate discouragement for the old tools, from Andreas.
7383      Branch: perl
7384            - Porting/p4d2p Porting/p4desc
7385            ! MANIFEST Porting/repository.pod
7386 ____________________________________________________________________________
7387 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
7388         Log: Upgrade to Digest::MD5 2.20.
7389      Branch: perl
7390            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7391            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
7392 ____________________________________________________________________________
7393 [ 16426] By: ams                                   on 2002/05/06  09:48:42
7394         Log: Subject: [Encode] 1.70 released
7395              From: Dan Kogai <dankogai@dan.co.jp>
7396              Date: Mon, 6 May 2002 19:36:15 +0900
7397              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
7398      Branch: perl
7399            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
7400            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
7401            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
7402 ____________________________________________________________________________
7403 [ 16425] By: ams                                   on 2002/05/06  09:40:42
7404         Log: Subject: [PATCH] PerlIO::Via reference
7405              From: Gisle Aas <gisle@ActiveState.com>
7406              Date: 05 May 2002 22:50:23 -0700
7407              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
7408      Branch: perl
7409            ! pod/perliol.pod
7410 ____________________________________________________________________________
7411 [ 16424] By: ams                                   on 2002/05/06  09:37:58
7412         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
7413              From: Brendan O'Dea <bod@debian.org>
7414              Date: Mon, 6 May 2002 14:04:48 +1000
7415              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
7416      Branch: perl
7417            ! lib/Term/Complete.pm
7418 ____________________________________________________________________________
7419 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
7420         Log: p4genpatch: avoid stderr noise during adds
7421      Branch: perl
7422            ! Porting/p4genpatch
7423 ____________________________________________________________________________
7424 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
7425         Log: Subject: [PATCH] Fixup VOS builds of miniperl
7426              From: Paul_GreenVOS@vos.stratus.com
7427              Date: Sun, 5 May 02 23:11 edt
7428              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
7429      Branch: perl
7430            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
7431 ____________________________________________________________________________
7432 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
7433         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
7434              From: Radu Greab <radu@netsoft.ro>
7435              Date: Mon, 6 May 2002 04:23:10 +0300
7436              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
7437      Branch: perl
7438            ! pp_sys.c t/op/exec.t
7439 ____________________________________________________________________________
7440 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
7441         Log: Further comment tweak, to agree with perlxs.pod.
7442      Branch: perl
7443            ! perl.h
7444 ____________________________________________________________________________
7445 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
7446         Log: Subject: [PATCH] Update README.vos and release vos build macros
7447              From: Paul_GreenVOS@vos.stratus.com
7448              Date: Sun, 5 May 02 17:15 edt
7449              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
7450              To: perl5-porters@perl.org
7451      Branch: perl
7452            + vos/compile_full_perl.cm vos/configure_full_perl.sh
7453            + vos/make_full_perl.sh
7454            ! MANIFEST README.vos vos/Changes
7455 ____________________________________________________________________________
7456 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
7457         Log: Retract MM_NW5.pm part of #16371, at the request
7458              of Michael Schwern.
7459      Branch: perl
7460            ! lib/ExtUtils/MM_NW5.pm
7461 ____________________________________________________________________________
7462 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
7463         Log: Comment tweaks.
7464      Branch: perl
7465            ! perl.h
7466 ____________________________________________________________________________
7467 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
7468         Log: a few more p4genpatch fixes:
7469              
7470              don't assume previous revision exists, let p4 compute it from
7471              the one-less-change number instead
7472              
7473              the time part in timestamps were always 00:00:00; fix by
7474              fetching metadata via "p4 fsync" rather than "p4 filelog"
7475              
7476              quote all file names used in external commands to make them
7477              them work when there are spaces in those file names
7478              
7479              looks production worthy now :)
7480      Branch: perl
7481            ! Porting/p4genpatch
7482 ____________________________________________________________________________
7483 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
7484         Log: The #16401 was far from enough, and mostly in a wrong direction.
7485              The right thing to do would be to convert Storable into using
7486              the new MY_CXT scheme (no static data, and memory management
7487              using SVs).
7488      Branch: perl
7489            ! ext/Storable/Storable.xs
7490 ____________________________________________________________________________
7491 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
7492         Log: p4genpatch diffs against depot files from //depot/perl when called
7493              with -b //depot/maint-5.6/perl
7494      Branch: perl
7495            ! Porting/p4genpatch
7496 ____________________________________________________________________________
7497 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
7498         Log: p4genpatch: current directory may not be writable, so don't
7499              create temp files there
7500      Branch: perl
7501            ! Porting/p4genpatch
7502 ____________________________________________________________________________
7503 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
7504         Log: p4genpatch now works on windows
7505      Branch: perl
7506            ! Porting/p4genpatch
7507 ____________________________________________________________________________
7508 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
7509         Log: p4genpatch: tweak from Andreas to strip leading portion of
7510              path specified in -b (so patch can be applied with "patch -p1")
7511      Branch: perl
7512            ! Porting/p4genpatch
7513 ____________________________________________________________________________
7514 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
7515         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
7516              From: PPrymmer@factset.com
7517              Date: Fri, 3 May 2002 14:52:12 -0400
7518              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
7519      Branch: perl
7520            ! t/op/pwent.t
7521 ____________________________________________________________________________
7522 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
7523         Log: Upgrade to Net::Ping 2.17.
7524      Branch: perl
7525            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
7526 ____________________________________________________________________________
7527 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
7528         Log: Upgrade to Getopt::Long 2.31.
7529      Branch: perl
7530            ! lib/Getopt/Long.pm
7531 ____________________________________________________________________________
7532 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
7533         Log: Subject: Re: Cross-compiling as of WinCE
7534              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7535              Date: Sat, 4 May 2002 03:49:11 +0400
7536              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
7537      Branch: perl
7538            + wince/compile.bat wince/win32io.c
7539            - wince/perldll.def
7540            ! MANIFEST configpm makedef.pl wince/Makefile.ce
7541            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
7542            ! wince/config_h.PL wince/wince.c
7543 ____________________________________________________________________________
7544 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
7545         Log: The loclibpth is always set by Configure.
7546      Branch: perl
7547            ! hints/dec_osf.sh
7548 ____________________________________________________________________________
7549 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
7550         Log: Subject: Re: [Unicode::Collate] UCA Version number    
7551              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7552              Date: Sun, 05 May 2002 10:07:57 +0900
7553              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
7554      Branch: perl
7555            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7556            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
7557 ____________________________________________________________________________
7558 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
7559         Log: Subject: [PATCH sv.c] delete inaccurate comment
7560              From: Dave Mitchell <davem@fdgroup.com>
7561              Date: Fri, 3 May 2002 21:17:00 +0100
7562              Message-ID: <20020503211700.C22026@fdgroup.com>
7563      Branch: perl
7564            ! sv.c
7565 ____________________________________________________________________________
7566 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
7567         Log: Solaris: show what 'that' is.
7568      Branch: perl
7569            ! hints/solaris_2.sh
7570 ____________________________________________________________________________
7571 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
7572         Log: Syntax fix.
7573      Branch: perl
7574            ! t/op/arith.t
7575 ____________________________________________________________________________
7576 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
7577         Log: (retracted by #16415) Storable: try to free what we allocated.
7578      Branch: perl
7579            ! ext/Storable/Storable.xs
7580 ____________________________________________________________________________
7581 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
7582         Log: UNICOS: division is really sloppy.
7583      Branch: perl
7584            ! t/op/arith.t
7585 ____________________________________________________________________________
7586 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
7587         Log: Subject: fix t/io/fs.t for VOS
7588              From: Paul_GreenVOS@vos.stratus.com
7589              Date: Sat, 4 May 02 14:01 edt
7590              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
7591      Branch: perl
7592            ! t/io/fs.t
7593 ____________________________________________________________________________
7594 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
7595         Log: Subject: [Unicode::Collate] UCA Version number
7596              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7597              Date: Sat, 04 May 2002 16:07:07 +0900
7598              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
7599      Branch: perl
7600            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
7601 ____________________________________________________________________________
7602 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
7603         Log: Subject: [PATCH lib/overload.pm] "\"\""
7604              From: Michael G Schwern <schwern@pobox.com>
7605              Date: Sat, 4 May 2002 13:17:44 -0400
7606              Message-ID: <20020504171743.GD640@blackrider>
7607      Branch: perl
7608            ! lib/overload.pm
7609 ____________________________________________________________________________
7610 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
7611         Log: Add the EBCDIC test data to downgrade.t.
7612      Branch: perl
7613            ! ext/Storable/t/downgrade.t
7614 ____________________________________________________________________________
7615 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
7616         Log: EBCDIC tweak.
7617      Branch: perl
7618            ! ext/Storable/t/utf8hash.t
7619 ____________________________________________________________________________
7620 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
7621         Log: Allow p4genpatch to use diff programs other than 'diff'.
7622      Branch: perl
7623            ! Porting/p4genpatch
7624 ____________________________________________________________________________
7625 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
7626         Log: Add p4genpatch from Andreas; obsoletes both
7627              p4d2p and p4desc.
7628      Branch: perl
7629            + Porting/p4genpatch
7630            ! MANIFEST Porting/makerel
7631 ____________________________________________________________________________
7632 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
7633         Log: Upgrade to Encode 1.69.
7634      Branch: perl
7635            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
7636            ! ext/Encode/Encode/Makefile_PL.e2x
7637            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
7638            ! ext/Encode/lib/Encode/Guess.pm
7639            ! ext/Encode/lib/Encode/MIME/Header.pm
7640            ! ext/Encode/t/mime-header.t
7641 ____________________________________________________________________________
7642 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
7643         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
7644              From: Dave Mitchell <davem@fdgroup.com>
7645              Date: Sat, 4 May 2002 16:09:26 +0100
7646              Message-ID: <20020504160926.A24990@fdgroup.com>
7647      Branch: perl
7648            ! INSTALL
7649 ____________________________________________________________________________
7650 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
7651         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
7652              From: Nicholas Clark <nick@unfortu.net>
7653              Date: Sat, 4 May 2002 12:38:58 +0100
7654              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
7655      Branch: perl
7656            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7657 ____________________________________________________________________________
7658 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
7659         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
7660              From: Nicholas Clark <nick@unfortu.net>
7661              Date: Sat, 4 May 2002 00:30:43 +0100
7662              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
7663      Branch: perl
7664            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7665 ____________________________________________________________________________
7666 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
7667         Log: Doc tweak from Elizabeth Mattijsen.
7668      Branch: perl
7669            ! pod/perlunicode.pod
7670 ____________________________________________________________________________
7671 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
7672         Log: Subject: [PATCH] channames.pm doc tweaks
7673              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
7674              Date: Sat, 04 May 2002 11:45:18 +0900
7675              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
7676      Branch: perl
7677            ! lib/charnames.pm
7678 ____________________________________________________________________________
7679 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
7680         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
7681              From: Dave Mitchell <davem@fdgroup.com>
7682              Date: Fri, 3 May 2002 23:51:10 +0100
7683              Message-ID: <20020503235110.E22026@fdgroup.com>
7684      Branch: perl
7685            ! pp_hot.c scope.c
7686 ____________________________________________________________________________
7687 [ 16385] By: nick                                  on 2002/05/04  09:29:41
7688         Log: Integrate mainline
7689      Branch: perlio
7690           !> (integrate 47 files)
7691 ____________________________________________________________________________
7692 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
7693         Log: Subject: Re: perl@16307
7694              From: Nicholas Clark <nick@unfortu.net>
7695              Date: Fri, 3 May 2002 21:49:04 +0100
7696              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
7697              
7698              canonical #3 was failing under -Mutf8.
7699      Branch: perl
7700            ! ext/Storable/t/canonical.t
7701 ____________________________________________________________________________
7702 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
7703         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
7704              From: Dave Mitchell <davem@fdgroup.com>
7705              Date: Fri, 3 May 2002 21:12:10 +0100
7706              Message-ID: <20020503211210.B22026@fdgroup.com>
7707      Branch: perl
7708            ! scope.c
7709 ____________________________________________________________________________
7710 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
7711         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
7712              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
7713              Date: Fri, 3 May 2002 20:30:25 +0200
7714              Message-ID: <190109228332.20020503203025@familiehaase.de>
7715      Branch: perl
7716            ! doio.c
7717 ____________________________________________________________________________
7718 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
7719         Log: Subject: t/TestInit.pm - clean up comments
7720              From: Paul_GreenVOS@vos.stratus.com
7721              Date: Fri, 3 May 02 14:51 edt
7722              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
7723      Branch: perl
7724            ! t/TestInit.pm
7725 ____________________________________________________________________________
7726 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
7727         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
7728              From: Dan Kogai <dankogai@dan.co.jp>
7729              Date: Sat, 4 May 2002 01:46:35 +0900
7730              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
7731      Branch: perl
7732            ! ext/Encode/Encode/Makefile_PL.e2x
7733 ____________________________________________________________________________
7734 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
7735         Log: Forgotten test arrangement.
7736      Branch: perl
7737            ! ext/Digest/MD5/t/files.t
7738 ____________________________________________________________________________
7739 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
7740         Log: Comedy of typing errors.
7741      Branch: perl
7742            ! hints/solaris_2.sh
7743 ____________________________________________________________________________
7744 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
7745         Log: Let's try the "no Net:: if no Socket" again.
7746      Branch: perl
7747            ! t/lib/1_compile.t
7748 ____________________________________________________________________________
7749 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
7750         Log: Update Changes.
7751      Branch: perl
7752            ! Changes patchlevel.h
7753 ____________________________________________________________________________
7754 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
7755         Log: Oops.
7756      Branch: perl
7757            ! lib/ExtUtils/MM_BeOS.pm
7758 ____________________________________________________________________________
7759 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
7760         Log: EBCDIC tweak.
7761      Branch: perl
7762            ! ext/Digest/MD5/t/utf8.t
7763 ____________________________________________________________________________
7764 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
7765         Log: Update the EBCDIC MD5 checksums, and automate the process.
7766      Branch: perl
7767            ! ext/Digest/MD5/t/files.t
7768 ____________________________________________________________________________
7769 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
7770         Log: The EBCDIC remapping of the low 256 bites again.
7771      Branch: perl
7772            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
7773            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
7774            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
7775 ____________________________________________________________________________
7776 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
7777         Log: NetWare updates from C Aditya.
7778      Branch: perl
7779            ! lib/ExtUtils/MM_NW5.pm makedef.pl
7780 ____________________________________________________________________________
7781 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
7782         Log: DJGPP updates from Laszlo Molnar.
7783      Branch: perl
7784            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
7785 ____________________________________________________________________________
7786 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
7787         Log: Upgrade to Encode 1.68.
7788      Branch: perl
7789            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
7790            ! ext/Encode/lib/Encode/Alias.pm
7791            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
7792 ____________________________________________________________________________
7793 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
7794         Log: Integrate perlio:
7795              
7796              [ 16367]
7797              Several of non-default builds now seem to work reasonably well
7798              English.t seems to fail on an errno test, and socketpair blathers
7799              about something.
7800              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
7801              back door, and instead have perlsdio.h vector stdio via iperlsys.h
7802              function tables (latter was done in earlier change).
7803              Update comments in Makefile.mk 
7804              
7805              [ 16366]
7806              Finish off 16350 for non-PERLIO build on linux,
7807              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
7808              for some slots which now perlsdio.h is targeting.
7809              
7810              [ 16352]
7811              setbuf / setvbuf are not PerlIO_ concepts
7812              
7813              [ 16351]
7814              perl_clone is a threads thing
7815              
7816              [ 16350]
7817              *** EXPERIMENTAL ***
7818              Have perlsdio.h use the iperlsys.h aliases and see
7819              if that helps non-PERLIO IMP_SYS on Win32.
7820              (Miniperl okay on linux).
7821              
7822              [ 16349]
7823              Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
7824              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
7825              - use it in perlio.c
7826              
7827              [ 16347]
7828              More layer syms
7829              
7830              [ 16346]
7831              Use PerlSIO_fdupopen() if not using PerlIO
7832              
7833              [ 16345]
7834              Do not build if not using layers
7835      Branch: perl
7836           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
7837           !> win32/makefile.mk win32/perlhost.h win32/win32.c
7838           !> win32/win32io.c
7839 ____________________________________________________________________________
7840 [ 16367] By: nick                                  on 2002/05/03  07:25:13
7841         Log: Several of non-default builds now seem to work reasonably well
7842              English.t seems to fail on an errno test, and socketpair blathers
7843              about something.
7844              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
7845              back door, and instead have perlsdio.h vector stdio via iperlsys.h
7846              function tables (latter was done in earlier change).
7847              Update comments in Makefile.mk 
7848      Branch: perlio
7849            ! perlio.h win32/makefile.mk win32/win32.c
7850 ____________________________________________________________________________
7851 [ 16366] By: nick                                  on 2002/05/03  07:07:36
7852         Log: Finish off 16350 for non-PERLIO build on linux,
7853              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
7854              for some slots which now perlsdio.h is targeting.
7855      Branch: perlio
7856            ! iperlsys.h
7857 ____________________________________________________________________________
7858 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
7859         Log: If no Socket should not try to test Net::
7860      Branch: perl
7861            ! t/lib/1_compile.t
7862 ____________________________________________________________________________
7863 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
7864         Log: Integrate macperl #16360 and #16363;
7865              
7866              Make op/alarm.t pass
7867              
7868              README.macos update
7869      Branch: perl
7870           !> README.macos t/op/alarm.t
7871 ____________________________________________________________________________
7872 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
7873         Log: README.macos update
7874      Branch: macperl
7875            ! README.macos
7876 ____________________________________________________________________________
7877 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
7878         Log: Config / test updates
7879      Branch: macperl
7880            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
7881            ! macos/Makefile.mk
7882 ____________________________________________________________________________
7883 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
7884         Log: Safe signals for Mac OS
7885      Branch: macperl
7886            ! macos/macish.c macos/macish.h
7887 ____________________________________________________________________________
7888 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
7889         Log: Make op/alarm.t pass
7890      Branch: macperl
7891            ! t/op/alarm.t
7892 ____________________________________________________________________________
7893 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
7894         Log: a tweak to change#13584: need to avoid pad-walking during
7895              global destruction
7896      Branch: maint-5.6/perl
7897            ! op.c
7898 ____________________________________________________________________________
7899 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
7900         Log: Forgot the most important part of #16357.
7901      Branch: perl
7902            ! lib/Unicode/Collate.pm
7903 ____________________________________________________________________________
7904 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
7905         Log: Subject: Unicode::Collate 0.11 Released
7906              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7907              Date: Fri, 03 May 2002 03:19:29 +0900
7908              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
7909      Branch: perl
7910            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
7911            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
7912 ____________________________________________________________________________
7913 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
7914         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
7915              From: Andy Dougherty <doughera@lafayette.edu>
7916              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
7917              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
7918      Branch: perl
7919            ! Makefile.SH ext/util/make_ext
7920 ____________________________________________________________________________
7921 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
7922         Log: Integrate #16353 from macperl;
7923              
7924              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
7925              in test 92 of run/fresh_perl.t on MacOS
7926              
7927              (as pudge rightfully points out, this is voodoo
7928              programming at it best, the real bug is somewhere else,
7929              now we just happened to shake the chicken the right way)
7930      Branch: perl
7931           !> lib/utf8_heavy.pl
7932 ____________________________________________________________________________
7933 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
7934         Log: Subject: Re: Encode, charnames and utf8heavy
7935              From: Dan Kogai <dankogai@dan.co.jp>
7936              Date: Thu, 2 May 2002 00:44:30 +0900
7937              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
7938              
7939              (plus a respective perlunicode tweak)
7940      Branch: perl
7941            ! lib/utf8_heavy.pl pod/perlunicode.pod
7942 ____________________________________________________________________________
7943 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
7944         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
7945              in test 92 of run/fresh_perl.t on MacOS
7946      Branch: macperl
7947            ! lib/utf8_heavy.pl
7948 ____________________________________________________________________________
7949 [ 16352] By: nick                                  on 2002/05/02  17:48:31
7950         Log: setbuf / setvbuf are not PerlIO_ concepts
7951      Branch: perlio
7952            ! XSUB.h
7953 ____________________________________________________________________________
7954 [ 16351] By: nick                                  on 2002/05/02  17:12:21
7955         Log: perl_clone is a threads thing
7956      Branch: perlio
7957            ! makedef.pl
7958 ____________________________________________________________________________
7959 [ 16350] By: nick                                  on 2002/05/02  17:09:43
7960         Log: *** EXPERIMENTAL ***
7961              Have perlsdio.h use the iperlsys.h aliases and see
7962              if that helps non-PERLIO IMP_SYS on Win32.
7963              (Miniperl okay on linux).
7964      Branch: perlio
7965            ! iperlsys.h perlsdio.h
7966 ____________________________________________________________________________
7967 [ 16349] By: nick                                  on 2002/05/02  16:10:15
7968         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
7969              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
7970              - use it in perlio.c
7971      Branch: perlio
7972            ! perlio.c win32/perlhost.h win32/win32.c
7973 ____________________________________________________________________________
7974 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
7975         Log: manual integrate of change#16332 from maint-5.6 branch
7976      Branch: perl
7977            ! mg.c perl.c sv.c util.c
7978 ____________________________________________________________________________
7979 [ 16347] By: nick                                  on 2002/05/02  15:19:59
7980         Log: More layer syms
7981      Branch: perlio
7982            ! makedef.pl
7983 ____________________________________________________________________________
7984 [ 16346] By: nick                                  on 2002/05/02  15:19:20
7985         Log: Use PerlSIO_fdupopen() if not using PerlIO
7986      Branch: perlio
7987            ! perlio.c
7988 ____________________________________________________________________________
7989 [ 16345] By: nick                                  on 2002/05/02  15:18:12
7990         Log: Do not build if not using layers
7991      Branch: perlio
7992            ! win32/win32io.c
7993 ____________________________________________________________________________
7994 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
7995         Log: Upgrade to Encode 1.67.
7996      Branch: perl
7997            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7998            ! ext/Encode/lib/Encode/Guess.pm
7999 ____________________________________________________________________________
8000 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
8001         Log: Integrate perlio:
8002              
8003              [ 16341]
8004              Remove show-stoppers to non-PERLIO Win32 builds
8005              (still not a very good show).
8006      Branch: perl
8007           !> makedef.pl win32/makefile.mk
8008 ____________________________________________________________________________
8009 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
8010         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
8011              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8012              Date: Thu, 02 May 2002 04:22:02 +0100
8013              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
8014      Branch: perl
8015            ! malloc.c
8016 ____________________________________________________________________________
8017 [ 16341] By: nick                                  on 2002/05/02  12:57:23
8018         Log: Remove show-stoppers to non-PERLIO Win32 builds
8019              (still not a very good show).
8020      Branch: perlio
8021            ! makedef.pl win32/makefile.mk
8022 ____________________________________________________________________________
8023 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
8024         Log: Subject: [PATCH] 1/3rd of utf8
8025              From: Nicholas Clark <nick@unfortu.net>
8026              Date: Wed, 1 May 2002 22:58:42 +0100
8027              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
8028      Branch: perl
8029            ! ext/Storable/t/malice.t
8030 ____________________________________________________________________________
8031 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
8032         Log: Integrate #16334 from maint-5.6;
8033              
8034              don't pad $0 with spaces when setting it, use nulls instead (the
8035              spaces show up as a very long line in a ps listing)
8036      Branch: perl
8037           !> mg.c
8038 ____________________________________________________________________________
8039 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
8040         Log: Integrate perlio:
8041              
8042              [ 16335]
8043              Fix the "PerlIO require leak". Snag was that clean_objs
8044              autoloaded DESTROY (needing IO) after known layers had
8045              been freed. Postpone layer list free to PerlIO_cleanup,
8046              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8047              so that sv_undef is immortal till layer list is done with it.
8048      Branch: perl
8049           !> perl.c perlio.c
8050 ____________________________________________________________________________
8051 [ 16337] By: ams                                   on 2002/05/02  08:21:42
8052         Log: Subject: Re: [PATCH] Storable docs
8053              From: Philip Newton <Philip.Newton@gmx.net>
8054              Date: Thu, 02 May 2002 07:58:38 +0200
8055              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
8056              (Applied mostly with tweaks by hand.)
8057      Branch: perl
8058            ! ext/Storable/Storable.pm
8059 ____________________________________________________________________________
8060 [ 16336] By: nick                                  on 2002/05/02  07:59:16
8061         Log: Integrate mainline
8062      Branch: perlio
8063           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
8064           +> ext/Digest/MD5/t/utf8.t
8065            - ext/Digest/MD5/t/aaa.t
8066           !> Configure MANIFEST Makefile.SH config_h.SH
8067           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8068           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8069           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
8070           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
8071           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
8072           !> lib/Thread.pm util.c
8073 ____________________________________________________________________________
8074 [ 16335] By: nick                                  on 2002/05/02  07:54:51
8075         Log: Fix the "PerlIO require leak". Snag was that clean_objs
8076              autoloaded DESTROY (needing IO) after known layers had
8077              been freed. Postpone layer list free to PerlIO_cleanup,
8078              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8079              so that sv_undef is immortal till layer list is done with it.
8080      Branch: perlio
8081            ! perl.c perlio.c
8082 ____________________________________________________________________________
8083 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
8084         Log: don't pad $0 with spaces when setting it, use nulls instead (the
8085              spaces show up as a very long line in a ps listing)
8086      Branch: maint-5.6/perl
8087            ! mg.c
8088 ____________________________________________________________________________
8089 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
8090         Log: fix yet more race conditions related to fdopen() and dup2():
8091              
8092              fclose() is not thread-safe when two FILE* structures point
8093              to the same underlying fd, as it happens in perl's socket
8094              handles; need to invalidate the fileno slot of one of the
8095              FILE* structures, but unfortunately stdio has no interface
8096              to do this; we can do little else but fiddle with the
8097              FILE* structure directly (yuck! hope this could be done better
8098              under native PerlIO in 5.8)
8099      Branch: maint-5.6/perl
8100            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
8101 ____________________________________________________________________________
8102 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
8103         Log: isolate all environ diddling to the initial interpreter; any
8104              additional interpreters created after the first one cannot
8105              propagate %ENV changes down to the real environment; this
8106              should fix %ENV related races (e.g. multiple threads attempting
8107              to free() environ entries when they run C<%ENV = ()>)
8108      Branch: maint-5.6/perl
8109            ! mg.c perl.c sv.c util.c
8110 ____________________________________________________________________________
8111 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
8112         Log: fix race condition in my_popen(): parent may dup2() into an fd
8113              that got opened by another thread because it closes it
8114              beforehand; instead, let the dup2() itself close the fd
8115      Branch: maint-5.6/perl
8116            ! util.c
8117 ____________________________________________________________________________
8118 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
8119         Log: pipe() IO structures were not fully initialized
8120      Branch: maint-5.6/perl
8121            ! doio.c pp_sys.c
8122 ____________________________________________________________________________
8123 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
8124         Log: fix handle leak in my_popen() if the fork() fails
8125      Branch: maint-5.6/perl
8126            ! util.c
8127 ____________________________________________________________________________
8128 [ 16328] By: nick                                  on 2002/05/02  06:08:22
8129         Log: Integrate mainline
8130      Branch: perlio
8131           +> ext/threads/shared/semaphore.pm
8132           +> ext/threads/shared/t/semaphore.t
8133           !> MANIFEST ext/threads/shared/Makefile.PL
8134           !> ext/threads/shared/t/queue.t
8135 ____________________________________________________________________________
8136 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
8137         Log: Cleanup threads dirs.
8138      Branch: perl
8139            ! Makefile.SH
8140 ____________________________________________________________________________
8141 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
8142         Log: Add the new Digest::MD5 test.
8143      Branch: perl
8144            + ext/Digest/MD5/t/utf8.t
8145            ! MANIFEST
8146 ____________________________________________________________________________
8147 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
8148         Log: New try at the Class::DBI core dump at global cleanup.
8149      Branch: perl
8150            ! gv.h util.c
8151 ____________________________________________________________________________
8152 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
8153         Log: Upgrade to Digest::MD5 2.19.
8154      Branch: perl
8155            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8156            ! ext/Digest/MD5/t/files.t
8157 ____________________________________________________________________________
8158 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
8159         Log: Ooops.  Not everybody does threads.
8160      Branch: perl
8161            ! ext/threads/shared/t/semaphore.t
8162 ____________________________________________________________________________
8163 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
8164         Log: Fix files.t for blead.
8165      Branch: perl
8166            + ext/Digest/MD5/README
8167            ! MANIFEST ext/Digest/MD5/t/files.t
8168 ____________________________________________________________________________
8169 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
8170         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
8171              work yet with blead, my bad.
8172      Branch: perl
8173            + ext/Digest/MD5/t/md5-aaa.t
8174            - ext/Digest/MD5/t/aaa.t
8175            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8176            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8177            ! ext/Digest/MD5/t/files.t
8178 ____________________________________________________________________________
8179 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
8180         Log: metaconfig unit change for #16319.
8181      Branch: metaconfig/U/perl
8182            ! d_u32align.U
8183 ____________________________________________________________________________
8184 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
8185         Log: Somebody might be compiling a newer Digest::MD5.
8186      Branch: perl
8187            ! Configure config_h.SH
8188 ____________________________________________________________________________
8189 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
8190         Log: Until Arthur fills in semaphore.t.
8191      Branch: perl
8192            ! ext/threads/shared/Makefile.PL
8193            ! ext/threads/shared/t/semaphore.t
8194 ____________________________________________________________________________
8195 [ 16317] By: sky                                   on 2002/05/01  19:36:33
8196         Log: Fix emulation case when loading both Thread and threads::shared
8197              would get awkward.
8198      Branch: perl
8199            ! lib/Thread.pm
8200 ____________________________________________________________________________
8201 [ 16316] By: ams                                   on 2002/05/01  19:35:25
8202         Log: Subject: [PATCH] Storable docs
8203              From: Nicholas Clark <nick@unfortu.net>
8204              Date: Wed, 1 May 2002 20:44:42 +0100
8205              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
8206      Branch: perl
8207            ! ext/Storable/Storable.pm
8208 ____________________________________________________________________________
8209 [ 16315] By: sky                                   on 2002/05/01  19:15:46
8210         Log: Now passes old test case.
8211      Branch: perl
8212            ! ext/threads/shared/semaphore.pm
8213 ____________________________________________________________________________
8214 [ 16314] By: sky                                   on 2002/05/01  19:15:26
8215         Log: Cleanup memory a bit better in some cases.
8216      Branch: perl
8217            ! ext/threads/threads.xs
8218 ____________________________________________________________________________
8219 [ 16313] By: nick                                  on 2002/05/01  18:38:03
8220         Log: Integrate mainline
8221      Branch: perlio
8222           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
8223           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
8224           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
8225           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
8226           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
8227           !> pod/perl.pod pod/perlthrtut.pod toke.c
8228           !> vms/descrip_mms.template vms/perlvms.pod
8229 ____________________________________________________________________________
8230 [ 16312] By: sky                                   on 2002/05/01  18:12:37
8231         Log: Don't forget to add it to the MANIFEST
8232      Branch: perl
8233            + ext/threads/shared/t/semaphore.t
8234            ! MANIFEST
8235 ____________________________________________________________________________
8236 [ 16311] By: sky                                   on 2002/05/01  17:54:19
8237         Log: Add semaphore.pm
8238      Branch: perl
8239            + ext/threads/shared/semaphore.pm
8240 ____________________________________________________________________________
8241 [ 16310] By: sky                                   on 2002/05/01  17:13:57
8242         Log: Fix makefile to put queue.pm correctly, update test script.
8243      Branch: perl
8244            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
8245 ____________________________________________________________________________
8246 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
8247         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
8248              From: Dan Kogai <dankogai@dan.co.jp>
8249              Date: Thu, 2 May 2002 00:14:41 +0900
8250              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
8251      Branch: perl
8252            ! ext/PerlIO/t/fallback.t
8253 ____________________________________________________________________________
8254 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
8255         Log: Encode tweak from Dan Kogai.
8256      Branch: perl
8257            ! ext/Encode/Encode.xs
8258 ____________________________________________________________________________
8259 [ 16307] By: sky                                   on 2002/05/01  13:40:58
8260         Log: Flush directly to avoid erros when running from test harness
8261      Branch: perl
8262            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
8263 ____________________________________________________________________________
8264 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
8265         Log: Update Changes.
8266      Branch: perl
8267            ! Changes patchlevel.h
8268 ____________________________________________________________________________
8269 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
8270         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
8271              From: PPrymmer@factset.com
8272              Date: Wed, 1 May 2002 10:12:53 -0400
8273              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
8274      Branch: perl
8275            ! lib/User/pwent.t
8276 ____________________________________________________________________________
8277 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
8278         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
8279              From: PPrymmer@factset.com
8280              Date: Wed, 1 May 2002 09:54:51 -0400
8281              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
8282      Branch: perl
8283            ! vms/descrip_mms.template
8284 ____________________________________________________________________________
8285 [ 16303] By: sky                                   on 2002/05/01  13:00:57
8286         Log: First attempt at updating perlthrtut for ithreaded threads.pm
8287      Branch: perl
8288            ! pod/perlthrtut.pod
8289 ____________________________________________________________________________
8290 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
8291         Log: Provide the \N{U+HHHH} syntax before we forget.
8292      Branch: perl
8293            ! lib/charnames.pm lib/charnames.t toke.c
8294 ____________________________________________________________________________
8295 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
8296         Log: Subject: Copy-and-Pasto in perl.pod     
8297              From: lupe@lupe-christoph.de (Lupe Christoph)    
8298              Date: Wed, 1 May 2002 13:31:47 +0200
8299              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
8300      Branch: perl
8301            ! pod/perl.pod
8302 ____________________________________________________________________________
8303 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
8304         Log: Upgrade to Encode 1.66.
8305      Branch: perl
8306            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8307            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
8308 ____________________________________________________________________________
8309 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
8310         Log: Integrate perlio:
8311              
8312              [ 16297]
8313              Remove "spurious" (and unnecessary) variables from layer_syms
8314              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
8315              
8316              [ 16296]
8317              perl embed.pl to update global.sym
8318      Branch: perl
8319           !> global.sym makedef.pl
8320 ____________________________________________________________________________
8321 [ 16298] By: ams                                   on 2002/05/01  09:42:27
8322         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
8323              From: Philip Newton <Philip.Newton@gmx.net>
8324              Date: Wed, 01 May 2002 12:41:10 +0200
8325              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
8326      Branch: perl
8327            ! vms/perlvms.pod
8328 ____________________________________________________________________________
8329 [ 16297] By: nick                                  on 2002/05/01  06:50:24
8330         Log: Remove "spurious" (and unnecessary) variables from layer_syms
8331              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
8332      Branch: perlio
8333            ! makedef.pl
8334 ____________________________________________________________________________
8335 [ 16296] By: nick                                  on 2002/05/01  06:21:28
8336         Log: perl embed.pl to update global.sym
8337      Branch: perlio
8338            ! global.sym
8339 ____________________________________________________________________________
8340 [ 16295] By: nick                                  on 2002/05/01  06:16:18
8341         Log: Raw integrate of mainline (global.sym wrong on Win32)
8342      Branch: perlio
8343           +> t/comp/hints.t
8344           !> (integrate 45 files)
8345 ____________________________________________________________________________
8346 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
8347         Log: metaconfig unit change for #16293.
8348      Branch: metaconfig/U/perl
8349            ! bincompat5005.U
8350 ____________________________________________________________________________
8351 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
8352         Log: Try #2 of getting rid of bincompat5005.
8353      Branch: perl
8354            ! Configure NetWare/config_H.wc Porting/Glossary
8355            ! Porting/config.sh Porting/config_H config_h.SH embed.h
8356            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
8357            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
8358            ! wince/config.h wince/config_H.ce
8359 ____________________________________________________________________________
8360 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
8361         Log: metaconfig unit changes for #16291.
8362      Branch: metaconfig
8363            ! U/installdirs/inc_version_list.U
8364      Branch: metaconfig/U/perl
8365            ! bincompat5005.U xs_apiversion.U
8366 ____________________________________________________________________________
8367 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
8368         Log: No bincompat5005.
8369      Branch: perl
8370            ! Configure INSTALL NetWare/config.wc Porting/Glossary
8371            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
8372            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
8373            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
8374            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
8375            ! win32/config.bc win32/config.gc win32/config.vc
8376            ! win32/config.vc64 wince/config.ce
8377 ____________________________________________________________________________
8378 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
8379         Log: Remove sv_setpviv{_,mg}; regen perlapi.
8380      Branch: perl
8381            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
8382 ____________________________________________________________________________
8383 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
8384         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
8385              From: Dave Mitchell <davem@fdgroup.com>
8386              Date: Tue, 30 Apr 2002 23:55:43 +0100
8387              Message-ID: <20020430235543.A27796@fdgroup.com>
8388      Branch: perl
8389            ! sv.c
8390 ____________________________________________________________________________
8391 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
8392         Log: Update to Getopt::Long 2.30.
8393      Branch: perl
8394            ! lib/Getopt/Long.pm
8395 ____________________________________________________________________________
8396 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
8397         Log: Integrate perlio:
8398              
8399              [ 16285]
8400              Attempt at sanity in PerlIO/makedef.pl world:
8401              1. Add comments to what each clump of symbols is for
8402              2. Explicitly export layer syms like I thought they were
8403              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
8404              section.
8405              4. Re-sort perlio.sym
8406      Branch: perl
8407           !> makedef.pl perlio.sym
8408 ____________________________________________________________________________
8409 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
8410         Log: Fix bug id 20020427.004 on %^H.
8411              Add a regression test for %^H.
8412              Change the sort pragma implementation to use a
8413              global variable instead of %^H.
8414      Branch: perl
8415            + t/comp/hints.t
8416            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
8417 ____________________________________________________________________________
8418 [ 16285] By: nick                                  on 2002/04/30  19:00:03
8419         Log: Attempt at sanity in PerlIO/makedef.pl world:
8420              1. Add comments to what each clump of symbols is for
8421              2. Explicitly export layer syms like I thought they were
8422              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
8423              section.
8424              4. Re-sort perlio.sym
8425      Branch: perlio
8426            ! makedef.pl perlio.sym
8427 ____________________________________________________________________________
8428 [ 16284] By: nick                                  on 2002/04/30  18:10:23
8429         Log: Rest of integrate
8430      Branch: perlio
8431           +> lib/ExtUtils/MM_MacOS.pm
8432           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
8433           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
8434           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
8435           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
8436           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8437           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
8438           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
8439           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
8440           !> lib/Test/Harness/t/strap-analyze.t
8441           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
8442           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
8443 ____________________________________________________________________________
8444 [ 16283] By: nick                                  on 2002/04/30  17:53:37
8445         Log: Integrate mailine makedef.pl so I can look at it
8446      Branch: perlio
8447           !> makedef.pl
8448 ____________________________________________________________________________
8449 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
8450         Log: Upgrade to Encode 1.65.
8451      Branch: perl
8452            ! ext/Encode/Changes ext/Encode/Encode.pm
8453            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
8454            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
8455 ____________________________________________________________________________
8456 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
8457         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
8458      Branch: perl
8459            ! makedef.pl
8460 ____________________________________________________________________________
8461 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
8462         Log: NetWare: disable DEBUG/ASSERT for now.
8463      Branch: perl
8464            ! ext/Storable/Storable.xs
8465 ____________________________________________________________________________
8466 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
8467         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
8468              From: Michael G Schwern <schwern@pobox.com>
8469              Date: Tue, 30 Apr 2002 01:05:41 -0400
8470              Message-ID: <20020430050541.GL756@blackrider>
8471      Branch: perl
8472            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
8473            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
8474            ! lib/Test/Harness/t/test-harness.t
8475 ____________________________________________________________________________
8476 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
8477         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
8478              From: Michael G Schwern <schwern@pobox.com>
8479              Date: Tue, 30 Apr 2002 00:24:59 -0400
8480              Message-ID: <20020430042459.GJ756@blackrider>
8481      Branch: perl
8482            + lib/ExtUtils/MM_MacOS.pm
8483            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
8484            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8485            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
8486 ____________________________________________________________________________
8487 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
8488         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
8489              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
8490      Branch: perl
8491            ! util.c
8492 ____________________________________________________________________________
8493 [ 16276] By: ams                                   on 2002/04/30  08:42:32
8494         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
8495              From: "Craig A. Berry" <craigberry@mac.com>
8496              Date: Mon, 29 Apr 2002 23:37:06 -0500
8497              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
8498      Branch: perl
8499            ! t/pod/testp2pt.pl
8500 ____________________________________________________________________________
8501 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
8502         Log: Regen toc.
8503      Branch: perl
8504            ! pod/perltoc.pod
8505 ____________________________________________________________________________
8506 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
8507         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
8508              From: PPrymmer@factset.com
8509              Date: Mon, 29 Apr 2002 17:58:06 -0400
8510              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
8511      Branch: perl
8512            ! vms/perlvms.pod
8513 ____________________________________________________________________________
8514 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
8515         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
8516              from Todd Miller.
8517      Branch: perl
8518            ! hints/openbsd.sh
8519 ____________________________________________________________________________
8520 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
8521         Log: Integrate perlio:
8522              
8523              [ 16270]
8524              Adding Encode::* to .pm creates stash at compile time
8525              which means we need a stronger check on Encode at boot time.
8526      Branch: perl
8527           !> ext/PerlIO/encoding/encoding.pm
8528           !> ext/PerlIO/encoding/encoding.xs
8529 ____________________________________________________________________________
8530 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
8531         Log: OpenBSD hints update from Todd Miller.
8532              
8533              - old versions of OpenBSD don't have 'arch -s'
8534              - OpenBSD 3.1 and higher don't use libdl but users may have
8535              and old libdl on the system so we need to avoid using it.
8536      Branch: perl
8537            ! hints/openbsd.sh
8538 ____________________________________________________________________________
8539 [ 16270] By: nick                                  on 2002/04/29  17:33:38
8540         Log: Adding Encode::* to .pm creates stash at compile time
8541              which means we need a stronger check on Encode at boot time.
8542      Branch: perlio
8543            ! ext/PerlIO/encoding/encoding.pm
8544            ! ext/PerlIO/encoding/encoding.xs
8545 ____________________________________________________________________________
8546 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
8547         Log: Detypo by Ronald Kimball.
8548      Branch: perl
8549            ! pod/perlport.pod
8550 ____________________________________________________________________________
8551 [ 16268] By: nick                                  on 2002/04/29  15:47:00
8552         Log: Integrate mainline
8553      Branch: perlio
8554           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
8555           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
8556           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
8557           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
8558           !> pod/perlfaq2.pod pod/perlfaq3.pod
8559 ____________________________________________________________________________
8560 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
8561         Log: Update Changes.
8562      Branch: perl
8563            ! Changes patchlevel.h
8564 ____________________________________________________________________________
8565 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
8566         Log: MM_NW5 update from C Aditya.
8567      Branch: perl
8568            ! lib/ExtUtils/MM_NW5.pm
8569 ____________________________________________________________________________
8570 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
8571         Log: FAQ sync.
8572      Branch: perl
8573            ! pod/perlfaq2.pod pod/perlfaq3.pod
8574 ____________________________________________________________________________
8575 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
8576         Log: NetBSD hints rewrite from Johnny Lam.
8577      Branch: perl
8578            ! hints/netbsd.sh
8579 ____________________________________________________________________________
8580 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
8581         Log: Upgrade to Encode 1.64.
8582      Branch: perl
8583            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8584            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
8585 ____________________________________________________________________________
8586 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
8587         Log: Subject: [Unicode::Normalize] mkheader tweak
8588              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8589              Date: Mon, 29 Apr 2002 12:58:01 +0900
8590              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
8591      Branch: perl
8592            ! ext/Unicode/Normalize/mkheader
8593 ____________________________________________________________________________
8594 [ 16261] By: nick                                  on 2002/04/29  06:29:48
8595         Log: Integrate mainline
8596      Branch: perlio
8597            - macos/MacPerlTests.cmd macos/xsubpp.patch
8598           !> (integrate 40 files)
8599 ____________________________________________________________________________
8600 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
8601         Log: Upgrade to Unicode::Normalize 0.76,
8602              from SADAHIRO Tomoyuki.
8603      Branch: perl
8604            ! ext/Unicode/Normalize/Changes
8605            ! ext/Unicode/Normalize/Normalize.pm
8606            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8607            ! ext/Unicode/Normalize/t/func.t
8608 ____________________________________________________________________________
8609 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
8610         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
8611              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
8612              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
8613              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
8614      Branch: perl
8615            ! pod/perlport.pod
8616 ____________________________________________________________________________
8617 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
8618         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
8619              the basic and list tests started hanging).
8620      Branch: perl
8621            ! ext/threads/t/basic.t ext/threads/t/list.t
8622            ! ext/threads/t/thread.t
8623 ____________________________________________________________________________
8624 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
8625         Log: Integrate #16254 from macperl;
8626              
8627              Fix most tests on MacOS (not yet ext/ or /lib)
8628      Branch: perl
8629           !> (integrate 30 files)
8630 ____________________________________________________________________________
8631 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
8632         Log: As requested by pudge.
8633      Branch: perl
8634            - macos/MacPerlTests.cmd macos/xsubpp.patch
8635            ! MANIFEST
8636 ____________________________________________________________________________
8637 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
8638         Log: Integrate perl
8639      Branch: macperl
8640           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
8641           +> wince/cecopy-lib.pl wince/comp.pl
8642           !> (integrate 38 files)
8643 ____________________________________________________________________________
8644 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
8645         Log: Fix most tests on MacOS (not yet ext/ or /lib)
8646      Branch: macperl
8647            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
8648            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
8649            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
8650            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
8651            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
8652            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
8653            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
8654            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
8655 ____________________________________________________________________________
8656 [ 16253] By: nick                                  on 2002/04/28  19:10:50
8657         Log: Integrate mainline
8658      Branch: perlio
8659           +> wince/cecopy-lib.pl wince/comp.pl
8660           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
8661           !> ext/threads/t/basic.t ext/threads/t/list.t
8662           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
8663           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
8664           !> wince/win32.h wince/wince.c
8665 ____________________________________________________________________________
8666 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
8667         Log: More configuration/build changes
8668      Branch: macperl
8669            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8670            ! macos/Makefile.mk macos/config.h macos/config.sh
8671            ! macos/macish.h
8672 ____________________________________________________________________________
8673 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
8674         Log: Subject: WinCE many fixes
8675              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8676              Date: Sun, 28 Apr 2002 21:54:31 +0400
8677              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
8678      Branch: perl
8679            + wince/cecopy-lib.pl wince/comp.pl
8680            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
8681            ! wince/config_h.PL wince/perldll.def wince/win32.h
8682            ! wince/wince.c
8683 ____________________________________________________________________________
8684 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
8685         Log: Retract the cond.t part of #16249 since the nature
8686              of the test changed.
8687      Branch: perl
8688            ! ext/threads/shared/t/cond.t
8689 ____________________________________________________________________________
8690 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
8691         Log: (retracted by #16258)
8692              
8693              Fix thread tests not to depend on sleep() as
8694              a scheduling aid.  In two tests (basic and list)
8695              I had to change from sleep() hack to another hack...
8696              basically, using the filesystem as a semaphore.
8697              The assumption made is that rmdir() is atomic.
8698              (The sleep() scheduling assumption broke with the
8699              GNU pth in NetBSD.)
8700              
8701              (the cond.t part retracted by #16250)
8702      Branch: perl
8703            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
8704            ! ext/threads/t/list.t ext/threads/t/thread.t
8705 ____________________________________________________________________________
8706 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
8707         Log: Be tidy.
8708      Branch: perl
8709            ! ext/PerlIO/t/fallback.t
8710 ____________________________________________________________________________
8711 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
8712         Log: Integrate perlio:
8713              
8714              [ 16246]
8715              Have :encoding() default to perlqq style fallbacks.
8716              Add test for that.
8717              
8718              [ 16245]
8719              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
8720              as gate on layer tests which fail on -Dusesfio
8721              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
8722              
8723              [ 16244]
8724              Builds under -Uuseperlio
8725              Uses PUSHSTACK/POPSTACK in :encoding and :Via
8726      Branch: perl
8727           +> ext/PerlIO/t/fallback.t
8728           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
8729           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
8730           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
8731           !> t/io/binmode.t t/io/crlf.t
8732 ____________________________________________________________________________
8733 [ 16246] By: nick                                  on 2002/04/28  10:08:05
8734         Log: Have :encoding() default to perlqq style fallbacks.
8735              Add test for that.
8736      Branch: perlio
8737            + ext/PerlIO/t/fallback.t
8738            ! MANIFEST ext/PerlIO/encoding/encoding.pm
8739            ! ext/PerlIO/encoding/encoding.xs
8740 ____________________________________________________________________________
8741 [ 16245] By: nick                                  on 2002/04/28  08:57:54
8742         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
8743              as gate on layer tests which fail on -Dusesfio
8744              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
8745      Branch: perlio
8746            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
8747            ! t/io/crlf.t
8748 ____________________________________________________________________________
8749 [ 16244] By: nick                                  on 2002/04/28  08:22:07
8750         Log: Builds under -Uuseperlio
8751              Uses PUSHSTACK/POPSTACK in :encoding and :Via
8752      Branch: perlio
8753            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
8754 ____________________________________________________________________________
8755 [ 16243] By: nick                                  on 2002/04/28  07:19:01
8756         Log: Integrate mainline
8757      Branch: perlio
8758           +> ext/threads/t/list.t
8759           !> (integrate 40 files)
8760 ____________________________________________________________________________
8761 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
8762         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
8763      Branch: perl
8764            ! hints/netbsd.sh
8765 ____________________________________________________________________________
8766 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
8767         Log: Plan better.
8768      Branch: perl
8769            ! t/io/fs.t
8770 ____________________________________________________________________________
8771 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
8772         Log: No trunc worries.
8773      Branch: perl
8774            ! pod/perldelta.pod
8775 ____________________________________________________________________________
8776 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
8777         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
8778              From: Michael G Schwern <schwern@pobox.com>
8779              Date: Sat, 27 Apr 2002 23:20:19 -0400
8780              Message-ID: <20020428032019.GF1821@blackrider>
8781      Branch: perl
8782            ! pod/perlfunc.pod t/io/fs.t
8783 ____________________________________________________________________________
8784 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
8785         Log: More valgrind findings: e.g. t/op/utfhash.t.
8786      Branch: perl
8787            ! hv.c
8788 ____________________________________________________________________________
8789 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
8790         Log: Unused variables now that "did you use incorrect case" is gone;
8791              and valgrind claims that the savepvn() in utilize() leaks in e.g.
8792              lib/blib.t.
8793      Branch: perl
8794            ! op.c
8795 ____________________________________________________________________________
8796 [ 16236] By: sky                                   on 2002/04/28  00:15:45
8797         Log: Added test cases and fixed some obvious things.
8798      Branch: perl
8799            + ext/threads/t/list.t
8800            ! MANIFEST ext/threads/threads.xs
8801 ____________________________________________________________________________
8802 [ 16235] By: sky                                   on 2002/04/27  23:50:11
8803         Log: Removed last traces of autodetach.
8804              Added list() methid.
8805              Changed documentation.
8806      Branch: perl
8807            ! ext/threads/threads.pm ext/threads/threads.xs
8808 ____________________________________________________________________________
8809 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
8810         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
8811              From: Jerrad Pierce <belg4mit@MIT.EDU>
8812              Date: Sat, 27 Apr 2002 19:14:17 -0400
8813              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
8814      Branch: perl
8815            ! lib/FileCache.pm
8816 ____________________________________________________________________________
8817 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
8818         Log: More NetBSD patches from Johnny Lam.
8819              
8820              Remove the need for a $prefix setting that was added in the
8821              previous patch I sent.     Also add the proper rpath options
8822              to the linker flags depending on whether we're on a ELF or
8823              a.out platform.     These were tested both in a non-pkgsrc and
8824              pkgsrc build.
8825              
8826              Append to $libs instead of overwriting its value.  This was
8827              causing $(LDLOADLIBS) to not get added to the dynamic_libs
8828              link command on NetBSD systems and was the cause of the GDBM
8829              problems reported.  Also use '$(LDLOADLIBS)' instead of
8830              expanding its value so that it is more easily overridden in
8831              the Makefile by "make all LDLOADLIBS=...".
8832              
8833              Remove "-L/usr/local/lib" because the location of libgdbm.so
8834              is already added during the Configure process, and this
8835              spurious addition may cause the wrong libgdbm.so to be linked
8836              against as a result.
8837      Branch: perl
8838            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
8839            ! lib/ExtUtils/MM_Unix.pm
8840 ____________________________________________________________________________
8841 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
8842         Log: More VC5-induced casting found by Nikola Knezevic.
8843      Branch: perl
8844            ! av.c hv.c mg.c sv.c
8845 ____________________________________________________________________________
8846 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
8847         Log: More U32 regflags.
8848      Branch: perl
8849            ! op.h regcomp.c thrdvar.h
8850 ____________________________________________________________________________
8851 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
8852         Log: Integrate from bleadperl
8853      Branch: macperl
8854           +> ext/Encode/lib/Encode/Guess.pm
8855           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
8856           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
8857           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
8858           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
8859           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
8860           +> lib/ExtUtils/t/zz_cleanup_dummy.t
8861           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
8862           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
8863           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
8864           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
8865            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
8866            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
8867            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
8868            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
8869            - lib/ExtUtils/t/Problem-Module/Makefile.PL
8870            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
8871            - t/op/system_tests
8872           !> (integrate 133 files)
8873 ____________________________________________________________________________
8874 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
8875         Log: Retract #16195 since it seems to be unnecessary.
8876      Branch: perl
8877            ! lib/ExtUtils/MM_Unix.pm
8878 ____________________________________________________________________________
8879 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
8880         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
8881              From: "Craig A. Berry" <craigberry@mac.com>
8882              Date: Sat, 27 Apr 2002 15:11:31 -0500
8883              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
8884      Branch: perl
8885            ! vms/descrip_mms.template
8886 ____________________________________________________________________________
8887 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
8888         Log: Some more known open() modes.
8889      Branch: perl
8890            ! pod/perldiag.pod
8891 ____________________________________________________________________________
8892 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
8893         Log: Upgrade to Encode 1.63.
8894      Branch: perl
8895            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8896            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
8897            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
8898            ! ext/Encode/lib/Encode/Encoding.pm
8899            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
8900            ! ext/Encode/lib/Encode/JP/JIS7.pm
8901            ! ext/Encode/lib/Encode/KR/2022_KR.pm
8902            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
8903 ____________________________________________________________________________
8904 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
8905         Log: Update Changes.
8906      Branch: perl
8907            ! Changes patchlevel.h
8908 ____________________________________________________________________________
8909 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
8910         Log: Integrate perlio:
8911              
8912              [ 16221]
8913              Correct which var is nulled, stack movement protection.
8914      Branch: perl
8915           !> ext/PerlIO/encoding/encoding.xs
8916 ____________________________________________________________________________
8917 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
8918         Log: Subject: PATCH t/TEST
8919              From: Mark-Jason Dominus <mjd@plover.com>
8920              Date: Sat, 27 Apr 2002 14:06:56 -0400
8921              Message-ID: <20020427180656.5422.qmail@plover.com>
8922      Branch: perl
8923            ! t/TEST
8924 ____________________________________________________________________________
8925 [ 16222] By: sky                                   on 2002/04/27  17:00:29
8926         Log: Ahem, look another way.
8927      Branch: perl
8928            ! ext/threads/shared/t/queue.t
8929 ____________________________________________________________________________
8930 [ 16221] By: nick                                  on 2002/04/27  16:34:48
8931         Log: Correct which var is nulled, stack movement protection.
8932      Branch: perlio
8933            ! ext/PerlIO/encoding/encoding.xs
8934 ____________________________________________________________________________
8935 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
8936         Log: Integrate perlio:
8937              
8938              [ 16216]
8939              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
8940              - if encoding loads Encode then stack grows.
8941              - pp_binmode was not allowing for that to happen
8942              - added PUTBACK/SPAGAIN.
8943      Branch: perl
8944           !> pp_sys.c
8945 ____________________________________________________________________________
8946 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
8947         Log: First half of NetBSD patch-ai, from Johnny Lam:
8948              
8949              The first part removes "installman" and "installhtml" from the
8950              .PHONY target, which was causing problems during installation.
8951              
8952              (the installman and installhtml are not phony targets,
8953              they are real files)
8954      Branch: perl
8955            ! Makefile.SH
8956 ____________________________________________________________________________
8957 [ 16218] By: nick                                  on 2002/04/27  16:22:40
8958         Log: Integrate mainline
8959      Branch: perlio
8960           +> ext/threads/shared/t/cond.t
8961           !> MANIFEST ext/threads/shared/shared.xs
8962           !> ext/threads/shared/t/queue.t
8963 ____________________________________________________________________________
8964 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
8965         Log: NetBSD patch-ab from Johnny Lam:
8966              
8967              Some tweaks to the NetBSD hints file to make the Configure
8968              process more useful when not building from pkgsrc.  This file
8969              will definitely need to change again when the 1.6 release of
8970              NetBSD comes out, but I'll handle the changes at the later
8971              date.
8972      Branch: perl
8973            ! hints/netbsd.sh
8974 ____________________________________________________________________________
8975 [ 16216] By: nick                                  on 2002/04/27  16:19:21
8976         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
8977              - if encoding loads Encode then stack grows.
8978              - pp_binmode was not allowing for that to happen
8979              - added PUTBACK/SPAGAIN.
8980      Branch: perlio
8981            ! pp_sys.c
8982 ____________________________________________________________________________
8983 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
8984         Log: Integrate perlio:
8985              
8986              [ 16211]
8987              Re-instate $PerlIO::encoding::check at boot.
8988              (Retaining Dan's XS side require though I don't see need.)
8989              
8990              [ 16207]
8991              Fix fd leak on Via(bogus).
8992              Finish implementing PerlIOVia_open().
8993              Export more guts of PerlIO_* so Via_open() can work.
8994              Fix various PerlIO_allocate() features exposed by above.
8995              
8996              [ 16027]
8997              Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
8998              and change test not to skip them.
8999              
9000              [ 16023]
9001              Some tweaks for encodings which need lines.
9002              Also disabled trial of using fallbacks.
9003              
9004              [ 16022]
9005              Various tweaks to Encode
9006      Branch: perl
9007           !> embed.fnc ext/PerlIO/Via/Via.xs
9008           !> ext/PerlIO/encoding/encoding.pm
9009           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
9010           !> perlio.c perlio.h perliol.h
9011 ____________________________________________________________________________
9012 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
9013         Log: Upgrade to Encode 1.62.
9014      Branch: perl
9015            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9016 ____________________________________________________________________________
9017 [ 16213] By: ams                                   on 2002/04/27  15:38:50
9018         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
9019              From: Philip Newton <Philip.Newton@gmx.net>
9020              Date: Sat, 27 Apr 2002 08:51:30 +0200
9021              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
9022              
9023              Subject: Re: Change 16183: Stop being coy.
9024              From: Philip Newton <Philip.Newton@gmx.net>
9025              Date: Sat, 27 Apr 2002 08:52:13 +0200
9026              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
9027      Branch: perl
9028            ! INSTALL pod/perldelta.pod
9029 ____________________________________________________________________________
9030 [ 16212] By: sky                                   on 2002/04/27  13:54:46
9031         Log: Add test numbers to make "make test" happy. Order is irrelevant
9032              but number of oks is not.
9033      Branch: perl
9034            ! ext/threads/shared/t/queue.t
9035 ____________________________________________________________________________
9036 [ 16211] By: nick                                  on 2002/04/27  13:29:55
9037         Log: Re-instate $PerlIO::encoding::check at boot.
9038              (Retaining Dan's XS side require though I don't see need.)
9039      Branch: perlio
9040            ! ext/PerlIO/encoding/encoding.pm
9041            ! ext/PerlIO/encoding/encoding.xs
9042 ____________________________________________________________________________
9043 [ 16210] By: sky                                   on 2002/04/27  12:56:44
9044         Log: Fixed race condtions and deadlocks in interaction with 
9045              cond_wait/cond_signal and lock.
9046              Now we wait for a lock to gie up if we return from COND_WAIT
9047              and we are still locked. We also notifiers potential 
9048              lockers that it is free for locking when we go into COND_WAIT.
9049      Branch: perl
9050            + ext/threads/shared/t/cond.t
9051            ! MANIFEST ext/threads/shared/shared.xs
9052            ! ext/threads/shared/t/queue.t
9053 ____________________________________________________________________________
9054 [ 16209] By: nick                                  on 2002/04/27  12:32:41
9055         Log: Integrate mainline
9056      Branch: perlio
9057           +> t/win32/system_tests
9058            - t/op/system_tests
9059           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
9060           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
9061           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
9062           !> t/lib/warnings/pp_hot t/win32/system.t
9063 ____________________________________________________________________________
9064 [ 16208] By: sky                                   on 2002/04/27  11:46:53
9065         Log: Saving locks after we set it to 0 was kind of pointless.
9066              Hunting down fixes in cond_* functions.
9067      Branch: perl
9068            ! ext/threads/shared/shared.xs
9069 ____________________________________________________________________________
9070 [ 16207] By: nick                                  on 2002/04/27  10:12:00
9071         Log: Fix fd leak on Via(bogus).
9072              Finish implementing PerlIOVia_open().
9073              Export more guts of PerlIO_* so Via_open() can work.
9074              Fix various PerlIO_allocate() features exposed by above.
9075      Branch: perlio
9076            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
9077            ! perlio.h perliol.h
9078 ____________________________________________________________________________
9079 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
9080         Log: NetBSD and OpenBSD cannot do comments at #! line
9081              (or long #! lines?)
9082      Branch: perl
9083            ! t/japh/abigail.t
9084 ____________________________________________________________________________
9085 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
9086         Log: Add taint rethink to the todo list.
9087      Branch: perl
9088            ! pod/perltodo.pod
9089 ____________________________________________________________________________
9090 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
9091         Log: Integrate changes #16199 and #16201 from macperl;
9092              
9093              Time::Local compatibility patches, from Graham
9094              
9095              MacPerl require() portability patches
9096      Branch: perl
9097           !> lib/Time/Local.pm pp_ctl.c
9098 ____________________________________________________________________________
9099 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
9100         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
9101              From: Nicholas Clark <nick@unfortu.net>
9102              Date: Fri, 26 Apr 2002 23:27:23 +0100
9103              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
9104      Branch: perl
9105            ! t/lib/warnings/pp_hot
9106 ____________________________________________________________________________
9107 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
9108         Log: Working on MacPerl tests
9109      Branch: macperl
9110            ! macos/MacPerlTests.cmd
9111 ____________________________________________________________________________
9112 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
9113         Log: MacPerl require() portability patches
9114      Branch: macperl
9115            ! pp_ctl.c
9116 ____________________________________________________________________________
9117 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
9118         Log: Fix a few MacPerl_CanonDir() problems
9119      Branch: macperl
9120            ! macos/macish.c macos/macish.h
9121 ____________________________________________________________________________
9122 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
9123         Log: Time::Local compatibility patches, from Graham
9124      Branch: macperl
9125            ! lib/Time/Local.pm
9126 ____________________________________________________________________________
9127 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
9128         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
9129              From: Simon Cozens <simon@netthink.co.uk>
9130              Date: Fri, 26 Apr 2002 21:58:21 +0100
9131              Message-ID: <20020426205821.GB5855@netthink.co.uk>
9132      Branch: perl
9133            ! ext/Time/HiRes/HiRes.pm
9134 ____________________________________________________________________________
9135 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
9136         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
9137              to know about it always (not just when using the pth).
9138      Branch: perl
9139            ! hints/netbsd.sh
9140 ____________________________________________________________________________
9141 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
9142         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
9143      Branch: perl
9144            ! ext/Digest/MD5/t/files.t
9145 ____________________________________________________________________________
9146 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
9147         Log: (retracted by #16229)
9148              Subject: FIXIN problem under Win32
9149              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9150              Date: Thu, 25 Apr 2002 23:03:31 +0200
9151              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
9152      Branch: perl
9153            ! lib/ExtUtils/MM_Unix.pm
9154 ____________________________________________________________________________
9155 [ 16194] By: nick                                  on 2002/04/26  17:36:16
9156         Log: Integrate mainline
9157      Branch: perlio
9158           +> ext/Encode/lib/Encode/Guess.pm
9159           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9160           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
9161           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
9162           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9163           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
9164           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
9165           +> t/lib/sample-tests/die_last_minute
9166           !> (integrate 94 files)
9167 ____________________________________________________________________________
9168 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
9169         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
9170              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9171              Date: Fri, 26 Apr 2002 15:38:16 +0200
9172              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
9173      Branch: perl
9174            + t/win32/system_tests
9175            - t/op/system_tests
9176            ! MANIFEST t/win32/system.t
9177 ____________________________________________________________________________
9178 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
9179         Log: Mention explicitly the NetBSD + pth combination.
9180      Branch: perl
9181            ! pod/perldelta.pod
9182 ____________________________________________________________________________
9183 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
9184         Log: Subject: [PATCH] Fix email address.
9185              From: Abigail <abigail@foad.org>
9186              Date: Fri, 26 Apr 2002 18:03:11 +0200
9187              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
9188      Branch: perl
9189            ! t/japh/abigail.t
9190 ____________________________________________________________________________
9191 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
9192         Log: NetWare update from C Aditya.
9193      Branch: perl
9194            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
9195            ! lib/ExtUtils/MM_Unix.pm
9196 ____________________________________________________________________________
9197 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
9198         Log: Subject: [PATCH vms/test.com] use t/TEST
9199              From: "Craig A. Berry" <craigberry@mac.com>
9200              Date: Fri, 26 Apr 2002 09:34:46 -0500
9201              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
9202      Branch: perl
9203            ! vms/test.com
9204 ____________________________________________________________________________
9205 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
9206         Log: Update Changes.
9207      Branch: perl
9208            ! Changes patchlevel.h
9209 ____________________________________________________________________________
9210 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
9211         Log: Subject: [Encode] s/=over2/=over 2/g
9212              From: Dan Kogai <dankogai@dan.co.jp>
9213              Date: Fri, 26 Apr 2002 14:57:09 +0900
9214              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
9215      Branch: perl
9216            ! ext/Encode/Encode.pm
9217 ____________________________________________________________________________
9218 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
9219         Log: Use temp int variable in the W*() since direct casting
9220              to either an int or an IV would not be right.
9221      Branch: perl
9222            ! ext/POSIX/POSIX.xs
9223 ____________________________________________________________________________
9224 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
9225         Log: The #16182 radiates U32ness.
9226      Branch: perl
9227            ! embed.fnc embed.h proto.h regcomp.c toke.c
9228 ____________________________________________________________________________
9229 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
9230         Log: Subject: t/TEST ported to VMS
9231              From: "Craig A. Berry" <craigberry@mac.com>
9232              Date: Fri, 26 Apr 2002 00:13:31 -0500
9233              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
9234      Branch: perl
9235            ! t/TEST
9236 ____________________________________________________________________________
9237 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
9238         Log: Stop being coy.
9239      Branch: perl
9240            ! pod/perldelta.pod
9241 ____________________________________________________________________________
9242 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
9243         Log: Subject: Re: binary compatibility
9244              From: Mark-Jason Dominus <mjd@plover.com>
9245              Date: Wed, 24 Apr 2002 17:35:07 -0400
9246              Message-ID: <20020424213507.7846.qmail@plover.com>
9247      Branch: perl
9248            ! op.h
9249 ____________________________________________________________________________
9250 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
9251         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
9252              allocating half of the retstack!)
9253      Branch: perl
9254            ! README.win32 sv.c
9255 ____________________________________________________________________________
9256 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
9257         Log: temporary variable not wide enough to hold all the bits in
9258              op->op_targ
9259      Branch: perl
9260            ! op.c
9261 ____________________________________________________________________________
9262 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
9263         Log: Add an idea/question from Damian. 
9264      Branch: perl
9265            ! pod/perltodo.pod
9266 ____________________________________________________________________________
9267 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
9268         Log: build missing utilities on windows; clean stray files
9269      Branch: perl
9270            ! win32/Makefile win32/makefile.mk
9271 ____________________________________________________________________________
9272 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
9273         Log: Upgrade to Encode 1.61, from Dan Kogai.
9274      Branch: perl
9275            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
9276            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
9277            ! ext/Encode/lib/Encode/Guess.pm
9278            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
9279            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
9280            ! ext/Encode/t/mime-header.t
9281 ____________________________________________________________________________
9282 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
9283         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
9284              From: andreas.koenig@anima.de (Andreas J. Koenig)
9285              Date: Tue, 23 Apr 2002 04:40:42 +0200      
9286              Message-ID: <m37kmzi1cl.fsf@anima.de>
9287      Branch: perl
9288            ! pod/perluniintro.pod
9289 ____________________________________________________________________________
9290 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
9291         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
9292              platform needs to fill in the other branch here)
9293      Branch: perl
9294            ! ext/Digest/MD5/t/files.t
9295 ____________________________________________________________________________
9296 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
9297         Log: MANIFEST is needlessly held open for entire duration of "make test"
9298      Branch: perl
9299            ! t/TEST t/harness
9300 ____________________________________________________________________________
9301 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
9302         Log: various signed/unsigned mismatch nits
9303      Branch: perl
9304            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
9305            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
9306            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
9307            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
9308            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
9309            ! ext/Time/HiRes/HiRes.xs regcomp.c
9310 ____________________________________________________________________________
9311 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
9312         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
9313              From: Nicholas Clark <nick@unfortu.net>
9314              Date: Thu, 25 Apr 2002 22:41:57 +0100
9315              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
9316      Branch: perl
9317            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
9318            + ext/Storable/t/make_downgrade.pl
9319            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
9320            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
9321            ! ext/Storable/t/utf8hash.t
9322 ____________________________________________________________________________
9323 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
9324         Log: Extra guidance for JAPH debuggers.
9325      Branch: perl
9326            ! t/japh/abigail.t
9327 ____________________________________________________________________________
9328 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
9329         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
9330              From: Paul_GreenVOS@vos.stratus.com
9331              Date: Wed, 24 Apr 02 18:27 edt
9332              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
9333      Branch: perl
9334            ! vos/vos.c
9335 ____________________________________________________________________________
9336 [ 16169] By: ams                                   on 2002/04/25  20:33:35
9337         Log: Subject: [PATCH] don't build B/C twice on VMS
9338              From: "Craig A. Berry" <craigberry@mac.com>
9339              Date: Thu, 25 Apr 2002 16:00:57 -0500
9340              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
9341      Branch: perl
9342            ! configure.com
9343 ____________________________________________________________________________
9344 [ 16168] By: ams                                   on 2002/04/25  20:31:19
9345         Log: Subject: Re: POSIX::WEXITSTATUS broken again
9346              From: Andy Dougherty <doughera@lafayette.edu>
9347              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
9348              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
9349      Branch: perl
9350            ! ext/POSIX/POSIX.xs
9351 ____________________________________________________________________________
9352 [ 16167] By: ams                                   on 2002/04/25  19:49:09
9353         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
9354              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9355              Date: Thu, 25 Apr 2002 13:39:35 -0700
9356              Message-Id: <HmGy8gzkguHW092yn@efn.org>
9357      Branch: perl
9358            ! t/harness
9359 ____________________________________________________________________________
9360 [ 16166] By: ams                                   on 2002/04/25  19:43:06
9361         Log: $fh->close(); print $fh "foo" would segfault under -w in
9362              report_evil_fh() because $fh doesn't have a name.
9363      Branch: perl
9364            ! util.c
9365 ____________________________________________________________________________
9366 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
9367         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
9368              being found properly
9369      Branch: perl
9370            ! ext/Cwd/t/cwd.t
9371 ____________________________________________________________________________
9372 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
9373         Log: Brace yourself from Craig Berry to keep older compilers happy.
9374      Branch: perl
9375            ! vms/vms.c
9376 ____________________________________________________________________________
9377 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
9378         Log: More %{} overload tests.
9379      Branch: perl
9380            ! lib/overload.t
9381 ____________________________________________________________________________
9382 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
9383         Log: some extension builds need to find pl2bat.bat on windows
9384      Branch: perl
9385            ! win32/buildext.pl
9386 ____________________________________________________________________________
9387 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
9388         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
9389              From: "Craig A. Berry" <craigberry@mac.com>
9390              Date: Thu, 25 Apr 2002 12:30:06 -0500
9391              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
9392      Branch: perl
9393            ! lib/ExtUtils/MM_VMS.pm
9394 ____________________________________________________________________________
9395 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
9396         Log: windows build fails if there is no perlglob.exe in the PATH
9397      Branch: perl
9398            ! win32/buildext.pl
9399 ____________________________________________________________________________
9400 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
9401         Log: Mysterious setlocale() core dump in ancient Solaris
9402              found by Merijn Broeren.  Doesn't look like Perl's fault.
9403      Branch: perl
9404            ! pod/perldelta.pod
9405 ____________________________________________________________________________
9406 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
9407         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
9408              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
9409              Date: Thu, 25 Apr 2002 17:35:23 +0200
9410              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
9411      Branch: perl
9412            ! pp_ctl.c
9413 ____________________________________________________________________________
9414 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
9415         Log: Subject: [PATCH] pp_ctl.c:pp_require
9416              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
9417              Date: Thu, 25 Apr 2002 16:01:14 +0200
9418              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
9419      Branch: perl
9420            ! pp_ctl.c
9421 ____________________________________________________________________________
9422 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
9423         Log: -Wformat cleanups from Robin Barker.
9424      Branch: perl
9425            ! dump.c embed.fnc proto.h sv.c
9426 ____________________________________________________________________________
9427 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
9428         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
9429              From: Michael G Schwern <schwern@pobox.com>
9430              Date: Thu, 25 Apr 2002 01:51:27 -0400
9431              Message-ID: <20020425055127.GB3456@blackrider>
9432      Branch: perl
9433            + t/lib/sample-tests/bignum t/lib/sample-tests/die
9434            + t/lib/sample-tests/die_head_end
9435            + t/lib/sample-tests/die_last_minute
9436            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
9437            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
9438            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
9439 ____________________________________________________________________________
9440 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
9441         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
9442              From: Michael G Schwern <schwern@pobox.com>
9443              Date: Thu, 25 Apr 2002 01:32:10 -0400
9444              Message-ID: <20020425053210.GA3334@blackrider>
9445      Branch: perl
9446            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9447            + lib/Test/Simple/t/strays.t
9448            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
9449            ! lib/Test/Simple.pm lib/Test/Simple/Changes
9450            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
9451            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
9452            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
9453            ! lib/Test/Simple/t/use_ok.t
9454 ____________________________________________________________________________
9455 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
9456         Log: Elaborate a bit on Storable.
9457      Branch: perl
9458            ! pod/perldelta.pod
9459 ____________________________________________________________________________
9460 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
9461         Log: Cleaner Encode tests under -Mutf8.
9462      Branch: perl
9463            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
9464 ____________________________________________________________________________
9465 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
9466         Log: Subject: [PATCH] installperl
9467              From: Abe Timmerman <abe@ztreet.demon.nl>
9468              Date: Thu, 25 Apr 2002 01:00:00 +0200
9469              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
9470      Branch: perl
9471            ! installperl
9472 ____________________________________________________________________________
9473 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
9474         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
9475              From: Dan Kogai <dankogai@dan.co.jp>
9476              Date: Thu, 25 Apr 2002 10:49:13 +0900
9477              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
9478      Branch: perl
9479            ! ext/PerlIO/encoding/encoding.xs
9480 ____________________________________________________________________________
9481 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
9482         Log: Stray =back.
9483      Branch: perl
9484            ! README.win32
9485 ____________________________________________________________________________
9486 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
9487         Log: Add an untested warning variant.
9488      Branch: perl
9489            ! t/lib/warnings/op
9490 ____________________________________________________________________________
9491 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
9492         Log: Update Changes.
9493      Branch: perl
9494            ! Changes patchlevel.h
9495 ____________________________________________________________________________
9496 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
9497         Log: Wrong plan.
9498      Branch: perl
9499            ! ext/Encode/t/mime-header.t
9500 ____________________________________________________________________________
9501 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
9502         Log: Upgrade to Encode 1.60, from Dan Kogai.
9503      Branch: perl
9504            + ext/Encode/lib/Encode/Guess.pm
9505            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9506            + ext/Encode/t/mime-header.t
9507            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
9508            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9509            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
9510            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
9511            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
9512            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
9513 ____________________________________________________________________________
9514 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
9515         Log: another case of enabling binmode() where it should not be: if the
9516              *.enc files are CRLF terminated, the result gets CRCRLF terminations
9517      Branch: perl
9518            ! ext/Encode/t/CJKT.t
9519 ____________________________________________________________________________
9520 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
9521         Log: microperl update; boldly assume time() and time_t
9522              (since we assume ANSI and i_time, anyway).
9523      Branch: perl
9524            ! uconfig.h uconfig.sh
9525 ____________________________________________________________________________
9526 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
9527         Log: Integrate #16136, #16137, #16138 from macperl;
9528              
9529              Silly fix for the SC compiler's fixation with "comp" as a type
9530              
9531              Skip more PerlIO symbols for sfio
9532              
9533              Play nicely in miniperl
9534      Branch: perl
9535           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
9536           !> lib/File/Spec/Mac.pm makedef.pl
9537 ____________________________________________________________________________
9538 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
9539         Log: Sync configpm and config.h for use in 5.8
9540              (still need to do config.sh)
9541      Branch: macperl
9542            ! macos/config.h macos/configpm
9543 ____________________________________________________________________________
9544 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
9545         Log: Make MM_MacOS work with new MakeMaker
9546      Branch: macperl
9547            ! macos/lib/ExtUtils/MM_MacOS.pm
9548 ____________________________________________________________________________
9549 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
9550         Log: Makefile.mk changes for 5.8: additional extensions
9551              and source files; bump version
9552      Branch: macperl
9553            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
9554 ____________________________________________________________________________
9555 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
9556         Log: Play nicely in miniperl
9557      Branch: macperl
9558            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
9559 ____________________________________________________________________________
9560 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
9561         Log: Skip more PerlIO symbols for sfio
9562      Branch: macperl
9563            ! makedef.pl
9564 ____________________________________________________________________________
9565 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
9566         Log: Silly fix for the SC compiler's fixation with "comp" as a type
9567      Branch: macperl
9568            ! ext/Unicode/Normalize/Normalize.xs
9569 ____________________________________________________________________________
9570 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
9571         Log: Merge macperl xsubpp with current xsubpp
9572      Branch: macperl
9573            ! macos/xsubpp
9574 ____________________________________________________________________________
9575 [ 16134] By: nick                                  on 2002/04/24  18:08:37
9576         Log: Integrate mainline
9577      Branch: perlio
9578           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
9579           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
9580            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9581            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9582            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9583            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9584            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9585            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9586           !> (integrate 44 files)
9587 ____________________________________________________________________________
9588 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
9589         Log: Delete more included modules from bundled_ext
9590      Branch: macperl
9591            - macos/bundled_ext/Digest/MD5/Changes
9592            - macos/bundled_ext/Digest/MD5/MD5.pm
9593            - macos/bundled_ext/Digest/MD5/MD5.xs
9594            - macos/bundled_ext/Digest/MD5/Makefile.PL
9595            - macos/bundled_ext/Digest/MD5/Makefile.mk
9596            - macos/bundled_ext/Digest/MD5/README
9597            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
9598            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
9599            - macos/bundled_ext/Digest/MD5/rfc1321.txt
9600            - macos/bundled_ext/Digest/MD5/t/badfile.t
9601            - macos/bundled_ext/Digest/MD5/t/files.t
9602            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
9603            - macos/bundled_ext/Digest/MD5/typemap
9604            - macos/bundled_ext/Filter/Util/Call/Call.pm
9605            - macos/bundled_ext/Filter/Util/Call/Call.xs
9606            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
9607            - macos/bundled_ext/Filter/Util/Call/ppport.h
9608            - macos/bundled_ext/Filter/t/call.t
9609            - macos/bundled_ext/Filter/t/filter-util.pl
9610            - macos/bundled_ext/List/Util/ChangeLog
9611            - macos/bundled_ext/List/Util/Makefile.PL
9612            - macos/bundled_ext/List/Util/README
9613            - macos/bundled_ext/List/Util/Util.xs
9614            - macos/bundled_ext/List/Util/lib/List/Util.pm
9615            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
9616            - macos/bundled_ext/List/Util/t/blessed.t
9617            - macos/bundled_ext/List/Util/t/dualvar.t
9618            - macos/bundled_ext/List/Util/t/first.t
9619            - macos/bundled_ext/List/Util/t/max.t
9620            - macos/bundled_ext/List/Util/t/maxstr.t
9621            - macos/bundled_ext/List/Util/t/min.t
9622            - macos/bundled_ext/List/Util/t/minstr.t
9623            - macos/bundled_ext/List/Util/t/readonly.t
9624            - macos/bundled_ext/List/Util/t/reduce.t
9625            - macos/bundled_ext/List/Util/t/reftype.t
9626            - macos/bundled_ext/List/Util/t/shuffle.t
9627            - macos/bundled_ext/List/Util/t/sum.t
9628            - macos/bundled_ext/List/Util/t/tainted.t
9629            - macos/bundled_ext/List/Util/t/weak.t
9630            - macos/bundled_ext/MIME/Base64/Base64.pm
9631            - macos/bundled_ext/MIME/Base64/Base64.xs
9632            - macos/bundled_ext/MIME/Base64/Changes
9633            - macos/bundled_ext/MIME/Base64/Makefile.PL
9634            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
9635            - macos/bundled_ext/MIME/Base64/README
9636            - macos/bundled_ext/MIME/Base64/t/base64.t
9637            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
9638            - macos/bundled_ext/MIME/Base64/t/unicode.t
9639            - macos/bundled_ext/Storable/ChangeLog
9640            - macos/bundled_ext/Storable/Makefile.PL
9641            - macos/bundled_ext/Storable/README
9642            - macos/bundled_ext/Storable/Storable.pm
9643            - macos/bundled_ext/Storable/Storable.xs
9644            - macos/bundled_ext/Storable/t/blessed.t
9645            - macos/bundled_ext/Storable/t/canonical.t
9646            - macos/bundled_ext/Storable/t/compat-0.6.t
9647            - macos/bundled_ext/Storable/t/dclone.t
9648            - macos/bundled_ext/Storable/t/dump.pl
9649            - macos/bundled_ext/Storable/t/forgive.t
9650            - macos/bundled_ext/Storable/t/freeze.t
9651            - macos/bundled_ext/Storable/t/lock.t
9652            - macos/bundled_ext/Storable/t/overload.t
9653            - macos/bundled_ext/Storable/t/recurse.t
9654            - macos/bundled_ext/Storable/t/retrieve.t
9655            - macos/bundled_ext/Storable/t/store.t
9656            - macos/bundled_ext/Storable/t/tied.t
9657            - macos/bundled_ext/Storable/t/tied_hook.t
9658            - macos/bundled_ext/Storable/t/tied_items.t
9659            - macos/bundled_ext/Storable/t/utf8.t
9660            - macos/bundled_ext/Time/HiRes/Changes
9661            - macos/bundled_ext/Time/HiRes/HiRes.pm
9662            - macos/bundled_ext/Time/HiRes/HiRes.t
9663            - macos/bundled_ext/Time/HiRes/HiRes.xs
9664            - macos/bundled_ext/Time/HiRes/Makefile.PL
9665            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
9666            - macos/bundled_ext/Time/HiRes/hints/sco.pl
9667 ____________________________________________________________________________
9668 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
9669         Log: Thou shalt not assume %x works for UVs.
9670      Branch: perl
9671            ! ext/Encode/Encode.xs
9672 ____________________________________________________________________________
9673 [ 16131] By: nick                                  on 2002/04/24  15:50:31
9674         Log: Submit an old integrate
9675      Branch: perlio
9676           +> (branch 27 files)
9677            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
9678            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
9679            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
9680            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
9681            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9682            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9683            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
9684           !> (integrate 84 files)
9685 ____________________________________________________________________________
9686 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
9687         Log: Partially retract #12056, from Craig Berry.
9688      Branch: perl
9689            ! vms/vms.c
9690 ____________________________________________________________________________
9691 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
9692         Log: Delete more included modules from bundled_lib
9693      Branch: macperl
9694            - macos/bundled_lib/blib/lib/Class/ISA.pm
9695            - macos/bundled_lib/blib/lib/Digest.pm
9696            - macos/bundled_lib/blib/lib/Filter/Simple.pm
9697            - macos/bundled_lib/blib/lib/Memoize.pm
9698            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
9699            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
9700            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
9701            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
9702            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
9703            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
9704            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
9705            - macos/bundled_lib/blib/lib/NEXT.pm
9706            - macos/bundled_lib/blib/lib/Net/Cmd.pm
9707            - macos/bundled_lib/blib/lib/Net/Config.pm
9708            - macos/bundled_lib/blib/lib/Net/Domain.pm
9709            - macos/bundled_lib/blib/lib/Net/FTP.pm
9710            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
9711            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
9712            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
9713            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
9714            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
9715            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
9716            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
9717            - macos/bundled_lib/blib/lib/Net/NNTP.pm
9718            - macos/bundled_lib/blib/lib/Net/Netrc.pm
9719            - macos/bundled_lib/blib/lib/Net/POP3.pm
9720            - macos/bundled_lib/blib/lib/Net/SMTP.pm
9721            - macos/bundled_lib/blib/lib/Net/Time.pm
9722            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
9723            - macos/bundled_lib/blib/lib/Switch.pm
9724            - macos/bundled_lib/t/Class/ISA/test.pl
9725            - macos/bundled_lib/t/Digest/Digest.t
9726            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
9727            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
9728            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
9729            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
9730            - macos/bundled_lib/t/Filter/Simple/data.t
9731            - macos/bundled_lib/t/Filter/Simple/export.t
9732            - macos/bundled_lib/t/Filter/Simple/filter.t
9733            - macos/bundled_lib/t/Filter/Simple/filter_only.t
9734            - macos/bundled_lib/t/Filter/Simple/import.t
9735            - macos/bundled_lib/t/Memoize/array.t
9736            - macos/bundled_lib/t/Memoize/array_confusion.t
9737            - macos/bundled_lib/t/Memoize/correctness.t
9738            - macos/bundled_lib/t/Memoize/errors.t
9739            - macos/bundled_lib/t/Memoize/expire.t
9740            - macos/bundled_lib/t/Memoize/expire_file.t
9741            - macos/bundled_lib/t/Memoize/expire_module_n.t
9742            - macos/bundled_lib/t/Memoize/expire_module_t.t
9743            - macos/bundled_lib/t/Memoize/flush.t
9744            - macos/bundled_lib/t/Memoize/normalize.t
9745            - macos/bundled_lib/t/Memoize/prototype.t
9746            - macos/bundled_lib/t/Memoize/speed.t
9747            - macos/bundled_lib/t/Memoize/tie.t
9748            - macos/bundled_lib/t/Memoize/tie_gdbm.t
9749            - macos/bundled_lib/t/Memoize/tie_ndbm.t
9750            - macos/bundled_lib/t/Memoize/tie_sdbm.t
9751            - macos/bundled_lib/t/Memoize/tie_storable.t
9752            - macos/bundled_lib/t/Memoize/tiefeatures.t
9753            - macos/bundled_lib/t/Memoize/unmemoize.t
9754            - macos/bundled_lib/t/NEXT/actual.t
9755            - macos/bundled_lib/t/NEXT/actuns.t
9756            - macos/bundled_lib/t/NEXT/next.t
9757            - macos/bundled_lib/t/NEXT/unseen.t
9758            - macos/bundled_lib/t/Switch/t/given.t
9759            - macos/bundled_lib/t/Switch/t/nested.t
9760            - macos/bundled_lib/t/Switch/t/switch.t
9761            - macos/bundled_lib/t/libnet/config.t
9762            - macos/bundled_lib/t/libnet/ftp.t
9763            - macos/bundled_lib/t/libnet/hostname.t
9764            - macos/bundled_lib/t/libnet/libnet_t.pl
9765            - macos/bundled_lib/t/libnet/netrc.t
9766            - macos/bundled_lib/t/libnet/nntp.t
9767            - macos/bundled_lib/t/libnet/require.t
9768            - macos/bundled_lib/t/libnet/smtp.t
9769 ____________________________________________________________________________
9770 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
9771         Log: Remove Text::Balanced from bundled_lib (already in lib)
9772      Branch: macperl
9773            - macos/bundled_lib/blib/lib/Text/Balanced.pm
9774            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
9775            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
9776            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
9777            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
9778            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
9779            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
9780            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
9781            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
9782 ____________________________________________________________________________
9783 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
9784         Log: A word of warning to the users of UTF-8 locales.
9785      Branch: perl
9786            ! pod/perluniintro.pod
9787 ____________________________________________________________________________
9788 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
9789         Log: Forgotten from #16125.
9790      Branch: perl
9791            ! t/lib/MakeMaker/Test/Utils.pm
9792 ____________________________________________________________________________
9793 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
9794         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
9795      Branch: perl
9796            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
9797            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
9798            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9799            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9800            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9801            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9802            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9803            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9804            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
9805            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
9806            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9807            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9808            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
9809            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
9810            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
9811            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
9812            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
9813 ____________________________________________________________________________
9814 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
9815         Log: Subject: New UTF-8 surprise
9816              From: andreas.koenig@anima.de (Andreas J. Koenig)
9817              Date: Mon, 22 Apr 2002 12:08:48 +0200
9818              Message-ID: <m38z7gjb9r.fsf@anima.de>
9819      Branch: perl
9820            ! pp_hot.c t/op/subst.t
9821 ____________________________________________________________________________
9822 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
9823         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
9824              tree that is branched from //depot/maint-5.6/macperl/macos/...
9825      Branch: macperl
9826           +> (branch 3590 files)
9827 ____________________________________________________________________________
9828 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
9829         Log: Try to be clearer about perlio.
9830      Branch: perl
9831            ! INSTALL
9832 ____________________________________________________________________________
9833 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
9834         Log: Subject: Re: binary compatibility
9835              From: Andy Dougherty <doughera@lafayette.edu>
9836              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
9837              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
9838      Branch: perl
9839            ! INSTALL patchlevel.h
9840 ____________________________________________________________________________
9841 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
9842         Log: Go on record about the binary backward incompatibility.
9843      Branch: perl
9844            ! pod/perldelta.pod
9845 ____________________________________________________________________________
9846 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
9847         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
9848              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9849              Date: Wed, 24 Apr 2002 01:51:43 +0400
9850              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
9851      Branch: perl
9852            ! t/win32/system.t
9853 ____________________________________________________________________________
9854 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
9855         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
9856              From: PPrymmer@factset.com
9857              Date: Tue, 23 Apr 2002 17:14:32 -0400
9858              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
9859      Branch: perl
9860            ! lib/locale.t
9861 ____________________________________________________________________________
9862 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
9863         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
9864              From: Paul_GreenVOS@vos.stratus.com
9865              Date: Tue, 23 Apr 02 15:06 edt   
9866              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
9867      Branch: perl
9868            ! Makefile.SH cflags.SH
9869 ____________________________________________________________________________
9870 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
9871         Log: metaconfig unit change for #16115.
9872      Branch: metaconfig
9873            ! U/compline/byteorder.U
9874      Branch: perl
9875            ! config_h.SH
9876 ____________________________________________________________________________
9877 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
9878         Log: Regen Configure to mirror #16111 (with one added tweak).
9879      Branch: perl
9880            ! Configure
9881 ____________________________________________________________________________
9882 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
9883         Log: Retract #16109.
9884      Branch: perl
9885            ! lib/ExtUtils/MM_Unix.pm
9886 ____________________________________________________________________________
9887 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
9888         Log: FAQ sync.
9889      Branch: perl
9890            ! pod/perlfaq3.pod pod/perlfaq8.pod
9891 ____________________________________________________________________________
9892 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
9893         Log: use encoding no more defaults to Latin 1.
9894      Branch: perl
9895            ! pod/perluniintro.pod
9896 ____________________________________________________________________________
9897 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
9898         Log: Configure test for byteorder loses bits
9899      Branch: perl
9900            ! Configure
9901 ____________________________________________________________________________
9902 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
9903         Log: hacking around byteorder variance between config.sh and config.h
9904              isn't needed after change#16099
9905      Branch: perl
9906            ! ext/Storable/t/malice.t
9907 ____________________________________________________________________________
9908 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
9909         Log: (retracted by #16114)
9910              
9911              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
9912              From: "Green, Paul" <Paul.Green@stratus.com>
9913              Date: Tue, 23 Apr 2002 13:47:19 -0400
9914              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
9915      Branch: perl
9916            ! lib/ExtUtils/MM_Unix.pm
9917 ____________________________________________________________________________
9918 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
9919         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
9920              From: Norton Allen <allen@huarp.harvard.edu>
9921              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
9922              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
9923      Branch: perl
9924            ! lib/File/Find.pm
9925 ____________________________________________________________________________
9926 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
9927         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
9928              From: Norton Allen <allen@huarp.harvard.edu>
9929              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
9930              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
9931      Branch: perl
9932            ! README.qnx hints/qnx.sh
9933 ____________________________________________________________________________
9934 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
9935         Log: Subject: [PATCH] pod/perlhist.pod
9936              From: Abigail <abigail@foad.org>
9937              Date: Tue, 23 Apr 2002 16:21:31 +0200
9938              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
9939              
9940              (removed 5.005_04 which never happened)
9941      Branch: perl
9942            ! pod/perlhist.pod
9943 ____________________________________________________________________________
9944 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
9945         Log: Subject: Re: [PATCH abigail.t] another portability attempt
9946              From: Abigail <abigail@foad.org>
9947              Date: Tue, 23 Apr 2002 11:35:54 +0200
9948              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
9949      Branch: perl
9950            ! t/japh/abigail.t
9951 ____________________________________________________________________________
9952 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
9953         Log: NetWare tweak from C Aditya.
9954      Branch: perl
9955            ! NetWare/Nwmain.c NetWare/nw5.c
9956 ____________________________________________________________________________
9957 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
9958         Log: fix a typo
9959      Branch: perl
9960            ! regexec.c
9961 ____________________________________________________________________________
9962 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
9963         Log: Uncurliff.
9964      Branch: perl
9965            ! README.ko
9966 ____________________________________________________________________________
9967 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
9968         Log: Pointer to UV casting.
9969      Branch: perl
9970            ! regexec.c
9971 ____________________________________________________________________________
9972 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
9973         Log: metaconfig unit change for #16099.
9974      Branch: metaconfig
9975            ! U/compline/byteorder.U
9976 ____________________________________________________________________________
9977 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
9978         Log: Use UV (not long) for BYTEORDER.
9979      Branch: perl
9980            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9981            ! config_h.SH
9982 ____________________________________________________________________________
9983 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
9984         Log: # cpp commands must start in the first column.
9985      Branch: perl
9986            ! scope.c
9987 ____________________________________________________________________________
9988 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
9989         Log: Reborn as text.
9990      Branch: perl
9991            + NetWare/interface.cpp
9992 ____________________________________________________________________________
9993 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
9994         Log: Dead as binary.
9995      Branch: perl
9996            - NetWare/interface.cpp
9997 ____________________________________________________________________________
9998 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
9999         Log: Undo #16091, a time-warped escapee.
10000      Branch: perl
10001            ! lib/ExtUtils/t/MM_Cygwin.t
10002 ____________________________________________________________________________
10003 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
10004         Log: *size tweaks from Sarathy.
10005      Branch: perl
10006            ! ext/Storable/t/malice.t
10007 ____________________________________________________________________________
10008 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
10009         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
10010              From: Stas Bekman <stas@stason.org>
10011              Date: Tue, 23 Apr 2002 01:52:22 +0800
10012              Message-ID: <3CC44DD6.3090401@stason.org>
10013      Branch: perl
10014            ! pod/perlguts.pod
10015 ____________________________________________________________________________
10016 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
10017         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
10018              From: Paul_GreenVOS@vos.stratus.com
10019              Date: Mon, 22 Apr 02 20:35 edt
10020              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
10021      Branch: perl
10022            + hints/t001.c
10023            ! MANIFEST hints/README.hints hints/vos.sh
10024 ____________________________________________________________________________
10025 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
10026         Log: (retracted by #16095)
10027      Branch: perl
10028            ! lib/ExtUtils/t/MM_Cygwin.t
10029 ____________________________________________________________________________
10030 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
10031         Log: Subject: Re: perl@16083
10032              From: Nicholas Clark <nick@unfortu.net>
10033              Date: Mon, 22 Apr 2002 23:17:45 +0100
10034              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
10035      Branch: perl
10036            ! ext/Storable/t/malice.t
10037 ____________________________________________________________________________
10038 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
10039         Log: Upgrade to Encode 1.58.
10040      Branch: perl
10041            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
10042            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
10043            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
10044            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
10045            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
10046            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
10047            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
10048            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
10049            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10050            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10051            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10052            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10053            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10054            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10055            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10056            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10057            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10058            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
10059 ____________________________________________________________________________
10060 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
10061         Log: On Win32 the end.t failure should be gone now.
10062      Branch: perl
10063            ! pod/perldelta.pod
10064 ____________________________________________________________________________
10065 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
10066         Log: Subject: [PATCH] update VOS-specific pod files
10067              From: Paul_GreenVOS@vos.stratus.com
10068              Date: Mon, 22 Apr 02 16:02 edt
10069              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
10070      Branch: perl
10071            ! README.vos pod/perlport.pod
10072 ____________________________________________________________________________
10073 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
10074         Log: Subject: [PATCH] cleanup ./hints/vos.sh
10075              From: Paul_GreenVOS@vos.stratus.com
10076              Date: Mon, 22 Apr 02 15:26 edt
10077              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
10078      Branch: perl
10079            ! hints/vos.sh
10080 ____________________________________________________________________________
10081 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
10082         Log: Upgrade to Encode 1.57, from Dan Kogai.
10083      Branch: perl
10084            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10085            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
10086            ! ext/Encode/lib/Encode/Encoding.pm
10087            ! ext/Encode/lib/Encode/JP/JIS7.pm
10088            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
10089            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
10090 ____________________________________________________________________________
10091 [ 16084] By: ams                                   on 2002/04/22  18:10:13
10092         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
10093              From: Stas Bekman <stas@stason.org>
10094              Date: Tue, 23 Apr 2002 01:59:07 +0800
10095              Message-Id: <3CC44F6B.5010300@stason.org>
10096      Branch: perl
10097            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
10098 ____________________________________________________________________________
10099 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
10100         Log: Update Changes.
10101      Branch: perl
10102            ! Changes patchlevel.h
10103 ____________________________________________________________________________
10104 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
10105         Log: In MANIFEST but not added.
10106      Branch: perl
10107            + NetWare/interface.cpp
10108 ____________________________________________________________________________
10109 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
10110         Log: Duh.
10111      Branch: perl
10112            ! lib/ExtUtils/MM_Unix.pm
10113 ____________________________________________________________________________
10114 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
10115         Log: Subject: Re: t/japh/abigail.t [PATCH]
10116              From: Norton Allen <allen@huarp.harvard.edu>
10117              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
10118              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
10119      Branch: perl
10120            ! t/japh/abigail.t
10121 ____________________________________________________________________________
10122 [ 16079] By: ams                                   on 2002/04/22  15:59:55
10123         Log: Subject: {PATCH docs] sockatmark
10124              From: Mark-Jason Dominus <mjd@plover.com>
10125              Date: Mon, 22 Apr 2002 02:43:42 -0400
10126              Message-Id: <20020422064342.24646.qmail@plover.com>
10127      Branch: perl
10128            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
10129 ____________________________________________________________________________
10130 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
10131         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
10132              From: Paul_GreenVOS@vos.stratus.com
10133              Date: Mon, 22 Apr 02 12:40 edt
10134              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
10135      Branch: perl
10136            ! cflags.SH
10137 ____________________________________________________________________________
10138 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
10139         Log: Add new files from #16076; re-sort.
10140      Branch: perl
10141            ! MANIFEST
10142 ____________________________________________________________________________
10143 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
10144         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
10145      Branch: perl
10146            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
10147            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
10148            + NetWare/perllib.cpp NetWare/splittree.pl
10149            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
10150            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
10151            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
10152            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
10153            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
10154            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
10155            ! x2p/hash.c x2p/walk.c
10156 ____________________________________________________________________________
10157 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
10158         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
10159              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10160              Date: Mon, 22 Apr 2002 17:56:17 +0200
10161              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
10162      Branch: perl
10163            ! README.aix
10164 ____________________________________________________________________________
10165 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
10166         Log: Signedness nit.
10167      Branch: perl
10168            ! ext/PerlIO/encoding/encoding.xs
10169 ____________________________________________________________________________
10170 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
10171         Log: No semicolons after blocks.
10172      Branch: perl
10173            ! ext/Encode/Encode.xs
10174 ____________________________________________________________________________
10175 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
10176         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
10177      Branch: perl
10178            ! ext/PerlIO/encoding/encoding.pm
10179            ! ext/PerlIO/encoding/encoding.xs
10180 ____________________________________________________________________________
10181 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
10182         Log: Upgrade to Encode 1.56, from Dan Kogai.
10183      Branch: perl
10184            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
10185            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10186            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
10187            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
10188            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
10189            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
10190            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
10191            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
10192            ! ext/Encode/lib/Encode/Config.pm
10193            ! ext/Encode/lib/Encode/Encoder.pm
10194            ! ext/Encode/lib/Encode/Encoding.pm
10195            ! ext/Encode/lib/Encode/JP/H2Z.pm
10196            ! ext/Encode/lib/Encode/JP/JIS7.pm
10197            ! ext/Encode/lib/Encode/KR/2022_KR.pm
10198            ! ext/Encode/lib/Encode/PerlIO.pod
10199            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
10200            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
10201            ! ext/Encode/ucm/big5-hkscs.ucm
10202 ____________________________________________________________________________
10203 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
10204         Log: Comment tweak from Philip.
10205      Branch: perl
10206            ! opcode.pl
10207 ____________________________________________________________________________
10208 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
10209         Log: a Test::Harness tweak to make the test lines show up prettier
10210      Branch: perl
10211            ! lib/Test/Harness.pm
10212 ____________________________________________________________________________
10213 [ 16067] By: nick                                  on 2002/04/22  09:19:23
10214         Log: Integrate mainline
10215      Branch: perlio
10216           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
10217           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
10218           !> t/lib/warnings/perlio t/win32/system.t
10219 ____________________________________________________________________________
10220 [ 16066] By: nick                                  on 2002/04/22  09:01:43
10221         Log: Integrate //depot/perlio into mainline
10222      Branch: perl
10223           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10224           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
10225           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
10226 ____________________________________________________________________________
10227 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
10228         Log: clean up after stray test file littering
10229              
10230              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
10231              it seems that it shouldn't (looks like a handle leak in PerlIO
10232              to me)
10233      Branch: perl
10234            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
10235            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
10236            ! t/lib/warnings/perlio t/win32/system.t
10237 ____________________________________________________________________________
10238 [ 16064] By: nick                                  on 2002/04/22  08:02:58
10239         Log: Integrate mainline into perlio
10240      Branch: perlio
10241           +> ext/Storable/t/malice.t
10242            ! pod/perliol.pod
10243           !> (integrate 57 files)
10244 ____________________________________________________________________________
10245 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
10246         Log: integrate change#16062 from mainline
10247              
10248              another windows fix: only create a new console for subprocesses
10249              when all three stdhandles are invalid (from Jan Dubois)
10250      Branch: maint-5.6/perl
10251            ! win32/win32.c
10252 ____________________________________________________________________________
10253 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
10254         Log: another windows fix: only create a new console for subprocesses
10255              when all three stdhandles are invalid (from Jan Dubois)
10256      Branch: perl
10257            ! win32/win32.c
10258 ____________________________________________________________________________
10259 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
10260         Log: all the thread tests now pass on windows (32-bit and 64-bit)
10261      Branch: perl
10262            ! README.win32
10263 ____________________________________________________________________________
10264 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
10265         Log: enable maximal optimizations on win64
10266      Branch: perl
10267            ! win32/Makefile win32/makefile.mk
10268 ____________________________________________________________________________
10269 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
10270         Log: Tweaks copied from Philip Newton's Encode patches.
10271      Branch: perl
10272            ! AUTHORS
10273 ____________________________________________________________________________
10274 [ 16057] By: sky                                   on 2002/04/22  00:19:40
10275         Log: End blocks were not run on Win32.
10276              The real fix should be to turn this flag on in RunPerl but
10277              I think we are too close 5.8 to change that.
10278      Branch: perl
10279            ! ext/threads/threads.xs
10280 ____________________________________________________________________________
10281 [ 16056] By: sky                                   on 2002/04/21  23:29:22
10282         Log: Do not unlock mutex twice.
10283              Do not unlock mutex after it has been destroyed and freed.
10284              Do not email p5p without uncrossing eyes.
10285      Branch: perl
10286            ! ext/threads/threads.xs
10287 ____________________________________________________________________________
10288 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
10289         Log: squelch some more type mismatch warnings
10290              
10291              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
10292              missing parens in macro definition
10293      Branch: perl
10294            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
10295            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
10296            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
10297            ! pp.c regexec.c sv.h
10298 ____________________________________________________________________________
10299 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
10300         Log: Make writing user-defined character properties nicer.
10301      Branch: perl
10302            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
10303 ____________________________________________________________________________
10304 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
10305         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
10306              isn't the case on win64
10307      Branch: perl
10308            ! ext/Storable/t/malice.t
10309 ____________________________________________________________________________
10310 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
10311         Log: One more way to do character class subtraction.
10312      Branch: perl
10313            ! pod/perlunicode.pod
10314 ____________________________________________________________________________
10315 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
10316         Log: Mopup of #16048.
10317      Branch: perl
10318            ! pp_sys.c
10319 ____________________________________________________________________________
10320 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
10321         Log: some test failures have been fixed
10322      Branch: perl
10323            ! README.win32
10324 ____________________________________________________________________________
10325 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
10326         Log: use compare_text() rather than compare() to avoid bogus
10327              failures when the test files happen to be CRLF terminated
10328      Branch: perl
10329            ! ext/Encode/t/JP.t
10330 ____________________________________________________________________________
10331 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
10332         Log: fixes for all the warnings reported by Visual C (most of this
10333              change is from change#12026)
10334      Branch: perl
10335            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
10336            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
10337            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
10338            ! regexec.c sv.c toke.c universal.c utf8.c util.c
10339            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
10340 ____________________________________________________________________________
10341 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
10342         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
10343              From: Nicholas Clark <nick@unfortu.net>
10344              Date: Sun, 21 Apr 2002 19:15:24 +0100
10345              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
10346      Branch: perl
10347            + ext/Storable/t/malice.t
10348            ! MANIFEST ext/Storable/Storable.pm
10349 ____________________________________________________________________________
10350 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
10351         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
10352              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10353              Date: Sun, 21 Apr 2002 19:37:51 +0200
10354              Message-ID: <3CC3150F.5798.22A05AE@localhost>
10355      Branch: perl
10356            ! ext/Encode/t/perlio.t
10357 ____________________________________________________________________________
10358 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
10359         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
10360              From: Andrey Sapozhnikov <sapa@icb.chel.su>
10361              Date: Fri, 19 Apr 2002 19:55:56 +0600
10362              Message-ID: <3CC021EC.5080005@icb.chel.su>
10363              
10364              (tweaked a bit)
10365      Branch: perl
10366            ! pod/perltrap.pod
10367 ____________________________________________________________________________
10368 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
10369         Log: Do not assume that io buffer flushing happens in the same
10370              order as joins (that assumption broke in a multicpu IRIX box)
10371      Branch: perl
10372            ! ext/threads/t/thread.t
10373 ____________________________________________________________________________
10374 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
10375         Log: As if people would be reading the documentation :-)
10376      Branch: perl
10377            ! opcode.pl
10378 ____________________________________________________________________________
10379 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
10380         Log: Typo tweaks.
10381      Branch: perl
10382            ! pod/perlrun.pod
10383 ____________________________________________________________________________
10384 [ 16041] By: sky                                   on 2002/04/21  13:53:54
10385         Log: Got the last memory leak in the while(1) { threads->create(sub 
10386              {})->join() }, now we can loop over a million threads without a 
10387              problem. 
10388              Cleared up SVs that should have been mortal but never where.
10389      Branch: perl
10390            ! ext/threads/threads.xs
10391 ____________________________________________________________________________
10392 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
10393         Log: Make doc clearer, as suggested by Brent Dax
10394      Branch: perl
10395            ! opcode.pl
10396 ____________________________________________________________________________
10397 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
10398         Log: Revert change #15974.
10399      Branch: perl
10400            ! ext/B/B/Deparse.pm
10401 ____________________________________________________________________________
10402 [ 16038] By: nick                                  on 2002/04/21  08:43:48
10403         Log: Integrate mainline
10404      Branch: perlio
10405           +> win32/config.vc64 win32/config_H.vc64
10406           !> (integrate 43 files)
10407 ____________________________________________________________________________
10408 [ 16037] By: nick                                  on 2002/04/21  08:10:07
10409         Log: Integrate mainline
10410      Branch: perlio
10411           +> ext/Encode/ucm/big5-eten.ucm
10412            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
10413            - win32/config.win64 win32/config_H.win64
10414           !> MANIFEST Porting/makerel ext/Encode/Changes
10415           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
10416           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10417           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
10418           !> ext/Encode/lib/Encode/Config.pm
10419           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10420           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
10421           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
10422           !> pod/perlunicode.pod vms/vms.c
10423 ____________________________________________________________________________
10424 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
10425         Log: S_ stands sfor static.
10426      Branch: perl
10427            ! hv.c
10428 ____________________________________________________________________________
10429 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
10430         Log: htovs et al might be macros.
10431      Branch: perl
10432            ! perl.h
10433 ____________________________________________________________________________
10434 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
10435         Log: missed checkin of this file in change#16033
10436      Branch: perl
10437            ! makedef.pl
10438 ____________________________________________________________________________
10439 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
10440         Log: Windows 64-bit support:
10441              
10442              * support for building it in the regular makefiles
10443              * large files support via the _*i64() functions (this should be
10444              portable to the 32-bit universe too, but quite untested and
10445              and binary-incompatible, therefore not enabled there)
10446              * three additional test failures in addition to the t/end.t one
10447              (see README.win32)
10448              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
10449              the ones available from the CRT (needed because Perl uses
10450              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
10451              * add a few 64-bit notes to README.win32
10452              
10453              The following general problems were also fixed:
10454              
10455              * s/struct stat/Stat_t/g
10456              * Data::Dumper had some naughty 'long' typecasts
10457              * Errno_pm.PL didn't work safe when winsock.h was not in the same
10458              directory as errno.h
10459              * various tell/seek things were incorrectly prototyped
10460              * squelch ugly looking noise when running tests
10461              * Embed.t wasn't linking in all the libraries
10462              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
10463              * re-enable all the disabled warnings (additional fixes may be
10464              needed for the warnings uncovered by this)
10465      Branch: perl
10466            + win32/config.vc64 win32/config_H.vc64
10467            ! MANIFEST README.win32 doio.c dosish.h
10468            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
10469            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
10470            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
10471            ! win32/config.vc win32/makefile.mk win32/perlglob.c
10472            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
10473            ! win32/win32iop.h win32/win32sck.c
10474 ____________________________________________________________________________
10475 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
10476         Log: Upgrade to Encode 1.52, from Dan Kogai.
10477      Branch: perl
10478            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10479            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
10480            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
10481            ! ext/Encode/lib/Encode/JP/JIS7.pm
10482            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
10483            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
10484            ! ext/Encode/ucm/big5-hkscs.ucm
10485 ____________________________________________________________________________
10486 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
10487         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
10488              From: Mark-Jason Dominus <mjd@plover.com>
10489              Date: Sat, 20 Apr 2002 03:36:28 -0400
10490              Message-ID: <20020420073628.324.qmail@plover.com>
10491      Branch: perl
10492            ! pod/perlopentut.pod
10493 ____________________________________________________________________________
10494 [ 16030] By: sky                                   on 2002/04/20  22:02:32
10495         Log: Remove auto-detach
10496              Cleans up memory now, destroys the mutex and frees thread
10497              Makes returnvalues mortal
10498              Doesn't run thread_destruct until the thread has stopped AND
10499              all references to it are gone.
10500      Branch: perl
10501            ! ext/threads/threads.xs
10502 ____________________________________________________________________________
10503 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
10504         Log: Subject: [PATCH @16005] rescue perldoc for VMS
10505              From: "Craig A. Berry" <craigberry@mac.com>
10506              Date: Sat, 20 Apr 2002 15:16:30 -0500
10507              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
10508      Branch: perl
10509            ! vms/vms.c
10510 ____________________________________________________________________________
10511 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
10512         Log: Subject: Re: [PATCH] typo
10513              From: andreas.koenig@anima.de (Andreas J. Koenig)
10514              Date: Sat, 20 Apr 2002 15:41:23 +0200
10515              Message-ID: <m37kn2o5bw.fsf@anima.de>
10516      Branch: perl
10517            ! ext/Encode/encoding.pm
10518 ____________________________________________________________________________
10519 [ 16027] By: nick                                  on 2002/04/20  21:42:09
10520         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
10521              and change test not to skip them.
10522      Branch: perlio
10523            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
10524 ____________________________________________________________________________
10525 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
10526         Log: Upgrade to Encode 1.51, from Dan Kogai.
10527      Branch: perl
10528            + ext/Encode/ucm/big5-eten.ucm
10529            - ext/Encode/ucm/big5.ucm
10530            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10531            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
10532            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10533            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
10534            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10535            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
10536 ____________________________________________________________________________
10537 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
10538         Log: purge existing win64 stuff (this never really worked in 5.7.x)
10539              in preparation for completely redone win64 support
10540      Branch: perl
10541            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
10542            ! MANIFEST Porting/makerel
10543 ____________________________________________________________________________
10544 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
10545         Log: Subject: Re: perl@16005
10546              From: Stas Bekman <stas@stason.org>
10547              Date: Sat, 20 Apr 2002 13:06:49 +0800
10548              Message-ID: <3CC0F769.1010705@stason.org>
10549              (with a minor formatting nit)
10550      Branch: perl
10551            ! pod/perlfunc.pod
10552 ____________________________________________________________________________
10553 [ 16023] By: nick                                  on 2002/04/20  19:06:04
10554         Log: Some tweaks for encodings which need lines.
10555              Also disabled trial of using fallbacks.
10556      Branch: perlio
10557            ! ext/PerlIO/encoding/encoding.pm
10558            ! ext/PerlIO/encoding/encoding.xs
10559 ____________________________________________________________________________
10560 [ 16022] By: nick                                  on 2002/04/20  18:37:38
10561         Log: Various tweaks to Encode
10562      Branch: perlio
10563            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10564            ! ext/Encode/Unicode/Unicode.xs
10565            ! ext/Encode/lib/Encode/Encoding.pm
10566            ! ext/Encode/lib/Encode/JP/JIS7.pm
10567            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
10568 ____________________________________________________________________________
10569 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
10570         Log: Subject: [PATCH] perlunicode.pod typos
10571              From: andreas.koenig@anima.de (Andreas J. Koenig)     
10572              Date: Sat, 20 Apr 2002 11:20:25 +0200
10573              Message-ID: <m3vgamoheu.fsf@anima.de>
10574      Branch: perl
10575            ! pod/perlunicode.pod
10576 ____________________________________________________________________________
10577 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
10578         Log: Test tweak from mjd.
10579      Branch: perl
10580            ! lib/Memoize/t/errors.t
10581 ____________________________________________________________________________
10582 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
10583         Log: Integrate perlio:
10584              
10585              [ 16018]
10586              Fill in the PERLIO sections.
10587              
10588              [ 16017]
10589              Add :bytes to POD part.
10590              Remove 'alias' to Encode now it exists as a module.
10591              
10592              [ 16014]
10593              Tweak to Encode.xs to avoid buffer overrun.
10594              
10595              [ 16007]
10596              Silence warning generating warning message for U+FFFF does not map etc.
10597              
10598              [ 15912]
10599              XS versions of encode/decode for Encode::Unicode
10600      Branch: perl
10601           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
10602 ____________________________________________________________________________
10603 [ 16018] By: nick                                  on 2002/04/20  13:38:24
10604         Log: Fill in the PERLIO sections.
10605      Branch: perlio
10606            ! pod/perlrun.pod
10607 ____________________________________________________________________________
10608 [ 16017] By: nick                                  on 2002/04/20  13:37:15
10609         Log: Add :bytes to POD part.
10610              Remove 'alias' to Encode now it exists as a module.
10611      Branch: perlio
10612            ! lib/PerlIO.pm
10613 ____________________________________________________________________________
10614 [ 16016] By: sky                                   on 2002/04/20  13:12:31
10615         Log: Really let the update of the link list do something.
10616      Branch: perl
10617            ! ext/threads/threads.xs
10618 ____________________________________________________________________________
10619 [ 16015] By: nick                                  on 2002/04/20  07:51:26
10620         Log: Integrate mainline
10621      Branch: perlio
10622           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
10623           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
10624           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
10625 ____________________________________________________________________________
10626 [ 16014] By: nick                                  on 2002/04/20  07:46:11
10627         Log: Tweak to Encode.xs to avoid buffer overrun.
10628      Branch: perlio
10629            ! ext/Encode/Encode.xs
10630 ____________________________________________________________________________
10631 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
10632         Log: Subject: [PATCH] t/japh/abigail.t
10633              From: abigail@foad.org
10634              Date: Fri, 19 Apr 2002 02:21:36 +0200
10635              Message-ID: <20020419002136.16948.qmail@foad.org>
10636              
10637              Subject: Re: [PATCH] t/japh/abigail.t
10638              From: "Craig A. Berry" <craigberry@mac.com>
10639              Date: Fri, 19 Apr 2002 11:23:45 -0500
10640              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
10641      Branch: perl
10642            ! t/japh/abigail.t
10643 ____________________________________________________________________________
10644 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
10645         Log: User-defined character properties were unintentionally
10646              removed, noticed by Dan Kogai.
10647      Branch: perl
10648            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
10649            ! pod/perlunicode.pod t/op/pat.t
10650 ____________________________________________________________________________
10651 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
10652         Log: Subject: Re: [PATCH] Big5-related changes.
10653              From: Autrijus Tang <autrijus@autrijus.org>
10654              Date: Sat, 20 Apr 2002 04:06:31 +0800
10655              Message-ID: <20020419200631.GA20964@not.autrijus.org>
10656      Branch: perl
10657            ! README.cn README.tw
10658 ____________________________________________________________________________
10659 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
10660         Log: Add a BUGS sections to O.pm
10661      Branch: perl
10662            ! ext/B/O.pm
10663 ____________________________________________________________________________
10664 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
10665         Log: Disable warning noise
10666      Branch: perl
10667            ! t/io/open.t
10668 ____________________________________________________________________________
10669 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
10670         Log: More tests for the 3-arg open
10671      Branch: perl
10672            ! t/io/open.t t/lib/warnings/doio
10673 ____________________________________________________________________________
10674 [ 16007] By: nick                                  on 2002/04/19  17:45:53
10675         Log: Silence warning generating warning message for U+FFFF does not map etc.
10676      Branch: perlio
10677            ! ext/Encode/Encode.xs
10678 ____________________________________________________________________________
10679 [ 16006] By: nick                                  on 2002/04/19  15:24:57
10680         Log: Integrate mainline (for Tk with Encode testing)
10681              Some perlio & encode issues otherwise cleanish.
10682      Branch: perlio
10683           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
10684           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
10685           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
10686           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
10687           +> ext/threads/t/thread.t
10688            - ext/Encode/lib/Encode/Unicode.pm
10689           !> (integrate 38 files)
10690 ____________________________________________________________________________
10691 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
10692         Log: Update Changes.
10693      Branch: perl
10694            ! Changes patchlevel.h
10695 ____________________________________________________________________________
10696 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
10697         Log: Subject: [PATCH] warn on ref open without perlio
10698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10699              Date: Thu, 18 Apr 2002 23:17:44 +0200
10700              Message-ID: <20020418231744.A24159@rafael>
10701              
10702              (with one nit, the skip message needed "# " prefix)
10703      Branch: perl
10704            ! doio.c pod/perldiag.pod t/lib/warnings/doio
10705 ____________________________________________________________________________
10706 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
10707         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
10708              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10709              Date: Fri, 19 Apr 2002 15:43:47 +0200
10710              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
10711      Branch: perl
10712            ! README.hpux
10713 ____________________________________________________________________________
10714 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
10715         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
10716      Branch: perl
10717            ! ext/PerlIO/encoding/encoding.pm
10718            ! ext/PerlIO/encoding/encoding.xs
10719 ____________________________________________________________________________
10720 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
10721         Log: Upgrade to Encode 1.50, from Dan Kogai.
10722      Branch: perl
10723            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
10724            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
10725            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
10726            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
10727            - ext/Encode/lib/Encode/Unicode.pm
10728            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
10729            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10730            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
10731            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10732            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
10733            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
10734            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
10735            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
10736            ! ext/Encode/t/jisx0208.ref
10737 ____________________________________________________________________________
10738 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
10739         Log: Subject: CPAN.pm sync
10740              From: andreas.koenig@anima.de (Andreas J. Koenig)
10741              Date: Fri, 19 Apr 2002 11:55:07 +0200
10742              Message-ID: <m3ads0qah0.fsf@anima.de>
10743      Branch: perl
10744            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10745 ____________________________________________________________________________
10746 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
10747         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
10748      Branch: perl
10749            ! pod/perltooc.pod
10750 ____________________________________________________________________________
10751 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
10752         Log: The previous change on this was *ahem* slightly off-topic.
10753      Branch: perl
10754            ! ext/PerlIO/encoding/encoding.pm
10755 ____________________________________________________________________________
10756 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
10757         Log: variant of change#14657 from mainline, modified for binary
10758              compatibility for 5.6.x (from  Jan Dubois)
10759      Branch: maint-5.6/perl
10760            ! lib/Win32.pod win32/win32.c
10761 ____________________________________________________________________________
10762 [ 15996] By: ams                                   on 2002/04/18  16:16:26
10763         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
10764              From: abigail@foad.org
10765              Date: Thu, 18 Apr 2002 17:09:45 +0200
10766              Message-Id: <20020418150945.389.qmail@foad.org>
10767      Branch: perl
10768            ! pod/perldebtut.pod
10769 ____________________________________________________________________________
10770 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
10771         Log: z/OS situation update.
10772      Branch: perl
10773            ! pod/perldelta.pod
10774 ____________________________________________________________________________
10775 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
10776         Log: Doc tweaks.
10777      Branch: perl
10778            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
10779 ____________________________________________________________________________
10780 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
10781         Log: The tests need perlio.
10782      Branch: perl
10783            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
10784 ____________________________________________________________________________
10785 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
10786         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
10787              From: Mark-Jason Dominus <mjd@plover.com>
10788              Date: Thu, 18 Apr 2002 09:38:17 -0400
10789              Message-ID: <20020418133817.22436.qmail@plover.com>    
10790              
10791              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
10792              From: Mark-Jason Dominus <mjd@plover.com>
10793              Date: Thu, 18 Apr 2002 09:54:50 -0400
10794              Message-ID: <20020418135450.22999.qmail@plover.com>    
10795      Branch: perl
10796            ! pod/perlfaq8.pod
10797 ____________________________________________________________________________
10798 [ 15991] By: sky                                   on 2002/04/18  09:18:14
10799         Log: Port testcases from thr5005 tests so we don't fail on same things.
10800              Added yield support using threads->yield().
10801      Branch: perl
10802            + ext/threads/t/thread.t
10803            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
10804 ____________________________________________________________________________
10805 [ 15990] By: nick                                  on 2002/04/18  07:56:40
10806         Log: Integrate mainline
10807      Branch: perlio
10808            - t/io/full.t
10809           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
10810           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
10811           !> perl.c t/op/groups.t toke.c win32/win32.c
10812 ____________________________________________________________________________
10813 [ 15989] By: sky                                   on 2002/04/18  07:15:55
10814         Log: Always flush the PerlIO buffers after running END blocks in 
10815              perl_destruct. This should fix ext/threads/t/end.t under Win32.
10816      Branch: perl
10817            ! perl.c
10818 ____________________________________________________________________________
10819 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
10820         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
10821      Branch: perl
10822            ! perl.c
10823 ____________________________________________________________________________
10824 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
10825         Log: Move /dev/full testing post-5.8.0.
10826      Branch: perl
10827            - t/io/full.t
10828            ! MANIFEST
10829 ____________________________________________________________________________
10830 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
10831         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
10832              ("Crays have only REAL memory.")
10833      Branch: perl
10834            ! hints/unicos.sh hints/unicosmk.sh
10835 ____________________________________________________________________________
10836 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
10837         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
10838              From: luc.st-louis@ca.transport.bombardier.com
10839              Date: Wed, 17 Apr 2002 14:22:25 -0400
10840              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
10841      Branch: perl
10842            ! win32/win32.c
10843 ____________________________________________________________________________
10844 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
10845         Log: With -Uuseperlio the error might be EBADF.
10846      Branch: perl
10847            ! t/io/full.t
10848 ____________________________________________________________________________
10849 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
10850         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
10851              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
10852              Date: Wed, 17 Apr 2002 21:16:22 +0400
10853              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
10854      Branch: perl
10855            ! lib/ExtUtils/t/Embed.t
10856 ____________________________________________________________________________
10857 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
10858         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
10859              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
10860              Date: Wed, 17 Apr 2002 20:08:03 +0400
10861              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
10862      Branch: perl
10863            ! win32/win32.c
10864 ____________________________________________________________________________
10865 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
10866         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
10867              From: Mark-Jason Dominus <mjd@plover.com>
10868              Date: Wed, 17 Apr 2002 11:14:17 -0400
10869              Message-ID: <20020417151417.27268.qmail@plover.com>
10870      Branch: perl
10871            ! t/io/full.t
10872 ____________________________________________________________________________
10873 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
10874         Log: README.cjk update.
10875      Branch: perl
10876            ! README.cn README.jp README.ko README.tw
10877 ____________________________________________________________________________
10878 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
10879         Log: Subject: [PATCH toke.c] @:foo?
10880              From: Philip Newton <Philip.Newton@gmx.net>
10881              Date: Wed, 17 Apr 2002 19:48:09 +0200
10882              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
10883      Branch: perl
10884            ! toke.c
10885 ____________________________________________________________________________
10886 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
10887         Log: Subject: Re: gcc on HP
10888              From: Philip Newton <Philip.Newton@gmx.net>
10889              Date: Wed, 17 Apr 2002 20:36:34 +0200
10890              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
10891      Branch: perl
10892            ! README.hpux
10893 ____________________________________________________________________________
10894 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
10895         Log: Adjust test for groups that appear multiple times on Cygwin
10896      Branch: perl
10897            ! t/op/groups.t
10898 ____________________________________________________________________________
10899 [ 15976] By: nick                                  on 2002/04/17  17:03:40
10900         Log: Integrate mainline
10901      Branch: perlio
10902           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
10903           +> ext/PerlIO/encoding/encoding.pm
10904           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
10905           +> ext/threads/shared/t/queue.t t/io/full.t
10906            - ext/Encode/lib/Encode/XS.pm
10907           !> (integrate 50 files)
10908 ____________________________________________________________________________
10909 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
10910         Log: Update Changes.
10911      Branch: perl
10912            ! Changes patchlevel.h
10913 ____________________________________________________________________________
10914 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
10915         Log: Subject: [PATCH B::Deparse] "foo bar"->()
10916              From: Robin Houston <robin@kitsite.com>
10917              Date: Wed, 17 Apr 2002 15:45:32 +0100
10918              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
10919      Branch: perl
10920            ! ext/B/B/Deparse.pm
10921 ____________________________________________________________________________
10922 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
10923         Log: metaconfig unit change for #15972.
10924      Branch: metaconfig/U/perl
10925            ! Extensions.U
10926 ____________________________________________________________________________
10927 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
10928         Log: As suggested by Arthur: the threads and threads::shared
10929              modules are always present.  This tries to preempt two
10930              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
10931              to have this new fancy threads implementation but my Perl
10932              doesn't seem to have it" (2) someone attempting to install
10933              threads using CPAN.pm and CPAN.pm helpfully starting to
10934              install perl 5.8.0 (which they might already have installed).
10935      Branch: perl
10936            ! Configure ext/threads/Makefile.PL
10937            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
10938            ! ext/threads/shared/shared.xs ext/threads/threads.pm
10939            ! ext/threads/threads.xs
10940 ____________________________________________________________________________
10941 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
10942         Log: More signedness nits.
10943      Branch: perl
10944            ! ext/Encode/Encode.xs
10945 ____________________________________________________________________________
10946 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
10947         Log: fast_abs_path() is tainted.
10948      Branch: perl
10949            ! ext/Cwd/t/cwd.t
10950 ____________________________________________________________________________
10951 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
10952         Log: Signedness nit.
10953      Branch: perl
10954            ! ext/Encode/bin/enc2xs
10955 ____________________________________________________________________________
10956 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
10957         Log: Subject: gcc on HP
10958              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10959              Date: Wed, 17 Apr 2002 12:43:38 +0200
10960              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
10961      Branch: perl
10962            ! README.hpux
10963 ____________________________________________________________________________
10964 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
10965         Log: Add just a little bit more explanation to PerlIO::encoding.
10966      Branch: perl
10967            ! ext/PerlIO/encoding/encoding.pm
10968 ____________________________________________________________________________
10969 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
10970         Log: PerlIO::encoding 0.01 from Dan Kogai.
10971      Branch: perl
10972            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
10973            + ext/PerlIO/encoding/encoding.pm
10974            + ext/PerlIO/encoding/encoding.xs
10975            ! MANIFEST
10976 ____________________________________________________________________________
10977 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
10978         Log: Upgrade to Encode 1.42, from Dan Kogai.
10979      Branch: perl
10980            - ext/Encode/lib/Encode/XS.pm
10981            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
10982            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
10983            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10984            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
10985            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
10986            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
10987            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
10988            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
10989            ! ext/Encode/lib/Encode/Config.pm
10990            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
10991            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10992            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
10993            ! ext/Encode/t/encoding.t
10994 ____________________________________________________________________________
10995 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
10996         Log: Test tweaks from mjd and Benjamin Goldberg.
10997      Branch: perl
10998            ! t/io/full.t
10999 ____________________________________________________________________________
11000 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
11001         Log: Document taint-safeness.   Life in the fast_abs_path()
11002              lane is unsafe.
11003      Branch: perl
11004            ! lib/Cwd.pm
11005 ____________________________________________________________________________
11006 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
11007         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11008              From: Mark-Jason Dominus <mjd@plover.com>
11009              Date: Tue, 16 Apr 2002 19:24:12 -0400
11010              Message-ID: <20020416232412.14297.qmail@plover.com>
11011      Branch: perl
11012            + t/io/full.t
11013            ! MANIFEST perlio.c
11014 ____________________________________________________________________________
11015 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
11016         Log: Manifestations of mjd, from mjd.
11017      Branch: perl
11018            ! MANIFEST
11019 ____________________________________________________________________________
11020 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
11021         Log: metaconfig unit change for #15959.
11022      Branch: metaconfig/U/perl
11023            ! Extensions.U
11024 ____________________________________________________________________________
11025 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
11026         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
11027              From: Andy Dougherty <doughera@lafayette.edu>
11028              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
11029              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
11030      Branch: perl
11031            ! Configure
11032 ____________________________________________________________________________
11033 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
11034         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
11035              From: Nicholas Clark <nick@unfortu.net>
11036              Date: Tue, 16 Apr 2002 22:22:41 +0100
11037              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
11038      Branch: perl
11039            ! embed.fnc global.sym hv.c universal.c
11040 ____________________________________________________________________________
11041 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
11042         Log: Documents for Merijn and lots of XXXs for NI-S :-)
11043      Branch: perl
11044            ! pod/perlfunc.pod pod/perlrun.pod
11045 ____________________________________________________________________________
11046 [ 15956] By: sky                                   on 2002/04/16  21:26:53
11047         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
11048              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
11049              stuff being 0xabababab on cleanup.
11050      Branch: perl
11051            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
11052            ! MANIFEST
11053 ____________________________________________________________________________
11054 [ 15955] By: nick                                  on 2002/04/16  20:46:03
11055         Log: Integate mainline (other machine)
11056      Branch: perlio
11057           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
11058           !> t/op/magic.t
11059 ____________________________________________________________________________
11060 [ 15954] By: nick                                  on 2002/04/16  20:13:32
11061         Log: Integrate mainline
11062      Branch: perlio
11063           +> README.cn README.jp README.ko README.tw
11064           +> ext/threads/shared/t/av_refs.t
11065           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
11066           !> (integrate 41 files)
11067 ____________________________________________________________________________
11068 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
11069         Log: B::walkoptree bugfix (see also #15850)
11070      Branch: perl
11071            ! ext/B/B.xs ext/B/t/terse.t
11072 ____________________________________________________________________________
11073 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
11074         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
11075              From: Philip Newton <Philip.Newton@gmx.net>
11076              Date: Tue, 16 Apr 2002 21:09:44 +0200
11077              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
11078      Branch: perl
11079            ! pod/perltodo.pod
11080 ____________________________________________________________________________
11081 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
11082         Log: Subject: [PATCH] B::Deparse problems with japhs
11083              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11084              Date: Tue, 16 Apr 2002 15:47:33 +0100
11085              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
11086      Branch: perl
11087            ! ext/B/B/Deparse.pm
11088 ____________________________________________________________________________
11089 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
11090         Log: Stas' tainting worries, obscured by me.
11091      Branch: perl
11092            ! ext/Cwd/t/cwd.t lib/Cwd.pm
11093 ____________________________________________________________________________
11094 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
11095         Log: Pod tweak to avoid =item<japanese> problems.
11096      Branch: perl
11097            ! README.jp
11098 ____________________________________________________________________________
11099 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
11100         Log: Some UTF-8 todos.
11101      Branch: perl
11102            ! pod/perltodo.pod
11103 ____________________________________________________________________________
11104 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
11105         Log: Let's not promise too much: use utf8 only works on identifier
11106              names, not package or subroutine names (admittedly limited [1], but
11107              that's what the Camel says, and that's what we are going to stick
11108              to for 5.8.0).  Also document that use vars does not do utf8.
11109              [1] The obvious problem in both is that package and subroutine
11110              names need to mappable to the filesystem.
11111      Branch: perl
11112            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
11113 ____________________________________________________________________________
11114 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
11115         Log: Subject: [PATCH] small typo in IO::Pipe pod
11116              From: Slaven Rezic <rezic@onlineoffice.de>
11117              Date: Tue, 16 Apr 2002 12:31:10 +0200
11118              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
11119      Branch: perl
11120            ! ext/IO/lib/IO/Pipe.pm
11121 ____________________________________________________________________________
11122 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
11123         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
11124              From: Arthur Bergman <arthur@contiller.se>
11125              Date: Tue, 16 Apr 2002 11:58:45 +0200
11126              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
11127      Branch: perl
11128            ! lib/Attribute/Handlers.pm
11129 ____________________________________________________________________________
11130 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
11131         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
11132              Jungshik Shin.  Regen toc.
11133      Branch: perl
11134            + README.cn README.jp README.ko README.tw
11135            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11136 ____________________________________________________________________________
11137 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
11138         Log: my $utf8here, our $utf8here, and package variable $utf8here.
11139              
11140              The actual minimal fix is in utf8.c and from NI-S,
11141              the rest are the tests (in fresh_perl since I couldn't get
11142              them easily to work elsewhere) and a slight behaviour change:
11143              previously UTF-8 identifiers had to start with an alphabetic
11144              character.  No more so, now they can start with an (Unicode)
11145              ID_Continue character (which however is not a (Unicode) digit).
11146              (Limiting the first character to ID_Start would be rather
11147              restrictive, since ID_Start allows only alphabetic letters.)
11148              
11149              TODO: use vars qw($utf8here).  This I don't find to be
11150              a showstopper.
11151      Branch: perl
11152            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
11153            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
11154 ____________________________________________________________________________
11155 [ 15942] By: ams                                   on 2002/04/16  02:24:25
11156         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
11157              From: "Craig A. Berry" <craigberry@mac.com>
11158              Date: Mon, 15 Apr 2002 22:06:14 -0500
11159              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
11160      Branch: perl
11161            ! lib/FileCache.t
11162 ____________________________________________________________________________
11163 [ 15941] By: ams                                   on 2002/04/16  02:16:35
11164         Log: Subject: [PATCH] s2p fix for VMS
11165              From: "Craig A. Berry" <craigberry@mac.com>
11166              Date: Mon, 15 Apr 2002 21:48:36 -0500
11167              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
11168      Branch: perl
11169            ! configure.com t/x2p/s2p.t x2p/s2p.PL
11170 ____________________________________________________________________________
11171 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
11172         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
11173              (and the licensing of the other code clarified, from Mark Bixby.)
11174      Branch: perl
11175            ! mpeix/mpeix.c
11176 ____________________________________________________________________________
11177 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
11178         Log: AUTHORS updates.
11179      Branch: perl
11180            ! AUTHORS
11181 ____________________________________________________________________________
11182 [ 15938] By: sky                                   on 2002/04/15  22:13:17
11183         Log: Add support for my $foo : shared; 
11184              Add testcase for this.
11185              Update manifest.
11186      Branch: perl
11187            + ext/threads/shared/t/shared_attr.t
11188            ! MANIFEST ext/threads/shared/shared.pm
11189 ____________________________________________________________________________
11190 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
11191         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
11192              From: abigail@foad.org
11193              Date: Mon, 15 Apr 2002 17:41:17 +0200
11194              Message-ID: <20020415154117.1559.qmail@foad.org>
11195              
11196              (With EBCDIC skippage added, and the skip reason
11197              skippage on the two ?? loops tweaked.)
11198      Branch: perl
11199            + t/japh/abigail.t
11200            ! MANIFEST t/TEST
11201 ____________________________________________________________________________
11202 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
11203         Log: Subject: Re: [ID 20020412.005] Dancing ??s
11204              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
11205              Date: Sun, 14 Apr 2002 16:09:30 +0100
11206              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
11207      Branch: perl
11208            ! pod/perlop.pod pp_hot.c t/op/pat.t
11209 ____________________________________________________________________________
11210 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
11211         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
11212              From: abigail@foad.org
11213              Date: Mon, 15 Apr 2002 17:40:02 +0200
11214              Message-ID: <20020415154002.1549.qmail@foad.org>
11215      Branch: perl
11216            ! t/test.pl
11217 ____________________________________________________________________________
11218 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
11219         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
11220              From: "Craig A. Berry" <craigberry@mac.com>
11221              Date: Mon, 15 Apr 2002 14:05:26 -0500
11222              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
11223      Branch: perl
11224            ! universal.c
11225 ____________________________________________________________________________
11226 [ 15933] By: sky                                   on 2002/04/15  21:26:16
11227         Log: Test arrays containing references, and references to shared arrays.
11228      Branch: perl
11229            + ext/threads/shared/t/av_refs.t
11230 ____________________________________________________________________________
11231 [ 15932] By: nick                                  on 2002/04/15  15:06:49
11232         Log: Integrate mainline (for Encode)
11233      Branch: perlio
11234           +> ext/Encode/Encode/ConfigLocal_PM.e2x
11235           +> ext/Encode/lib/Encode/JP/JIS7.pm
11236            - ext/Encode/lib/Encode/JP/2022_JP.pm
11237            - ext/Encode/lib/Encode/JP/2022_JP1.pm
11238            - ext/Encode/lib/Encode/JP/JIS.pm
11239           !> (integrate 26 files)
11240 ____________________________________________________________________________
11241 [ 15931] By: ams                                   on 2002/04/15  14:51:31
11242         Log: Subject: [PATCH] Chip didn't time travel.
11243              From: abigail@foad.org
11244              Date: Mon, 15 Apr 2002 17:40:22 +0200
11245              Message-Id: <20020415154022.1554.qmail@foad.org>
11246      Branch: perl
11247            ! pod/perlhist.pod
11248 ____________________________________________________________________________
11249 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
11250         Log: Update Changes.
11251      Branch: perl
11252            ! Changes patchlevel.h
11253 ____________________________________________________________________________
11254 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
11255         Log: The #15921 made the 'no warnings' unnecessary.
11256      Branch: perl
11257            ! t/op/magic.t
11258 ____________________________________________________________________________
11259 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
11260         Log: Subject: Re: [FILE] FileCache.t
11261              From: belg4mit <belg4mit@mit.edu>
11262              Date: Mon, 15 Apr 2002 01:31:21 -0400
11263              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
11264      Branch: perl
11265            ! lib/FileCache.t
11266 ____________________________________________________________________________
11267 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
11268         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
11269      Branch: perl
11270            ! lib/FileCache.pm lib/FileCache.t
11271 ____________________________________________________________________________
11272 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
11273         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
11274              From: Nicholas Clark <nick@unfortu.net>
11275              Date: Sun, 14 Apr 2002 22:54:43 +0100
11276              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
11277      Branch: perl
11278            ! lib/Hash/Util.t
11279 ____________________________________________________________________________
11280 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
11281         Log: Subject: [Encode] 1.40 released!
11282              From: Dan Kogai <dankogai@dan.co.jp>
11283              Date: Mon, 15 Apr 2002 07:51:52 +0900
11284              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
11285      Branch: perl
11286            + ext/Encode/Encode/ConfigLocal_PM.e2x
11287            + ext/Encode/lib/Encode/JP/JIS7.pm
11288            - ext/Encode/lib/Encode/JP/2022_JP.pm
11289            - ext/Encode/lib/Encode/JP/2022_JP1.pm
11290            - ext/Encode/lib/Encode/JP/JIS.pm
11291            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
11292            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11293            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
11294            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
11295            ! ext/Encode/lib/Encode/Config.pm
11296            ! ext/Encode/lib/Encode/Encoder.pm
11297            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
11298            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
11299 ____________________________________________________________________________
11300 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
11301         Log: return undef is of questionable style.
11302      Branch: perl
11303            ! lib/Hash/Util.pm
11304 ____________________________________________________________________________
11305 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
11306         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
11307              From: mjd@plover.com
11308              Date: 15 Apr 2002 06:46:02 -0000
11309              Message-ID: <20020415064602.17052.qmail@plover.com>     
11310      Branch: perl
11311            ! t/op/magic.t
11312 ____________________________________________________________________________
11313 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
11314         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
11315              From: mjd@plover.com
11316              Date: 14 Apr 2002 22:30:17 -0000
11317              Message-ID: <20020414223017.17361.qmail@plover.com>
11318      Branch: perl
11319            ! t/op/re_tests
11320 ____________________________________________________________________________
11321 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
11322         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
11323              From: Mark-Jason Dominus <mjd@plover.com>
11324              Date: Mon, 15 Apr 2002 02:41:52 -0400
11325              Message-ID: <20020415064152.16958.qmail@plover.com>
11326      Branch: perl
11327            ! perl.c t/lib/warnings/toke
11328 ____________________________________________________________________________
11329 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
11330         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
11331              From: "Craig A. Berry" <craigberry@mac.com>
11332              Date: Sun, 14 Apr 2002 18:56:02 -0500
11333              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
11334      Branch: perl
11335            ! configure.com
11336 ____________________________________________________________________________
11337 [ 15919] By: nick                                  on 2002/04/15  06:14:25
11338         Log: Integrate mainline
11339      Branch: perlio
11340           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
11341           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
11342           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
11343 ____________________________________________________________________________
11344 [ 15918] By: ams                                   on 2002/04/15  04:25:48
11345         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
11346              From: Stas Bekman <stas@stason.org>
11347              Date: Mon, 15 Apr 2002 11:45:03 +0800
11348              Message-Id: <3CBA4CBF.9030306@stason.org>
11349      Branch: perl
11350            ! lib/Cwd.pm
11351 ____________________________________________________________________________
11352 [ 15917] By: ams                                   on 2002/04/15  04:21:14
11353         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
11354              From: Mark-Jason Dominus <mjd@plover.com>
11355              Date: Mon, 15 Apr 2002 00:30:26 -0400
11356              Message-Id: <20020415043026.11417.qmail@plover.com>
11357      Branch: perl
11358            ! perl.c t/lib/warnings/toke
11359 ____________________________________________________________________________
11360 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
11361         Log: Correct precedence problem in #15915
11362      Branch: perl
11363            ! lib/vars.pm
11364 ____________________________________________________________________________
11365 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
11366         Log: use vars wasn't use utf8 aware.
11367      Branch: perl
11368            ! lib/vars.pm
11369 ____________________________________________________________________________
11370 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
11371         Log: Subject: [PATCH] Re: restricted hashes are unblessable
11372              From: Nicholas Clark <nick@unfortu.net>
11373              Date: Sat, 13 Apr 2002 23:43:02 +0100
11374              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
11375              
11376              The function name sucks but can't think of anything better.
11377      Branch: perl
11378            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
11379 ____________________________________________________________________________
11380 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
11381         Log: Subject: AUTHORS update
11382              From: Chris Nandor <pudge@pobox.com>
11383              Date: Sun, 14 Apr 2002 11:54:40 -0400
11384              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
11385      Branch: perl
11386            ! AUTHORS
11387 ____________________________________________________________________________
11388 [ 15912] By: nick                                  on 2002/04/14  14:47:18
11389         Log: XS versions of encode/decode for Encode::Unicode
11390      Branch: perlio
11391            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
11392 ____________________________________________________________________________
11393 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
11394         Log: metaconfig unit changes for #15910.
11395      Branch: metaconfig
11396            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11397            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11398            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11399            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11400            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11401            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11402            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11403            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11404            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11405            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11406            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11407            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11408            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11409            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11410            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11411            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11412            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11413            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11414            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11415            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11416            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11417            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11418            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11419            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11420 ____________________________________________________________________________
11421 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
11422         Log: Simplify the _r probing code by adding the i_systime
11423              only for the APIs where it matters.
11424      Branch: perl
11425            ! Configure reentr.pl
11426 ____________________________________________________________________________
11427 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
11428         Log: Integrate perlio:
11429              
11430              [ 15904]
11431              Disable test code (assertions) in CRLF layer.
11432              
11433              [ 15903]
11434              Avoid expensive paranoid check that decoder does return legal UTF-8
11435      Branch: perl
11436           !> ext/Encode/Encode.xs perlio.c
11437 ____________________________________________________________________________
11438 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
11439         Log: Subject: patch for FileCache in 5.7.3
11440              From: JPIERCE <belg4mit@MIT.EDU>
11441              Date: Sun, 14 Apr 2002 00:38:21 -0400
11442              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
11443      Branch: perl
11444            ! lib/FileCache.pm
11445 ____________________________________________________________________________
11446 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
11447         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
11448              From: Tim Bunce <Tim.Bunce@pobox.com>
11449              Date: Sun, 14 Apr 2002 12:07:35 +0100
11450              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
11451      Branch: perl
11452            ! ext/Storable/Storable.xs
11453 ____________________________________________________________________________
11454 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
11455         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
11456              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11457              Date: Sun, 14 Apr 2002 16:29:59 +0200
11458              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
11459      Branch: perl
11460            ! hints/hpux.sh
11461 ____________________________________________________________________________
11462 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
11463         Log: Subject: Enable portable gcc code on hp-ux
11464              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11465              Date: Sun, 14 Apr 2002 16:30:01 +0200
11466              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
11467      Branch: perl
11468            ! hints/hpux.sh
11469 ____________________________________________________________________________
11470 [ 15904] By: nick                                  on 2002/04/14  09:18:01
11471         Log: Disable test code (assertions) in CRLF layer.
11472      Branch: perlio
11473            ! perlio.c
11474 ____________________________________________________________________________
11475 [ 15903] By: nick                                  on 2002/04/14  09:16:39
11476         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
11477      Branch: perlio
11478            ! ext/Encode/Encode.xs
11479 ____________________________________________________________________________
11480 [ 15902] By: nick                                  on 2002/04/14  09:15:45
11481         Log: Integrate mainline
11482      Branch: perlio
11483           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
11484           +> t/win32/longpath.t t/win32/system.t
11485            - t/op/winsystem.t
11486           !> (integrate 30 files)
11487 ____________________________________________________________________________
11488 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
11489         Log: Fixed URL for the Alpha editor.
11490      Branch: perl
11491            ! pod/perlfaq3.pod
11492 ____________________________________________________________________________
11493 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
11494         Log: Dedodgify.
11495      Branch: perl
11496            ! ext/Storable/Storable.xs
11497 ____________________________________________________________________________
11498 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
11499         Log: AUTHORS updates.
11500      Branch: perl
11501            ! AUTHORS
11502 ____________________________________________________________________________
11503 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
11504         Log: s2p needs Config.pm.
11505      Branch: perl
11506            ! Makefile.SH
11507 ____________________________________________________________________________
11508 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
11509         Log: Subject: [PATCH] Benchmark.t 75,90,109
11510              From: Nicholas Clark <nick@unfortu.net>
11511              Date: Sat, 13 Apr 2002 21:43:04 +0100
11512              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
11513      Branch: perl
11514            ! lib/Benchmark.t
11515 ____________________________________________________________________________
11516 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
11517         Log: Tweaks by Autrijus Tang.
11518      Branch: perl
11519            ! ext/Encode/encoding.pm
11520 ____________________________________________________________________________
11521 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
11522         Log: FAQ sync.
11523      Branch: perl
11524            ! pod/perlfaq5.pod
11525 ____________________________________________________________________________
11526 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
11527         Log: z/OS tally update.
11528      Branch: perl
11529            ! pod/perldelta.pod
11530 ____________________________________________________________________________
11531 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
11532         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
11533              From: Nicholas Clark <nick@unfortu.net>
11534              Date: Sat, 13 Apr 2002 02:58:07 +0100
11535              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
11536      Branch: perl
11537            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
11538            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
11539            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
11540            ! t/lib/st-dump.pl
11541 ____________________________________________________________________________
11542 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
11543         Log: Add piconv and enc2xs to the list of utilities.
11544      Branch: perl
11545            ! utils.lst
11546 ____________________________________________________________________________
11547 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
11548         Log: s.
11549      Branch: perl
11550            ! pod/perlunicode.pod
11551 ____________________________________________________________________________
11552 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
11553         Log: Phrasing fixes by Nick Clark
11554      Branch: perl
11555            ! pod/perlunicode.pod
11556 ____________________________________________________________________________
11557 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
11558         Log: More POD fixes and typos
11559      Branch: perl
11560            ! pod/perlunicode.pod
11561 ____________________________________________________________________________
11562 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
11563         Log: Subject: Re: UTF-8 and DB_File ?
11564              From: andreas.koenig@anima.de (Andreas J. Koenig)
11565              Date: Sat, 13 Apr 2002 13:29:41 +0200
11566              Message-ID: <m3ads7j0pm.fsf@anima.de>
11567      Branch: perl
11568            ! pod/perlunicode.pod
11569 ____________________________________________________________________________
11570 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
11571         Log: Fix a typo noticed by Paul Johnson.
11572      Branch: perl
11573            ! MANIFEST
11574 ____________________________________________________________________________
11575 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
11576         Log: Subject: Re: Win32 Status
11577              From: Michael G Schwern <schwern@pobox.com>
11578              Date: Fri, 12 Apr 2002 10:15:33 -0400
11579              Message-ID: <20020412141533.GB9788@blackrider>
11580      Branch: perl
11581            ! lib/ExtUtils/t/INST.t
11582 ____________________________________________________________________________
11583 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
11584         Log: Upgrade to Encode 1.34, from Dan Kogai.
11585      Branch: perl
11586            ! ext/Encode/Changes ext/Encode/Encode.pm
11587            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
11588            ! ext/Encode/t/Unicode.t
11589 ____________________________________________________________________________
11590 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
11591         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
11592              From: Graham TerMarsch <graham@howlingfrog.com>
11593              Date: Fri, 12 Apr 2002 12:28:47 -0700
11594              Message-Id: <200204121228.47826.graham@howlingfrog.com>
11595      Branch: perl
11596            ! AUTHORS
11597 ____________________________________________________________________________
11598 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
11599         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
11600              From: Nicholas Clark <nick@unfortu.net>
11601              Date: Fri, 12 Apr 2002 21:59:06 +0100
11602              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
11603      Branch: perl
11604            ! pp_pack.c t/op/pack.t
11605 ____________________________________________________________________________
11606 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
11607         Log: Re-sort MANIFEST.
11608      Branch: perl
11609            ! MANIFEST
11610 ____________________________________________________________________________
11611 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
11612         Log: Move also the Win32 system testing to t/win32.
11613      Branch: perl
11614            + t/win32/system.t
11615            - t/op/winsystem.t
11616            ! MANIFEST
11617 ____________________________________________________________________________
11618 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
11619         Log: Integrate change #15879 from maint-5.6;
11620              
11621              Win32::GetLongPathName() did not return valid results if there
11622              were "." and ".." components in the path; also fix a potential
11623              buffer overflow if the long path happens to be longer than
11624              MAX_PATH (this can presumably happen if they use \\?\... style
11625              paths); add a rather limited testsuite that exercises just the
11626              edge cases
11627      Branch: perl
11628           +> t/win32/longpath.t
11629           !> MANIFEST t/harness win32/win32.c
11630 ____________________________________________________________________________
11631 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
11632         Log: Win32::GetLongPathName() did not return valid results if there
11633              were "." and ".." components in the path; also fix a potential
11634              buffer overflow if the long path happens to be longer than
11635              MAX_PATH (this can presumably happen if they use \\?\... style
11636              paths); add a rather limited testsuite that exercises just the
11637              edge cases
11638      Branch: maint-5.6/perl
11639            + t/win32/longpath.t
11640            ! MANIFEST t/harness win32/win32.c
11641 ____________________________________________________________________________
11642 [ 15878] By: nick                                  on 2002/04/12  14:38:32
11643         Log: Integrate mainline
11644      Branch: perlio
11645           +> lib/ExtUtils/t/INST_PREFIX.t
11646           !> (integrate 37 files)
11647 ____________________________________________________________________________
11648 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
11649         Log: Update Changes.
11650      Branch: perl
11651            ! Changes patchlevel.h
11652 ____________________________________________________________________________
11653 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
11654         Log: Discuss the magic of \w in security terms.
11655      Branch: perl
11656            ! pod/perlsec.pod pod/perlunicode.pod
11657 ____________________________________________________________________________
11658 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
11659         Log: Add a warning about the symbolic methods and
11660              symbolic sub refs not being checked for taint.
11661      Branch: perl
11662            ! pod/perlsec.pod
11663 ____________________________________________________________________________
11664 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
11665         Log: In EBCDIC the BOM detection doesn't seem
11666              to be working right.  For now skipping the test,
11667              waiting for Dan's opinion.
11668      Branch: perl
11669            ! ext/Encode/t/Unicode.t
11670 ____________________________________________________________________________
11671 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
11672         Log: Update to Net::Ping 2.16.
11673      Branch: perl
11674            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
11675 ____________________________________________________________________________
11676 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
11677         Log: Upgrade to CGI.pm 2.81.
11678      Branch: perl
11679            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
11680 ____________________________________________________________________________
11681 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
11682         Log: Move up restricted hashes a bit.
11683      Branch: perl
11684            ! pod/perldelta.pod
11685 ____________________________________________________________________________
11686 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
11687         Log: Now using Unicode 3.2.0.
11688      Branch: perl
11689            ! pod/perldelta.pod
11690 ____________________________________________________________________________
11691 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
11692         Log: UNICOS too has sockpair issues (unsurprisingly,
11693              since UNICOS/mk has them too)
11694      Branch: perl
11695            ! ext/Socket/socketpair.t
11696 ____________________________________________________________________________
11697 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
11698         Log: FAQ patch from mjd regarding Tie::File.
11699      Branch: perl
11700            ! pod/perlfaq5.pod
11701 ____________________________________________________________________________
11702 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
11703         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
11704              consider using the NamesList.
11705      Branch: perl
11706            ! lib/charnames.pm lib/charnames.t
11707 ____________________________________________________________________________
11708 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
11709         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
11710              From: "Craig A. Berry" <craigberry@mac.com>
11711              Date: Thu, 11 Apr 2002 13:47:21 -0500
11712              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
11713      Branch: perl
11714            ! lib/File/CheckTree.pm lib/File/CheckTree.t
11715 ____________________________________________________________________________
11716 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
11717         Log: More NT Unicode information from Jan Dubois.
11718      Branch: perl
11719            ! pod/perltodo.pod
11720 ____________________________________________________________________________
11721 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
11722         Log: Add one perltodo item (and move bunch of them to better spot),
11723              add sysopen() to "Functions for filehandles, files, or directories".
11724      Branch: perl
11725            ! pod/perlfunc.pod pod/perltodo.pod
11726 ____________________________________________________________________________
11727 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
11728         Log: Prettyprinting: shorten the lines to avoid linewrapping.
11729      Branch: perl
11730            ! t/TEST
11731 ____________________________________________________________________________
11732 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
11733         Log: Also NEC SUPER-UX has buggy sockpair().
11734      Branch: perl
11735            ! ext/Socket/socketpair.t
11736 ____________________________________________________________________________
11737 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
11738         Log: dTHX works on its own just fine.
11739      Branch: perl
11740            ! ext/DynaLoader/dl_aix.xs
11741 ____________________________________________________________________________
11742 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
11743         Log: Must hold off building s2p until there's a miniperl.
11744      Branch: perl
11745            ! Makefile.SH
11746 ____________________________________________________________________________
11747 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
11748         Log: AIX: strerror_r() needs dTHX.
11749      Branch: perl
11750            ! ext/DynaLoader/dl_aix.xs
11751 ____________________________________________________________________________
11752 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
11753         Log: Extracting the s2p may require the right dynlibpath.
11754      Branch: perl
11755            ! Makefile.SH
11756 ____________________________________________________________________________
11757 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
11758         Log: Doc tweaks.
11759      Branch: perl
11760            ! ext/Time/HiRes/HiRes.pm
11761 ____________________________________________________________________________
11762 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
11763         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
11764              From: Michael G Schwern <schwern@pobox.com>
11765              Date: Thu, 11 Apr 2002 01:25:26 -0400
11766              Message-ID: <20020411052525.GA17038@blackrider>
11767      Branch: perl
11768            + lib/ExtUtils/t/INST_PREFIX.t
11769            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
11770            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
11771            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11772            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
11773            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
11774            ! lib/ExtUtils/t/prefixify.t
11775 ____________________________________________________________________________
11776 [ 15855] By: nick                                  on 2002/04/11  06:26:44
11777         Log: Integrate mainline
11778      Branch: perlio
11779           !> (integrate 42 files)
11780 ____________________________________________________________________________
11781 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
11782         Log: Unused variables.
11783      Branch: perl
11784            ! ext/threads/shared/shared.xs ext/threads/threads.xs
11785 ____________________________________________________________________________
11786 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
11787         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
11788              From: Ilya Martynov <ilya@martynov.org>
11789              Date: 11 Apr 2002 03:21:17 +0400
11790              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
11791      Branch: perl
11792            ! lib/Term/ReadLine.pm
11793 ____________________________________________________________________________
11794 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
11795         Log: Upgrade to Encode 1.33, from Dan Kogai.
11796      Branch: perl
11797            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
11798            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
11799            ! ext/Encode/lib/Encode/Supported.pod
11800            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
11801            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
11802            ! ext/Encode/ucm/adobeSymbol.ucm
11803            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
11804 ____________________________________________________________________________
11805 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
11806         Log: Backward portability from Dan Kogai.
11807      Branch: perl
11808            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
11809            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
11810            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
11811            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
11812            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
11813            ! ext/Storable/t/store.t ext/Storable/t/tied.t
11814            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
11815            ! ext/Storable/t/utf8.t
11816 ____________________________________________________________________________
11817 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
11818         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
11819              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
11820              bug in B::walkoptree still to be fixed.
11821      Branch: perl
11822            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
11823 ____________________________________________________________________________
11824 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
11825         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
11826              From: Philip Newton <Philip.Newton@gmx.net>
11827              Date: Wed, 10 Apr 2002 21:29:58 +0200
11828              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
11829      Branch: perl
11830            ! pod/perldelta.pod
11831 ____________________________________________________________________________
11832 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
11833         Log: Integrate perlio:
11834              
11835              [ 15847]
11836              Add a \t to Win32 pm_to_blib $(TOUCH) line.
11837      Branch: perl
11838           !> lib/ExtUtils/MM_Win32.pm
11839 ____________________________________________________________________________
11840 [ 15847] By: nick                                  on 2002/04/10  13:08:29
11841         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
11842      Branch: perlio
11843            ! lib/ExtUtils/MM_Win32.pm
11844 ____________________________________________________________________________
11845 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
11846         Log: Try to fool old AIX when threading, from Merijn.
11847      Branch: perl
11848            ! perl.h
11849 ____________________________________________________________________________
11850 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
11851         Log: Update Changes.
11852      Branch: perl
11853            ! Changes patchlevel.h
11854 ____________________________________________________________________________
11855 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
11856         Log: Welcome to the 5.7.3.
11857      Branch: perl
11858            ! NetWare/Makefile win32/Makefile
11859 ____________________________________________________________________________
11860 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
11861         Log: Make x2p/s2p part of the test_prep target now that we
11862              have a test for it.
11863      Branch: perl
11864            ! Makefile.SH
11865 ____________________________________________________________________________
11866 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
11867         Log: Integrate perlio:
11868              
11869              [ 15840]
11870              We have been 5.7.3 for a while - install there ...
11871      Branch: perl
11872           !> win32/makefile.mk
11873 ____________________________________________________________________________
11874 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
11875         Log: SImilarly to old HP-UX, in old AIX too including
11876              crypt.h leads into trouble.  (from Merijn)
11877      Branch: perl
11878            ! hints/aix.sh
11879 ____________________________________________________________________________
11880 [ 15840] By: nick                                  on 2002/04/10  10:04:19
11881         Log: We have been 5.7.3 for a while - install there ...
11882      Branch: perlio
11883            ! win32/makefile.mk
11884 ____________________________________________________________________________
11885 [ 15839] By: nick                                  on 2002/04/10  10:03:46
11886         Log: Intgrate mainline
11887      Branch: perlio
11888           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
11889            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
11890            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
11891           !> (integrate 40 files)
11892 ____________________________________________________________________________
11893 [ 15838] By: ams                                   on 2002/04/10  04:16:45
11894         Log: Subject: [PATCH] ext/attrs.t getting skipped
11895              From: "Craig A. Berry" <craigberry@mac.com>
11896              Date: Tue, 9 Apr 2002 23:58:49 -0500
11897              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
11898      Branch: perl
11899            ! t/TEST
11900 ____________________________________________________________________________
11901 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
11902         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
11903              From: Michael G Schwern <schwern@pobox.com>
11904              Date: Tue, 9 Apr 2002 20:52:55 -0400
11905              Message-ID: <20020410005254.GI8954@blackrider>
11906      Branch: perl
11907            ! t/op/sub_lval.t
11908 ____________________________________________________________________________
11909 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
11910         Log: Undo accident in #15385.
11911      Branch: metaconfig/U/perl
11912            ! Extensions.U
11913 ____________________________________________________________________________
11914 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
11915         Log: Retract the UTF-8 filenames patch.  This may be
11916              better dealt with in Perl level, a la File::Spec
11917              (since the whole mess is strongly filesystem-specific).
11918      Branch: metaconfig/U/perl
11919            + usecjk.U
11920            ! Extensions.U
11921      Branch: perl
11922            - ext/File/Glob/t/utf8.t
11923            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
11924            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
11925            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11926            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
11927            ! t/op/readdir.t
11928 ____________________________________________________________________________
11929 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
11930         Log: Upgrade to Encode 1.32, from Dan Kogai.
11931      Branch: perl
11932            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
11933            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
11934            - ext/Encode/ucm/macGurmukhi.ucm
11935            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
11936            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
11937            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
11938            ! ext/Encode/lib/Encode/Encoder.pm
11939            ! ext/Encode/lib/Encode/Supported.pod
11940            ! ext/Encode/lib/Encode/Unicode.pm
11941            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
11942            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
11943 ____________________________________________________________________________
11944 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
11945         Log: Add tests for s2p/psed, from Wolfgang Laun.
11946      Branch: perl
11947            + t/x2p/s2p.t
11948            ! MANIFEST t/TEST
11949 ____________________________________________________________________________
11950 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
11951         Log: FAQ sync.
11952      Branch: perl
11953            ! pod/perlfaq2.pod pod/perlfaq3.pod
11954 ____________________________________________________________________________
11955 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
11956         Log: Remove false dependency between getgrent and setpwent
11957              having/not having FILE**.  Also make the names of the
11958              {set,get,end}* interface struct members a bit shorter.
11959      Branch: perl
11960            ! reentr.c reentr.h reentr.pl
11961 ____________________________________________________________________________
11962 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
11963         Log: Avoid bad prototypes.
11964      Branch: perl
11965            ! hints/hpux.sh
11966 ____________________________________________________________________________
11967 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
11968         Log: metaconfig unit change for #15828.
11969      Branch: metaconfig
11970            ! U/protos/Protochk.U
11971 ____________________________________________________________________________
11972 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
11973         Log: As Merijn points out, pthread.h really needs to be known
11974              by protochk.
11975      Branch: perl
11976            ! Configure
11977 ____________________________________________________________________________
11978 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
11979         Log: Integrate perlio:
11980              
11981              [ 15826]
11982              Patch up Encode for Tk
11983      Branch: perl
11984           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
11985           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
11986 ____________________________________________________________________________
11987 [ 15826] By: nick                                  on 2002/04/09  12:38:25
11988         Log: Patch up Encode for Tk
11989      Branch: perlio
11990            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
11991            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
11992 ____________________________________________________________________________
11993 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
11994         Log: Portability tweak.
11995      Branch: perl
11996            ! lib/File/CheckTree.t
11997 ____________________________________________________________________________
11998 [ 15824] By: sky                                   on 2002/04/09  10:51:07
11999         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
12000              From: Abigail <abigail@osp.nl>
12001              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
12002              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
12003      Branch: perl
12004            ! pod/perlhist.pod
12005 ____________________________________________________________________________
12006 [ 15823] By: nick                                  on 2002/04/09  08:17:59
12007         Log: Integrate mainline
12008      Branch: perlio
12009           +> ext/Encode/lib/Encode/Config.pm
12010           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
12011           !> (integrate 37 files)
12012 ____________________________________________________________________________
12013 [ 15822] By: ams                                   on 2002/04/09  06:43:50
12014         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
12015              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12016              Date: Tue, 09 Apr 2002 02:00:51 -0400
12017              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
12018      Branch: perl
12019            ! lib/File/CheckTree.pm
12020 ____________________________________________________________________________
12021 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
12022         Log: Small perldelta tweaks.
12023      Branch: perl
12024            ! pod/perldelta.pod
12025 ____________________________________________________________________________
12026 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
12027         Log: File::Checktree update from Paul Grassie.
12028      Branch: perl
12029            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12030 ____________________________________________________________________________
12031 [ 15819] By: ams                                   on 2002/04/08  22:43:48
12032         Log: Subject: patch against t/op/sub_lval.t
12033              From: Jim Cromie <jcromie@divsol.com>
12034              Date: Mon, 08 Apr 2002 17:38:16 -0600
12035              Message-Id: <3CB229E8.9080500@divsol.com>
12036      Branch: perl
12037            ! t/op/sub_lval.t
12038 ____________________________________________________________________________
12039 [ 15818] By: ams                                   on 2002/04/08  22:40:16
12040         Log: Humbly pay homage to the redundancy gods.
12041      Branch: perl
12042            ! mg.c
12043 ____________________________________________________________________________
12044 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
12045         Log: metaconfig mirror #15816.
12046      Branch: metaconfig
12047            ! U/modified/Unix.U
12048 ____________________________________________________________________________
12049 [ 15816] By: ams                                   on 2002/04/08  22:18:32
12050         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
12051      Branch: perl
12052            ! Porting/Glossary
12053 ____________________________________________________________________________
12054 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
12055         Log: Small piconv tweaks (sent to Dan).
12056      Branch: perl
12057            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
12058            ! ext/Encode/lib/Encode/Alias.pm
12059 ____________________________________________________________________________
12060 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
12061         Log: Update Changes.
12062      Branch: perl
12063            ! Changes patchlevel.h
12064 ____________________________________________________________________________
12065 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
12066         Log: FAQ sync.  (Ignoring the few URL differences for now.)
12067      Branch: perl
12068            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12069            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
12070            ! pod/perlfaq7.pod pod/perlfaq9.pod
12071 ____________________________________________________________________________
12072 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
12073         Log: Upgrade to Encode 1.31, from Dan Kogai.
12074      Branch: perl
12075            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
12076            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12077            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
12078            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12079 ____________________________________________________________________________
12080 [ 15811] By: ams                                   on 2002/04/08  17:00:37
12081         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
12082              From: Andy Dougherty <doughera@lafayette.edu>
12083              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
12084              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
12085      Branch: perl
12086            ! lib/sort.t pp_sort.c
12087 ____________________________________________________________________________
12088 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
12089         Log: metaconfig unit changes for #15809.
12090      Branch: metaconfig
12091            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
12092 ____________________________________________________________________________
12093 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
12094         Log: Mirroring #15806.
12095      Branch: perl
12096            ! Porting/Glossary Porting/config.sh Porting/config_H
12097 ____________________________________________________________________________
12098 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
12099         Log: metaconfig unit changes for #15807.
12100      Branch: metaconfig
12101            ! U/protos/Protochk.U U/threads/d_asctime_r.U
12102            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
12103            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
12104            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
12105            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
12106            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
12107            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
12108            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
12109            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
12110            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
12111            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
12112            ! U/threads/d_getprotobyname_r.U
12113            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12114            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12115            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12116            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12117            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12118            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12119            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12120            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12121            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12122            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12123            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12124            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12125            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12126            ! U/threads/i_pthread.U
12127      Branch: perl
12128            ! config_h.SH
12129 ____________________________________________________________________________
12130 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
12131         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
12132              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12133              Date: Mon, 08 Apr 2002 14:34:27 +0200
12134              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
12135      Branch: perl
12136            ! Configure hints/hpux.sh reentr.pl
12137 ____________________________________________________________________________
12138 [ 15806] By: ams                                   on 2002/04/08  13:50:43
12139         Log: Subject: [PATCH] Updates to Porting/Glossary
12140              From: Paul_GreenVOS@vos.stratus.com
12141              Date: Mon, 8 Apr 02 10:44 edt
12142              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
12143      Branch: perl
12144            ! Porting/Glossary
12145 ____________________________________________________________________________
12146 [ 15805] By: ams                                   on 2002/04/08  13:47:32
12147         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
12148              coredumps on startup)
12149              From: Michael G Schwern <schwern@pobox.com>
12150              Date: Mon, 8 Apr 2002 10:34:49 -0400
12151              Message-Id: <20020408143449.GB3245@blackrider>
12152      Branch: perl
12153            ! lib/ExtUtils/MM_Unix.pm
12154 ____________________________________________________________________________
12155 [ 15804] By: ams                                   on 2002/04/08  13:29:28
12156         Log: Subject: [PATCH] example in pod/perllexwarn.pod
12157              From: Slaven Rezic <slaven.rezic@berlin.de>
12158              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
12159              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
12160      Branch: perl
12161            ! pod/perllexwarn.pod
12162 ____________________________________________________________________________
12163 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
12164         Log: Upgrade to Encode 1.30, from Dan Kogai. 
12165      Branch: perl
12166            + ext/Encode/lib/Encode/Encoder.pm
12167            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12168            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
12169            ! ext/Encode/lib/Encode/Supported.pod
12170            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12171            ! ext/Encode/t/grow.t
12172 ____________________________________________________________________________
12173 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
12174         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
12175              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12176              Date: Mon, 08 Apr 2002 01:08:40 +0100
12177              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
12178      Branch: perl
12179            ! ext/MIME/Base64/t/base64.t
12180 ____________________________________________________________________________
12181 [ 15801] By: nick                                  on 2002/04/08  07:28:27
12182         Log: Integrate mainline
12183      Branch: perlio
12184           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
12185           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
12186           +> ext/File/Glob/t/utf8.t
12187           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
12188           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
12189           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
12190            - ext/Encode/lib/Encode/10646_1.pm
12191            - ext/Encode/lib/Encode/Internal.pm
12192            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12193            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
12194            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
12195            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
12196            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
12197            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
12198            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
12199           !> (integrate 157 files)
12200 ____________________________________________________________________________
12201 [ 15800] By: ams                                   on 2002/04/08  07:06:21
12202         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
12203              From: Jan Dubois <JanD@ActiveState.com>
12204              Date: Mon, 08 Apr 2002 00:10:39 -0700
12205              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
12206      Branch: perl
12207            ! lib/ExtUtils/Packlist.pm
12208 ____________________________________________________________________________
12209 [ 15799] By: ams                                   on 2002/04/08  04:50:36
12210         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
12211              From: Stas Bekman <stas@stason.org>
12212              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
12213              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
12214      Branch: perl
12215            ! pod/perlguts.pod
12216 ____________________________________________________________________________
12217 [ 15798] By: ams                                   on 2002/04/08  03:56:52
12218         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
12219      Branch: perl
12220            ! util.c
12221 ____________________________________________________________________________
12222 [ 15797] By: ams                                   on 2002/04/08  01:30:38
12223         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
12224              same line of code. (As suggested by Simon Cozens.)
12225      Branch: perl
12226            ! mg.c
12227 ____________________________________________________________________________
12228 [ 15796] By: ams                                   on 2002/04/08  01:27:24
12229         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
12230              Simon Cozens.
12231      Branch: perl
12232            ! embed.fnc util.c
12233 ____________________________________________________________________________
12234 [ 15795] By: ams                                   on 2002/04/08  01:05:16
12235         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
12236              From: Tom Brown <thecap@peach.ece.utexas.edu>
12237              Date: Sun, 07 Apr 2002 23:20:05 GMT
12238              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
12239      Branch: perl
12240            ! ext/Devel/DProf/DProf.xs
12241 ____________________________________________________________________________
12242 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
12243         Log: Retract #15793 since #15775 should fix the problem.
12244      Branch: perl
12245            ! hv.c
12246 ____________________________________________________________________________
12247 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
12248         Log: (Retracted by #15794)
12249              Subject: [PATCH] hv.c
12250              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12251              Date: Sun, 7 Apr 2002 14:25:48 +0200
12252              Message-ID: <3CB056EC.16340.1119992@localhost>
12253      Branch: perl
12254            ! hv.c
12255 ____________________________________________________________________________
12256 [ 15792] By: ams                                   on 2002/04/07  21:48:49
12257         Log: Make other nits nervous.
12258      Branch: perl
12259            ! gv.c perl.c
12260 ____________________________________________________________________________
12261 [ 15791] By: ams                                   on 2002/04/07  20:31:08
12262         Log: Subject: [MIME::Base64 patch] t/base64.t fix
12263              From: Dan Kogai <dankogai@dan.co.jp>
12264              Date: Mon, 8 Apr 2002 06:19:29 +0900
12265              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
12266      Branch: perl
12267            ! ext/MIME/Base64/t/base64.t
12268 ____________________________________________________________________________
12269 [ 15790] By: ams                                   on 2002/04/07  20:15:52
12270         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
12271              From: Slaven Rezic <slaven.rezic@berlin.de>
12272              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
12273              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
12274      Branch: perl
12275            ! ext/Devel/Peek/Peek.xs
12276 ____________________________________________________________________________
12277 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
12278         Log: Fully qualify in warning message the name of a subroutine redefined
12279              via glob assignment
12280      Branch: perl
12281            ! sv.c t/lib/warnings/op t/lib/warnings/sv
12282 ____________________________________________________________________________
12283 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
12284         Log: Update from Dan Kogai.
12285      Branch: perl
12286            ! ext/Encode/t/Unicode.t
12287 ____________________________________________________________________________
12288 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
12289         Log: Can't right now twist my brain to figure out
12290              the right CR/LF code point mappings in EBCDIC.
12291      Branch: perl
12292            ! lib/Pod/t/eol.t
12293 ____________________________________________________________________________
12294 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
12295         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
12296              From: Nicholas Clark <nick@ccl4.org>
12297              Date: Sun, 7 Apr 2002 15:01:56 +0100
12298              Message-ID: <20020407150156.R10686@plum.flirble.org>
12299      Branch: perl
12300            ! ext/Data/Dumper/Dumper.xs
12301 ____________________________________________________________________________
12302 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
12303         Log: Tpyo.
12304      Branch: perl
12305            ! lib/Pod/t/eol.t
12306 ____________________________________________________________________________
12307 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
12308         Log: EBCDIC branch was forgotten.
12309      Branch: perl
12310            ! ext/Devel/Peek/Peek.t
12311 ____________________________________________________________________________
12312 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
12313         Log: charnames::viacode() was broken, noticed by Jeffrey.
12314      Branch: perl
12315            ! lib/charnames.pm lib/charnames.t
12316 ____________________________________________________________________________
12317 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
12318         Log: Missing files.
12319      Branch: perl
12320            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
12321            ! MANIFEST ext/Encode/MANIFEST
12322 ____________________________________________________________________________
12323 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
12324         Log: (intentionally empty)
12325      Branch: perl
12326            ! MANIFEST sv.h
12327 ____________________________________________________________________________
12328 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
12329         Log: Upgrade to Encode 1.26, from Dan Kogai.
12330      Branch: perl
12331            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
12332            + ext/Encode/ucm/jis0212.ucm
12333            - ext/Encode/lib/Encode/10646_1.pm
12334            - ext/Encode/lib/Encode/Internal.pm
12335            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12336            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
12337            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
12338            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
12339            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
12340            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
12341            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
12342            - ext/Encode/ucm/macRumanian.ucm
12343            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12344            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
12345            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
12346            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
12347            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
12348            ! ext/Encode/lib/Encode/Encoding.pm
12349            ! ext/Encode/lib/Encode/Supported.pod
12350            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12351            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
12352            ! ext/Encode/ucm/adobeSymbol.ucm
12353            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
12354            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
12355            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
12356            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
12357            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
12358            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
12359            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
12360            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
12361            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
12362            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
12363            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
12364            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
12365            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
12366            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
12367            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
12368            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
12369            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
12370            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
12371            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
12372            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
12373            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
12374            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
12375            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
12376            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
12377            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
12378            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
12379            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
12380            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
12381            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
12382            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
12383            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
12384            ! ext/Encode/ucm/nextstep.ucm
12385 ____________________________________________________________________________
12386 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
12387         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
12388              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
12389              Now, where was my coffee mug...
12390      Branch: perl
12391            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
12392            ! pp_sys.c
12393 ____________________________________________________________________________
12394 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
12395         Log: Subject: [PATCH] MakeMaker basic.t on Win32
12396              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12397              Date: Sun, 7 Apr 2002 14:25:48 +0200
12398              Message-ID: <3CB056EC.27101.1119A3D@localhost>
12399              
12400              Subject: [PATCH] MakeMaker && Win32 && nmake
12401              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12402              Date: Sun, 7 Apr 2002 14:25:48 +0200
12403              Message-ID: <3CB056EC.9001.11199ED@localhost>
12404      Branch: perl
12405            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12406 ____________________________________________________________________________
12407 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
12408         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
12409              From: Philip Newton <Philip.Newton@gmx.net>
12410              Date: Sun, 07 Apr 2002 07:51:49 +0200      
12411              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
12412      Branch: perl
12413            ! utf8.c
12414 ____________________________________________________________________________
12415 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
12416         Log: There was no nice way of getting in UTF-8 filenames:
12417              now one can use in the (new) three-arg form of readdir()
12418              and in File::Glob import a ":utf8" to transparently accept
12419              the filenames as Unicode.  Note that only :utf8 is supported,
12420              not fancier stuff like :encoding(foobar)
12421      Branch: perl
12422            + ext/File/Glob/t/utf8.t
12423            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12424            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
12425            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12426            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
12427            ! t/op/readdir.t
12428 ____________________________________________________________________________
12429 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
12430         Log: Subject: [PATCH] Re: perl@15772
12431              From: Nicholas Clark <nick@ccl4.org>
12432              Date: Sun, 7 Apr 2002 11:06:42 +0100
12433              Message-ID: <20020407110641.O10686@plum.flirble.org>
12434      Branch: perl
12435            ! hv.c
12436 ____________________________________________________________________________
12437 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
12438         Log: Subject: [PATCH] Re: 15764 breakage
12439              From: Michael G Schwern <schwern@pobox.com>
12440              Date: Sat, 6 Apr 2002 19:14:02 -0500
12441              Message-ID: <20020407001401.GA7076@blackrider>
12442      Branch: perl
12443            ! lib/ExtUtils/MM_Unix.pm
12444 ____________________________________________________________________________
12445 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
12446         Log: Instruction tweak.
12447      Branch: perl
12448            ! README.os390
12449 ____________________________________________________________________________
12450 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
12451         Log: Update Changes.
12452      Branch: perl
12453            ! Changes patchlevel.h
12454 ____________________________________________________________________________
12455 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
12456         Log: Subject: [PATCH] Encode tweaks for VMS
12457              From: Michael G Schwern <schwern@pobox.com>
12458              Date: Sat, 6 Apr 2002 03:26:09 -0500
12459              Message-ID: <20020406082609.GA28758@blackrider>
12460      Branch: perl
12461            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
12462            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
12463            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
12464            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
12465 ____________________________________________________________________________
12466 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
12467         Log: Prettyprinting and version paranoia.
12468      Branch: perl
12469            ! ext/DB_File/t/db-recno.t
12470 ____________________________________________________________________________
12471 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
12472         Log: Be explicit about the two DB_File tests croaking
12473              in Mac OS X.
12474      Branch: perl
12475            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
12476 ____________________________________________________________________________
12477 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
12478         Log: Regen toc.
12479      Branch: perl
12480            ! pod/perltoc.pod
12481 ____________________________________________________________________________
12482 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
12483         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12484              From: Benjamin Goldberg <goldbb2@earthlink.net>
12485              Date: Fri, 05 Apr 2002 19:15:42 -0500
12486              Message-ID: <3CAE3E2E.8483505@earthlink.net>
12487      Branch: perl
12488            ! hv.h
12489 ____________________________________________________________________________
12490 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
12491         Log: Underline that the current implementation is not
12492              guaranteed to be forever; and reformat a bit.
12493      Branch: perl
12494            ! lib/utf8.pm
12495 ____________________________________________________________________________
12496 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
12497         Log: Subject: Weak spots in the utf8 manpage
12498              From: andreas.koenig@anima.de (Andreas J. Koenig)
12499              Date: Fri, 05 Apr 2002 10:08:44 +0200      
12500              Message-ID: <m3u1qqefeb.fsf@anima.de>      
12501      Branch: perl
12502            ! lib/utf8.pm
12503 ____________________________________________________________________________
12504 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
12505         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
12506              From: Michael G Schwern <schwern@pobox.com>
12507              Date: Sat, 6 Apr 2002 03:22:03 -0500
12508              Message-ID: <20020406082203.GA28713@blackrider>
12509      Branch: perl
12510            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
12511            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
12512            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
12513            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
12514            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
12515            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12516            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12517            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
12518            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
12519            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
12520 ____________________________________________________________________________
12521 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
12522         Log: No need to avoid utf8 warnings after #15762.
12523      Branch: perl
12524            ! lib/Unicode/Collate.pm
12525 ____________________________________________________________________________
12526 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
12527         Log: As noted by Philip Newton: nothing wrong with BOM,
12528              but 0xFFFE quite wrong.
12529      Branch: perl
12530            ! t/lib/warnings/utf8 utf8.c utf8.h
12531 ____________________________________________________________________________
12532 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
12533         Log: Explain the "gaps" in the UTF-8 encoding.
12534      Branch: perl
12535            ! pod/perlunicode.pod utf8.h
12536 ____________________________________________________________________________
12537 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
12538         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
12539              From: Nicholas Clark <nick@unfortu.net>
12540              Date: Sat, 6 Apr 2002 14:54:51 +0100
12541              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
12542      Branch: perl
12543            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
12544 ____________________________________________________________________________
12545 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
12546         Log: Signedness nits.
12547      Branch: perl
12548            ! hv.c
12549 ____________________________________________________________________________
12550 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
12551         Log: Make hv_notallowed a static as suggested by Nick Clark;
12552              and synchronize the nomenclature to talk about restricted
12553              (not fixed) hashes.
12554      Branch: perl
12555            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
12556            ! proto.h
12557 ____________________________________________________________________________
12558 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
12559         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12560              From: Nicholas Clark <nick@unfortu.net>
12561              Date: Sat, 6 Apr 2002 00:21:17 +0100
12562              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
12563              
12564              (with the last one reversed)
12565      Branch: perl
12566            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
12567            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
12568 ____________________________________________________________________________
12569 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
12570         Log: Update the warning message.
12571      Branch: perl
12572            ! README.tru64
12573 ____________________________________________________________________________
12574 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
12575         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
12576              From: Dan Kogai <dankogai@dan.co.jp>
12577              Date: Sat, 6 Apr 2002 06:08:40 +0900
12578              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
12579      Branch: perl
12580            ! pod/perlunicode.pod
12581 ____________________________________________________________________________
12582 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
12583         Log: Some tests were failing silently instead of saying "not ok"
12584      Branch: perl
12585            ! t/comp/proto.t
12586 ____________________________________________________________________________
12587 [ 15753] By: nick                                  on 2002/04/05  19:30:12
12588         Log: Integrate mainline
12589      Branch: perlio
12590           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
12591           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
12592           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
12593 ____________________________________________________________________________
12594 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
12595         Log: Minor Tie::File test patch, from mjd.
12596      Branch: perl
12597            ! lib/Tie/File/t/24_cache_loop.t
12598 ____________________________________________________________________________
12599 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
12600         Log: Not *that* different line endings (noticed by Philip Newton)
12601      Branch: perl
12602            ! pod/perldelta.pod
12603 ____________________________________________________________________________
12604 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
12605         Log: Retract #15745 for now; won't work without more Encode fixes.
12606      Branch: perl
12607            ! ext/Encode/lib/Encode/10646_1.pm
12608 ____________________________________________________________________________
12609 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
12610         Log: metaconfig unit change for #15748.
12611      Branch: metaconfig
12612            ! U/modified/Oldconfig.U
12613 ____________________________________________________________________________
12614 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
12615         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
12616              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12617              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
12618              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
12619      Branch: perl
12620            ! Configure
12621 ____________________________________________________________________________
12622 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
12623         Log: NetWare update from C Aditya.
12624      Branch: perl
12625            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
12626 ____________________________________________________________________________
12627 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
12628         Log: Win32 pacifying from mjd.
12629      Branch: perl
12630            ! lib/Tie/File/t/26_twrite.t
12631 ____________________________________________________________________________
12632 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
12633         Log: Integrate perlio:
12634              
12635              [ 15744]
12636              Not only did UCS-2 have dodgy name it was buggy.
12637      Branch: perl
12638           !> ext/Encode/lib/Encode/10646_1.pm
12639 ____________________________________________________________________________
12640 [ 15744] By: nick                                  on 2002/04/05  13:02:36
12641         Log: Not only did UCS-2 have dodgy name it was buggy.
12642      Branch: perlio
12643            ! ext/Encode/lib/Encode/10646_1.pm
12644 ____________________________________________________________________________
12645 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
12646         Log: Subject: Patch for bug ID 20020221.007
12647              From: Archer Sully <archer@meer.net>
12648              Date: Thu, 4 Apr 2002 21:45:34 -0700
12649              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
12650              
12651              Fix for "[ID 20020221.007] SEGV in Storable with empty string
12652              scalar object" (dclone)
12653      Branch: perl
12654            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
12655 ____________________________________________________________________________
12656 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
12657         Log: Subject: Re: lib/sort.t failure 
12658              From: "John P. Linderman" <jpl@research.att.com>
12659              Date: Fri, 05 Apr 2002 06:19:07 -0500
12660              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
12661              
12662              with a minor formatting tweak
12663      Branch: perl
12664            ! pod/perlfunc.pod
12665 ____________________________________________________________________________
12666 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
12667         Log: Subject: Re: lib/sort.t failure (and [PATCH])
12668              From: "John P. Linderman" <jpl@research.att.com>
12669              Date: Fri, 05 Apr 2002 07:13:27 -0500
12670              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
12671      Branch: perl
12672            ! lib/sort.t
12673 ____________________________________________________________________________
12674 [ 15740] By: nick                                  on 2002/04/05  09:31:42
12675         Log: Integrate mainline
12676      Branch: perlio
12677           +> (branch 49 files)
12678           !> (integrate 82 files)
12679 ____________________________________________________________________________
12680 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
12681         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
12682              From: Dan Kogai <dankogai@dan.co.jp>
12683              Date: Fri, 5 Apr 2002 11:52:50 +0900
12684              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
12685      Branch: perl
12686            ! ext/Encode/t/Aliases.t
12687 ____________________________________________________________________________
12688 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
12689         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
12690              From: Dan Kogai <dankogai@dan.co.jp>
12691              Date: Fri, 5 Apr 2002 11:39:55 +0900
12692              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
12693      Branch: perl
12694            ! ext/Encode/lib/Encode/Alias.pm
12695 ____________________________________________________________________________
12696 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
12697         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
12698              From: Ilmari Karonen <iltzu@sci.fi>
12699              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
12700              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
12701      Branch: perl
12702            ! gv.c t/op/method.t
12703 ____________________________________________________________________________
12704 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
12705         Log: I was fooled for a while, somebody else might be too.
12706      Branch: perl
12707            ! t/test.pl
12708 ____________________________________________________________________________
12709 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
12710         Log: test.pl-ify.
12711      Branch: perl
12712            ! t/op/method.t
12713 ____________________________________________________________________________
12714 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
12715         Log: Upgrade to Encode 1.20, from Dan Kogai.
12716      Branch: perl
12717            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
12718            + ext/Encode/ucm/adobeSymbol.ucm
12719            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
12720            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
12721            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
12722            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
12723            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
12724            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
12725            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
12726            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
12727            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
12728            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
12729            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
12730            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
12731            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
12732            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
12733            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
12734            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
12735            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
12736            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
12737            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
12738            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
12739            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
12740            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
12741            + ext/Encode/ucm/macSymbol.ucm
12742            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
12743            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
12744            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
12745            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
12746            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12747            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
12748            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
12749            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
12750            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
12751            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
12752            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
12753            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
12754            ! ext/Encode/lib/Encode/Alias.pm
12755            ! ext/Encode/lib/Encode/Supported.pod
12756            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12757            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
12758            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
12759            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
12760            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
12761            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
12762            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
12763            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
12764            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
12765            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
12766            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
12767            ! ext/Encode/ucm/nextstep.ucm
12768 ____________________________________________________________________________
12769 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
12770         Log: Subject: left-over "use 5.7.2" in threads.pm
12771              From: Slaven Rezic <slaven.rezic@berlin.de>
12772              Date: 21 Mar 2002 23:18:13 +0100
12773              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
12774      Branch: perl
12775            ! ext/threads/threads.pm
12776 ____________________________________________________________________________
12777 [ 15732] By: ams                                   on 2002/04/04  17:08:13
12778         Log: Subject: [PATCH 5.7.3 DOCS]
12779              From: mjd@plover.com
12780              Date: 4 Apr 2002 15:59:39 -0000
12781              Message-Id: <20020404155939.6754.qmail@plover.com>
12782      Branch: perl
12783            ! pod/perlfaq9.pod
12784 ____________________________________________________________________________
12785 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
12786         Log: metaconfig unit change for #15730.
12787      Branch: metaconfig
12788            ! U/threads/usethreads.U
12789 ____________________________________________________________________________
12790 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
12791         Log: Subject: Re: lib/sort.t failure [PATCH]
12792              From: Andy Dougherty <doughera@lafayette.edu>
12793              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
12794              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
12795              
12796              Default to usethreads in case the user most probably forgot it.
12797      Branch: perl
12798            ! Configure
12799 ____________________________________________________________________________
12800 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
12801         Log: Typo nits from Wolfgang Laun.
12802      Branch: perl
12803            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
12804 ____________________________________________________________________________
12805 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
12806         Log: Detypo in diagnostics.
12807      Branch: perl
12808            ! lib/locale.t
12809 ____________________________________________________________________________
12810 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
12811         Log: pod2html: try to be EOL agnostic.
12812              (Needs testing on CRLF and CR platforms.)
12813      Branch: perl
12814            + lib/Pod/t/eol.t
12815            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
12816 ____________________________________________________________________________
12817 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
12818         Log: Subject: [PATCH} Pod::HTML and HTML4
12819              From: Robert Spier <rspier@pobox.com>
12820              Date: Wed, 03 Apr 2002 16:26:21 -0800
12821              Message-ID: <3CAB9DAD.20305@pobox.com>
12822      Branch: perl
12823            ! lib/Pod/Html.pm
12824 ____________________________________________________________________________
12825 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
12826         Log: Byebye, beebee.
12827      Branch: perl
12828            ! t/lib/warnings/perlio
12829 ____________________________________________________________________________
12830 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
12831         Log: Subject: Re: enc2xs needs portable way to know it's in the core
12832              From: PPrymmer@factset.com
12833              Date: Wed, 3 Apr 2002 14:29:32 -0500
12834              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
12835      Branch: perl
12836            ! configure.com
12837 ____________________________________________________________________________
12838 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
12839         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
12840              From: Dominic Dunlop <domo@computer.org>
12841              Date: Wed, 3 Apr 2002 22:44:01 +0200
12842              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
12843      Branch: perl
12844            ! lib/File/Spec/t/rel2abs2rel.t
12845 ____________________________________________________________________________
12846 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
12847         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
12848              From: Paul_GreenVOS@vos.stratus.com
12849              Date: Wed, 3 Apr 02 16:34 est
12850              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
12851      Branch: perl
12852            ! pp_pack.c
12853 ____________________________________________________________________________
12854 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
12855         Log: Upgrade to Tie::File 0.93, from mjd.
12856      Branch: perl
12857            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
12858            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
12859            ! lib/Tie/File/t/41_heap.t
12860 ____________________________________________________________________________
12861 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
12862         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
12863              From: Andy Dougherty <doughera@lafayette.edu>
12864              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
12865              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
12866      Branch: perl
12867            ! lib/AnyDBM_File.t
12868 ____________________________________________________________________________
12869 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
12870         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
12871              and ccflags including -DNO_LOCALE
12872      Branch: perl
12873            ! perl.h
12874 ____________________________________________________________________________
12875 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
12876         Log: EPOC tweaks from Olaf Flebbe.
12877      Branch: perl
12878            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
12879 ____________________________________________________________________________
12880 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
12881         Log: Subject: [PATCH] Set @INC earlier
12882              From: Andy Dougherty <doughera@lafayette.edu>
12883              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
12884              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
12885      Branch: perl
12886            ! lib/AnyDBM_File.t lib/sort.t
12887 ____________________________________________________________________________
12888 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
12889         Log: perlcompile.pod was listing all B:: modules, except B::Concise
12890              (resubmitted)
12891      Branch: perl
12892            ! pod/perlcompile.pod
12893 ____________________________________________________________________________
12894 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
12895         Log: perlcompile.pod was listing all B:: modules, except B::Concise
12896      Branch: perl
12897            ! pod/perlcompile.pod
12898 ____________________________________________________________________________
12899 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
12900         Log: non-perlio robustness.
12901      Branch: perl
12902            ! ext/Socket/socketpair.t lib/utf8.t
12903 ____________________________________________________________________________
12904 [ 15713] By: nick                                  on 2002/04/03  18:06:49
12905         Log: Integrate mainline
12906      Branch: perlio
12907           +> lib/Tie/File/t/41_heap.t
12908           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
12909           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
12910           !> regexec.c t/op/re_tests t/op/tiearray.t
12911 ____________________________________________________________________________
12912 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
12913         Log: Tweak for 8.3 compat.
12914      Branch: perl
12915            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
12916            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
12917            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
12918            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
12919            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
12920            ! ext/Encode/bin/enc2xs
12921 ____________________________________________________________________________
12922 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
12923         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
12924              From: Mark-Jason Dominus <mjd@plover.com>
12925              Date: Wed, 03 Apr 2002 13:04:40 -0500
12926              Message-ID: <20020403180440.7614.qmail@plover.com>
12927      Branch: perl
12928            ! t/op/tiearray.t
12929 ____________________________________________________________________________
12930 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
12931         Log: Forgotten.
12932      Branch: perl
12933            + lib/Tie/File/t/41_heap.t
12934            ! MANIFEST
12935 ____________________________________________________________________________
12936 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
12937         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12938              From: Mark Kvale <kvale@phy.ucsf.edu>
12939              Date: Tue, 2 Apr 2002 13:57:37 -0800
12940              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
12941      Branch: perl
12942            ! t/op/re_tests
12943 ____________________________________________________________________________
12944 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
12945         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
12946              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
12947              Date: Wed, 03 Apr 2002 03:34:34 +0100
12948              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
12949      Branch: perl
12950            ! regcomp.c
12951 ____________________________________________________________________________
12952 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
12953         Log: The leavetry crash should now be history.
12954      Branch: perl
12955            ! t/op/tiearray.t
12956 ____________________________________________________________________________
12957 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
12958         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
12959              From: Michael G Schwern <schwern@pobox.com>
12960              Date: Wed, 3 Apr 2002 10:56:44 -0500
12961              Message-ID: <20020403155644.GC916@blackrider>
12962      Branch: perl
12963            ! lib/ExtUtils/MM_Win95.pm
12964 ____________________________________________________________________________
12965 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
12966         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
12967              From: Dave Mitchell <davem@fdgroup.com>
12968              Date: Wed, 3 Apr 2002 02:08:26 +0100
12969              Message-ID: <20020403020825.B16724@fdgroup.com>
12970      Branch: perl
12971            ! pp_ctl.c
12972 ____________________________________________________________________________
12973 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
12974         Log: Prototype tweak for non-threaded builds.
12975      Branch: perl
12976            ! perl.c
12977 ____________________________________________________________________________
12978 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
12979         Log: Detached threads do not help; they still hold resources.
12980      Branch: perl
12981            ! ext/threads/threads.pm pod/perldiag.pod
12982 ____________________________________________________________________________
12983 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
12984         Log: Doc tweak from Wolfgang Laun.
12985      Branch: perl
12986            ! lib/File/Compare.pm
12987 ____________________________________________________________________________
12988 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
12989         Log: Subject: [PATCH bleadperl] regexec.c
12990              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12991              Date: Wed, 3 Apr 2002 11:13:30 +0200
12992              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
12993      Branch: perl
12994            ! regexec.c
12995 ____________________________________________________________________________
12996 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
12997         Log: Document the "Cleanup skipped ..." warning.
12998      Branch: perl
12999            ! ext/threads/threads.pm pod/perldiag.pod
13000 ____________________________________________________________________________
13001 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
13002         Log: Integrate perlio:
13003              
13004              [ 15698]
13005              Fix segfaults when mainthread exits with other threads running:
13006              - track number of running threads
13007              - if main thread calls perl_destruct() with other threads running
13008              skip most of cleanup (with a warning).
13009              
13010              [ 15696]
13011              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13012      Branch: perl
13013           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13014           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
13015           !> pod/perlapi.pod proto.h
13016 ____________________________________________________________________________
13017 [ 15698] By: nick                                  on 2002/04/03  13:15:30
13018         Log: Fix segfaults when mainthread exits with other threads running:
13019              - track number of running threads
13020              - if main thread calls perl_destruct() with other threads running
13021              skip most of cleanup (with a warning).
13022      Branch: perlio
13023            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13024            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
13025 ____________________________________________________________________________
13026 [ 15697] By: nick                                  on 2002/04/03  07:34:13
13027         Log: Integrate mainline
13028      Branch: perlio
13029           +> lib/Net/Ping/t/250_ping_hires.t
13030           !> (integrate 33 files)
13031 ____________________________________________________________________________
13032 [ 15696] By: nick                                  on 2002/04/03  06:41:58
13033         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13034      Branch: perlio
13035            ! lib/ExtUtils/xsubpp
13036 ____________________________________________________________________________
13037 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
13038         Log: Subject: [PATCH @15047] debugger
13039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13040              Date: Sat, 16 Mar 2002 04:38:50 -0500
13041              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
13042      Branch: perl
13043            ! lib/perl5db.pl
13044 ____________________________________________________________________________
13045 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
13046         Log: Third Degree flags.
13047      Branch: perl
13048            ! Makefile.SH
13049 ____________________________________________________________________________
13050 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
13051         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
13052              From: Mark-Jason Dominus <mjd@plover.com>
13053              Date: Tue, 02 Apr 2002 16:35:11 -0500
13054              Message-ID: <20020402213511.27781.qmail@plover.com>
13055              
13056              (tweaked)
13057      Branch: perl
13058            ! pod/perlfunc.pod
13059 ____________________________________________________________________________
13060 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
13061         Log: Upgrade to Tie::File 0.92, from mjd.
13062      Branch: perl
13063            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13064            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13065            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
13066            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
13067            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
13068            ! lib/Tie/File/t/40_abs_cache.t
13069 ____________________________________________________________________________
13070 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
13071         Log: Subject: [PATCH] Update my email address in perl.c
13072              From: Paul_GreenVOS@vos.stratus.com
13073              Date: Tue, 2 Apr 02 15:27 est
13074              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
13075      Branch: perl
13076            ! AUTHORS perl.c
13077 ____________________________________________________________________________
13078 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
13079         Log: POD fix.
13080      Branch: perl
13081            ! pod/perldelta.pod
13082 ____________________________________________________________________________
13083 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
13084         Log: What started as a small nit (the charnames test, nit found
13085              be Hugo), ballooned a bit... the goal is Larry's wish that
13086              illegal Unicode (such as U+FFFF) by default doesn't warn,
13087              since what if somebody WANTS to create illegal Unicode?
13088              Now getting close to this in the regex runtime.
13089              (Also, fix more of my fixation that BOM would be U+FFFE.)
13090      Branch: perl
13091            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
13092            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
13093 ____________________________________________________________________________
13094 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
13095         Log: Talk more about Net::Ping.
13096      Branch: perl
13097            ! pod/perldelta.pod
13098 ____________________________________________________________________________
13099 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
13100         Log: Upgrade to Net::Ping 2.14.
13101      Branch: perl
13102            + lib/Net/Ping/t/250_ping_hires.t
13103            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
13104            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
13105            ! lib/Net/Ping/t/140_stream_inst.t
13106 ____________________________________________________________________________
13107 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
13108         Log: XML::Parser 2.31 should be out shortly.
13109      Branch: perl
13110            ! pod/perldelta.pod
13111 ____________________________________________________________________________
13112 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
13113         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
13114              From: George Necula <necula@eecs.berkeley.edu>
13115              Date: Tue, 2 Apr 2002 10:22:41 -0800
13116              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
13117      Branch: perl
13118            ! lib/File/Spec/Cygwin.pm
13119 ____________________________________________________________________________
13120 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
13121         Log: EBCDIC test tweak.
13122      Branch: perl
13123            ! pod/perldelta.pod t/uni/case.pl
13124 ____________________________________________________________________________
13125 [ 15683] By: nick                                  on 2002/04/02  15:36:17
13126         Log: Integrate mainline
13127      Branch: perlio
13128           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
13129           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
13130           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
13131 ____________________________________________________________________________
13132 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
13133         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
13134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13135              Date: Tue, 2 Apr 2002 00:37:08 -0500
13136              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
13137      Branch: perl
13138            ! os2/os2ish.h perlio.c
13139 ____________________________________________________________________________
13140 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
13141         Log: Subject: [PATCH @15047] debugger again
13142              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13143              Date: Tue, 2 Apr 2002 00:30:31 -0500
13144              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
13145      Branch: perl
13146            ! lib/perl5db.pl
13147 ____________________________________________________________________________
13148 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
13149         Log: Subject: [PATCH @15047] test() in CPAN.pm
13150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13151              Date: Tue, 2 Apr 2002 00:46:45 -0500
13152              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
13153      Branch: perl
13154            ! lib/CPAN.pm
13155 ____________________________________________________________________________
13156 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
13157         Log: Sync with libnet-1.11
13158      Branch: perl
13159            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
13160            ! lib/Net/SMTP.pm
13161 ____________________________________________________________________________
13162 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
13163         Log: NetWare tweaks from C Aditya.
13164      Branch: perl
13165            ! NetWare/t/NWScripts.pl scope.c
13166 ____________________________________________________________________________
13167 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
13168         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
13169              From: Dan Kogai <dankogai@dan.co.jp>
13170              Date: Tue, 2 Apr 2002 22:21:47 +0900
13171              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
13172      Branch: perl
13173            ! ext/Encode/Encode.xs
13174 ____________________________________________________________________________
13175 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
13176         Log: Integrate perlio:
13177              
13178              [ 15675]
13179              Add buffer size growth test.
13180              
13181              [ 15674]
13182              Calculate buffer size needs in float to avoid 32-bit overflow.
13183      Branch: perl
13184           +> ext/Encode/t/grow.t
13185           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
13186 ____________________________________________________________________________
13187 [ 15675] By: nick                                  on 2002/04/02  07:49:41
13188         Log: Add buffer size growth test.
13189      Branch: perlio
13190            + ext/Encode/t/grow.t
13191            ! MANIFEST ext/Encode/MANIFEST
13192 ____________________________________________________________________________
13193 [ 15674] By: nick                                  on 2002/04/02  07:40:49
13194         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
13195      Branch: perlio
13196            ! ext/Encode/Encode.xs
13197 ____________________________________________________________________________
13198 [ 15673] By: nick                                  on 2002/04/02  07:40:06
13199         Log: Integrate mainline
13200      Branch: perlio
13201           +> (branch 102 files)
13202            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13203            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13204            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13205            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13206            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13207            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13208            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13209            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13210            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
13211            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
13212            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13213            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
13214            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
13215            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
13216            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
13217            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
13218            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
13219            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
13220            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
13221            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
13222            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
13223            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
13224            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
13225            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
13226            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
13227            - ext/Encode/Encode/macCentEuro.ucm
13228            - ext/Encode/Encode/macCroatian.ucm
13229            - ext/Encode/Encode/macCyrillic.ucm
13230            - ext/Encode/Encode/macDingbats.ucm
13231            - ext/Encode/Encode/macGreek.ucm
13232            - ext/Encode/Encode/macIceland.ucm
13233            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13234            - ext/Encode/Encode/macRumanian.ucm
13235            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13236            - ext/Encode/Encode/macTurkish.ucm
13237            - ext/Encode/Encode/macUkraine.ucm
13238            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13239            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
13240            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
13241            - ext/Encode/compile ext/Encode/encode.h
13242            - ext/Encode/lib/Encode/CN/2022_CN.pm
13243            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
13244            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
13245            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
13246            - lib/unicore/PropertyValueAliases.txt
13247           !> (integrate 143 files)
13248 ____________________________________________________________________________
13249 [ 15672] By: ams                                   on 2002/04/02  04:42:44
13250         Log: Win32 fix for Tie::File from MJD.
13251      Branch: perl
13252            ! lib/Tie/File.pm
13253 ____________________________________________________________________________
13254 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
13255         Log: Add a few tests to the timing-sensitive list.
13256      Branch: perl
13257            ! INSTALL
13258 ____________________________________________________________________________
13259 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
13260         Log: Subject: [PATCH sort.t] extensive regression testing
13261              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13262              Date: Mon, 1 Apr 2002 23:50:24 +0200
13263              Message-ID: <20020401235024.E677@rafael>
13264      Branch: perl
13265            ! lib/sort.t
13266 ____________________________________________________________________________
13267 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
13268         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)
13269              From: Nicholas Clark <nick@unfortu.net>
13270              Date: Mon, 1 Apr 2002 21:54:05 +0100
13271              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
13272      Branch: perl
13273            ! lib/Memoize/t/errors.t
13274 ____________________________________________________________________________
13275 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
13276         Log: Subject: getting rid of a few superfluous $&/$`
13277              From: Jeffrey Friedl <jfriedl@yahoo.com>
13278              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
13279              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
13280              
13281              (with more-backward-compat than just using @- and @+, also by Jeffrey)
13282              
13283              (The version number of Text::Balanced intentionally not
13284              increased since Damian will make a new release after 5.8)
13285      Branch: perl
13286            ! lib/Pod/Html.pm lib/Text/Balanced.pm
13287 ____________________________________________________________________________
13288 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
13289         Log: Subject: [PATCH 5.7.3 TESTS]
13290              From: mjd@plover.com
13291              Date: 1 Apr 2002 20:32:18 -0000
13292              Message-ID: <20020401203218.25230.qmail@plover.com>
13293      Branch: perl
13294            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13295            ! t/op/tiearray.t t/test.pl
13296 ____________________________________________________________________________
13297 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
13298         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
13299              From: Paul_GreenVOS@vos.stratus.com
13300              Date: Mon, 1 Apr 02 15:15 est
13301              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
13302      Branch: perl
13303            ! iperlsys.h
13304 ____________________________________________________________________________
13305 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
13306         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
13307              From: Paul_GreenVOS@vos.stratus.com
13308              Date: Mon, 1 Apr 02 14:11 est
13309              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
13310      Branch: perl
13311            ! lib/ExtUtils/MM_Unix.pm
13312 ____________________________________________________________________________
13313 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
13314         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
13315              From: Nicholas Clark <nick@unfortu.net>
13316              Date: Mon, 1 Apr 2002 19:30:05 +0100
13317              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
13318      Branch: perl
13319            ! t/op/pat.t t/op/utfhash.t
13320 ____________________________________________________________________________
13321 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
13322         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
13323              From: Mark-Jason Dominus <mjd@plover.com>
13324              Date: Mon, 01 Apr 2002 13:22:01 -0500
13325              Message-ID: <20020401182201.21189.qmail@plover.com>
13326      Branch: perl
13327            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
13328 ____________________________________________________________________________
13329 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
13330         Log: Update Changes.
13331      Branch: perl
13332            ! Changes patchlevel.h
13333 ____________________________________________________________________________
13334 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
13335         Log: Subject: [PATCH 5.7.3 DOC]
13336              From: mjd@plover.com
13337              Date: 1 Apr 2002 17:23:40 -0000
13338              Message-ID: <20020401172340.16410.qmail@plover.com>
13339      Branch: perl
13340            ! pod/perldelta.pod
13341 ____________________________________________________________________________
13342 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
13343         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
13344      Branch: perl
13345            ! hints/unicos.sh
13346 ____________________________________________________________________________
13347 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
13348         Log: Advertise piconv and enc2xs.
13349      Branch: perl
13350            ! pod/perldelta.pod
13351 ____________________________________________________________________________
13352 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
13353         Log: Add enc2xs.
13354      Branch: perl
13355            + utils/enc2xs.PL
13356            ! MANIFEST utils/Makefile
13357 ____________________________________________________________________________
13358 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
13359         Log: Integrate perlio:
13360              
13361              [ 15653]
13362              Be more explicit testing for \015 not \r
13363      Branch: perl
13364           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
13365           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
13366 ____________________________________________________________________________
13367 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
13368         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
13369              From: Philip Newton <Philip.Newton@gmx.net>
13370              Date: Mon, 01 Apr 2002 17:06:18 +0200
13371              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
13372      Branch: perl
13373            ! lib/charnames.pm lib/charnames.t
13374 ____________________________________________________________________________
13375 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
13376         Log: Subject: detypo patch
13377              From: andreas.koenig@anima.de (Andreas J. Koenig)
13378              Date: Mon, 01 Apr 2002 10:09:21 +0200
13379              Message-ID: <m3r8lzsuvi.fsf@anima.de>
13380      Branch: perl
13381            ! INSTALL
13382 ____________________________________________________________________________
13383 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
13384         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
13385              From: Philip Newton <Philip.Newton@gmx.net>
13386              Date: Mon, 01 Apr 2002 08:12:01 +0200
13387              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
13388      Branch: perl
13389            ! lib/charnames.pm lib/charnames.t
13390 ____________________________________________________________________________
13391 [ 15653] By: nick                                  on 2002/04/01  09:20:24
13392         Log: Be more explicit testing for \015 not \r
13393      Branch: perlio
13394            ! t/io/crlf.t
13395 ____________________________________________________________________________
13396 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
13397         Log: If under UTF-8 locale the utf8.pm really needs to be found.
13398      Branch: perl
13399            ! t/comp/cpp.t t/run/switchPx.t
13400 ____________________________________________________________________________
13401 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
13402         Log: Upgrade to Tie::File 0.91, from mjd.
13403      Branch: perl
13404            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
13405            + lib/Tie/File/t/26_twrite.t
13406            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
13407            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13408            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
13409            ! lib/Tie/File/t/16_handle.t
13410 ____________________________________________________________________________
13411 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
13412         Log: DJGPP tweaks from Laszlo.
13413      Branch: perl
13414            ! lib/ExtUtils/MM_DOS.pm util.c
13415 ____________________________________________________________________________
13416 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
13417         Log: Discussion about minimal installations.
13418      Branch: perl
13419            ! INSTALL
13420 ____________________________________________________________________________
13421 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
13422         Log: Comment tweak from Hugo.
13423      Branch: perl
13424            ! regexec.c
13425 ____________________________________________________________________________
13426 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
13427         Log: Another UTF-8 locale tweak from Hugo.
13428      Branch: perl
13429            ! regexec.c
13430 ____________________________________________________________________________
13431 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
13432         Log: Document the known MacOS X locale problem.
13433      Branch: perl
13434            ! pod/perldelta.pod
13435 ____________________________________________________________________________
13436 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
13437         Log: Regex fix from Hugo: in UTF-8 locales the character
13438              counting code didn't work right for minimal matches.
13439      Branch: perl
13440            ! regexec.c
13441 ____________________________________________________________________________
13442 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
13443         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
13444              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13445              Date: Sun, 31 Mar 2002 20:32:43 -0500
13446              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
13447      Branch: perl
13448            ! lib/ExtUtils/xsubpp
13449 ____________________________________________________________________________
13450 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
13451         Log: Document known FreeBSD locale glitch. 
13452      Branch: perl
13453            ! pod/perldelta.pod
13454 ____________________________________________________________________________
13455 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
13456         Log: There is --list in glibc iconv.
13457      Branch: perl
13458            ! ext/Encode/bin/piconv
13459 ____________________________________________________________________________
13460 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
13461         Log: Slight usage tweaks to piconv: show usage with
13462              no -t -f or -l arguments, or with -h.
13463      Branch: perl
13464            ! ext/Encode/bin/piconv
13465 ____________________________________________________________________________
13466 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
13467         Log: Get the piconv installed.
13468      Branch: perl
13469            + utils/piconv.PL
13470            ! MANIFEST utils/Makefile
13471 ____________________________________________________________________________
13472 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
13473         Log: Spelling tweaks.
13474      Branch: perl
13475            ! ext/Encode/bin/piconv
13476 ____________________________________________________________________________
13477 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
13478         Log: Upgrade to Encode 1.11, from Dan Kogai.
13479      Branch: perl
13480            + ext/Encode/Encode/Changes.e2x
13481            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
13482            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
13483            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
13484            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
13485            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
13486            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
13487            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
13488            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
13489            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
13490            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
13491            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
13492            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
13493            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
13494            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
13495            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
13496            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13497            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
13498            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
13499            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
13500            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
13501            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
13502            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
13503            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
13504            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
13505            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
13506            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
13507            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
13508            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
13509            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
13510            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
13511            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
13512            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
13513            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
13514            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
13515            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13516            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
13517            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
13518            + ext/Encode/ucm/viscii.ucm
13519            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13520            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13521            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13522            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13523            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13524            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13525            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13526            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13527            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
13528            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13529            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
13530            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
13531            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
13532            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
13533            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
13534            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
13535            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
13536            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
13537            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
13538            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
13539            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
13540            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
13541            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
13542            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
13543            - ext/Encode/Encode/ksc5601.ucm
13544            - ext/Encode/Encode/macCentEuro.ucm
13545            - ext/Encode/Encode/macCroatian.ucm
13546            - ext/Encode/Encode/macCyrillic.ucm
13547            - ext/Encode/Encode/macDingbats.ucm
13548            - ext/Encode/Encode/macGreek.ucm
13549            - ext/Encode/Encode/macIceland.ucm
13550            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13551            - ext/Encode/Encode/macRumanian.ucm
13552            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13553            - ext/Encode/Encode/macTurkish.ucm
13554            - ext/Encode/Encode/macUkraine.ucm
13555            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13556            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
13557            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
13558            - lib/encoding.pm lib/encoding.t
13559            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13560            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13561            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
13562            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
13563            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13564            ! ext/Encode/Makefile.PL ext/Encode/README
13565            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13566            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13567            ! ext/Encode/lib/Encode/Alias.pm
13568            ! ext/Encode/lib/Encode/Supported.pod
13569 ____________________________________________________________________________
13570 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
13571         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
13572              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
13573              respective test    and doc tweaks.
13574      Branch: perl
13575            ! lib/charnames.pm lib/charnames.t
13576 ____________________________________________________________________________
13577 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
13578         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
13579              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13580              Date: Sun, 31 Mar 2002 22:47:31 +0200
13581              Message-ID: <20020331224731.E854@rafael>
13582      Branch: perl
13583            ! pod/perlfunc.pod
13584 ____________________________________________________________________________
13585 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
13586         Log: Subject: [PATCH] __attribute__ problems with g++
13587              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13588              Date: Sun, 31 Mar 2002 22:43:03 +0200
13589              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
13590      Branch: perl
13591            ! perl.h
13592 ____________________________________________________________________________
13593 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
13594         Log: Put back the #! line, false alarm.
13595      Branch: perl
13596            ! lib/ExtUtils/t/Constant.t
13597 ____________________________________________________________________________
13598 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
13599         Log: Subject: Re: [Patch] pod/perlvar.pod
13600              From: Philip Newton <Philip.Newton@gmx.net>
13601              Date: Sun, 31 Mar 2002 07:40:43 +0200
13602              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
13603      Branch: perl
13604            ! pod/perlvar.pod
13605 ____________________________________________________________________________
13606 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
13607         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
13608              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13609              Date: Sat, 30 Mar 2002 21:37:37 -0500
13610              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
13611      Branch: perl
13612            ! ext/Socket/socketpair.t
13613 ____________________________________________________________________________
13614 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
13615         Log: Subject: Re: compile tweak for Win32
13616              From: Michael G Schwern <schwern@pobox.com>
13617              Date: Fri, 29 Mar 2002 17:48:22 -0500      
13618              Message-ID: <20020329224822.GG16816@blackrider>
13619      Branch: perl
13620            ! win32/buildext.pl
13621 ____________________________________________________________________________
13622 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
13623         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
13624              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13625              Date: Sat, 30 Mar 2002 22:19:46 +0100
13626              Message-ID: <20020330221946.A28497@rafael>
13627      Branch: perl
13628            ! t/lib/1_compile.t
13629 ____________________________________________________________________________
13630 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
13631         Log: Subject: [PATCH regmesg.t] increase output verbosity
13632              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13633              Date: Sat, 30 Mar 2002 22:34:08 +0100
13634              Message-ID: <20020330223408.C28497@rafael>
13635      Branch: perl
13636            ! t/op/regmesg.t
13637 ____________________________________________________________________________
13638 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
13639         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
13640              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13641              Date: Sat, 30 Mar 2002 21:36:23 +0100
13642              Message-ID: <20020330213623.A677@rafael>
13643      Branch: perl
13644            ! regcomp.c
13645 ____________________________________________________________________________
13646 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
13647         Log: If using a network filesystem several different hosts
13648              may be trying to lock the same file.  In this case offering
13649              to kill the other process is not that helpful.  (Unless one
13650              has *real* clustering, but that's not usually the case.)
13651      Branch: perl
13652            ! lib/CPAN.pm
13653 ____________________________________________________________________________
13654 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
13655         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
13656              From: andreas.koenig@anima.de (Andreas J. Koenig)
13657              Date: Sat, 30 Mar 2002 06:12:36 +0100
13658              Message-ID: <m3hemyvdtn.fsf@anima.de>
13659      Branch: perl
13660            ! lib/Dumpvalue.pm
13661 ____________________________________________________________________________
13662 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
13663         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
13664              From: Jeremy Zawodny <Jeremy@Zawodny.com>
13665              Date: Fri, 29 Mar 2002 17:55:20 -0800
13666              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
13667      Branch: perl
13668            ! utils/dprofpp.PL
13669 ____________________________________________________________________________
13670 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
13671         Log: Subject: [Patch] pod/perlvar.pod
13672              From: Dan Kogai <dankogai@dan.co.jp>
13673              Date: Sun, 31 Mar 2002 02:03:36 +0900
13674              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
13675      Branch: perl
13676            ! pod/perlvar.pod
13677 ____________________________________________________________________________
13678 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
13679         Log: Subject: [PATCH] MM & Encode fixes
13680              From: Michael G Schwern <schwern@pobox.com>
13681              Date: Sat, 30 Mar 2002 06:41:56 -0500
13682              Message-ID: <20020330114156.GA16533@blackrider>
13683      Branch: perl
13684            + lib/ExtUtils/t/basic.t
13685            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
13686            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
13687            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
13688            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13689            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
13690            ! lib/ExtUtils/t/hints.t
13691 ____________________________________________________________________________
13692 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
13693         Log: EBCDICification.
13694      Branch: perl
13695            ! lib/charnames.t
13696 ____________________________________________________________________________
13697 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
13698         Log: Upgrade to Tie::File 0.90, from mjd.
13699      Branch: perl
13700            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
13701            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
13702            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13703            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
13704            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
13705            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
13706            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
13707            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
13708            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
13709 ____________________________________________________________________________
13710 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
13711         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
13712              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13713              Date: Sat, 30 Mar 2002 00:20:39 +0100
13714              Message-ID: <20020330002039.A716@rafael>
13715      Branch: perl
13716            ! lib/sort.pm
13717 ____________________________________________________________________________
13718 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
13719         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
13720              From: Michael G Schwern <schwern@pobox.com>
13721              Date: Fri, 29 Mar 2002 18:14:20 -0500
13722              Message-ID: <20020329231419.GI16816@blackrider>
13723      Branch: perl
13724            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
13725            ! wince/Makefile.ce
13726 ____________________________________________________________________________
13727 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
13728         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
13729              From: Paul_GreenVOS@vos.stratus.com
13730              Date: Fri, 29 Mar 02 18:01 est
13731              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
13732      Branch: perl
13733            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
13734 ____________________________________________________________________________
13735 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
13736         Log: AUTHORS updates.
13737      Branch: perl
13738            ! AUTHORS
13739 ____________________________________________________________________________
13740 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
13741         Log: Upgrade to Encode 1.01, from Dan Kogai.
13742      Branch: perl
13743            ! ext/Encode/Changes ext/Encode/Encode.pm
13744            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13745            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13746            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13747            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13748            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13749            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13750            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13751            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13752            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
13753            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13754            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
13755            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
13756            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
13757            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
13758            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
13759            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
13760            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
13761            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
13762            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
13763            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
13764            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
13765            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
13766            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
13767            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
13768            ! ext/Encode/Encode/ksc5601.ucm
13769            ! ext/Encode/Encode/macCentEuro.ucm
13770            ! ext/Encode/Encode/macCroatian.ucm
13771            ! ext/Encode/Encode/macCyrillic.ucm
13772            ! ext/Encode/Encode/macDingbats.ucm
13773            ! ext/Encode/Encode/macGreek.ucm
13774            ! ext/Encode/Encode/macIceland.ucm
13775            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13776            ! ext/Encode/Encode/macRumanian.ucm
13777            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13778            ! ext/Encode/Encode/macTurkish.ucm
13779            ! ext/Encode/Encode/macUkraine.ucm
13780            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13781            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
13782            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
13783            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13784            ! ext/Encode/lib/Encode/CJKConstants.pm
13785            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
13786            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
13787            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
13788 ____________________________________________________________________________
13789 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
13790         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
13791              From: "Craig A. Berry" <craigberry@mac.com>
13792              Date: Fri, 29 Mar 2002 13:46:28 -0600
13793              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
13794      Branch: perl
13795            ! configure.com
13796 ____________________________________________________________________________
13797 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
13798         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
13799              which one has to get from the CPAN distribution.
13800      Branch: perl
13801            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
13802            + lib/Memoize/t/expmod_t.t
13803            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
13804            - lib/Memoize/t/expire_module_t.t
13805            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
13806            ! lib/Memoize/README
13807 ____________________________________________________________________________
13808 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
13809         Log: metaconfig unit tweak.
13810      Branch: metaconfig/U/perl
13811            ! versiononly.U
13812 ____________________________________________________________________________
13813 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
13814         Log: Configure-related tweaks.
13815      Branch: perl
13816            ! Porting/Glossary Porting/config.sh Porting/config_H
13817            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13818            ! vos/config.ga.h
13819 ____________________________________________________________________________
13820 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
13821         Log: Ooops.
13822      Branch: perl
13823            ! t/op/ver.t
13824 ____________________________________________________________________________
13825 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
13826         Log: Subject: [PATCH @15606] d_time for vms
13827              From: "Craig A. Berry" <craigberry@mac.com>
13828              Date: Fri, 29 Mar 2002 11:58:29 -0600
13829              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
13830      Branch: perl
13831            ! configure.com
13832 ____________________________________________________________________________
13833 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
13834         Log: Subject: Re: Regex-Unicode bugs
13835              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13836              Date: Thu, 28 Mar 2002 10:12:35 +0100
13837              Message-ID: <20020328101235.F678@rafael>
13838      Branch: perl
13839            ! t/op/regmesg.t
13840 ____________________________________________________________________________
13841 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
13842         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
13843              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13844              Date: Fri, 29 Mar 2002 16:53:27 +0000
13845              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
13846      Branch: perl
13847            ! pod/perlre.pod pod/perlretut.pod
13848 ____________________________________________________________________________
13849 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
13850         Log: Subject: Re: debugger debuggers wanted
13851              From: spidb@cpan.org
13852              Date: Fri, 29 Mar 2002 06:34:11 -0500
13853              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
13854      Branch: perl
13855            ! lib/perl5db.pl
13856 ____________________________________________________________________________
13857 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
13858         Log: Update Changes.
13859      Branch: perl
13860            ! Changes patchlevel.h
13861 ____________________________________________________________________________
13862 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
13863         Log: Rename for 8.3-friendliness.
13864      Branch: perl
13865            + lib/unicore/PropValueAliases.txt
13866            - lib/unicore/PropertyValueAliases.txt
13867            ! MANIFEST lib/unicore/README.perl
13868 ____________________________________________________________________________
13869 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
13870         Log: Retract ExtUtils/t/basic.t until it works.
13871      Branch: perl
13872            - lib/ExtUtils/t/basic.t
13873            ! MANIFEST
13874 ____________________________________________________________________________
13875 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
13876         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
13877              From: Slaven Rezic <slaven.rezic@berlin.de>
13878              Date: 28 Mar 2002 22:27:14 +0100
13879              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
13880      Branch: perl
13881            ! hints/freebsd.sh
13882 ____________________________________________________________________________
13883 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
13884         Log: Interesting... where did this come from?
13885              (The Configure change in #15600)
13886      Branch: perl
13887            ! config_h.SH
13888 ____________________________________________________________________________
13889 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
13890         Log: metaconfig unit change for #15600.
13891      Branch: metaconfig/U/perl
13892            ! versiononly.U
13893 ____________________________________________________________________________
13894 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
13895         Log: Subject: versiononly should not put `old' versions in inc
13896              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13897              Date: Fri, 29 Mar 2002 12:53:49 +0100
13898              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
13899      Branch: perl
13900            ! Configure
13901 ____________________________________________________________________________
13902 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
13903         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
13904              From: Michael G Schwern <schwern@pobox.com>
13905              Date: Fri, 29 Mar 2002 04:12:47 -0500
13906              Message-ID: <20020329091247.GA7432@blackrider>
13907              
13908              (with two nits: (1) change lib/Extutils/Command/MM.pm
13909              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
13910              @INC to compile.t)
13911      Branch: perl
13912            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
13913            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
13914            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
13915            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
13916            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
13917            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
13918            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
13919            + lib/ExtUtils/t/Problem-Module/Makefile.PL
13920            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
13921            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
13922            + t/lib/MakeMaker/Test/Utils.pm
13923            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
13924            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
13925            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
13926            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
13927            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
13928            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13929            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
13930            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
13931            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
13932            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
13933            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
13934            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
13935            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
13936            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
13937            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
13938            ! t/lib/TieOut.pm
13939 ____________________________________________________________________________
13940 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
13941         Log: Leftovers from Encode 0.99.
13942      Branch: perl
13943            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
13944            - ext/Encode/compile ext/Encode/encode.h
13945            - ext/Encode/lib/Encode/CN/2022_CN.pm
13946            - ext/Encode/lib/Encode/Details.pod
13947 ____________________________________________________________________________
13948 [ 15597] By: nick                                  on 2002/03/29  14:03:35
13949         Log: Integrate mainline
13950      Branch: perlio
13951           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
13952           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
13953           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13954           !> (integrate 130 files)
13955 ____________________________________________________________________________
13956 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
13957         Log: Subject: Another Unicode-3.2-induced doc fix
13958              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13959              Date: Fri, 29 Mar 2002 21:45:47 +0900
13960              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
13961      Branch: perl
13962            ! ext/Unicode/Normalize/Normalize.pm
13963 ____________________________________________________________________________
13964 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
13965         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
13966              From: Slaven Rezic <slaven.rezic@berlin.de>
13967              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
13968              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
13969      Branch: perl
13970            ! reentr.c reentr.pl
13971 ____________________________________________________________________________
13972 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
13973         Log: Subject: [PATCH] Quieting OS X
13974              From: Michael G Schwern <schwern@pobox.com>
13975              Date: Fri, 29 Mar 2002 05:46:23 -0500
13976              Message-ID: <20020329104622.GA9163@blackrider>
13977      Branch: perl
13978            ! ext/POSIX/t/posix.t t/op/stat.t
13979 ____________________________________________________________________________
13980 [ 15593] By: ams                                   on 2002/03/29  07:32:22
13981         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
13982              From: Paul_GreenVOS@vos.stratus.com
13983              Date: Fri, 29 Mar 02 0:05 est
13984              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
13985      Branch: perl
13986            ! ext/Time/HiRes/HiRes.xs
13987 ____________________________________________________________________________
13988 [ 15592] By: ams                                   on 2002/03/29  07:28:29
13989         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
13990              From: Spider Boardman <spidb@cpan.org>
13991              Date: Fri, 29 Mar 2002 00:52:24 -0500
13992              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
13993      Branch: perl
13994            ! op.c t/op/attrs.t
13995 ____________________________________________________________________________
13996 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
13997         Log: It's perlce.
13998      Branch: perl
13999            ! pod/perldelta.pod
14000 ____________________________________________________________________________
14001 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
14002         Log: MPE/iX tweaks from Mark Bixby.
14003      Branch: perl
14004            ! ext/Storable/t/lock.t mpeix/relink
14005 ____________________________________________________________________________
14006 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
14007         Log: Upgrade to Encode 1.00, from Dan Kogai.
14008              
14009              (one nit: bin/enc2xs needed also ../..)
14010      Branch: perl
14011            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14012            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14013            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14014            ! (edit 104 files)
14015 ____________________________________________________________________________
14016 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
14017         Log: Subject: [PATCH] NEXT LINE --> NEL
14018              From: Philip Newton <Philip.Newton@gmx.net>
14019              Date: Thu, 28 Mar 2002 21:03:10 +0000
14020              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
14021      Branch: perl
14022            ! lib/charnames.pm lib/charnames.t
14023 ____________________________________________________________________________
14024 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
14025         Log: binmode :bytes, again.
14026      Branch: perl
14027            ! lib/utf8.t
14028 ____________________________________________________________________________
14029 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
14030         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
14031              From: Mark-Jason Dominus <mjd@plover.com>
14032              Date: Thu, 28 Mar 2002 10:36:03 -0500
14033              Message-ID: <20020328153603.11992.qmail@plover.com>
14034      Branch: perl
14035            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14036 ____________________________________________________________________________
14037 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
14038         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
14039      Branch: perl
14040            ! lib/charnames.pm lib/charnames.t pp_pack.c
14041 ____________________________________________________________________________
14042 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
14043         Log: If expecting UTF-8, probably not expecting UTF-16.
14044      Branch: perl
14045            ! t/comp/require.t
14046 ____________________________________________________________________________
14047 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
14048         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
14049              From: Paul_GreenVOS@vos.stratus.com
14050              Date: Thu, 28 Mar 02 8:22 est
14051              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
14052      Branch: perl
14053            ! lib/Time/Local.pm
14054 ____________________________________________________________________________
14055 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
14056         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
14057              From: Paul_GreenVOS@vos.stratus.com
14058              Date: Thu, 28 Mar 02 7:46 est
14059              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
14060      Branch: perl
14061            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
14062 ____________________________________________________________________________
14063 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
14064         Log: A little bit better error message for \pq, still
14065              not good because the script context is not shown.
14066      Branch: perl
14067            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
14068 ____________________________________________________________________________
14069 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
14070         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
14071              From: Jeffrey Friedl <jfriedl@yahoo.com>
14072              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
14073              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
14074      Branch: perl
14075            ! sv.c t/op/pat.t
14076 ____________________________________________________________________________
14077 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
14078         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
14079              From: Mark-Jason Dominus <mjd@plover.com>
14080              Date: Thu, 28 Mar 2002 05:04:40 -0500
14081              Message-ID: <20020328100440.22081.qmail@plover.com>
14082      Branch: perl
14083            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14084 ____________________________________________________________________________
14085 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
14086         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
14087              From: mjd@plover.com
14088              Date: 28 Mar 2002 09:22:06 -0000
14089              Message-ID: <20020328092206.18833.qmail@plover.com>
14090      Branch: perl
14091            ! lib/encoding.t
14092 ____________________________________________________________________________
14093 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
14094         Log: Unicode 3.2.0-induced doc tweaks.
14095      Branch: perl
14096            ! pod/perlretut.pod pod/perlunicode.pod
14097 ____________________________________________________________________________
14098 [ 15576] By: nick                                  on 2002/03/28  07:40:04
14099         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
14100      Branch: perlio
14101           +> (branch 31 files)
14102           !> (integrate 162 files)
14103 ____________________________________________________________________________
14104 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
14105         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
14106              From: Paul_GreenVOS@vos.stratus.com
14107              Date: Thu, 28 Mar 02 0:16 est
14108              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
14109      Branch: perl
14110            ! ext/POSIX/t/posix.t
14111 ____________________________________________________________________________
14112 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
14113         Log: Subject: Re: Regex-Unicode bugs
14114              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14115              Date: Wed, 27 Mar 2002 13:48:06 +0100
14116              Message-ID: <20020327134806.C18945@rafael>
14117              
14118              regmesg.t patch still would be nice.
14119      Branch: perl
14120            ! regcomp.c
14121 ____________________________________________________________________________
14122 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
14123         Log: Subject: Re: Regex-Unicode bugs
14124              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
14125              Date: Wed, 27 Mar 2002 12:39:57 +0000
14126              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
14127      Branch: perl
14128            ! pod/perldiag.pod regcomp.c
14129 ____________________________________________________________________________
14130 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
14131         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
14132              From: Paul_GreenVOS@vos.stratus.com
14133              Date: Wed, 27 Mar 02 23:33 est
14134              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
14135      Branch: perl
14136            ! t/io/fs.t
14137 ____________________________________________________________________________
14138 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
14139         Log: The Official 3.2.0 came out.
14140      Branch: perl
14141            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
14142            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
14143            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
14144            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
14145            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
14146            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
14147            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
14148            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
14149            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
14150            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
14151            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
14152            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
14153            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
14154            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
14155            + lib/unicore/lib/UnifiedI.pl
14156            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
14157 ____________________________________________________________________________
14158 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
14159         Log: socketpair binmode :bytes.
14160      Branch: perl
14161            ! ext/Socket/socketpair.t
14162 ____________________________________________________________________________
14163 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
14164         Log: Don't install anything beneath 't' directories.
14165      Branch: perl
14166            ! installperl
14167 ____________________________________________________________________________
14168 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
14169         Log: More UTF-8 locale sensitivity.
14170      Branch: perl
14171            ! t/io/utf8.t
14172 ____________________________________________________________________________
14173 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
14174         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
14175              From: Stas Bekman <stas@stason.org>
14176              Date: Thu, 28 Mar 2002 10:13:45 +0800
14177              Message-ID: <3CA27C59.4020209@stason.org>
14178              
14179              Temp file cleanup.
14180      Branch: perl
14181            ! lib/Pod/t/pod2html-lib.pl
14182 ____________________________________________________________________________
14183 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
14184         Log: Be compatible also with non-UTF-8 locales.
14185      Branch: perl
14186            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
14187            ! lib/Locale/Language.pod
14188 ____________________________________________________________________________
14189 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
14190         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
14191              From: Spider Boardman <spidb@cpan.org>
14192              Date: Wed, 27 Mar 2002 20:52:28 -0500
14193              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
14194      Branch: perl
14195            ! cv.h op.c t/op/attrs.t toke.c
14196 ____________________________________________________________________________
14197 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
14198         Log: "Last element".
14199      Branch: perl
14200            ! pod/perlfunc.pod
14201 ____________________________________________________________________________
14202 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
14203         Log: Subject: Error in perlfunc for "die"
14204              From: William R Ward <bill@wards.net>
14205              Date: 27 Mar 2002 12:31:32 -0800
14206              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
14207      Branch: perl
14208            ! pod/perlfunc.pod
14209 ____________________________________________________________________________
14210 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
14211         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
14212              From: Mark Kvale <kvale@phy.ucsf.edu>
14213              Date: Wed, 27 Mar 2002 16:45:37 -0800
14214              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
14215      Branch: perl
14216            ! pod/perlre.pod pod/perlretut.pod
14217 ____________________________________________________________________________
14218 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
14219         Log: Try to handle UTF-8 locales.
14220      Branch: perl
14221            ! lib/locale.t
14222 ____________________________________________________________________________
14223 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
14224         Log: More binmode :bytes.
14225      Branch: perl
14226            ! t/io/utf8.t
14227 ____________________________________________________________________________
14228 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
14229         Log: binmode(FH, ":bytes") is the right way, methinks.
14230      Branch: perl
14231            ! ext/PerlIO/t/encoding.t
14232 ____________________________________________________________________________
14233 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
14234         Log: UTF-8 locale: need to open explicitly for bytes.
14235      Branch: perl
14236            ! ext/PerlIO/t/encoding.t
14237 ____________________________________________________________________________
14238 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
14239         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
14240      Branch: perl
14241            ! lib/Locale/Language.pm lib/Locale/Language.pod
14242 ____________________________________________________________________________
14243 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
14244         Log: Warn instead of croak.
14245      Branch: perl
14246            ! pod/perldiag.pod utf8.c
14247 ____________________________________________________________________________
14248 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
14249         Log: UTF-8 locale: there might already be one UTF-8 discipline.
14250      Branch: perl
14251            ! lib/open.t
14252 ____________________________________________________________________________
14253 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
14254         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
14255              From: "Craig A. Berry" <craigberry@mac.com>
14256              Date: Wed, 27 Mar 2002 15:22:13 -0600
14257              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
14258      Branch: perl
14259            ! t/lib/1_compile.t t/lib/compmod.pl
14260 ____________________________________________________________________________
14261 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
14262         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
14263              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14264              Date: Wed, 27 Mar 2002 22:35:03 +0100
14265              Message-ID: <20020327223503.A678@rafael>
14266      Branch: perl
14267            ! pod/perlop.pod
14268 ____________________________________________________________________________
14269 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
14270         Log: Start using the Unicode 3.2.0 data (NOTE: still
14271              unofficial, but the data is unlikely to change much.
14272              Doublecheck when 3.2.0 gets released.)
14273      Branch: perl
14274            + lib/unicore/PropertyAliases.txt
14275            + lib/unicore/PropertyValueAliases.txt
14276            ! (edit 129 files)
14277 ____________________________________________________________________________
14278 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
14279         Log: Update Changes.
14280      Branch: perl
14281            ! Changes patchlevel.h
14282 ____________________________________________________________________________
14283 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
14284         Log: Further fixing for #15549.  Six tests are failing
14285              under Solaris with en_US.UTF-8 but those failures seem
14286              unrelated to the BOUND problem, will look at them later.
14287      Branch: perl
14288            ! regexec.c
14289 ____________________________________________________________________________
14290 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
14291         Log: Possible fix for "Orks, Dragons, and Elves":
14292              should now build under UTF-8 locales (is building
14293              under Solaris en_US.UTF-8 right now).
14294      Branch: perl
14295            ! Makefile.SH regexec.c
14296 ____________________________________________________________________________
14297 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
14298         Log: Forgotten from #15523.
14299      Branch: perl
14300            ! lib/Math/BigInt/Calc.pm
14301 ____________________________________________________________________________
14302 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
14303         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
14304              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
14305              Date: Wed, 27 Mar 2002 13:32:00 +0100
14306              Message-ID: <20020327133200.A18945@rafael>
14307      Branch: perl
14308            ! regcomp.c t/lib/warnings/regcomp
14309 ____________________________________________________________________________
14310 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
14311         Log: Subject: [PATCH] MANIFES --> MANIFEST
14312              From: Philip Newton <Philip.Newton@gmx.net>
14313              Date: Wed, 27 Mar 2002 10:05:46 +0000
14314              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
14315              
14316              (plus a few tweaks more)
14317      Branch: perl
14318            ! Porting/check83.pl
14319 ____________________________________________________________________________
14320 [ 15545] By: nick                                  on 2002/03/27  07:37:36
14321         Log: Integrate mainline
14322      Branch: perlio
14323           +> lib/Math/BigInt/t/with_sub.t
14324            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14325            - lib/bignum/t/trace.t
14326           !> (integrate 76 files)
14327 ____________________________________________________________________________
14328 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
14329         Log: Obsolete mailing list information.
14330      Branch: perl
14331            ! README.bs2000 README.os390 README.vmesa
14332 ____________________________________________________________________________
14333 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
14334         Log: More URL "whitespacing".
14335      Branch: perl
14336            ! README.bs2000 README.hurd README.mpeix README.netware
14337            ! README.os390 README.vmesa README.vos README.win32
14338            ! pod/perl5004delta.pod pod/perl5005delta.pod
14339            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
14340            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
14341            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
14342            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
14343            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
14344            ! pod/perltodo.pod
14345 ____________________________________________________________________________
14346 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
14347         Log: I like doubleclicking on URLs in pods to select them.
14348      Branch: perl
14349            ! README.amiga README.epoc README.vos pod/perl561delta.pod
14350            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
14351            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14352            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
14353            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
14354            ! pod/perltodo.pod pod/perlvar.pod
14355 ____________________________________________________________________________
14356 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
14357         Log: Regen modlib.
14358      Branch: perl
14359            ! pod/perlmodlib.pod
14360 ____________________________________________________________________________
14361 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
14362         Log: Update the CPAN sites list.
14363      Branch: perl
14364            ! pod/perlmodlib.PL pod/perlmodlib.pod
14365 ____________________________________________________________________________
14366 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
14367         Log: Regen modlib, toc.
14368      Branch: perl
14369            ! pod/perlmodlib.pod pod/perltoc.pod
14370 ____________________________________________________________________________
14371 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
14372         Log: s/rationale/rational/
14373      Branch: perl
14374            ! lib/Math/BigRat.pm lib/bigrat.pm
14375 ____________________________________________________________________________
14376 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
14377         Log: s/done/esac/
14378      Branch: perl
14379            ! hints/dec_osf.sh
14380 ____________________________________________________________________________
14381 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
14382         Log: Advertise big* and BigRat.
14383      Branch: perl
14384            ! pod/perldelta.pod
14385 ____________________________________________________________________________
14386 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
14387         Log: A missing ) in #15527.
14388      Branch: perl
14389            ! pp_sys.c
14390 ____________________________________________________________________________
14391 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
14392         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
14393              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14394              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
14395              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
14396      Branch: perl
14397            ! lib/ExtUtils/typemap
14398 ____________________________________________________________________________
14399 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
14400         Log: Subject: Re: Cygwin PerlIO.t failing
14401              From: Stas Bekman <stas@stason.org>
14402              Date: Wed, 27 Mar 2002 01:34:11 +0800
14403              Message-ID: <3CA0B113.1070800@stason.org>
14404      Branch: perl
14405            ! ext/PerlIO/PerlIO.t
14406 ____________________________________________________________________________
14407 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
14408         Log: Subject: [PATCH] safety check for vms/test.com
14409              From: "Craig A. Berry" <craigberry@mac.com>
14410              Date: Tue, 26 Mar 2002 12:15:21 -0600
14411              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
14412      Branch: perl
14413            ! vms/test.com
14414 ____________________________________________________________________________
14415 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
14416         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
14417              From: PPrymmer@factset.com
14418              Date: Tue, 26 Mar 2002 13:04:59 -0500
14419              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
14420      Branch: perl
14421            ! configure.com
14422 ____________________________________________________________________________
14423 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
14424         Log: Subject: [PATCH] Minor typo in test harness
14425              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
14426              Date: Tue, 26 Mar 2002 17:44:06 -0000
14427              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
14428      Branch: perl
14429            ! t/lib/warnings/perlio
14430 ____________________________________________________________________________
14431 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
14432         Log: Subject: PATCH s2p.PL
14433              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14434              Date: Tue, 26 Mar 2002 17:16:46 +0100
14435              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
14436      Branch: perl
14437            ! x2p/s2p.PL
14438 ____________________________________________________________________________
14439 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
14440         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
14441      Branch: perl
14442            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14443            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14444            ! MANIFEST
14445 ____________________________________________________________________________
14446 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
14447         Log: Avoid and document a weird bug in UNICOS/mk.
14448      Branch: perl
14449            ! pod/perldelta.pod pp_sys.c
14450 ____________________________________________________________________________
14451 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
14452         Log: Math::BigInt::Lite 0.09, from Tels.
14453      Branch: perl
14454            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14455            ! MANIFEST
14456 ____________________________________________________________________________
14457 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
14458         Log: For now disable the test in OS/390; it seems to hang,
14459              but frustratingly seems to run from command line and
14460              from Perl debugger.
14461      Branch: perl
14462            ! lib/Math/BigInt/t/mbi_rand.t
14463 ____________________________________________________________________________
14464 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
14465         Log: EPOC update from Olaf Flebbe.
14466      Branch: perl
14467            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
14468            ! pod/perlport.pod t/io/fs.t
14469 ____________________________________________________________________________
14470 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
14471         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
14472              and bignum 0.11, from Tels.
14473      Branch: perl
14474            + lib/Math/BigInt/t/with_sub.t
14475            - lib/bignum/t/trace.t
14476            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14477            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
14478            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
14479            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
14480            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
14481            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
14482            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
14483            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
14484            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
14485            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
14486            ! lib/bignum/t/bigrat.t lib/bigrat.pm
14487            ! t/lib/Math/BigInt/Subclass.pm
14488 ____________________________________________________________________________
14489 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
14490         Log: Integrate perlio:
14491              
14492              [ 15521]
14493              Testcase for crlf spanning buffer boundary
14494              
14495              [ 15520]
14496              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
14497      Branch: perl
14498           +> t/io/crlf.t
14499           !> MANIFEST perlio.c
14500 ____________________________________________________________________________
14501 [ 15521] By: nick                                  on 2002/03/26  15:31:55
14502         Log: Testcase for crlf spanning buffer boundary
14503      Branch: perlio
14504            + t/io/crlf.t
14505            ! MANIFEST
14506 ____________________________________________________________________________
14507 [ 15520] By: nick                                  on 2002/03/26  15:09:52
14508         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
14509      Branch: perlio
14510            ! perlio.c
14511 ____________________________________________________________________________
14512 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
14513         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
14514      Branch: perl
14515            ! t/lib/1_compile.t
14516 ____________________________________________________________________________
14517 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
14518         Log: Document the Configure (really, awk) glitch in
14519              UNICOS/mk.
14520      Branch: perl
14521            ! pod/perldelta.pod
14522 ____________________________________________________________________________
14523 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
14524         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
14525              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14526              Date: Fri, 22 Mar 2002 16:11:28 +0100
14527              Message-ID: <3C9B57B0.31936.496399@localhost>
14528      Branch: perl
14529            ! win32/win32.c
14530 ____________________________________________________________________________
14531 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
14532         Log: Subject: Re: Jarkko likes OOOOs
14533              From: "Gerrit P. Haase" <gp@familiehaase.de>
14534              Date: Tue, 26 Mar 2002 08:44:02 +0100
14535              Message-ID: <40509050505.20020326084402@familiehaase.de>
14536      Branch: perl
14537            ! t/io/fs.t
14538 ____________________________________________________________________________
14539 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
14540         Log: Subject: [patch utils/perlbug] subject header setting problem      
14541              From: Stas Bekman <stas@stason.org>
14542              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
14543              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
14544      Branch: perl
14545            ! utils/perlbug.PL
14546 ____________________________________________________________________________
14547 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
14548         Log: Subject: [PATCH] win32/makefile.mk
14549              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14550              Date: Tue, 26 Mar 2002 13:56:19 +0100
14551              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
14552      Branch: perl
14553            ! win32/makefile.mk
14554 ____________________________________________________________________________
14555 [ 15513] By: nick                                  on 2002/03/26  07:17:17
14556         Log: Integrate mainline
14557      Branch: perlio
14558           +> (branch 39 files)
14559            - (delete 109 files)
14560           !> (integrate 105 files)
14561 ____________________________________________________________________________
14562 [ 15512] By: nick                                  on 2002/03/26  06:52:42
14563         Log: Integrate mainline
14564      Branch: perlio
14565           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
14566           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
14567           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
14568           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
14569           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
14570 ____________________________________________________________________________
14571 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
14572         Log: Installation advice from Robert Spier. 
14573      Branch: perl
14574            ! INSTALL
14575 ____________________________________________________________________________
14576 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
14577         Log: Stas setting things right.
14578      Branch: perl
14579            ! ext/PerlIO/PerlIO.t
14580 ____________________________________________________________________________
14581 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
14582         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
14583              From: Paul_GreenVOS@vos.stratus.com
14584              Date: Mon, 25 Mar 02 23:57 est
14585              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
14586      Branch: perl
14587            ! ext/IO/lib/IO/t/io_unix.t
14588 ____________________________________________________________________________
14589 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
14590         Log: Add threads hints for UNICOS/mk and UNICOS.
14591              (I'm just guessing on UNICOS.)
14592      Branch: perl
14593            ! hints/unicos.sh hints/unicosmk.sh
14594 ____________________________________________________________________________
14595 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
14596         Log: Mention the effect of Unicode keys on hashes.
14597      Branch: perl
14598            ! pod/perlunicode.pod
14599 ____________________________________________________________________________
14600 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
14601         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
14602              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
14603              Date: Mon, 25 Mar 2002 17:24:33 -0600
14604              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
14605      Branch: perl
14606            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
14607            ! vms/vms_yfix.pl
14608 ____________________________________________________________________________
14609 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
14610         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
14611      Branch: perl
14612            ! hints/dec_osf.sh
14613 ____________________________________________________________________________
14614 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
14615         Log: The .ucm of Encode are big when uncompressed.
14616      Branch: perl
14617            ! INSTALL
14618 ____________________________________________________________________________
14619 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
14620         Log: I don't understand what is going on what these
14621              news tests, retracting the whole lot.
14622      Branch: perl
14623            ! ext/PerlIO/PerlIO.t
14624 ____________________________________________________________________________
14625 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
14626         Log: Upgrade to Encode 0.99, from Dan Kogai.
14627      Branch: perl
14628            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
14629            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
14630            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
14631            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
14632            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
14633            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
14634            + ext/Encode/Encode/ksc5601.ucm
14635            + ext/Encode/Encode/macCentEuro.ucm
14636            + ext/Encode/Encode/macCroatian.ucm
14637            + ext/Encode/Encode/macCyrillic.ucm
14638            + ext/Encode/Encode/macDingbats.ucm
14639            + ext/Encode/Encode/macGreek.ucm
14640            + ext/Encode/Encode/macIceland.ucm
14641            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14642            + ext/Encode/Encode/macRumanian.ucm
14643            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14644            + ext/Encode/Encode/macTurkish.ucm
14645            + ext/Encode/Encode/macUkraine.ucm
14646            + ext/Encode/Encode/shiftjis.ucm
14647            + ext/Encode/lib/Encode/10646_1.pm
14648            + ext/Encode/lib/Encode/CJKConstants.pm
14649            + ext/Encode/lib/Encode/CN/2022_CN.pm
14650            + ext/Encode/lib/Encode/JP/2022_JP.pm
14651            + ext/Encode/lib/Encode/JP/2022_JP1.pm
14652            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
14653            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
14654            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
14655            + ext/Encode/ucm2table
14656            - (delete 109 files)
14657            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
14658            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
14659            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
14660            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
14661            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14662            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14663            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14664            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14665            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14666            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14667            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14668            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14669            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14670            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14671            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
14672            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
14673            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14674            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14675            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14676            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14677            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
14678            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14679            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14680            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
14681            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
14682            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
14683            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
14684            ! ext/Encode/Makefile.PL ext/Encode/README
14685            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
14686            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14687            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
14688            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
14689            ! ext/Encode/lib/Encode/Details.pod
14690            ! ext/Encode/lib/Encode/Encoding.pm
14691            ! ext/Encode/lib/Encode/Internal.pm
14692            ! ext/Encode/lib/Encode/JP/H2Z.pm
14693            ! ext/Encode/lib/Encode/JP/JIS.pm
14694            ! ext/Encode/lib/Encode/Supported.pod
14695            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
14696            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
14697            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
14698            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
14699            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
14700            ! ext/Encode/t/jisx0212.ref
14701 ____________________________________________________________________________
14702 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
14703         Log: Noise with -w.
14704      Branch: perl
14705            ! ext/PerlIO/PerlIO.t
14706 ____________________________________________________________________________
14707 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
14708         Log: If no perlio no perlio warnings, either.
14709      Branch: perl
14710            ! lib/warnings.t
14711 ____________________________________________________________________________
14712 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
14713         Log: ...and put some of the new perlio tests here.
14714              The in-memory ones not yet since my poor brain
14715              refuses to find the right TODO incantation.
14716      Branch: perl
14717            ! ext/PerlIO/PerlIO.t
14718 ____________________________________________________________________________
14719 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
14720         Log: Take away the perlio-requiring tests..
14721      Branch: perl
14722            ! t/io/open.t
14723 ____________________________________________________________________________
14724 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
14725         Log: More correct now, but actually the two new tests
14726              need to be moved, since they are perlio-only...
14727      Branch: perl
14728            ! t/io/open.t
14729 ____________________________________________________________________________
14730 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
14731         Log: More neo-io tests from Stas Bekman.
14732      Branch: perl
14733            ! t/io/open.t
14734 ____________________________________________________________________________
14735 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
14736         Log: Document the QNX6 sprintf glitch.
14737      Branch: perl
14738            ! pod/perldelta.pod
14739 ____________________________________________________________________________
14740 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
14741         Log: AmigaOS must use the ixemul directly, since there
14742              is no more vfork support.
14743      Branch: perl
14744            ! hints/amigaos.sh
14745 ____________________________________________________________________________
14746 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
14747         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
14748              From: Norton Allen <allen@huarp.harvard.edu>
14749              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
14750              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
14751      Branch: perl
14752            ! pp_sys.c
14753 ____________________________________________________________________________
14754 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
14755         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
14756              From: Norton Allen <allen@huarp.harvard.edu>
14757              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
14758              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
14759      Branch: perl
14760            ! ext/Socket/socketpair.t
14761 ____________________________________________________________________________
14762 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
14763         Log: Clarify the 8.3 rule.
14764      Branch: perl
14765            ! Porting/check83.pl
14766 ____________________________________________________________________________
14767 [ 15490] By: nick                                  on 2002/03/25  16:05:07
14768         Log: Integrate mainline
14769      Branch: perlio
14770           +> ext/Encode/lib/Encode/EncFormat.pod
14771           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
14772            - ext/Encode/lib/EncodeFormat.pod
14773           !> (integrate 41 files)
14774 ____________________________________________________________________________
14775 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
14776         Log: Update Changes.
14777      Branch: perl
14778            ! Changes patchlevel.h
14779 ____________________________________________________________________________
14780 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
14781         Log: Forgotten from #15486.
14782      Branch: perl
14783            ! perl.c
14784 ____________________________________________________________________________
14785 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
14786         Log: It seems that FreeBSD does not like using Perl's malloc
14787              when multithreaded.
14788      Branch: perl
14789            ! hints/freebsd.sh
14790 ____________________________________________________________________________
14791 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
14792         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
14793              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14794              Date: Mon, 25 Mar 2002 11:33:17 +0100
14795              Message-ID: <20020325113317.A1410@rafael>
14796              
14797              Apparently VMS does not do YYDEBUG.
14798      Branch: perl
14799            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
14800 ____________________________________________________________________________
14801 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
14802         Log: Subject: [PATCH] warnings for perlio + others
14803              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14804              Date: Mon, 25 Mar 2002 13:01:44 -0000
14805              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
14806      Branch: perl
14807            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
14808            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
14809            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
14810            ! warnings.pl
14811 ____________________________________________________________________________
14812 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
14813         Log: As verified by Doug MacEachern.
14814      Branch: perl
14815            ! pod/perldelta.pod
14816 ____________________________________________________________________________
14817 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
14818         Log: MPE/iX update from Mark Bixby.
14819      Branch: perl
14820            + mpeix/mpeix.c
14821            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
14822            ! hints/mpeix.sh mpeix/mpeixish.h
14823 ____________________________________________________________________________
14824 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
14825         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
14826              From: Nicholas Clark <nick@unfortu.net>
14827              Date: Sun, 24 Mar 2002 22:50:06 +0000
14828              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
14829      Branch: perl
14830            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
14831 ____________________________________________________________________________
14832 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
14833         Log: Subject: [PATCH] fix warning + carp interaction
14834              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
14835              Date: Sun, 24 Mar 2002 23:00:21 -0000
14836              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
14837      Branch: perl
14838            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
14839            ! warnings.pl
14840 ____________________________________________________________________________
14841 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
14842         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
14843              (All the code changes have already been applied earlier.)
14844      Branch: perl
14845            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
14846 ____________________________________________________________________________
14847 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
14848         Log: DB_File: for the core version, no need to specify
14849              a minimum MM version.
14850      Branch: perl
14851            ! ext/DB_File/Makefile.PL
14852 ____________________________________________________________________________
14853 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
14854         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
14855              From: Dave Mitchell <davem@fdgroup.com>
14856              Date: Sun, 24 Mar 2002 22:23:08 +0000
14857              Message-ID: <20020324222308.B21963@fdgroup.com>
14858      Branch: perl
14859            ! pp_pack.c
14860 ____________________________________________________________________________
14861 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
14862         Log: Subject: [PATCH @15450] errno help for VMS
14863              From: "Craig A. Berry" <craigberry@mac.com>
14864              Date: Sun, 24 Mar 2002 16:17:52 -0600
14865              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
14866      Branch: perl
14867            ! ext/POSIX/t/posix.t vms/vms.c
14868 ____________________________________________________________________________
14869 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
14870         Log: Upgrade to Locale::Codes 2.03.
14871      Branch: perl
14872            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14873            ! lib/Locale/Country.pm
14874 ____________________________________________________________________________
14875 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
14876         Log: metaconfig unit change for #15474.
14877      Branch: metaconfig/U/perl
14878            ! Extensions.U
14879 ____________________________________________________________________________
14880 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
14881         Log: The #15472 said "properly".  Ha!
14882      Branch: perl
14883            ! Configure
14884 ____________________________________________________________________________
14885 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
14886         Log: metaconfig unit change for #15472.
14887      Branch: metaconfig/U/perl
14888            ! Extensions.U
14889 ____________________________________________________________________________
14890 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
14891         Log: Properly scan for the subextensions of Encode
14892              when doing static builds.
14893      Branch: perl
14894            ! Configure
14895 ____________________________________________________________________________
14896 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
14897         Log: Tru64: Document the known odbm failure with static builds.
14898      Branch: perl
14899            ! README.tru64
14900 ____________________________________________________________________________
14901 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
14902         Log: microperl tweaks.
14903      Branch: perl
14904            ! Makefile.micro locale.c util.c
14905 ____________________________________________________________________________
14906 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
14907         Log: metaconfig unit changes for #15468.
14908      Branch: metaconfig
14909            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
14910            ! U/modified/libc.U U/modified/libs.U
14911            ! U/threads/d_pthread_atfork.U
14912 ____________________________________________________________________________
14913 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
14914         Log: Various metaconfig unit cleanup; only one visible change
14915              in Configure, though.
14916      Branch: perl
14917            ! Configure
14918 ____________________________________________________________________________
14919 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
14920         Log: Upgrade to Encode 0.98, from Dan Kogai.
14921      Branch: perl
14922            + ext/Encode/lib/Encode/EncFormat.pod
14923            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
14924            - ext/Encode/lib/EncodeFormat.pod
14925            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
14926            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
14927            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
14928            ! ext/Encode/lib/Encode/Alias.pm
14929            ! ext/Encode/lib/Encode/Details.pod
14930            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14931            ! ext/Encode/lib/Encode/JP/JIS.pm
14932            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
14933 ____________________________________________________________________________
14934 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
14935         Log: Integrate perlio:
14936              
14937              [ 15462]
14938              Avoid core-dump in Encode with PERLIO=mmap
14939      Branch: perl
14940           !> ext/Encode/Encode.xs
14941 ____________________________________________________________________________
14942 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
14943         Log: In the spirit of #15464.
14944      Branch: perl
14945            ! perl.c sv.c
14946 ____________________________________________________________________________
14947 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
14948         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
14949              From: Michael G Schwern <schwern@pobox.com>
14950              Date: Sun, 24 Mar 2002 02:27:25 -0500
14951              Message-ID: <20020324072725.GA3554@blackrider>
14952      Branch: perl
14953            ! perl.c
14954 ____________________________________________________________________________
14955 [ 15463] By: nick                                  on 2002/03/24  10:24:41
14956         Log: Integrate mainline
14957      Branch: perlio
14958           +> (branch 28 files)
14959            - lib/bigfloat.t lib/bigint.t
14960           !> (integrate 59 files)
14961 ____________________________________________________________________________
14962 [ 15462] By: nick                                  on 2002/03/24  08:59:35
14963         Log: Avoid core-dump in Encode with PERLIO=mmap
14964      Branch: perlio
14965            ! ext/Encode/Encode.xs
14966 ____________________________________________________________________________
14967 [ 15461] By: nick                                  on 2002/03/24  08:58:21
14968         Log: Too many machines doing integrate mainline
14969      Branch: perlio
14970           !> Changes Configure lib/AutoSplit.t
14971           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
14972           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
14973           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
14974           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
14975 ____________________________________________________________________________
14976 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
14977         Log: Retract Math::BigInt::Lite for now, seems to confuse
14978              bignum and bigrat.
14979      Branch: perl
14980            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14981            ! MANIFEST
14982 ____________________________________________________________________________
14983 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
14984         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
14985              From: "Craig A. Berry" <craigberry@mac.com>
14986              Date: Sat, 23 Mar 2002 23:23:00 -0600
14987              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
14988      Branch: perl
14989            ! configure.com vms/vms.c
14990 ____________________________________________________________________________
14991 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
14992         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
14993              From: Michael G Schwern <schwern@pobox.com>
14994              Date: Sat, 23 Mar 2002 21:32:32 -0500
14995              Message-ID: <20020324023232.GA29972@blackrider>
14996              
14997              (with Russ Allbery's simplifications)
14998      Branch: perl
14999            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
15000 ____________________________________________________________________________
15001 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
15002         Log: Merge Math::BigInt::Lite 0.08, from Tels.
15003      Branch: perl
15004            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15005            ! MANIFEST
15006 ____________________________________________________________________________
15007 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
15008         Log: Too chatty.
15009      Branch: perl
15010            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
15011 ____________________________________________________________________________
15012 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
15013         Log: Merge bignum 0.10, from Tels.
15014      Branch: perl
15015            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
15016            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
15017            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
15018            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15019            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
15020            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
15021            ! MANIFEST
15022 ____________________________________________________________________________
15023 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
15024         Log: Rename the Perl 4 tests in preparation of bignum.
15025      Branch: perl
15026            + lib/bigfloatpl.t lib/bigintpl.t
15027            - lib/bigfloat.t lib/bigint.t
15028            ! MANIFEST
15029 ____________________________________________________________________________
15030 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
15031         Log: Merge Math::BigRat 0.04, from Tels.
15032      Branch: perl
15033            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
15034            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
15035            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
15036            + t/lib/Math/BigRat/Test.pm
15037            ! MANIFEST
15038 ____________________________________________________________________________
15039 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
15040         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
15041              From: Dave Mitchell <davem@fdgroup.com>
15042              Date: Sat, 23 Mar 2002 22:27:24 +0000
15043              Message-ID: <20020323222724.A19425@fdgroup.com>
15044      Branch: perl
15045            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
15046 ____________________________________________________________________________
15047 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
15048         Log: Forgotten.
15049      Branch: perl
15050            ! ext/Unicode/Normalize/README
15051 ____________________________________________________________________________
15052 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
15053         Log: Update Changes.
15054      Branch: perl
15055            ! Changes patchlevel.h
15056 ____________________________________________________________________________
15057 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
15058         Log: Subject: perldoc -m [PATCH]
15059              From: "John L. Allen" <allen@grumman.com>
15060              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
15061              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
15062      Branch: perl
15063            ! utils/perldoc.PL
15064 ____________________________________________________________________________
15065 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
15066         Log: Subject: Re: Copious warnings from Sys::Syslog
15067              From: andreas.koenig@anima.de (Andreas J. Koenig)
15068              Date: Sat, 23 Mar 2002 06:47:08 +0100
15069              Message-ID: <m31yebvns3.fsf@anima.de>
15070      Branch: perl
15071            ! ext/Sys/Syslog/Syslog.pm
15072 ____________________________________________________________________________
15073 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
15074         Log: Upgrade to Math::BigInt 1.55, from Tels.
15075      Branch: perl
15076            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
15077            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
15078            + lib/Math/BigInt/t/use_lib4.t
15079            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15080            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
15081            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
15082            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
15083            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
15084            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
15085            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
15086            ! lib/Math/BigInt/t/upgrade.t
15087 ____________________________________________________________________________
15088 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
15089         Log: Upgrade to Encode 0.97, from Dan Kogai.
15090      Branch: perl
15091            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
15092            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
15093            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
15094            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15095            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15096            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
15097            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
15098            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
15099            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
15100            ! ext/Encode/t/Tcl.t
15101 ____________________________________________________________________________
15102 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
15103         Log: Slight tweaks on #15443.
15104      Branch: perl
15105            ! pod/perlvar.pod
15106 ____________________________________________________________________________
15107 [ 15444] By: nick                                  on 2002/03/23  17:30:42
15108         Log: Integrate mainline
15109      Branch: perlio
15110           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
15111           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15112           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15113           !> (integrate 50 files)
15114 ____________________________________________________________________________
15115 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
15116         Log: Subject: patch [bleadperl]: Document %! special variable
15117              From: mjd@plover.com
15118              Date: 23 Mar 2002 18:25:44 -0000
15119              Message-ID: <20020323182544.11741.qmail@plover.com>    
15120      Branch: perl
15121            ! pod/perlvar.pod
15122 ____________________________________________________________________________
15123 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
15124         Log: Since the Encode::JP is unsupported under EBCDIC we
15125              cannot run this test (aliases as such should work fine).
15126      Branch: perl
15127            ! ext/Encode/t/Aliases.t
15128 ____________________________________________________________________________
15129 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
15130         Log: EBCDIC: the sorting order is different under
15131              byte-EBCDIC and Unicode.
15132      Branch: perl
15133            ! t/op/utfhash.t
15134 ____________________________________________________________________________
15135 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
15136         Log: EBCDIC: the character codes are different.
15137      Branch: perl
15138            ! lib/Pod/t/pod2html-lib.pl
15139 ____________________________________________________________________________
15140 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
15141         Log: Purify: #15434 got the test the wrong.
15142              (Is there an approved way of testing "is this an unop"?)
15143      Branch: perl
15144            ! op.c
15145 ____________________________________________________________________________
15146 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
15147         Log: Purify: Array bounds read: could read one character past the end.
15148      Branch: perl
15149            ! pp_pack.c
15150 ____________________________________________________________________________
15151 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
15152         Log: Purify: Array bounds read: reading one byte before the buffer.
15153      Branch: perl
15154            ! util.c
15155 ____________________________________________________________________________
15156 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
15157         Log: Purify: Unitialized memory read.  Too many code paths
15158              to keep track of, I guess.
15159      Branch: perl
15160            ! sv.c
15161 ____________________________________________________________________________
15162 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
15163         Log: Purify: Array bounds write: pre-extend the strxfrm
15164              buffer by a factor of four (suggested maximum by HP-UX;
15165              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
15166              know how portable that is; locale.c uses yet another trick
15167              (not a particularly good trick, I might add))
15168      Branch: perl
15169            ! ext/POSIX/POSIX.xs
15170 ____________________________________________________________________________
15171 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
15172         Log: Purify: Array bounds read: o->op_last was accessed
15173              for unops (via newUNOP() and ck_eof()).
15174              (analysis okay, patch bad: see #15439)
15175      Branch: perl
15176            ! op.c
15177 ____________________________________________________________________________
15178 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
15179         Log: Subject: [PATCH] vms/test.com, File::Find tests
15180              From: "Craig A. Berry" <craigberry@mac.com>
15181              Date: Fri, 22 Mar 2002 16:52:59 -0600
15182              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
15183      Branch: perl
15184            ! vms/test.com
15185 ____________________________________________________________________________
15186 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
15187         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
15188              From: Michael G Schwern <schwern@pobox.com>
15189              Date: Fri, 22 Mar 2002 18:08:19 -0500
15190              Message-ID: <20020322230819.GB16454@blackrider>
15191      Branch: perl
15192            ! ext/Sys/Syslog/Syslog.pm
15193 ____________________________________________________________________________
15194 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
15195         Log: Update the information on Encode.
15196      Branch: perl
15197            ! pod/perldelta.pod
15198 ____________________________________________________________________________
15199 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
15200         Log: Upgrade to Encode 0.96, from Dan Kogai.
15201      Branch: perl
15202            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
15203            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15204            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15205            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15206            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
15207            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
15208            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
15209            ! ext/Encode/lib/Encode/Alias.pm
15210            ! ext/Encode/lib/Encode/Encoding.pm
15211            ! ext/Encode/lib/Encode/Internal.pm
15212            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15213 ____________________________________________________________________________
15214 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
15215         Log: Subject: [PATCH] h2xs.t fix for VMS
15216              From: "Craig A. Berry" <craigberry@mac.com>
15217              Date: Fri, 22 Mar 2002 15:47:38 -0600
15218              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
15219      Branch: perl
15220            ! lib/h2xs.t
15221 ____________________________________________________________________________
15222 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
15223         Log: One more pass.
15224      Branch: perl
15225            ! epoc/config.sh
15226 ____________________________________________________________________________
15227 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
15228         Log: Even better version from Olaf Flebbe.
15229      Branch: perl
15230            ! epoc/config.sh pp_sys.c util.c
15231 ____________________________________________________________________________
15232 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
15233         Log: EPOC update from Olaf Flebbe.
15234      Branch: perl
15235            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
15236            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
15237 ____________________________________________________________________________
15238 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
15239         Log: Tweak from John P. Linderman.
15240      Branch: perl
15241            ! pod/perlhack.pod
15242 ____________________________________________________________________________
15243 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
15244         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
15245              From: Stas Bekman <stas@stason.org>
15246              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
15247              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
15248      Branch: perl
15249            ! pod/perlfunc.pod
15250 ____________________________________________________________________________
15251 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
15252         Log: Subject: [PATCH] check sysconf's return value in reentr.c
15253              From: <slaven.rezic@berlin.de>
15254              Date: Fri, 22 Mar 2002 18:30:36 +0100
15255              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
15256              
15257              (plus use 4k instead 2k as the "usual" size)
15258      Branch: perl
15259            ! reentr.c reentr.pl
15260 ____________________________________________________________________________
15261 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
15262         Log: Update Changes.
15263      Branch: perl
15264            ! Changes patchlevel.h
15265 ____________________________________________________________________________
15266 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
15267         Log: Forgot from #15416.
15268      Branch: perl
15269            ! pod/perlfaq3.pod
15270 ____________________________________________________________________________
15271 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
15272         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
15273              From: andreas.koenig@anima.de (Andreas J. Koenig)
15274              Date: Fri, 22 Mar 2002 16:27:51 +0100
15275              Message-ID: <m3n0x0vczs.fsf@anima.de>
15276      Branch: perl
15277            ! pod/perlmodstyle.pod
15278 ____________________________________________________________________________
15279 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
15280         Log: metaconfig unit changes for #15418.
15281      Branch: metaconfig
15282            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15283            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15284            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15285            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15286            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15287            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15288            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15289            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15290            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15291            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15292            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15293            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15294            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15295            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15296            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15297            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15298            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15299            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15300            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15301            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15302            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15303            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15304            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15305            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15306 ____________________________________________________________________________
15307 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
15308         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
15309              Also, there's no i_stdio.
15310      Branch: perl
15311            ! Configure reentr.h reentr.pl
15312 ____________________________________________________________________________
15313 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
15314         Log: Document a known AIX warning.
15315      Branch: perl
15316            ! pod/perldelta.pod
15317 ____________________________________________________________________________
15318 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
15319         Log: Undo #15415, allow the faq people to catch up first.
15320      Branch: perl
15321            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
15322 ____________________________________________________________________________
15323 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
15324         Log: FAQ sync.
15325      Branch: perl
15326            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
15327 ____________________________________________________________________________
15328 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
15329         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
15330              From: andreas.koenig@anima.de (Andreas J. Koenig)
15331              Date: Fri, 22 Mar 2002 15:16:19 +0100
15332              Message-ID: <m38z8kwuvg.fsf@anima.de>
15333              
15334              (plus reformat)
15335      Branch: perl
15336            ! pod/perldelta.pod
15337 ____________________________________________________________________________
15338 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
15339         Log: Integrate perlio:
15340              
15341              [ 15412]
15342              Check for sanity of UTF-8 keys in hashes
15343              (feel free to add more tests...)
15344              
15345              [ 15410]
15346              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
15347              - when (e.g.) STDOUT is char special file and gets IoOFP
15348              created - do _NOT_ pass num_svs as that fopen-s stringified
15349              glob, and not fdopen-s the fd.
15350      Branch: perl
15351           +> t/op/utfhash.t
15352           !> MANIFEST doio.c
15353 ____________________________________________________________________________
15354 [ 15412] By: nick                                  on 2002/03/22  10:50:53
15355         Log: Check for sanity of UTF-8 keys in hashes
15356              (feel free to add more tests...)
15357      Branch: perlio
15358            + t/op/utfhash.t
15359            ! MANIFEST
15360 ____________________________________________________________________________
15361 [ 15411] By: ams                                   on 2002/03/22  08:36:33
15362         Log: Revert #15200 for backwards compatiblity reasons.
15363      Branch: perl
15364            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
15365            ! pp_ctl.c t/op/override.t
15366 ____________________________________________________________________________
15367 [ 15410] By: nick                                  on 2002/03/22  07:47:41
15368         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
15369              - when (e.g.) STDOUT is char special file and gets IoOFP
15370              created - do _NOT_ pass num_svs as that fopen-s stringified
15371              glob, and not fdopen-s the fd.
15372      Branch: perlio
15373            ! doio.c
15374 ____________________________________________________________________________
15375 [ 15409] By: nick                                  on 2002/03/22  07:19:33
15376         Log: Integrate mainline
15377      Branch: perlio
15378           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
15379           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
15380           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
15381           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
15382           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
15383           +> ext/Encode/lib/Encode/Details.pod
15384           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15385           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
15386           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15387           +> lib/Pod/t/pod2html-lib.pl
15388            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15389           !> (integrate 39 files)
15390 ____________________________________________________________________________
15391 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
15392         Log: Win32 tweak from mjd.
15393      Branch: perl
15394            ! lib/Tie/File.pm
15395 ____________________________________________________________________________
15396 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
15397         Log: If Unicode keys are entered to a hash, a bit is turned on.
15398              If the bit is on, when the keys are fetched from the hash
15399              (%h, each %h, keys %h), the Unicodified versions of the keys
15400              are returned if needed.  This solution errs on the size of
15401              over-Unicodifying, the old solution erred on the side of
15402              under-Unicodifying.  As long as the hash keys can be a mix
15403              of byte and Unicode strings, a perfect fit is hard to come by.
15404      Branch: perl
15405            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
15406            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
15407 ____________________________________________________________________________
15408 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
15409         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
15410              From: Mike Guy <mjtg@cam.ac.uk>
15411              Date: Fri, 22 Mar 2002 02:08:20 +0000
15412              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
15413      Branch: perl
15414            ! pod/perldelta.pod
15415 ____________________________________________________________________________
15416 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
15417         Log: PM_SETRE() fallout.
15418      Branch: perl
15419            ! ext/ByteLoader/bytecode.h
15420 ____________________________________________________________________________
15421 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
15422         Log: Subject: [PATCH pod/perlxs.pod] doc fix
15423              From: Stas Bekman <stas@stason.org>
15424              Date: Thu, 21 Mar 2002 18:47:35 +0800
15425              Message-ID: <3C99BA47.9010403@stason.org>
15426      Branch: perl
15427            ! pod/perlxs.pod
15428 ____________________________________________________________________________
15429 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
15430         Log: Subject: [PATCH]
15431              From: Slaven Rezic <slaven.rezic@berlin.de>
15432              Date: 21 Mar 2002 10:19:23 +0100
15433              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
15434              
15435              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
15436      Branch: perl
15437            ! hints/freebsd.sh
15438 ____________________________________________________________________________
15439 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
15440         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
15441              From: Tim Bunce <Tim.Bunce@pobox.com>
15442              Date: Thu, 21 Mar 2002 21:18:05 +0000
15443              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
15444      Branch: perl
15445            ! ext/Storable/Storable.xs
15446 ____________________________________________________________________________
15447 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
15448         Log: Reword the Apache^Wmod_perl bit so that Sarathy
15449              can sleep easier :-)
15450      Branch: perl
15451            ! pod/perldelta.pod
15452 ____________________________________________________________________________
15453 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
15454         Log: It seems that the strange failure (core dump) of
15455              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
15456              (1) using Sun's cc helps
15457              (2) rewriting the ithreads PM_SETRE() to do the
15458              setting in two steps helps
15459              (3) no other platforms have the crash
15460              (4) Tru64's Third Degree sees nothing evil
15461              So we implement (2).
15462      Branch: perl
15463            ! op.h
15464 ____________________________________________________________________________
15465 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
15466         Log: Solaris: default to the SUNwspro cc if it is available.
15467      Branch: perl
15468            ! hints/solaris_2.sh
15469 ____________________________________________________________________________
15470 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
15471         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
15472              does not get fixed in time.
15473      Branch: perl
15474            ! pod/perldelta.pod
15475 ____________________________________________________________________________
15476 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
15477         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
15478              From: Dave Mitchell <davem@fdgroup.com>
15479              Date: Thu, 21 Mar 2002 17:24:40 +0000
15480              Message-ID: <20020321172440.C13683@fdgroup.com>
15481      Branch: perl
15482            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
15483            ! pod/perlapi.pod proto.h sv.h toke.c
15484 ____________________________________________________________________________
15485 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
15486         Log: One more proto escapee.
15487      Branch: perl
15488            ! hints/linux.sh
15489 ____________________________________________________________________________
15490 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
15491         Log: metaconfig unit change for #15394.
15492      Branch: metaconfig/U/perl
15493            ! Checkcc.U
15494 ____________________________________________________________________________
15495 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
15496         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
15497              From: Robin Barker <rmb1@cise.npl.co.uk>
15498              Date: Thu, 21 Mar 2002 17:35:00 GMT
15499              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
15500      Branch: perl
15501            ! Configure
15502 ____________________________________________________________________________
15503 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
15504         Log: Subject: Re: [tests for Pod::Html]
15505              From: Stas Bekman <stas@stason.org>
15506              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
15507              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
15508      Branch: perl
15509            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15510            - t/pod2html/README
15511            ! MANIFEST lib/Pod/t/pod2html-lib.pl
15512 ____________________________________________________________________________
15513 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
15514         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
15515              From: Stas Bekman <stas@stason.org>
15516              Date: Thu, 21 Mar 2002 18:50:56 +0800
15517              Message-ID: <3C99BB10.50004@stason.org>
15518      Branch: perl
15519            ! ext/Cwd/Cwd.xs
15520 ____________________________________________________________________________
15521 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
15522         Log: Upgrade to Encode 0.95, from Dan Kogai.
15523      Branch: perl
15524            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
15525            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
15526            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
15527            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
15528            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
15529            + ext/Encode/lib/Encode/Details.pod
15530            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15531            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15532            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15533            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
15534            ! ext/Encode/Makefile.PL
15535 ____________________________________________________________________________
15536 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
15537         Log: Mention the new syslog try-harder feature.
15538      Branch: perl
15539            ! pod/perldelta.pod
15540 ____________________________________________________________________________
15541 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
15542         Log: metaconfig unit changes for #15388.
15543      Branch: metaconfig
15544            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15545            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15546            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15547            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15548            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15549            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15550            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15551            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15552            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15553            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15554            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15555            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15556            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15557            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15558            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15559            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15560            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15561            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15562            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15563            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15564            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15565            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15566            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15567            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15568 ____________________________________________________________________________
15569 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
15570         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
15571              From: Spider Boardman <spider@web.zk3.dec.com>
15572              Date: Thu, 21 Mar 2002 09:23:45 -0500
15573              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
15574      Branch: perl
15575            ! Configure hints/hpux.sh reentr.pl
15576 ____________________________________________________________________________
15577 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
15578         Log: NetWare diff from C Aditya.
15579      Branch: perl
15580            ! perl.h
15581 ____________________________________________________________________________
15582 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
15583         Log: The htmlview test doesn't work yet.
15584      Branch: perl
15585            + t/pod2html/README
15586            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15587            ! MANIFEST
15588 ____________________________________________________________________________
15589 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
15590         Log: Placeholder.
15591      Branch: perl
15592            ! MANIFEST
15593 ____________________________________________________________________________
15594 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
15595         Log: Integrate perlio:
15596              
15597              [ 15381]
15598              Restore tabs so dmake will parse file!
15599      Branch: perl
15600           !> win32/makefile.mk
15601 ____________________________________________________________________________
15602 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
15603         Log: Subject: [tests for Pod::Html]
15604              From: Stas Bekman <stas@stason.org>
15605              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
15606              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
15607      Branch: perl
15608            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
15609            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15610            + lib/Pod/t/pod2html-lib.pl
15611            ! MANIFEST
15612 ____________________________________________________________________________
15613 [ 15382] By: nick                                  on 2002/03/21  07:21:57
15614         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
15615      Branch: perlio
15616           +> ext/Encode/AUTHORS ext/Encode/Changes
15617           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15618           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15619           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15620           +> ext/I18N/Langinfo/fallback/const-c.inc
15621           +> ext/I18N/Langinfo/fallback/const-xs.inc
15622           +> lib/ExtUtils/t/Constant.t
15623            - ext/Encode/Encode/euc-jp-0212.enc
15624            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
15625            - ext/Encode/t/table.euc ext/Encode/t/table.ref
15626            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
15627           !> (integrate 105 files)
15628 ____________________________________________________________________________
15629 [ 15381] By: nick                                  on 2002/03/21  06:59:57
15630         Log: Restore tabs so dmake will parse file!
15631      Branch: perlio
15632            ! win32/makefile.mk
15633 ____________________________________________________________________________
15634 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
15635         Log: Upgrade to Unicode::Normalize 0.16.
15636      Branch: perl
15637            ! ext/Unicode/Normalize/Changes
15638            ! ext/Unicode/Normalize/Normalize.pm
15639 ____________________________________________________________________________
15640 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
15641         Log: Schwern's wallet is a bit more loose.
15642      Branch: perl
15643            ! t/lib/1_compile.t
15644 ____________________________________________________________________________
15645 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
15646         Log: Subject: [PATCH]
15647              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15648              Date: Wed, 20 Mar 2002 22:56:17 -0000
15649              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
15650              
15651              packWARN also for subdirs.
15652      Branch: perl
15653            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
15654            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
15655            ! win32/win32.c
15656 ____________________________________________________________________________
15657 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
15658         Log: A plan is better.
15659      Branch: perl
15660            ! ext/Encode/t/CJKalias.t
15661 ____________________________________________________________________________
15662 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
15663         Log: Upgrade to Encode 0.94, from Dan Kogai.
15664      Branch: perl
15665            + ext/Encode/lib/Encode/Description.pod
15666            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15667            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
15668            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
15669            ! ext/Encode/lib/Encode/Encoding.pm
15670            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15671            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
15672            ! ext/Encode/t/CJKalias.t
15673 ____________________________________________________________________________
15674 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
15675         Log: Rats' nest.
15676      Branch: perl
15677            ! hints/solaris_2.sh
15678 ____________________________________________________________________________
15679 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
15680         Log: Rrright.
15681      Branch: perl
15682            ! pod/perlguts.pod
15683 ____________________________________________________________________________
15684 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
15685         Log: Update Changes.
15686      Branch: perl
15687            ! Changes patchlevel.h
15688 ____________________________________________________________________________
15689 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
15690         Log: Reapply #15336.
15691      Branch: perl
15692            ! ext/Encode/lib/Encode/Tcl.pm
15693 ____________________________________________________________________________
15694 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
15695         Log: Upgrade to Encode 0.93, from Dan Kogai.
15696      Branch: perl
15697            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
15698            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
15699            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
15700            ! ext/Encode/README ext/Encode/TW/TW.pm
15701            ! ext/Encode/lib/Encode/CN/HZ.pm
15702            ! ext/Encode/lib/Encode/Encoding.pm
15703            ! ext/Encode/lib/Encode/Internal.pm
15704            ! ext/Encode/lib/Encode/JP/Constants.pm
15705            ! ext/Encode/lib/Encode/JP/H2Z.pm
15706            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15707            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
15708            ! ext/Encode/lib/Encode/Tcl/Escape.pm
15709            ! ext/Encode/lib/Encode/Tcl/Table.pm
15710            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15711            ! ext/Encode/lib/Encode/iso10646_1.pm
15712            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15713            ! ext/Encode/t/JP.t
15714 ____________________________________________________________________________
15715 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
15716         Log: Subject: patch for syslog
15717              From: <Nick.Williams@morganstanley.com>
15718              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
15719              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
15720      Branch: perl
15721            ! ext/Sys/Syslog/Syslog.pm
15722 ____________________________________________________________________________
15723 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
15724         Log: Some failure updates.
15725      Branch: perl
15726            ! pod/perldelta.pod
15727 ____________________________________________________________________________
15728 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
15729         Log: Getopt::Long 2.29 from Johan Vromans.
15730      Branch: perl
15731            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
15732 ____________________________________________________________________________
15733 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
15734         Log: Rename ExtUtils.t to Constant.t, as suggested by
15735              Nicholas Clark.
15736      Branch: perl
15737            + lib/ExtUtils/t/Constant.t
15738            - lib/ExtUtils/t/ExtUtils.t
15739            ! MANIFEST
15740 ____________________________________________________________________________
15741 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
15742         Log: Subject: [PATCH] TODO - Make Schwern Poorer
15743              From: Nicholas Clark <nick@unfortu.net>
15744              Date: Tue, 19 Mar 2002 22:50:28 +0000
15745              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
15746      Branch: perl
15747            ! t/lib/1_compile.t
15748 ____________________________________________________________________________
15749 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
15750         Log: Subject: Re: The story of O [PATCH]
15751              From: Richard.Foley@t-online.de (Richard Foley)
15752              Date: Sun, 17 Mar 2002 08:37:26 +0100
15753              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
15754      Branch: perl
15755            ! lib/perl5db.pl
15756 ____________________________________________________________________________
15757 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
15758         Log: Mention the external modules Encode::HanExtra and
15759              PadWalker.
15760      Branch: perl
15761            ! pod/perldelta.pod
15762 ____________________________________________________________________________
15763 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
15764         Log: Subject: [PATCH] List lexicals from debugger
15765              From: Peter Scott <Peter@PSDT.com>
15766              Date: Tue, 19 Mar 2002 12:28:52 -0800
15767              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
15768      Branch: perl
15769            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
15770 ____________________________________________________________________________
15771 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
15772         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
15773              and :encoding(xxx) was errorneously parsed.
15774      Branch: perl
15775            ! lib/open.pm
15776 ____________________________________________________________________________
15777 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
15778         Log: Subject: [PATCH bleadperl] exec.t tweak
15779              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15780              Date: Wed, 20 Mar 2002 01:21:40 +0100
15781              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
15782              
15783              4NT returns 2 as error-code for nonexistant file.
15784      Branch: perl
15785            ! t/op/exec.t
15786 ____________________________________________________________________________
15787 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
15788         Log: minor Tie::File test patch to make win32 happier, from mjd.
15789      Branch: perl
15790            ! lib/Tie/File/t/30_defer.t
15791 ____________________________________________________________________________
15792 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
15793         Log: Subject: [PATCH bleadperl] magic.t tweak
15794              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15795              Date: Wed, 20 Mar 2002 00:39:16 +0100
15796              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
15797      Branch: perl
15798            ! t/op/magic.t
15799 ____________________________________________________________________________
15800 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
15801         Log: Typo fix from Andreas Koenig, plus a tweak.
15802      Branch: perl
15803            ! pod/perlunicode.pod
15804 ____________________________________________________________________________
15805 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
15806         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
15807              in Mandrake 8.2.  Now we need to figure out a way not to
15808              unbreak Apache.
15809      Branch: perl
15810            ! hints/linux.sh
15811 ____________________________________________________________________________
15812 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
15813         Log: Fix for "UTF-8 bug with s///" from Hugo.
15814      Branch: perl
15815            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
15816            ! t/op/pat.t
15817 ____________________________________________________________________________
15818 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
15819         Log: metaconfig unit change for #15354.
15820      Branch: metaconfig
15821            ! U/threads/usethreads.U
15822 ____________________________________________________________________________
15823 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
15824         Log: Installation updates on threads and perlio.
15825      Branch: perl
15826            ! Configure INSTALL
15827 ____________________________________________________________________________
15828 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
15829         Log: Tpo.
15830      Branch: perl
15831            ! pod/perlfaq6.pod
15832 ____________________________________________________________________________
15833 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
15834         Log: Regen modlib and toc.
15835      Branch: perl
15836            ! pod/perlmodlib.pod pod/perltoc.pod
15837 ____________________________________________________________________________
15838 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
15839         Log: Whitespace tweaks.
15840      Branch: perl
15841            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
15842            ! pod/perltodo.pod pod/perlunicode.pod
15843 ____________________________________________________________________________
15844 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
15845         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
15846              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
15847              (And as suggested by Markus Kuhn.)
15848              
15849              While we are at it, document also the case of
15850              mixed hash keys as a known potential troublemaker.
15851              (Since it's locale-related, sometimes.)
15852      Branch: perl
15853            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
15854            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
15855            ! pod/perluniintro.pod
15856 ____________________________________________________________________________
15857 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
15858         Log: Surely a typo.
15859      Branch: perl
15860            ! gv.c
15861 ____________________________________________________________________________
15862 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
15863         Log: Take two.
15864      Branch: perl
15865            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15866            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15867 ____________________________________________________________________________
15868 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
15869         Log: Let's try this from scratch.
15870      Branch: perl
15871            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15872            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15873 ____________________________________________________________________________
15874 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
15875         Log: I could do this all day...
15876      Branch: perl
15877            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15878            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15879 ____________________________________________________________________________
15880 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
15881         Log: Grrr.
15882      Branch: perl
15883            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15884            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15885 ____________________________________________________________________________
15886 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
15887         Log: Subject: Re: Nearly OK for cygwin@15318
15888              From: John Peacock <jpeacock@rowman.com>
15889              Date: Tue, 19 Mar 2002 15:58:08 -0500
15890              Message-ID: <3C97A660.3060302@rowman.com>
15891      Branch: perl
15892            ! pod/perlport.pod
15893 ____________________________________________________________________________
15894 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
15895         Log: Subject: Re: Nearly OK for cygwin@15318
15896              From: <slaven.rezic@berlin.de>
15897              Date: Tue, 19 Mar 2002 21:47:49 +0100
15898              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
15899              
15900              Subject: Re: Nearly OK for cygwin@15318
15901              From: <slaven.rezic@berlin.de>
15902              Date: Tue, 19 Mar 2002 21:37:18 +0100
15903              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
15904      Branch: perl
15905            ! pod/perlport.pod t/io/fs.t
15906 ____________________________________________________________________________
15907 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
15908         Log: D'oh.
15909      Branch: perl
15910            + ext/I18N/Langinfo/fallback/const-c.inc
15911            + ext/I18N/Langinfo/fallback/const-xs.inc
15912 ____________________________________________________________________________
15913 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
15914         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
15915              From: Nicholas Clark <nick@unfortu.net>
15916              Date: Tue, 19 Mar 2002 22:37:08 +0000
15917              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
15918              
15919              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
15920              From: Nicholas Clark <nick@ccl4.org>
15921              Date: Tue, 19 Mar 2002 22:39:55 +0000
15922              Message-ID: <20020319223954.G94831@plum.flirble.org>
15923      Branch: perl
15924            - ext/I18N/Langinfo/fallback.xs
15925            ! MANIFEST
15926 ____________________________________________________________________________
15927 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
15928         Log: Text, not binary.
15929      Branch: perl
15930            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15931            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15932 ____________________________________________________________________________
15933 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
15934         Log: Subject: Re: perl@15244
15935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15936              Date: Mon, 18 Mar 2002 17:37:31 +0100
15937              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
15938              
15939              (Goedendag: Dutch whitespace police)
15940      Branch: perl
15941            ! hints/hpux.sh
15942 ____________________________________________________________________________
15943 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
15944         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
15945              From: Nicholas Clark <nick@unfortu.net>
15946              Date: Tue, 19 Mar 2002 21:52:47 +0000
15947              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
15948      Branch: perl
15949            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
15950            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
15951            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
15952            ! ext/Sys/Syslog/Makefile.PL
15953 ____________________________________________________________________________
15954 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
15955         Log: More pathname portability checks.
15956      Branch: perl
15957            ! Porting/check83.pl
15958 ____________________________________________________________________________
15959 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
15960         Log: Begone, Encode::Tcl::Extended.
15961      Branch: perl
15962            ! ext/Encode/lib/Encode/Tcl.pm
15963 ____________________________________________________________________________
15964 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
15965         Log: This is like trying to put the shaving cream
15966              back to the can...
15967      Branch: perl
15968            ! hints/linux.sh
15969 ____________________________________________________________________________
15970 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
15971         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
15972              types of usleep().  Fun, fun. fun.
15973      Branch: perl
15974            ! hints/linux.sh
15975 ____________________________________________________________________________
15976 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
15977         Log: Sarathy's new suggestion for Linux threading flags.
15978      Branch: perl
15979            ! hints/linux.sh
15980 ____________________________________________________________________________
15981 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
15982         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
15983      Branch: perl
15984            - ext/Encode/Encode/euc-jp-0212.ucm
15985            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
15986            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
15987 ____________________________________________________________________________
15988 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
15989         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
15990              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15991              Date: Tue, 19 Mar 2002 00:42:22 +0100
15992              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
15993      Branch: perl
15994            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
15995 ____________________________________________________________________________
15996 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
15997         Log: "+" is not a valid filename character in VMS.
15998      Branch: perl
15999            + ext/Encode/Encode/euc-jp-0212.ucm
16000            - ext/Encode/Encode/euc-jp+0212.ucm
16001            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16002 ____________________________________________________________________________
16003 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
16004         Log: Update Changes.
16005      Branch: perl
16006            ! Changes patchlevel.h
16007 ____________________________________________________________________________
16008 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
16009         Log: Take away _GNU_SOURCE since that does not seem
16010              to play well with other software (like Apache),
16011              just hint away the WHOAs.
16012      Branch: perl
16013            ! hints/linux.sh
16014 ____________________________________________________________________________
16015 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
16016         Log: metaconfig unit change for #15326.
16017      Branch: metaconfig
16018            ! U/threads/d_crypt_r.U
16019 ____________________________________________________________________________
16020 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
16021         Log: Support crypt_r(const char*,const char*, CRYPTD*).
16022      Branch: perl
16023            ! Configure reentr.h reentr.pl
16024 ____________________________________________________________________________
16025 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
16026         Log: VMS acrobatics from Peter Prymmer.
16027      Branch: perl
16028            ! lib/ExtUtils/t/ExtUtils.t
16029 ____________________________________________________________________________
16030 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
16031         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
16032              From: Stas Bekman <stas@stason.org>
16033              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
16034              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
16035      Branch: perl
16036            ! lib/Pod/Html.pm
16037 ____________________________________________________________________________
16038 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
16039         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
16040              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16041              Date: Tue, 19 Mar 2002 10:49:27 +0100
16042              Message-ID: <20020319104927.C705@rafael>   
16043      Branch: perl
16044            ! ext/B/t/xref.t
16045 ____________________________________________________________________________
16046 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
16047         Log: Integrate perlio:
16048              
16049              [ 15314]
16050              Move docs for Encode::valid_utf8 (which does not exist)
16051              to be docs for utf8::valid() (which does).
16052      Branch: perl
16053           !> ext/Encode/Encode.pm lib/utf8.pm
16054 ____________________________________________________________________________
16055 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
16056         Log: Remove Encode::Tcl::Extended, suggested by
16057              SADAHIRO Tomoyuki.
16058      Branch: perl
16059            - ext/Encode/Encode/euc-jp-0212.enc
16060            - ext/Encode/lib/Encode/Tcl/Extended.pm
16061            ! MANIFEST ext/Encode/MANIFEST
16062            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16063            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
16064 ____________________________________________________________________________
16065 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
16066         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
16067      Branch: perl
16068            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
16069            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
16070            + ext/Encode/t/jisx0212.ref
16071            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
16072            - ext/Encode/t/table.ref
16073            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16074            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
16075            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
16076            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16077            ! ext/Encode/lib/Encode/CN/HZ.pm
16078            ! ext/Encode/lib/Encode/Encoding.pm
16079            ! ext/Encode/lib/Encode/Internal.pm
16080            ! ext/Encode/lib/Encode/JP/Constants.pm
16081            ! ext/Encode/lib/Encode/JP/H2Z.pm
16082            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16083            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16084            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16085            ! ext/Encode/lib/Encode/Tcl/Extended.pm
16086            ! ext/Encode/lib/Encode/Tcl/Table.pm
16087            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16088            ! ext/Encode/lib/Encode/iso10646_1.pm
16089            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16090            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
16091            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
16092 ____________________________________________________________________________
16093 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
16094         Log: constness+signedness nit.
16095      Branch: perl
16096            ! ext/Unicode/Normalize/Normalize.xs
16097 ____________________________________________________________________________
16098 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
16099         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
16100      Branch: perl
16101            ! ext/Unicode/Normalize/Changes
16102            ! ext/Unicode/Normalize/Normalize.pm
16103            ! ext/Unicode/Normalize/Normalize.xs
16104            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16105            ! ext/Unicode/Normalize/t/func.t
16106 ____________________________________________________________________________
16107 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
16108         Log: Split the ebcdic details to perlebcdic.
16109      Branch: perl
16110            ! pod/perlebcdic.pod pod/perluniintro.pod
16111 ____________________________________________________________________________
16112 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
16113         Log: Be explicit.
16114      Branch: perl
16115            ! pod/perluniintro.pod
16116 ____________________________________________________________________________
16117 [ 15315] By: nick                                  on 2002/03/19  09:24:18
16118         Log: Integrate mainline
16119      Branch: perlio
16120           +> ext/List/Util/t/openhan.t
16121           !> (integrate 53 files)
16122 ____________________________________________________________________________
16123 [ 15314] By: nick                                  on 2002/03/19  07:39:07
16124         Log: Move docs for Encode::valid_utf8 (which does not exist)
16125              to be docs for utf8::valid() (which does).
16126      Branch: perlio
16127            ! ext/Encode/Encode.pm lib/utf8.pm
16128 ____________________________________________________________________________
16129 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
16130         Log: Update the Unicode vs EBCDIC situation.
16131      Branch: perl
16132            ! pod/perlebcdic.pod pod/perluniintro.pod
16133 ____________________________________________________________________________
16134 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
16135         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
16136              From: Robert Spier <rspier@pobox.com>
16137              Date: Mon, 18 Mar 2002 19:22:55 -0800
16138              Message-ID: <15510.44815.383439.823671@rls.cx>
16139      Branch: perl
16140            ! ext/threads/t/end.t
16141 ____________________________________________________________________________
16142 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
16143         Log: UTF-8 walk errors that become visible in EBCDIC.
16144      Branch: perl
16145            ! regexec.c
16146 ____________________________________________________________________________
16147 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
16148         Log: s/regcinclasslen/reginclass/ and remove the old
16149              reginclass since nothing is using it.
16150      Branch: perl
16151            ! embed.fnc embed.h proto.h regexec.c
16152 ____________________________________________________________________________
16153 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
16154         Log: Close the file so it can be (a) removed (b) reopened.
16155      Branch: perl
16156            ! ext/B/t/xref.t
16157 ____________________________________________________________________________
16158 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
16159         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
16160              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16161              Date: Mon, 18 Mar 2002 23:14:31 +0100
16162              Message-ID: <20020318231431.A699@rafael>
16163      Branch: perl
16164            ! ext/B/B.xs utf8.c
16165 ____________________________________________________________________________
16166 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
16167         Log: Failed patch hunk reapplied.
16168      Branch: perl
16169            ! lib/Tie/File/t/32_defer_misc.t
16170 ____________________________________________________________________________
16171 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
16172         Log: For DEBUGGING threaded builds.
16173      Branch: perl
16174            ! sv.c
16175 ____________________________________________________________________________
16176 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
16177         Log: AUTHORS update.
16178      Branch: perl
16179            ! AUTHORS
16180 ____________________________________________________________________________
16181 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
16182         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
16183              (Fix from Craig Berry)
16184      Branch: perl
16185            ! pp_sys.c
16186 ____________________________________________________________________________
16187 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
16188         Log: Subject: [PATCH] configure.com home-grown kill() check
16189              From: "Craig A. Berry" <craigberry@mac.com>
16190              Date: Mon, 18 Mar 2002 13:52:59 -0600
16191              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
16192      Branch: perl
16193            ! configure.com
16194 ____________________________________________________________________________
16195 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
16196         Log: Upgrade to Tie::File 0.50.
16197      Branch: perl
16198            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
16199            ! lib/Tie/File/t/32_defer_misc.t
16200 ____________________________________________________________________________
16201 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
16202         Log: AUTHORS updates.
16203      Branch: perl
16204            ! AUTHORS
16205 ____________________________________________________________________________
16206 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
16207         Log: Update Changes.
16208      Branch: perl
16209            ! Changes patchlevel.h
16210 ____________________________________________________________________________
16211 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
16212         Log: OS/390 update.
16213      Branch: perl
16214            ! pod/perldelta.pod
16215 ____________________________________________________________________________
16216 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
16217         Log: Forgot from #15288.
16218      Branch: perl
16219            ! ext/B/B.xs
16220 ____________________________________________________________________________
16221 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
16222         Log: Make regex DEBUGGING faster.
16223      Branch: perl
16224            ! perl.c perl.h regexec.c
16225 ____________________________________________________________________________
16226 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
16227         Log: Undo accidental perl.h part of #15295 (wait for #15297)
16228      Branch: perl
16229            ! perl.h
16230 ____________________________________________________________________________
16231 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
16232         Log: Subject: prefix slip
16233              From: andreas.koenig@anima.de (Andreas J. Koenig)
16234              Date: Mon, 18 Mar 2002 16:24:46 +0100
16235              Message-ID: <m3y9gp3nlt.fsf@anima.de>
16236              
16237              (perl.h part accidental, undone by #15296)
16238      Branch: perl
16239            ! INSTALL perl.h
16240 ____________________________________________________________________________
16241 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
16242         Log: Be tidy.
16243      Branch: perl
16244            ! ext/B/t/xref.t
16245 ____________________________________________________________________________
16246 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
16247         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
16248              From: Spider Boardman <spider@web.zk3.dec.com>
16249              Date: Mon, 18 Mar 2002 10:09:50 -0500
16250              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
16251      Branch: perl
16252            ! README.tru64 hints/dec_osf.sh
16253 ____________________________________________________________________________
16254 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
16255         Log: NetWare tweaks from C Aditya <caditya@novell.com>
16256      Branch: perl
16257            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
16258 ____________________________________________________________________________
16259 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
16260         Log: metaconfig unit change for #15290.
16261      Branch: metaconfig/U/perl
16262            ! perlxv.U
16263 ____________________________________________________________________________
16264 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
16265         Log: Subject: d_nv_preserves_uv_bits
16266              From: Nicholas Clark <nick@unfortu.net>
16267              Date: Thu, 14 Mar 2002 22:24:19 +0000
16268              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
16269      Branch: perl
16270            ! Configure Porting/Glossary Porting/config.sh config_h.SH
16271            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
16272            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16273            ! win32/config.bc win32/config.gc win32/config.vc
16274            ! win32/config.win64
16275 ____________________________________________________________________________
16276 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
16277         Log: Subject: Re: perl@15244
16278              From: Spider Boardman <spider@web.zk3.dec.com>
16279              Date: Mon, 18 Mar 2002 09:38:55 -0500
16280              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
16281              
16282              (IA64 work.)
16283      Branch: perl
16284            ! hints/hpux.sh perl.h
16285 ____________________________________________________________________________
16286 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
16287         Log: Subject: [PATCH B] B::perlstring()
16288              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16289              Date: Sun, 17 Mar 2002 23:06:12 +0100
16290              Message-ID: <20020317230612.A24442@rafael>
16291      Branch: perl
16292            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
16293 ____________________________________________________________________________
16294 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
16295         Log: Subject: [PATCH] another pack "w" thing
16296              From: Nicholas Clark <nick@unfortu.net>
16297              Date: Sat, 16 Mar 2002 21:52:15 +0000
16298              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
16299      Branch: perl
16300            ! pp_pack.c t/op/pack.t
16301 ____________________________________________________________________________
16302 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
16303         Log: More prototypes blindness in Solaris.
16304              (TODO: readdir64_r really needs to be seen.)
16305      Branch: perl
16306            ! hints/solaris_2.sh
16307 ____________________________________________________________________________
16308 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
16309         Log: Integrate perlio:
16310              
16311              [ 15282]
16312              Tidy the "does not map" message for non-characters
16313              (e.g. iso-8859-3 "\xA5").
16314      Branch: perl
16315           !> ext/Encode/Encode.xs
16316 ____________________________________________________________________________
16317 [ 15284] By: nick                                  on 2002/03/18  11:00:31
16318         Log: Integrate mainline
16319      Branch: perlio
16320           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
16321           +> lib/Tie/File/t/32_defer_misc.t
16322           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
16323           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
16324           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
16325           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
16326           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
16327           !> reentr.pl regexec.c t/op/pat.t util.c
16328 ____________________________________________________________________________
16329 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
16330         Log: Sync with Scalar-List-Utils-1.07
16331      Branch: perl
16332            + ext/List/Util/t/openhan.t
16333            ! MANIFEST ext/List/Util/ChangeLog
16334            ! ext/List/Util/lib/List/Util.pm
16335            ! ext/List/Util/lib/Scalar/Util.pm
16336 ____________________________________________________________________________
16337 [ 15282] By: nick                                  on 2002/03/18  08:11:28
16338         Log: Tidy the "does not map" message for non-characters
16339              (e.g. iso-8859-3 "\xA5").
16340      Branch: perlio
16341            ! ext/Encode/Encode.xs
16342 ____________________________________________________________________________
16343 [ 15281] By: ams                                   on 2002/03/18  04:44:37
16344         Log: URL fix from MJD.
16345      Branch: perl
16346            ! pod/perlfaq3.pod
16347 ____________________________________________________________________________
16348 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
16349         Log: More prototype calming (really should fix the Configure
16350              protochk, but not at this point in time).
16351      Branch: perl
16352            ! hints/solaris_2.sh
16353 ____________________________________________________________________________
16354 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
16355         Log: return at the wrong side of #endif.
16356      Branch: perl
16357            ! util.c
16358 ____________________________________________________________________________
16359 [ 15278] By: ams                                   on 2002/03/17  23:45:31
16360         Log: Typo fix from Stas Bekman.
16361      Branch: perl
16362            ! pod/perlhack.pod
16363 ____________________________________________________________________________
16364 [ 15277] By: ams                                   on 2002/03/17  23:41:35
16365         Log: Upgrade to Tie::File 0.21.
16366      Branch: perl
16367            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
16368            + lib/Tie/File/t/32_defer_misc.t
16369            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
16370            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
16371            ! lib/Tie/File/t/22_autochomp.t
16372 ____________________________________________________________________________
16373 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
16374         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
16375              character classes use inlined macros instead of the full
16376              function call.
16377      Branch: perl
16378            ! regexec.c
16379 ____________________________________________________________________________
16380 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
16381         Log: Integrate perlio:
16382              
16383              [ 15274]
16384              Other :encoding oddities
16385              - we should really pop while we can still make method calls
16386              in case DESTROY does something.
16387              - Provide a no-op DESTROY
16388              - Use SvPV_only() rather than just SvPV_on()
16389              
16390              [ 15273]
16391              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
16392      Branch: perl
16393           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16394           !> ext/Encode/lib/Encode/Encoding.pm sv.c
16395 ____________________________________________________________________________
16396 [ 15274] By: nick                                  on 2002/03/17  20:00:12
16397         Log: Other :encoding oddities
16398              - we should really pop while we can still make method calls
16399              in case DESTROY does something.
16400              - Provide a no-op DESTROY
16401              - Use SvPV_only() rather than just SvPV_on()
16402      Branch: perlio
16403            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16404            ! ext/Encode/lib/Encode/Encoding.pm
16405 ____________________________________________________________________________
16406 [ 15273] By: nick                                  on 2002/03/17  19:53:24
16407         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
16408      Branch: perlio
16409            ! sv.c
16410 ____________________________________________________________________________
16411 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
16412         Log: Implement the retry-on-ERANGE for the get*_r().
16413              The buffer will keep doubling until 64k.
16414      Branch: perl
16415            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
16416            ! reentr.h reentr.pl
16417 ____________________________________________________________________________
16418 [ 15271] By: nick                                  on 2002/03/17  17:38:44
16419         Log: Integrate mainline
16420      Branch: perlio
16421           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
16422           +> t/op/pow.t
16423           !> (integrate 28 files)
16424 ____________________________________________________________________________
16425 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
16426         Log: Subject: UTF-8 bug (maybe alreayd known?)
16427              From: andreas.koenig@anima.de (Andreas J. Koenig)
16428              Date: Fri, 08 Mar 2002 16:36:01 +0100
16429              Message-ID: <m3n0xjul5q.fsf@anima.de>
16430      Branch: perl
16431            ! pp_hot.c t/op/pat.t
16432 ____________________________________________________________________________
16433 [ 15269] By: nick                                  on 2002/03/17  09:12:39
16434         Log: Integarate mainline
16435      Branch: perlio
16436           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
16437           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
16438           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
16439           !> (integrate 69 files)
16440 ____________________________________________________________________________
16441 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
16442         Log: Subject: SEGV in s/// and UTF-8
16443              From: andreas.koenig@anima.de (Andreas J. Koenig)
16444              Date: Tue, 12 Mar 2002 00:40:09 +0100
16445              Message-ID: <m3r8mqad2e.fsf@anima.de>
16446      Branch: perl
16447            ! regexec.c t/op/pat.t
16448 ____________________________________________________________________________
16449 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
16450         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
16451              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
16452              which assume that 2**someinteger is accurate.
16453      Branch: perl
16454            + t/op/pow.t
16455            ! MANIFEST pp.c t/test.pl
16456 ____________________________________________________________________________
16457 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
16458         Log: _r-ify config.win64, too.
16459      Branch: perl
16460            ! win32/config.win64
16461 ____________________________________________________________________________
16462 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
16463         Log: Better place to initialize (IRIX cc noticed that
16464              the many "goto defchars" bypass the initialization)
16465      Branch: perl
16466            ! regcomp.c
16467 ____________________________________________________________________________
16468 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
16469         Log: If not building threaded, never mind the threaded prototypes.
16470      Branch: perl
16471            ! Configure reentr.pl
16472 ____________________________________________________________________________
16473 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
16474         Log: metaconfig: If not using threads, not point probing for the
16475              prototypes (since they might be hidden behind many defines
16476              we won't have if not building threaded)
16477      Branch: metaconfig
16478            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16479            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16480            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16481            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16482            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16483            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16484            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16485            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16486            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16487            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16488            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16489            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16490            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16491            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16492            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16493            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16494            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16495            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16496            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16497            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16498            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16499            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16500            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16501            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16502 ____________________________________________________________________________
16503 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
16504         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
16505      Branch: perl
16506            ! hints/freebsd.sh
16507 ____________________________________________________________________________
16508 [ 15261] By: ams                                   on 2002/03/16  18:14:04
16509         Log: Upgrade to Tie::File 0.20.
16510      Branch: perl
16511            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
16512            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
16513            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
16514            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
16515            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
16516            ! lib/Tie/File/t/11_rv_splice_rs.t
16517            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
16518            ! lib/Tie/File/t/16_handle.t
16519 ____________________________________________________________________________
16520 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
16521         Log: There seems to be a trend for the *time_r to be hidden.
16522      Branch: perl
16523            ! hints/irix_6.sh
16524 ____________________________________________________________________________
16525 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
16526         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
16527              From: Stas Bekman <stas@stason.org>
16528              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
16529              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
16530      Branch: perl
16531            ! lib/Pod/Html.pm
16532 ____________________________________________________________________________
16533 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
16534         Log: Subject: [PATCH] Re: dumpvar.pl bug
16535              From: Peter Scott <Peter@PSDT.com>
16536              Date: Fri, 15 Mar 2002 18:19:21 -0800
16537              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
16538      Branch: perl
16539            ! lib/dumpvar.pl lib/perl5db.pl
16540 ____________________________________________________________________________
16541 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
16542         Log: More paranoid _r protochecking.  At least Tru64 and
16543              Linux need additional hinting help to believe that
16544              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
16545              to see what goes bang.
16546      Branch: perl
16547            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
16548            ! reentr.pl
16549 ____________________________________________________________________________
16550 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
16551         Log: metaconfig: more paranoid _r protochecking.
16552      Branch: metaconfig
16553            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16554            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16555            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16556            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16557            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16558            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16559            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16560            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16561            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16562            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16563            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16564            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16565            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16566            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16567            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16568            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16569            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16570            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16571            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16572            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16573            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16574            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16575            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16576            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16577 ____________________________________________________________________________
16578 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
16579         Log: HP-UX gcc 3 warnings found by Sarathy.
16580      Branch: perl
16581            ! regcomp.c sv.c
16582 ____________________________________________________________________________
16583 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
16584         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
16585              From: Slaven Rezic <slaven.rezic@berlin.de>
16586              Date: 16 Mar 2002 15:29:18 +0100
16587              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
16588      Branch: perl
16589            ! pod/perldelta.pod
16590 ____________________________________________________________________________
16591 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
16592         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
16593      Branch: perl
16594            ! Porting/findrfuncs reentr.h reentr.pl
16595 ____________________________________________________________________________
16596 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
16597         Log: UIN32_MAX with borken under HP-UX+gcc
16598      Branch: perl
16599            ! handy.h
16600 ____________________________________________________________________________
16601 [ 15251] By: ams                                   on 2002/03/16  02:38:08
16602         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
16603              *::DESTROY() is deprecated
16604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16605              Date: Thu, 14 Mar 2002 18:39:22 -0500
16606              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
16607              
16608              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
16609              *::DESTROY() is deprecated
16610              From: Dave Mitchell <davem@fdgroup.com>
16611              Date: Fri, 15 Mar 2002 19:22:49 +0000
16612              Message-Id: <20020315192249.A22389@fdgroup.com>
16613      Branch: perl
16614            ! gv.c t/op/method.t
16615 ____________________________________________________________________________
16616 [ 15250] By: ams                                   on 2002/03/16  02:14:41
16617         Log: Plural nit.
16618      Branch: perl
16619            ! pod/perldelta.pod
16620 ____________________________________________________________________________
16621 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
16622         Log: Doesn't make sense to test for protos if the
16623              functions are not to be used (!= functions exist!)
16624              This might be the key (well, a key) to the HP-UX
16625              problems.
16626      Branch: perl
16627            ! reentr.h reentr.pl
16628 ____________________________________________________________________________
16629 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
16630         Log: Typo in #15247.
16631      Branch: perl
16632            ! hints/hpux.sh
16633 ____________________________________________________________________________
16634 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
16635         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
16636              in HP-UX (from H.Merijn Brand)
16637      Branch: perl
16638            ! hints/hpux.sh
16639 ____________________________________________________________________________
16640 [ 15246] By: ams                                   on 2002/03/15  17:53:23
16641         Log: Subject: minor corrections in perldelta.pod
16642              From: mjd@plover.com
16643              Date: 15 Mar 2002 18:48:42 -0000
16644              Message-Id: <20020315184842.13573.qmail@plover.com>
16645      Branch: perl
16646            ! pod/perldelta.pod
16647 ____________________________________________________________________________
16648 [ 15245] By: ams                                   on 2002/03/15  17:37:52
16649         Log: Upgrade to Tie::File 0.19.
16650      Branch: perl
16651            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
16652            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
16653            + lib/Tie/File/t/21_win32.t
16654            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
16655            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
16656            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
16657            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
16658            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
16659            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
16660            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
16661            ! lib/Tie/File/t/17_misc_meth.t
16662 ____________________________________________________________________________
16663 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
16664         Log: Update Changes.
16665      Branch: perl
16666            ! Changes patchlevel.h
16667 ____________________________________________________________________________
16668 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
16669         Log: Forgot from #15241.
16670      Branch: perl
16671            ! win32/config_sh.PL
16672 ____________________________________________________________________________
16673 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
16674         Log: Subject: patch pod/perltodo.pod
16675              From: mjd@plover.com
16676              Date: 15 Mar 2002 15:42:18 -0000
16677              Message-ID: <20020315154218.10163.qmail@plover.com>
16678              
16679              (With s/WANT/Want/)
16680      Branch: perl
16681            ! pod/perltodo.pod
16682 ____________________________________________________________________________
16683 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
16684         Log: Subject: [PATCH bleadperl] (revision 5 undef)
16685              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16686              Date: Fri, 15 Mar 2002 00:39:48 +0100
16687              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
16688      Branch: perl
16689            ! win32/config.bc win32/config.gc win32/config.vc
16690            ! win32/config.win64
16691 ____________________________________________________________________________
16692 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
16693         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
16694              From: Michael G Schwern <schwern@pobox.com>
16695              Date: Thu, 14 Mar 2002 16:39:29 -0500
16696              Message-ID: <20020314213929.GA2912@blackrider>
16697      Branch: perl
16698            ! lib/perl5db.pl
16699 ____________________________________________________________________________
16700 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
16701         Log: Integrate perlio:
16702              
16703              [ 15235]
16704              Add the binmode()s to make JP.t pass on Win32
16705      Branch: perl
16706           !> embed.fnc ext/Encode/t/JP.t
16707 ____________________________________________________________________________
16708 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
16709         Log: Monster _r patch: try to scan for all known _r variants,
16710              and then use them (under ithreads).  May fail in HP-UX,
16711              and the op/groups is known to be fickle everywhere.  Known
16712              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
16713              warnings in AIX since the first arguments of getnetbyaddr
16714              and getnetbyadd_r are of different types.  Thanks, IBM.)
16715              
16716              In non-Configure platforms deny the existence of any
16717              of the _r thingies.  (Also add the recently introduced
16718              d_tm_* to places it wasn't already in.)
16719              
16720              TODO: the suggested glibc buffer growth retry loop in case
16721              some entries (at least for: gr*, host*) are big.
16722              Forgot win32/config.win64.
16723      Branch: perl
16724            + reentr.c reentr.h reentr.pl
16725            ! Configure MANIFEST Makefile.SH NetWare/Makefile
16726            ! NetWare/config.wc Porting/Glossary Porting/config.sh
16727            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
16728            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
16729            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
16730            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
16731            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
16732            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
16733            ! win32/config.bc win32/config.gc win32/config.vc
16734            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
16735 ____________________________________________________________________________
16736 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
16737         Log: Be more explicit on when is the $! worth anything.
16738      Branch: perl
16739            ! pod/perlvar.pod
16740 ____________________________________________________________________________
16741 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
16742         Log: metaconfig: _r _r we go.
16743      Branch: metaconfig
16744            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16745            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16746            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16747            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16748            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16749            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16750            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16751            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16752            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16753            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16754            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16755            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16756            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16757            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16758            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16759            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16760            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16761            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16762            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16763            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16764            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16765            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16766            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16767            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16768 ____________________________________________________________________________
16769 [ 15235] By: nick                                  on 2002/03/15  07:31:54
16770         Log: Add the binmode()s to make JP.t pass on Win32
16771      Branch: perlio
16772            ! ext/Encode/t/JP.t
16773 ____________________________________________________________________________
16774 [ 15234] By: nick                                  on 2002/03/15  07:20:49
16775         Log: Integrate perlio:
16776              
16777              [ 15233]
16778              Mark JP.t's data files as binary
16779              
16780              [ 15011]
16781              Avoid $Id$ cleverness and just have a $VERSION.
16782      Branch: perl
16783           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
16784 ____________________________________________________________________________
16785 [ 15233] By: nick                                  on 2002/03/15  07:18:02
16786         Log: Mark JP.t's data files as binary
16787      Branch: perlio
16788            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
16789 ____________________________________________________________________________
16790 [ 15232] By: nick                                  on 2002/03/15  07:13:38
16791         Log: Integrate mainline
16792      Branch: perlio
16793           +> ext/B/t/xref.t
16794           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
16795           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
16796           !> perl.c t/op/arith.t
16797 ____________________________________________________________________________
16798 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
16799         Log: The section needs to be in the makedepend script
16800              (from Jan-Erik Karlsson).
16801      Branch: perl
16802            ! makedepend.SH
16803 ____________________________________________________________________________
16804 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
16805         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
16806              From: Nicholas Clark <nick@unfortu.net>
16807              Date: Thu, 14 Mar 2002 23:05:23 +0000
16808              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
16809      Branch: perl
16810            ! ext/Safe/safe2.t
16811 ____________________________________________________________________________
16812 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
16813         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
16814              From: "Brent Dax" <brentdax@cpan.org>
16815              Date: Thu, 14 Mar 2002 09:08:41 -0800
16816              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
16817      Branch: perl
16818            ! lib/Pod/Html.pm
16819 ____________________________________________________________________________
16820 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
16821         Log: metaconfig: one round again for the _r.
16822      Branch: metaconfig
16823            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16824            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16825            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16826            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16827            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16828            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16829            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16830            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16831            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16832            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16833            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16834            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16835            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16836            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16837            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16838            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16839            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16840            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16841            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16842            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16843            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16844            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16845            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16846            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16847 ____________________________________________________________________________
16848 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
16849         Log: metaconfig: new round of the _r units.
16850      Branch: metaconfig
16851            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16852            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16853            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16854            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16855            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16856            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16857            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16858            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16859            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16860            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16861            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16862            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16863            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16864            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16865            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16866            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16867            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16868            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16869            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16870            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16871            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16872            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16873            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16874            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16875      Branch: metaconfig/U/perl
16876            + i_crypt.U
16877 ____________________________________________________________________________
16878 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
16879         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
16880              From: Paul_GreenVOS@vos.stratus.com
16881              Date: Tue, 12 Mar 02 19:22 est   
16882              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
16883      Branch: perl
16884            ! lib/Benchmark.t t/op/arith.t
16885 ____________________________________________________________________________
16886 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
16887         Log: Subject: Re: Win32: C:\Program Files
16888              From: "Ken Williams" <ken@mathforum.org>
16889              Date: Wed, 13 Mar 2002 17:50:59 -0600
16890              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
16891              
16892              Add -t to perl -h.
16893      Branch: perl
16894            ! perl.c
16895 ____________________________________________________________________________
16896 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
16897         Log: Extra paranoia from Nick Clark.
16898      Branch: perl
16899            ! ext/Safe/safe2.t
16900 ____________________________________________________________________________
16901 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
16902         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
16903              From: Nicholas Clark <nick@ccl4.org>
16904              Date: Wed, 13 Mar 2002 14:22:50 +0000
16905              Message-ID: <20020313142250.G92566@plum.flirble.org>
16906      Branch: perl
16907            ! ext/Safe/safe2.t
16908 ____________________________________________________________________________
16909 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
16910         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
16911              From: <slaven.rezic@berlin.de>
16912              Date: Tue, 12 Mar 2002 13:03:41 +0100      
16913              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
16914      Branch: perl
16915            ! Makefile.SH
16916 ____________________________________________________________________________
16917 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
16918         Log: Subject: [PATCH] a test for B::Xref
16919              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16920              Date: Wed, 13 Mar 2002 17:18:57 +0100
16921              Message-ID: <20020313171857.F1144@rafael>
16922      Branch: perl
16923            + ext/B/t/xref.t
16924            ! MANIFEST ext/B/B/Xref.pm
16925 ____________________________________________________________________________
16926 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
16927         Log: Subject: [PATCH] Exporter.pm POD fixups
16928              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16929              Date: Wed, 13 Mar 2002 16:21:42 +0100
16930              Message-ID: <20020313162142.A1144@rafael>
16931      Branch: perl
16932            ! lib/Exporter.pm
16933 ____________________________________________________________________________
16934 [ 15219] By: nick                                  on 2002/03/14  07:00:16
16935         Log: Integrate mainline
16936      Branch: perlio
16937           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
16938 ____________________________________________________________________________
16939 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
16940         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
16941              From: Michael G Schwern <schwern@pobox.com>
16942              Date: Wed, 13 Mar 2002 17:43:00 -0500
16943              Message-ID: <20020313224300.GG3311@blackrider>
16944      Branch: perl
16945            ! lib/ExtUtils/MM_VMS.pm
16946 ____________________________________________________________________________
16947 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
16948         Log: Pod tweak.
16949      Branch: perl
16950            ! lib/open.pm
16951 ____________________________________________________________________________
16952 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
16953         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
16954              From: "Craig A. Berry" <craigberry@mac.com>
16955              Date: Wed, 13 Mar 2002 01:44:01 -0600
16956              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
16957      Branch: perl
16958            ! vms/descrip_mms.template
16959 ____________________________________________________________________________
16960 [ 15215] By: nick                                  on 2002/03/13  08:08:36
16961         Log: Integrate mainline.
16962      Branch: perlio
16963           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
16964            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
16965            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
16966            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
16967            - ext/Data/Util/t/Hash.t
16968           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
16969           !> ext/Encode/lib/Encode/CN/HZ.pm
16970           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16971           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
16972           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
16973           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
16974           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
16975           !> t/op/override.t toke.c universal.c
16976 ____________________________________________________________________________
16977 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
16978         Log: metaconfig: three guesses.
16979      Branch: metaconfig
16980            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16981            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16982            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16983            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16984            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16985            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16986            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16987            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16988            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16989            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16990            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16991            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16992            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16993            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16994            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16995            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16996            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16997            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16998            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16999            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17000            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17001            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17002            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17003            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17004 ____________________________________________________________________________
17005 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
17006         Log: metaconfig: regen _r units again.
17007      Branch: metaconfig
17008            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17009            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17010            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17011            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17012            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17013            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17014            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17015            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17016            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17017            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17018            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17019            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17020            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17021            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17022            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17023            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17024            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17025            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17026            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17027            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17028            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17029            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17030            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17031            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17032 ____________________________________________________________________________
17033 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
17034         Log: metaconfig: regen _r units.
17035      Branch: metaconfig
17036            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
17037            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17038            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17039            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17040            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17041            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17042            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17043            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17044            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17045            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17046            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17047            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17048            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17049            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17050            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17051            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17052            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17053            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17054            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17055            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17056            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17057            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17058            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17059            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17060            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17061 ____________________________________________________________________________
17062 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
17063         Log: metaconfig unit tweaks.
17064      Branch: metaconfig
17065            + U/threads/d_setprotoent_r.U
17066            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
17067            ! U/threads/d_tmpnam_r.U
17068 ____________________________________________________________________________
17069 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
17070         Log: metaconfig: replace the _r units with autogenerated ones.
17071      Branch: metaconfig
17072            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17073            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
17074            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17075            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
17076            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
17077            + U/threads/d_getprotobyname_r.U
17078            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17079            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
17080            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
17081            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17082            + U/threads/d_setservent_r.U
17083            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
17084            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
17085            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
17086            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
17087            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
17088            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
17089            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
17090            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
17091            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
17092            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17093            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17094            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17095            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
17096            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17097            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
17098            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
17099            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17100            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17101            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17102            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17103            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
17104            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
17105            ! U/threads/d_ttyname_r.U
17106 ____________________________________________________________________________
17107 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
17108         Log: More known threadsafings.
17109      Branch: perl
17110            ! Porting/findrfuncs
17111 ____________________________________________________________________________
17112 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
17113         Log: Small tweaks.
17114      Branch: perl
17115            ! lib/Internals.t universal.c
17116 ____________________________________________________________________________
17117 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
17118         Log: VERSIONize.
17119      Branch: perl
17120            ! ext/Encode/lib/Encode/CN/HZ.pm
17121            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17122            ! ext/Encode/lib/Encode/JP/JIS.pm
17123 ____________________________________________________________________________
17124 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
17125         Log: Subject: perl datastructure conversion shortcuts for DDD
17126              From: Stas Bekman <stas@stason.org>
17127              Date: Mon, 11 Mar 2002 14:54:31 +0800
17128              Message-ID: <3C8C54A7.5020502@stason.org>
17129      Branch: perl
17130            ! pod/perlhack.pod
17131 ____________________________________________________________________________
17132 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
17133         Log: Regen modlib.
17134      Branch: perl
17135            ! pod/perlmodlib.pod
17136 ____________________________________________________________________________
17137 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
17138         Log: Regen toc.
17139      Branch: perl
17140            ! pod/perltoc.pod
17141 ____________________________________________________________________________
17142 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
17143         Log: Tiny pod tweaks.
17144      Branch: perl
17145            ! lib/Hash/Util.pm
17146 ____________________________________________________________________________
17147 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
17148         Log: perldeltaize Hash::Util.
17149      Branch: perl
17150            ! pod/perldelta.pod
17151 ____________________________________________________________________________
17152 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
17153         Log: Move the readonly interface back to universal.c,
17154              (new name: Internals::SvREADONLY), remove Data::Util,
17155              move Hash::Util to lib, also introduce refcnt interface
17156              (Internals::SvREFCNT).     Make both the new interfaces
17157              to be more sane so that if they set the value, they return
17158              the new value, not the old one.
17159      Branch: perl
17160            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
17161            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17162            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17163            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17164            - ext/Data/Util/t/Hash.t
17165            ! MANIFEST ext/B/t/stash.t universal.c
17166 ____________________________________________________________________________
17167 [ 15200] By: ams                                   on 2002/03/12  15:16:05
17168         Log: Subject: Disambiguate "Can't locate"
17169              From: Mike Guy <mjtg@cam.ac.uk>
17170              Date: Tue, 12 Mar 2002 16:04:23 +0000
17171              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
17172      Branch: perl
17173            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
17174            ! pp_ctl.c t/op/override.t
17175 ____________________________________________________________________________
17176 [ 15199] By: ams                                   on 2002/03/12  15:04:43
17177         Log: Subject: [PATCH] perl/lib/File/stat.t
17178              From: Paul_GreenVOS@vos.stratus.com
17179              Date: Tue, 12 Mar 02 11:00 est
17180              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
17181      Branch: perl
17182            ! lib/File/stat.t
17183 ____________________________________________________________________________
17184 [ 15198] By: ams                                   on 2002/03/12  15:00:44
17185         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
17186              From: Robin Barker <rmb1@cise.npl.co.uk>
17187              Date: Tue, 12 Mar 2002 13:31:58 GMT
17188              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
17189      Branch: perl
17190            ! pod/perlfunc.pod
17191 ____________________________________________________________________________
17192 [ 15197] By: ams                                   on 2002/03/12  14:57:34
17193         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
17194              From: "Clinton A. Pierce" <clintp@geeksalad.org>
17195              Date: Tue, 12 Mar 2002 10:11:53 -0500
17196              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
17197      Branch: perl
17198            ! toke.c
17199 ____________________________________________________________________________
17200 [ 15196] By: nick                                  on 2002/03/12  13:40:35
17201         Log: Integrate mainline
17202      Branch: perlio
17203           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17204           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17205           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17206           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
17207            - t/lib/access.t
17208           !> (integrate 96 files)
17209 ____________________________________________________________________________
17210 [ 15195] By: nick                                  on 2002/03/12  06:08:24
17211         Log: Integrate mainline (a while ago)
17212      Branch: perlio
17213           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
17214           +> ext/Encode/t/TW.t
17215            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
17216            - ext/Encode/lib/Encode/Tcl/HanZi.pm
17217            - ext/I18N/Langinfo/fallback.c
17218           !> (integrate 80 files)
17219 ____________________________________________________________________________
17220 [ 15194] By: ams                                   on 2002/03/12  06:02:20
17221         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
17222              From: Jonathan Stowe <gellyfish@gellyfish.com>
17223              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
17224              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
17225      Branch: perl
17226            ! ext/Encode/CN/Makefile.PL
17227 ____________________________________________________________________________
17228 [ 15193] By: ams                                   on 2002/03/12  05:55:07
17229         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
17230              From: Dave Mitchell <davem@fdgroup.co.uk>
17231              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
17232              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
17233      Branch: perl
17234            ! pod/perlguts.pod
17235 ____________________________________________________________________________
17236 [ 15192] By: ams                                   on 2002/03/12  05:50:08
17237         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
17238              From: Anton Tagunov <tagunov@motor.ru>
17239              Date: Tue, 12 Mar 2002 01:40:58 +0300
17240              Message-Id: <1194068830.20020312014058@motor.ru>
17241              (Applied with tweaks.)
17242      Branch: perl
17243            ! lib/utf8.pm
17244 ____________________________________________________________________________
17245 [ 15191] By: ams                                   on 2002/03/12  05:42:21
17246         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
17247              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17248              Date: Sun, 10 Mar 2002 22:10:15 +0100
17249              Message-Id: <3C8BD9C7.13988.73992D@localhost>
17250      Branch: perl
17251            ! iperlsys.h
17252 ____________________________________________________________________________
17253 [ 15190] By: ams                                   on 2002/03/12  05:38:08
17254         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
17255              From: Anton Tagunov <tagunov@motor.ru>
17256              Date: Mon, 11 Mar 2002 23:27:47 +0300
17257              Message-Id: <19414222180.20020311232747@motor.ru>
17258      Branch: perl
17259            ! pod/perlsub.pod
17260 ____________________________________________________________________________
17261 [ 15189] By: ams                                   on 2002/03/12  05:34:49
17262         Log: Subject: minor patch for comment in utfebcdic.h
17263              From: Anton Tagunov <tagunov@motor.ru>
17264              Date: Tue, 12 Mar 2002 00:20:21 +0300
17265              Message-Id: <13817376786.20020312002021@motor.ru>
17266      Branch: perl
17267            ! utfebcdic.h
17268 ____________________________________________________________________________
17269 [ 15188] By: ams                                   on 2002/03/12  05:32:30
17270         Log: Subject: [PATCH ?] B::Xref improvements
17271              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17272              Date: Mon, 11 Mar 2002 23:32:20 +0100
17273              Message-Id: <20020311233220.A12677@rafael>
17274      Branch: perl
17275            ! ext/B/B/Xref.pm
17276 ____________________________________________________________________________
17277 [ 15187] By: ams                                   on 2002/03/12  05:30:02
17278         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
17279              From: Paul_GreenVOS@vos.stratus.com
17280              Date: Mon, 11 Mar 02 17:23 est
17281              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
17282      Branch: perl
17283            ! lib/ExtUtils/MM_Unix.pm
17284 ____________________________________________________________________________
17285 [ 15186] By: ams                                   on 2002/03/12  05:27:06
17286         Log: Subject: [PATCH] installperl - minor untangle for VOS
17287              From: Paul_GreenVOS@vos.stratus.com
17288              Date: Mon, 11 Mar 02 17:05 est
17289              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
17290      Branch: perl
17291            ! installperl
17292 ____________________________________________________________________________
17293 [ 15185] By: ams                                   on 2002/03/12  05:25:59
17294         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
17295              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17296              Date: Mon, 11 Mar 2002 22:37:39 +0100
17297              Message-Id: <20020311223739.A691@rafael>
17298      Branch: perl
17299            ! ext/B/B/Deparse.pm
17300 ____________________________________________________________________________
17301 [ 15184] By: ams                                   on 2002/03/12  05:20:54
17302         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
17303              From: Michael G Schwern <schwern@pobox.com>
17304              Date: Tue, 12 Mar 2002 01:12:08 -0500
17305              Message-Id: <20020312061208.GD904@blackrider>
17306      Branch: perl
17307            ! hints/netbsd.sh
17308 ____________________________________________________________________________
17309 [ 15183] By: ams                                   on 2002/03/12  04:12:30
17310         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17311              From: Autrijus Tang <autrijus@autrijus.org>
17312              Date: Tue, 12 Mar 2002 13:05:53 +0800
17313              Message-Id: <20020312050553.GA7864@not.autrijus.org>
17314              (Only doc hunk applied, supplementing #15182.)
17315      Branch: perl
17316            ! ext/Encode/Encode.pm
17317 ____________________________________________________________________________
17318 [ 15182] By: ams                                   on 2002/03/12  04:04:34
17319         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17320              From: Autrijus Tang <autrijus@autrijus.org>
17321              Date: Tue, 12 Mar 2002 12:56:46 +0800
17322              Message-Id: <20020312045646.GA7689@not.autrijus.org>
17323              (Private mail.)
17324      Branch: perl
17325            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
17326 ____________________________________________________________________________
17327 [ 15181] By: ams                                   on 2002/03/12  03:09:20
17328         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17329              From: Autrijus Tang <autrijus@autrijus.org>
17330              Date: Tue, 12 Mar 2002 11:55:06 +0800
17331              Message-Id: <20020312035506.GA6946@not.autrijus.org>
17332      Branch: perl
17333            ! ext/Encode/Encode.pm
17334 ____________________________________________________________________________
17335 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
17336         Log: Deypo.
17337      Branch: metaconfig
17338            ! U/threads/d_asctime_r.U
17339 ____________________________________________________________________________
17340 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
17341         Log: FAQ sync.
17342      Branch: perl
17343            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17344            ! pod/perlfaq4.pod pod/perlfaq5.pod
17345 ____________________________________________________________________________
17346 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
17347         Log: The test needs perlio.
17348      Branch: perl
17349            ! lib/open.t
17350 ____________________________________________________________________________
17351 [ 15177] By: ams                                   on 2002/03/11  15:41:08
17352         Log: Subject: perlreftut update
17353              From: Mark-Jason Dominus <mjd@plover.com>
17354              Date: Mon, 11 Mar 2002 11:36:27 -0500
17355              Message-Id: <20020311163627.31020.qmail@plover.com>
17356      Branch: perl
17357            ! pod/perlreftut.pod
17358 ____________________________________________________________________________
17359 [ 15176] By: ams                                   on 2002/03/11  15:35:24
17360         Log: Subject: Minor correction in perlfaq5
17361              From: mjd@plover.com
17362              Date: 11 Mar 2002 16:34:22 -0000
17363              Message-Id: <20020311163422.30963.qmail@plover.com>
17364      Branch: perl
17365            ! pod/perlfaq5.pod
17366 ____________________________________________________________________________
17367 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
17368         Log: number of skipped tests was incorrect
17369      Branch: perl
17370            ! t/op/stat.t
17371 ____________________________________________________________________________
17372 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
17373         Log: remove doubled CRs
17374      Branch: perl
17375            ! win32/Makefile
17376 ____________________________________________________________________________
17377 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
17378         Log: Update Changes.
17379      Branch: perl
17380            ! Changes patchlevel.h
17381 ____________________________________________________________________________
17382 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
17383         Log: Regen toc.
17384      Branch: perl
17385            ! pod/perltoc.pod
17386 ____________________________________________________________________________
17387 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
17388         Log: Add t/CN.t and t/TW.t; re-sort.
17389      Branch: perl
17390            ! ext/Encode/MANIFEST
17391 ____________________________________________________________________________
17392 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
17393         Log: Document what to do if one yearns back to
17394              the old legacy encoding.
17395      Branch: perl
17396            ! lib/encoding.pm
17397 ____________________________________________________________________________
17398 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
17399         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
17400              as general purpose encoding transformation interfaces
17401              since that's not what they are.
17402      Branch: perl
17403            ! lib/utf8.pm pod/perlunicode.pod sv.c
17404 ____________________________________________________________________________
17405 [ 15168] By: ams                                   on 2002/03/11  12:54:16
17406         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
17407              warnings
17408              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17409              Date: Mon, 11 Mar 2002 14:35:22 +0100
17410              Message-Id: <20020311143522.A7431@rafael>
17411      Branch: perl
17412            ! t/lib/warnings/pp_sys
17413 ____________________________________________________________________________
17414 [ 15167] By: ams                                   on 2002/03/11  04:57:20
17415         Log: A little commonsense is better than 1_compile.
17416      Branch: perl
17417            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17418 ____________________________________________________________________________
17419 [ 15166] By: ams                                   on 2002/03/11  04:53:50
17420         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
17421              From: Michael G Schwern <schwern@pobox.com>
17422              Date: Sun, 10 Mar 2002 13:27:12 -0500
17423              Message-Id: <20020310182712.GC693@blackrider>
17424              
17425              Subject: [PATCH] Hash::Util part 2
17426              From: Michael G Schwern <schwern@pobox.com>
17427              Date: Sun, 10 Mar 2002 15:09:34 -0500
17428              Message-Id: <20020310200934.GB27112@blackrider>
17429              
17430              Subject: [PATCH] Hash::Util MANIFEST correction
17431              From: Michael G Schwern <schwern@pobox.com>
17432              Date: Sun, 10 Mar 2002 16:27:07 -0500
17433              Message-Id: <20020310212707.GF27112@blackrider>
17434              
17435              (Also changes find.t and taint.t, which were looking for access.t)
17436      Branch: perl
17437            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17438            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17439            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17440            + ext/Data/Util/t/Hash.t
17441            - t/lib/access.t
17442            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
17443            ! pod/perldiag.pod pod/perltodo.pod universal.c
17444 ____________________________________________________________________________
17445 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
17446         Log: metaconfig: more thready fixes.
17447      Branch: metaconfig
17448            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
17449            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
17450            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
17451            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
17452            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
17453            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
17454            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17455            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17456            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
17457 ____________________________________________________________________________
17458 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
17459         Log: Skip obsoleted interfaces.
17460      Branch: perl
17461            ! Porting/findrfuncs
17462 ____________________________________________________________________________
17463 [ 15162] By: ams                                   on 2002/03/11  03:48:14
17464         Log: Typo fixes.
17465      Branch: perl
17466            ! perl.c
17467 ____________________________________________________________________________
17468 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
17469         Log: Upgrade to Locale::Codes 2.02.
17470      Branch: perl
17471            + lib/Locale/Codes/t/rename.t
17472            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
17473            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
17474            ! lib/Locale/Country.pod
17475 ____________________________________________________________________________
17476 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
17477         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
17478              From: Nicholas Clark <nick@unfortu.net>
17479              Date: Sun, 10 Mar 2002 18:17:50 +0000
17480              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
17481              
17482              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
17483              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17484              Date: Sun, 10 Mar 2002 13:53:34 -0800
17485              Message-ID: <eX9i8gzkg26G092yn@efn.org>
17486              
17487              (and reenable the feature in freebsd,
17488              and move the freebsd pr url to perl.c)
17489      Branch: perl
17490            ! hints/freebsd.sh perl.c pod/perldelta.pod
17491 ____________________________________________________________________________
17492 [ 15159] By: ams                                   on 2002/03/11  03:34:13
17493         Log: Subject: [PATCH stash.t] access::readonly is gone
17494              From: Michael G Schwern <schwern@pobox.com>
17495              Date: Sun, 10 Mar 2002 16:18:14 -0500
17496              Message-Id: <20020310211813.GE27112@blackrider>
17497      Branch: perl
17498            ! ext/B/t/stash.t
17499 ____________________________________________________________________________
17500 [ 15158] By: ams                                   on 2002/03/11  03:28:04
17501         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
17502              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17503              Date: Sun, 10 Mar 2002 22:10:15 +0100
17504              Message-Id: <3C8BD9C7.610.7398DD@localhost>
17505      Branch: perl
17506            ! lib/Net/Ping/t/110_icmp_inst.t
17507 ____________________________________________________________________________
17508 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
17509         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
17510              From: Michael G Schwern <schwern@pobox.com>
17511              Date: Sun, 10 Mar 2002 19:22:33 -0500
17512              Message-ID: <20020311002233.GE4927@blackrider>
17513      Branch: perl
17514            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
17515            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
17516            ! lib/Test/Simple/t/fail-more.t
17517 ____________________________________________________________________________
17518 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
17519         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
17520              From: Michael G Schwern <schwern@pobox.com>
17521              Date: Sun, 10 Mar 2002 17:14:10 -0500
17522              Message-ID: <20020310221410.GA4915@blackrider>
17523      Branch: perl
17524            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
17525            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
17526 ____________________________________________________________________________
17527 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
17528         Log: Subject: [PATCH] more warnings tidyup
17529              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17530              Date: Sun, 10 Mar 2002 21:01:39 -0000
17531              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
17532      Branch: perl
17533            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
17534            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
17535            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
17536            ! util.c
17537 ____________________________________________________________________________
17538 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
17539         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
17540              From: Nicholas Clark <nick@unfortu.net>
17541              Date: Sun, 10 Mar 2002 23:21:07 +0000
17542              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
17543      Branch: perl
17544            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
17545            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
17546            ! ext/Encode/TW/Makefile.PL
17547 ____________________________________________________________________________
17548 [ 15153] By: ams                                   on 2002/03/11  03:06:59
17549         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
17550              From: Max Baker <max@warped.org>
17551              Date: Fri, 8 Mar 2002 10:56:19 -0800
17552              Message-Id: <20020308105619.A15039@warped.org>
17553      Branch: perl
17554            ! ext/IO/lib/IO/Socket/INET.pm
17555 ____________________________________________________________________________
17556 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
17557         Log: Subject: [PATCH] spelling correction
17558              From: Nicholas Clark <nick@unfortu.net>
17559              Date: Sun, 10 Mar 2002 18:34:42 +0000
17560              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
17561      Branch: perl
17562            ! pp.c pp_hot.c
17563 ____________________________________________________________________________
17564 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
17565         Log: DG/UX updates from Takis Psarogiannakopoulos.
17566      Branch: perl
17567            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
17568 ____________________________________________________________________________
17569 [ 15150] By: ams                                   on 2002/03/11  03:02:47
17570         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
17571              From: Chris Nandor <pudge@pobox.com>
17572              Date: Mon, 04 Mar 2002 17:48:12 -0500
17573              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
17574      Branch: perl
17575            ! lib/DB.pm lib/perl5db.pl
17576 ____________________________________________________________________________
17577 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
17578         Log: metaconfig unit changes in preparation of reentrancy changes.
17579      Branch: metaconfig
17580            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
17581            + U/threads/d_ttyname_r.U
17582            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
17583            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
17584            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
17585            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
17586            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17587            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
17588            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17589            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
17590            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
17591            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17592            ! U/threads/d_strerror_r.U
17593 ____________________________________________________________________________
17594 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
17595         Log: Mysterious characters.
17596      Branch: perl
17597            ! utf8.h
17598 ____________________________________________________________________________
17599 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
17600         Log: Unused.
17601      Branch: perl
17602            ! op.c
17603 ____________________________________________________________________________
17604 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
17605         Log: Implement :std subpragma of the open pragma
17606              that makes the standard filehandles to talk in
17607              encodings.  This change set off a weird warning
17608              from op.c, though: disabled it now until someone
17609              who knows what it is about comes along.
17610      Branch: perl
17611            ! lib/open.pm op.c
17612 ____________________________________________________________________________
17613 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
17614         Log: Document the logic of :locale better.
17615      Branch: perl
17616            ! lib/open.pm
17617 ____________________________________________________________________________
17618 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
17619         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
17620              From: Slaven Rezic <slaven.rezic@berlin.de>
17621              Date: 10 Mar 2002 02:49:17 +0100
17622              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
17623      Branch: perl
17624            ! hints/freebsd.sh
17625 ____________________________________________________________________________
17626 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
17627         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
17628              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17629              Date: Sun, 10 Mar 2002 17:08:54 +0900
17630              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
17631      Branch: perl
17632            ! ext/Encode/lib/Encode/Tcl.pm
17633            ! ext/Encode/lib/Encode/Tcl/Escape.pm
17634            ! ext/Encode/lib/Encode/Tcl/Extended.pm
17635            ! ext/Encode/lib/Encode/Tcl/Table.pm
17636 ____________________________________________________________________________
17637 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
17638         Log: The patch does the following:
17639              - Nix the unneccessary diagnostics line
17640              - Quell -w warnings if the first ENV doesn't exist
17641              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
17642              is too baroque and bloated for daily use (and for perl core inclusion).
17643              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
17644              non-fatal.
17645              - Consequently, the ^OPEN bits is set only when needed.
17646      Branch: perl
17647            ! lib/open.pm
17648 ____________________________________________________________________________
17649 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
17650         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
17651      Branch: perl
17652            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
17653 ____________________________________________________________________________
17654 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
17655         Log: Precedence problem.
17656      Branch: perl
17657            ! ext/Socket/socketpair.t
17658 ____________________________________________________________________________
17659 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
17660         Log: Renaming tweaks, and split off the reentrant "superbuffer"
17661              init routine.
17662      Branch: perl
17663            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
17664            ! sv.c util.c
17665 ____________________________________________________________________________
17666 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
17667         Log: The 7-bit jis seems to be the hanging one.
17668      Branch: perl
17669            ! ext/Encode/t/Tcl.t
17670 ____________________________________________________________________________
17671 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
17672         Log: Begone.
17673      Branch: perl
17674            ! ext/Encode/MANIFEST
17675 ____________________________________________________________________________
17676 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
17677         Log: Better fix from Autrijus.
17678      Branch: perl
17679            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
17680            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
17681 ____________________________________________________________________________
17682 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
17683         Log: Not everybody has Encode::HanExtra.
17684      Branch: perl
17685            ! ext/Encode/Encode.pm
17686 ____________________________________________________________________________
17687 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
17688         Log: Decutandpasto.
17689      Branch: perl
17690            ! ext/Encode/lib/Encode/Tcl.pm
17691 ____________________________________________________________________________
17692 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
17693         Log: Subject: [PATCH] Data::Dumper
17694              From: Nicholas Clark <nick@unfortu.net>
17695              Date: Sat, 9 Mar 2002 19:03:54 +0000
17696              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
17697      Branch: perl
17698            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
17699            ! ext/Data/Dumper/t/dumper.t
17700 ____________________________________________________________________________
17701 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
17702         Log: Subject: [PATCH] socketpair.t w/o fork
17703              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17704              Date: Sat, 9 Mar 2002 14:55:11 +0100
17705              Message-ID: <3C8A224F.29578.13691BA@localhost>
17706              
17707              (modified as suggested by Sarathy)
17708      Branch: perl
17709            ! ext/Socket/socketpair.t
17710 ____________________________________________________________________________
17711 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
17712         Log: Subject: [PATCH perldelta] Mention Change 14727
17713              From: Autrijus Tang <autrijus@autrijus.org>
17714              Date: Sat, 9 Mar 2002 23:31:40 +0800
17715              Message-ID: <20020309153140.GA4224@not.autrijus.org>
17716      Branch: perl
17717            ! pod/perldelta.pod
17718 ____________________________________________________________________________
17719 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
17720         Log: Make Encode.pm implicitly load external CJK tables the first
17721              time they're needed (instead of immediately), from Autrijus
17722              Tang.
17723      Branch: perl
17724            ! ext/Encode/Encode.pm
17725 ____________________________________________________________________________
17726 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
17727         Log: Subject: Re: Two questions
17728              From: Nicholas Clark <nick@unfortu.net>
17729              Date: Sat, 9 Mar 2002 12:42:40 +0000
17730              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
17731      Branch: perl
17732            ! Porting/pumpkin.pod
17733 ____________________________________________________________________________
17734 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
17735         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
17736              From: Paul_GreenVOS@vos.stratus.com
17737              Date: Fri, 8 Mar 02 22:34 est
17738              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
17739      Branch: perl
17740            ! pp_sys.c
17741 ____________________________________________________________________________
17742 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
17743         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
17744              From: davem@fdgroup.co.uk
17745              Date: Sat, 9 Mar 2002 00:13:27 GMT
17746              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
17747      Branch: perl
17748            ! dump.c
17749 ____________________________________________________________________________
17750 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
17751         Log: Deglitch from Rafael.
17752      Branch: perl
17753            ! ext/B/t/lint.t
17754 ____________________________________________________________________________
17755 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
17756         Log: Still more portability.
17757      Branch: perl
17758            ! Porting/findrfuncs
17759 ____________________________________________________________________________
17760 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
17761         Log: More portability.
17762      Branch: perl
17763            ! Porting/findrfuncs
17764 ____________________________________________________________________________
17765 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
17766         Log: Shared library paths; running tests manually.
17767      Branch: perl
17768            ! INSTALL
17769 ____________________________________________________________________________
17770 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
17771         Log: Subject: RE: Two questions
17772              From: "Green, Paul" <Paul.Green@stratus.com>
17773              Date: Fri, 8 Mar 2002 17:55:19 -0500
17774              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
17775      Branch: perl
17776            ! Porting/pumpkin.pod
17777 ____________________________________________________________________________
17778 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
17779         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
17780              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
17781      Branch: perl
17782            + ext/B/t/lint.t
17783            ! MANIFEST ext/B/B/Lint.pm
17784 ____________________________________________________________________________
17785 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
17786         Log: metaconfig unit change for #15119.
17787      Branch: metaconfig
17788            ! U/threads/d_pthread_atfork.U
17789 ____________________________________________________________________________
17790 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
17791         Log: In DG/UX finding pthread_atfork requires a true compile,
17792              from Takis Psarogiannakopoulos.
17793      Branch: perl
17794            ! Configure config_h.SH
17795 ____________________________________________________________________________
17796 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
17797         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
17798              From: John Peacock <jpeacock@rowman.com>
17799              Date: Fri, 08 Mar 2002 15:52:41 -0500
17800              Message-ID: <3C892499.4050502@rowman.com>
17801      Branch: perl
17802            ! lib/ExtUtils/xsubpp
17803 ____________________________________________________________________________
17804 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
17805         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
17806              From: "Craig A. Berry" <craigberry@mac.com>
17807              Date: Fri, 08 Mar 2002 15:02:51 -0600
17808              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
17809      Branch: perl
17810            ! t/op/write.t
17811 ____________________________________________________________________________
17812 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
17813         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
17814              From: Paul_GreenVOS@vos.stratus.com
17815              Date: Fri, 8 Mar 02 14:45 est
17816              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
17817      Branch: perl
17818            ! installperl
17819 ____________________________________________________________________________
17820 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
17821         Log: Subject: [PATCH @15109] tm_tm_* for VMS
17822              From: "Craig A. Berry" <craigberry@mac.com>
17823              Date: Fri, 08 Mar 2002 13:07:52 -0600
17824              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
17825      Branch: perl
17826            ! configure.com
17827 ____________________________________________________________________________
17828 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
17829         Log: Detypo.
17830      Branch: perl
17831            ! Changes
17832 ____________________________________________________________________________
17833 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
17834         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
17835      Branch: perl
17836            ! t/op/pat.t
17837 ____________________________________________________________________________
17838 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
17839         Log: HP-UX nm seems to repeat itself.
17840      Branch: perl
17841            ! Porting/findrfuncs
17842 ____________________________________________________________________________
17843 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
17844         Log: Nice porting script from Sarathy.  Well, less nice
17845              in the sense that it shows the looong road ahead.
17846      Branch: perl
17847            + Porting/findrfuncs
17848            ! MANIFEST Porting/makerel
17849 ____________________________________________________________________________
17850 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
17851         Log: Subject: Re: Performance considerations for UTF-8
17852              From: Jarkko Hietaniemi <jhi@iki.fi>
17853              Date: Fri, 8 Mar 2002 18:53:28 +0200
17854              Message-ID: <20020308185328.D640@alpha.hut.fi>
17855              
17856              (put all in perlunicode)
17857      Branch: perl
17858            ! pod/perlunicode.pod
17859 ____________________________________________________________________________
17860 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
17861         Log: Update Changes.
17862      Branch: perl
17863            ! Changes patchlevel.h
17864 ____________________________________________________________________________
17865 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
17866         Log: Subject: Cygwin cygipc support skipped
17867              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
17868              Date: Fri, 8 Mar 2002 16:59:34 +0100
17869              Message-ID: <113694157285.20020308165934@familiehaase.de>
17870      Branch: perl
17871            ! hints/cygwin.sh
17872 ____________________________________________________________________________
17873 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
17874         Log: metaconfig unit change for #15106.
17875      Branch: metaconfig
17876            ! U/compline/d_gconvert.U
17877 ____________________________________________________________________________
17878 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
17879         Log: Subject: Re: [PATCH] tests for Gconvert
17880              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17881              Date: Thu, 07 Mar 2002 16:48:10 -0800
17882              Message-ID: <KpAi8gzkganW092yn@efn.org>
17883      Branch: perl
17884            ! Configure config_h.SH t/base/num.t
17885 ____________________________________________________________________________
17886 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
17887         Log: The new test has some teething problems.
17888      Branch: perl
17889            - ext/B/t/lint.t
17890            ! MANIFEST
17891 ____________________________________________________________________________
17892 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
17893         Log: Subject: [PATCH] B::Lint tests
17894              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17895              Date: Fri, 8 Mar 2002 14:47:19 +0100
17896              Message-ID: <20020308144719.A2663@rafael>
17897      Branch: perl
17898            + ext/B/t/lint.t
17899            ! MANIFEST ext/B/B/Lint.pm
17900 ____________________________________________________________________________
17901 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
17902         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
17903              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
17904              Date: Fri, 8 Mar 2002 13:24:14 GMT
17905              Message-Id: <200203081324.NAA00642@cleo>
17906      Branch: perl
17907            ! hints/powerux.sh
17908 ____________________________________________________________________________
17909 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
17910         Log: Subject: HP has some new models
17911              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17912              Date: Fri, 08 Mar 2002 13:07:02 +0100
17913              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
17914      Branch: perl
17915            ! README.hpux
17916 ____________________________________________________________________________
17917 [ 15101] By: ams                                   on 2002/03/08  09:11:40
17918         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
17919              From: Stas Bekman <stas@stason.org>
17920              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
17921              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
17922      Branch: perl
17923            ! pod/perlguts.pod
17924 ____________________________________________________________________________
17925 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
17926         Log: Update Changes
17927      Branch: maint-5.6/macperl
17928            ! macos/Changes
17929 ____________________________________________________________________________
17930 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
17931         Log: Replace macperlbundled with macperldelta
17932      Branch: maint-5.6/macperl
17933            ! macos/macperl/MacPerl.podhelp
17934 ____________________________________________________________________________
17935 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
17936         Log: Comsetic fixes (Thomas Wegner)
17937      Branch: maint-5.6/macperl
17938            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
17939 ____________________________________________________________________________
17940 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
17941         Log: Bump OS version
17942      Branch: maint-5.6/macperl
17943            ! macos/config.sh
17944 ____________________________________________________________________________
17945 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
17946         Log: Thought I deleted this already?
17947      Branch: perl
17948            - ext/I18N/Langinfo/fallback.c
17949 ____________________________________________________________________________
17950 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
17951         Log: perlport updates from Pudge.
17952      Branch: perl
17953            ! pod/perlport.pod
17954 ____________________________________________________________________________
17955 [ 15094] By: ams                                   on 2002/03/08  03:06:03
17956         Log: Nitpick.
17957      Branch: perl
17958            ! MANIFEST
17959 ____________________________________________________________________________
17960 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
17961         Log: Wrong test.
17962      Branch: perl
17963            ! pod/perldelta.pod
17964 ____________________________________________________________________________
17965 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
17966         Log: Integrate change 14064 from macperl to blead.
17967      Branch: perl
17968           !> pod/perlmodinstall.pod pod/perlport.pod
17969 ____________________________________________________________________________
17970 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
17971         Log: Integrate recent perlport changes
17972      Branch: maint-5.6/macperl
17973           !> pod/perlport.pod
17974 ____________________________________________________________________________
17975 [ 15089] By: ams                                   on 2002/03/08  01:54:03
17976         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
17977              minor typo in perlguts.pod
17978              From: Anton Tagunov <tagunov@motor.ru>
17979              Date: Fri, 8 Mar 2002 05:26:59 +0300
17980              Message-Id: <4649821189.20020308052659@motor.ru>
17981      Branch: perl
17982            ! pod/perlguts.pod
17983 ____________________________________________________________________________
17984 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
17985         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"! 
17986              From: Anton Tagunov <tagunov@newmail.ru>
17987              Date: Fri, 8 Mar 2002 04:31:44 +0300
17988              Message-ID: <13946506773.20020308043144@newmail.ru>
17989              
17990              (one test changed)
17991      Branch: perl
17992            ! lib/encoding.t sv.c
17993 ____________________________________________________________________________
17994 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
17995         Log: Subject: [PATCH perldelta] some more deltas
17996              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17997              Date: Thu, 7 Mar 2002 23:13:23 +0100
17998              Message-ID: <20020307231323.A13068@rafael>
17999      Branch: perl
18000            ! pod/perldelta.pod
18001 ____________________________________________________________________________
18002 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
18003         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
18004              From: Paul_GreenVOS@vos.stratus.com
18005              Date: Thu, 7 Mar 02 14:25 est
18006              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
18007      Branch: perl
18008            ! t/io/fs.t
18009 ____________________________________________________________________________
18010 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
18011         Log: As suggested by Anton Tagunov, eq and cmp now obey the
18012              encoding pragma (by remapping their byte argument if the
18013              other argument is in Unicode).  Also fix a bug found by
18014              Anton where ord undef under the encoding pragma would barf.
18015              ([ID 20020307.009] A null pointer dereference with 'use encoding')
18016              Finally, use the nicer form of sv_recode_to_utf8.
18017      Branch: perl
18018            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
18019 ____________________________________________________________________________
18020 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
18021         Log: Retract #14985, #14899, and #14990, following the principles
18022              "Do no harm." and "If it ain't broke, don't fix it."
18023              
18024              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
18025              some, but still broken, and I do not have the extra brain
18026              cells for the EBCDIC backport.  Secondly, the old version
18027              worked both in EBCDIC and non-.  Thirdly, the old version
18028              may be more amenable for the behaviour suggsted by Anton
18029              Tagunov regarding the encoding pragma.
18030      Branch: perl
18031            ! embed.fnc embed.h global.sym proto.h sv.c util.c
18032 ____________________________________________________________________________
18033 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
18034         Log: Long doubles give you long doubles.
18035      Branch: perl
18036            ! t/base/num.t
18037 ____________________________________________________________________________
18038 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
18039         Log: Forgotten deMANIFESTation.
18040      Branch: perl
18041            ! MANIFEST
18042 ____________________________________________________________________________
18043 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
18044         Log: Obsolete unused file, noticed by Dank Kogai.
18045      Branch: perl
18046            - ext/Encode/lib/Encode/JP/Tr.pm
18047 ____________________________________________________________________________
18048 [ 15080] By: ams                                   on 2002/03/07  11:31:46
18049         Log: Subject: [PATCH Changes] Changes should mirror version number
18050              From: Robin Barker <rmb1@cise.npl.co.uk>
18051              Date: Thu, 7 Mar 2002 11:04:24 GMT
18052              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
18053      Branch: perl
18054            ! Porting/pumpkin.pod
18055 ____________________________________________________________________________
18056 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
18057         Log: metaconfig unit change for #15078.
18058      Branch: metaconfig
18059            ! U/compline/d_gconvert.U
18060 ____________________________________________________________________________
18061 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
18062         Log: Subject: Re: [PATCH] tests for Gconvert
18063              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18064              Date: Wed, 06 Mar 2002 20:22:54 -0800
18065              Message-ID: <esuh8gzkg2/b092yn@efn.org>
18066      Branch: perl
18067            ! Configure pod/perldelta.pod t/base/num.t
18068 ____________________________________________________________________________
18069 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
18070         Log: Mac OS X UFS does not do ctime.
18071      Branch: perl
18072            ! pod/perldelta.pod pod/perlport.pod
18073 ____________________________________________________________________________
18074 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
18075         Log: AUTHORS updates.
18076      Branch: perl
18077            ! AUTHORS
18078 ____________________________________________________________________________
18079 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
18080         Log: Continued Chinese puzzles from Autrijus.
18081      Branch: perl
18082            + ext/Encode/t/CN.t ext/Encode/t/TW.t
18083            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
18084 ____________________________________________________________________________
18085 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
18086         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
18087              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18088              Date: Wed, 6 Mar 2002 18:13:51 +0100
18089              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
18090      Branch: perl
18091            ! lib/File/Spec/Win32.pm
18092 ____________________________________________________________________________
18093 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
18094         Log: perlport tweaks.
18095      Branch: perl
18096            ! pod/perlport.pod
18097 ____________________________________________________________________________
18098 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
18099         Log: Subject: Re: [PATCH docs] Re: Bug with -M
18100              From: Michael G Schwern <schwern@pobox.com>
18101              Date: Wed, 6 Mar 2002 16:20:27 -0500
18102              Message-ID: <20020306212027.GC4257@blackrider>
18103      Branch: perl
18104            ! pod/perlfunc.pod pod/perlport.pod
18105 ____________________________________________________________________________
18106 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
18107         Log: perldelta updates.
18108      Branch: perl
18109            ! pod/perldelta.pod
18110 ____________________________________________________________________________
18111 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
18112         Log: 5005threads wasn't even compiling.
18113      Branch: perl
18114            ! perl.c
18115 ____________________________________________________________________________
18116 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
18117         Log: Subject: Re: perl@15047 New format tests for still existing bugs
18118              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18119              Date: Wed, 06 Mar 2002 12:59:29 +0100
18120              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
18121      Branch: perl
18122            ! t/op/write.t
18123 ____________________________________________________________________________
18124 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
18125         Log: Regen Glossary et al.
18126      Branch: perl
18127            ! Porting/Glossary Porting/config.sh Porting/config_H
18128 ____________________________________________________________________________
18129 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
18130         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
18131              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
18132      Branch: perl
18133            ! util.c
18134 ____________________________________________________________________________
18135 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
18136         Log: metaconfig unit change for #15065.
18137      Branch: metaconfig
18138            ! U/compline/i_time.U
18139 ____________________________________________________________________________
18140 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
18141         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
18142      Branch: perl
18143            ! Configure config_h.SH
18144 ____________________________________________________________________________
18145 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
18146         Log: Must remove fallback.c also from here.
18147      Branch: perl
18148            ! MANIFEST
18149 ____________________________________________________________________________
18150 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
18151         Log: Subject: Re: perl@15047 WinCE
18152              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18153              Date: Wed, 06 Mar 2002 13:41:30 +0100
18154              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
18155              
18156              Subject: Re: perl@15047 Win32
18157              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18158              Date: Wed, 06 Mar 2002 13:46:02 +0100
18159              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
18160              
18161              Subject: Re: perl@15047 Epoc
18162              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18163              Date: Wed, 06 Mar 2002 13:48:31 +0100
18164              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
18165              
18166              Subject: Re: perl@15047 NetWare
18167              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18168              Date: Wed, 06 Mar 2002 13:55:46 +0100
18169              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
18170      Branch: perl
18171            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
18172            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18173            ! wince/Makefile.ce wince/config.h
18174 ____________________________________________________________________________
18175 [ 15062] By: ams                                   on 2002/03/06  09:26:49
18176         Log: Subject: Re: perl@15047
18177              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18178              Date: Wed, 06 Mar 2002 11:25:50 +0100
18179              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
18180      Branch: perl
18181            ! cygwin/perlld.in
18182 ____________________________________________________________________________
18183 [ 15061] By: ams                                   on 2002/03/06  08:44:12
18184         Log: Subject: Re: perl@15047
18185              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18186              Date: Wed, 06 Mar 2002 10:38:02 +0100
18187              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
18188      Branch: perl
18189            ! pod/perldelta.pod
18190 ____________________________________________________________________________
18191 [ 15060] By: ams                                   on 2002/03/06  08:30:33
18192         Log: Subject: Update perlhist.pod
18193              From: mjd@plover.com
18194              Date: 6 Mar 2002 07:11:55 -0000
18195              Message-Id: <20020306071155.10240.qmail@plover.com>
18196              
18197              Subject: [PATCH pod/perlvar.pod] $^V => string
18198              From: Stas Bekman <stas@stason.org>
18199              Date: Wed, 06 Mar 2002 14:56:55 +0800
18200              Message-Id: <3C85BDB7.7050700@stason.org>
18201      Branch: perl
18202            ! pod/perlhist.pod pod/perlvar.pod
18203 ____________________________________________________________________________
18204 [ 15059] By: ams                                   on 2002/03/06  04:15:38
18205         Log: Subject: [PATCH] assorted configure.com fix-ups
18206              From: "Craig A. Berry" <craigberry@mac.com>
18207              Date: Tue, 5 Mar 2002 23:11:22 -0600
18208              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
18209      Branch: perl
18210            ! configure.com
18211 ____________________________________________________________________________
18212 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
18213         Log: IRIX failure with long doubles.
18214      Branch: perl
18215            ! t/op/pack.t
18216 ____________________________________________________________________________
18217 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
18218         Log: Make reality and Changes coincide.
18219      Branch: perl
18220            ! Changes
18221 ____________________________________________________________________________
18222 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
18223         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
18224              From: Anton Tagunov <tagunov@motor.ru>
18225              Date: Wed, 6 Mar 2002 02:10:21 +0300
18226              Message-ID: <11152782757.20020306021021@motor.ru>
18227              
18228              (reworded)
18229      Branch: perl
18230            ! pod/perluniintro.pod
18231 ____________________________________________________________________________
18232 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
18233         Log: Subject: [PATCH] B::Lint doesn't work
18234              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18235              Date: Tue, 5 Mar 2002 22:51:18 +0100
18236              Message-ID: <20020305225118.C733@rafael>
18237      Branch: perl
18238            ! ext/B/B/Lint.pm
18239 ____________________________________________________________________________
18240 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
18241         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
18242              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18243              Date: Mon, 04 Mar 2002 16:24:32 -0800
18244              Message-ID: <ABBh8gzkgezX092yn@efn.org>
18245      Branch: perl
18246            ! op.h pp_ctl.c t/op/flip.t
18247 ____________________________________________________________________________
18248 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
18249         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
18250              From: Nicholas Clark <nick@unfortu.net>
18251              Date: Tue, 5 Mar 2002 22:30:49 +0000
18252              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
18253      Branch: perl
18254            ! pod/perldelta.pod
18255 ____________________________________________________________________________
18256 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
18257         Log: Subject: [PATCH] tests for Gconvert
18258              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18259              Date: Tue, 05 Mar 2002 16:35:45 -0800
18260              Message-ID: <hRWh8gzkgONX092yn@efn.org>
18261      Branch: perl
18262            ! t/base/num.t
18263 ____________________________________________________________________________
18264 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
18265         Log: Subject: [PATCH] toplevel Makefile.SH
18266              From: Paul_GreenVOS@vos.stratus.com
18267              Date: Tue, 5 Mar 02 17:34 est
18268              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
18269      Branch: perl
18270            ! Makefile.SH
18271 ____________________________________________________________________________
18272 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
18273         Log: Subject: [PATCH] pointer to perldelta in Changes
18274              From: Chris Nandor <pudge@pobox.com>
18275              Date: Tue, 05 Mar 2002 16:04:50 -0500
18276              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
18277      Branch: perl
18278            ! Changes
18279 ____________________________________________________________________________
18280 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
18281         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
18282              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18283              Date: Tue, 5 Mar 2002 22:26:20 +0100
18284              Message-ID: <20020305222620.A733@rafael>
18285      Branch: perl
18286            ! pod/perldelta.pod
18287 ____________________________________________________________________________
18288 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
18289         Log: Solaris: allow for /usr/bin/df not to exist.
18290              
18291              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
18292              From: Kingpin <mthurn@copper.dulles.tasc.com>
18293              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
18294              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
18295      Branch: perl
18296            ! hints/solaris_2.sh
18297 ____________________________________________________________________________
18298 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
18299         Log: Update Changes.
18300      Branch: perl
18301            ! Changes patchlevel.h
18302 ____________________________________________________________________________
18303 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
18304         Log: Double MANIFESTing.
18305      Branch: perl
18306            ! ext/Encode/MANIFEST
18307 ____________________________________________________________________________
18308 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
18309         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
18310      Branch: perl
18311            - ext/Encode/Encode/7bit-kr.enc
18312            - ext/Encode/lib/Encode/Tcl/HanZi.pm
18313            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
18314 ____________________________________________________________________________
18315 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
18316         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
18317              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18318              Date: Tue, 5 Mar 2002 14:35:57 +0100
18319              Message-ID: <20020305143557.C695@rafael>   
18320      Branch: perl
18321            ! pp_sys.c t/lib/warnings/pp_sys
18322 ____________________________________________________________________________
18323 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
18324         Log: Subject: [PATCH Devel::PPPort]
18325              From: Robin Barker <rmb1@cise.npl.co.uk>
18326              Date: Tue, 5 Mar 2002 13:37:59 GMT
18327              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
18328      Branch: perl
18329            ! ext/Devel/PPPort/Makefile.PL
18330 ____________________________________________________________________________
18331 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
18332         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
18333      Branch: perl
18334            ! ext/Encode/t/Tcl.t
18335 ____________________________________________________________________________
18336 [ 15041] By: nick                                  on 2002/03/05  07:23:58
18337         Log: Integrate mainline (5.7.3)
18338      Branch: perlio
18339           +> ext/Encode/lib/Encode/CN/HZ.pm
18340            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
18341           !> (integrate 54 files)
18342 ____________________________________________________________________________
18343 [ 15040] By: ams                                   on 2002/03/05  05:10:33
18344         Log: Subject: DOC PATCH 5.7.3 (perldelta)
18345              From: mjd@plover.com
18346              Date: 5 Mar 2002 05:35:58 -0000
18347              Message-Id: <20020305053558.31677.qmail@plover.com>
18348      Branch: perl
18349            ! pod/perldelta.pod
18350 ____________________________________________________________________________
18351 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
18352         Log: This is 5.7.3.
18353      Branch: perl
18354            ! patchlevel.h
18355 ____________________________________________________________________________
18356 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
18357         Log: Shoo.
18358      Branch: perl
18359            ! ext/Encode/t/Tcl.t
18360 ____________________________________________________________________________
18361 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
18362         Log: Update Changes.
18363      Branch: perl
18364            ! Changes patchlevel.h
18365 ____________________________________________________________________________
18366 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
18367         Log: Regen perlapi.
18368      Branch: perl
18369            ! pod/perlapi.pod
18370 ____________________________________________________________________________
18371 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
18372         Log: Tie::File doc tweak for Win32 from mjd. 
18373      Branch: perl
18374            ! lib/Tie/File.pm
18375 ____________________________________________________________________________
18376 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
18377         Log: Regen toc.
18378      Branch: perl
18379            ! pod/perltoc.pod
18380 ____________________________________________________________________________
18381 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
18382         Log: Decommission Encode::Tcl HZ testing for now.
18383      Branch: perl
18384            ! ext/Encode/t/Tcl.t
18385 ____________________________________________________________________________
18386 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
18387         Log: Must have a return.
18388      Branch: perl
18389            ! pp_pack.c
18390 ____________________________________________________________________________
18391 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
18392         Log: The very latest win32 score from Jan Dubois.
18393      Branch: perl
18394            ! pod/perldelta.pod
18395 ____________________________________________________________________________
18396 [ 15030] By: ams                                   on 2002/03/05  01:40:01
18397         Log: Subject: [PATCH] README.macos
18398              From: Chris Nandor <pudge@pobox.com>
18399              Date: Mon, 04 Mar 2002 17:37:59 -0500
18400              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
18401      Branch: perl
18402            ! README.macos
18403 ____________________________________________________________________________
18404 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
18405         Log: "The last pieces of Chinese puzzle" from Autrijus.
18406      Branch: perl
18407            + ext/Encode/lib/Encode/CN/HZ.pm
18408            - ext/Encode/Encode/HZ.enc
18409            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
18410            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
18411 ____________________________________________________________________________
18412 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
18413         Log: Known test failures updates.
18414      Branch: perl
18415            ! pod/perldelta.pod
18416 ____________________________________________________________________________
18417 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
18418         Log: One more nit from mjd.
18419      Branch: perl
18420            ! lib/Tie/File/t/16_handle.t
18421 ____________________________________________________________________________
18422 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
18423         Log: Upgrade to Tie::File 0.17 from mjd.
18424      Branch: perl
18425            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
18426            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18427 ____________________________________________________________________________
18428 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
18429         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
18430              From: Nicholas Clark <nick@unfortu.net>
18431              Date: Mon, 4 Mar 2002 23:33:52 +0000
18432              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
18433      Branch: perl
18434            ! pod/perldelta.pod
18435 ____________________________________________________________________________
18436 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
18437         Log: Escapee.
18438      Branch: perl
18439            ! proto.h
18440 ____________________________________________________________________________
18441 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
18442         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
18443              From: Nicholas Clark <nick@unfortu.net>
18444              Date: Mon, 4 Mar 2002 22:48:38 +0000
18445              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
18446      Branch: perl
18447            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
18448            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
18449            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
18450            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
18451            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
18452            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
18453            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
18454 ____________________________________________________________________________
18455 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
18456         Log: Cleaner.
18457      Branch: perl
18458            ! Makefile.SH
18459 ____________________________________________________________________________
18460 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
18461         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
18462              From: Jeffrey Friedl <jfriedl@yahoo.com>
18463              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
18464              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
18465      Branch: perl
18466            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
18467            ! pod/perlvar.pod
18468 ____________________________________________________________________________
18469 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
18470         Log: More Han tweaks from Autrjius Tang: most importantly,
18471              gbk is identical to cp936, so gbk can be removed and
18472              taken care of by an alias.
18473      Branch: perl
18474            - ext/Encode/Encode/gbk.enc
18475            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
18476            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
18477            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
18478            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
18479 ____________________________________________________________________________
18480 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
18481         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
18482              From: Nicholas Clark <nick@unfortu.net>
18483              Date: Mon, 4 Mar 2002 22:20:13 +0000
18484              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
18485      Branch: perl
18486            ! pod/perldelta.pod
18487 ____________________________________________________________________________
18488 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
18489         Log: Based on
18490              
18491              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
18492              From: Anton Tagunov <tagunov@motor.ru>
18493              Date: Mon, 4 Mar 2002 21:14:39 +0300
18494              Message-ID: <1814137429.20020304211439@motor.ru>
18495      Branch: perl
18496            ! pod/perlunicode.pod
18497 ____________________________________________________________________________
18498 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
18499         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
18500              From: John Peacock <jpeacock@rowman.com>
18501              Date: Mon, 04 Mar 2002 16:18:42 -0500
18502              Message-ID: <3C83E4B2.3060700@rowman.com>
18503              
18504              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
18505              From: John Peacock <jpeacock@rowman.com>
18506              Date: Mon, 04 Mar 2002 16:42:55 -0500
18507              Message-ID: <3C83EA5F.80303@rowman.com>
18508      Branch: perl
18509            ! lib/ExtUtils/xsubpp pod/perlxs.pod
18510 ____________________________________________________________________________
18511 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
18512         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
18513              From: "Craig A. Berry" <craigberry@mac.com>
18514              Date: Mon, 04 Mar 2002 14:47:59 -0600
18515              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
18516              
18517              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
18518              From: "Craig A. Berry" <craigberry@mac.com>
18519              Date: Mon, 04 Mar 2002 15:04:58 -0600
18520              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
18521      Branch: perl
18522            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
18523 ____________________________________________________________________________
18524 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
18525         Log: metaconfig unit change for #15014.
18526      Branch: metaconfig/U/perl
18527            ! Extensions.U
18528 ____________________________________________________________________________
18529 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
18530         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
18531              of known extensions, where Encode::JP already is.
18532      Branch: perl
18533            ! Configure Porting/config.sh Porting/config_H uconfig.h
18534 ____________________________________________________________________________
18535 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
18536         Log: SJIS, from Dan Kogai.
18537      Branch: perl
18538            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
18539 ____________________________________________________________________________
18540 [ 15012] By: nick                                  on 2002/03/04  17:35:50
18541         Log: Intergrate perlio's Encode/compile
18542      Branch: perl
18543           !> ext/Encode/compile
18544 ____________________________________________________________________________
18545 [ 15011] By: nick                                  on 2002/03/04  17:29:54
18546         Log: Avoid $Id$ cleverness and just have a $VERSION.
18547      Branch: perlio
18548            ! ext/Encode/compile
18549 ____________________________________________________________________________
18550 [ 15010] By: nick                                  on 2002/03/04  17:29:14
18551         Log: Integrate mainline
18552      Branch: perlio
18553           +> lib/Math/BigInt/t/isa.t
18554           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
18555           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
18556           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
18557           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
18558           !> warnings.pl
18559 ____________________________________________________________________________
18560 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
18561         Log: Integrate ext/Encode/compile from perlio.
18562      Branch: perl
18563           !> ext/Encode/compile
18564 ____________________________________________________________________________
18565 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
18566         Log: Integrate perlio:
18567              
18568              [ 15002]
18569              Win32 tweak
18570              
18571              [ 14999]
18572              Win32 hack
18573              
18574              [ 14995]
18575              Remove debugging assert
18576      Branch: perl
18577           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
18578           !> lib/Tie/File/t/16_handle.t
18579 ____________________________________________________________________________
18580 [ 15007] By: nick                                  on 2002/03/04  17:08:17
18581         Log: Integrate mainline
18582      Branch: perlio
18583           !> AUTHORS Changes Porting/Glossary Porting/config.sh
18584           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
18585           !> pod/perltoc.pod
18586 ____________________________________________________________________________
18587 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
18588         Log: A new M::BI test.
18589      Branch: perl
18590            + lib/Math/BigInt/t/isa.t
18591            ! MANIFEST
18592 ____________________________________________________________________________
18593 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
18594         Log: Subject: VMS test and perldelta update
18595              From: "Craig A. Berry" <craigberry@mac.com>
18596              Date: Mon, 04 Mar 2002 11:03:37 -0600
18597              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
18598      Branch: perl
18599            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
18600 ____________________________________________________________________________
18601 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
18602         Log: Needed for threaded builds.
18603      Branch: perl
18604            ! embed.fnc embed.h
18605 ____________________________________________________________________________
18606 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
18607         Log: Subject: [PATCH] taint + deprecated warnings
18608              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18609              Date: Mon, 4 Mar 2002 16:33:23 -0000
18610              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
18611      Branch: perl
18612            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
18613            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
18614            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
18615 ____________________________________________________________________________
18616 [ 15002] By: nick                                  on 2002/03/04  16:19:06
18617         Log: Win32 tweak
18618      Branch: perlio
18619            ! lib/Tie/File/t/16_handle.t
18620 ____________________________________________________________________________
18621 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
18622         Log: Update Changes.
18623      Branch: perl
18624            ! Changes patchlevel.h
18625 ____________________________________________________________________________
18626 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
18627         Log: AUTHORS updates.
18628      Branch: perl
18629            ! AUTHORS
18630 ____________________________________________________________________________
18631 [ 14999] By: nick                                  on 2002/03/04  15:26:43
18632         Log: Win32 hack
18633      Branch: perlio
18634            ! ext/Encode/compile ext/Encode/t/JP.t
18635 ____________________________________________________________________________
18636 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
18637         Log: Encode doc tweak from Autrijus Tang.
18638      Branch: perl
18639            ! ext/Encode/Encode.pm
18640 ____________________________________________________________________________
18641 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
18642         Log: Regen Glossary et al.  (It seems the #14875 didn't
18643              quite work in removing the double-dot?)
18644      Branch: perl
18645            ! Porting/Glossary Porting/config.sh Porting/config_H
18646 ____________________________________________________________________________
18647 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
18648         Log: Regen toc.
18649      Branch: perl
18650            ! pod/perltoc.pod
18651 ____________________________________________________________________________
18652 [ 14995] By: nick                                  on 2002/03/04  14:42:09
18653         Log: Remove debugging assert
18654      Branch: perlio
18655            ! ext/threads/shared/shared.xs
18656 ____________________________________________________________________________
18657 [ 14994] By: nick                                  on 2002/03/04  14:41:54
18658         Log: Integrate mainline
18659      Branch: perlio
18660           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
18661           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
18662           !> lib/Tie/File/t/15_pushpop.t util.c
18663 ____________________________________________________________________________
18664 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
18665         Log: Han update from Autrijus Tang. 
18666      Branch: perl
18667            ! ext/Encode/Encode.pm
18668 ____________________________________________________________________________
18669 [ 14992] By: nick                                  on 2002/03/04  14:08:38
18670         Log: Integrate mainline - all tests pass - some noise from threads
18671              av_simple (SuSE7.3).
18672      Branch: perlio
18673           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
18674           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
18675           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
18676           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
18677           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
18678           +> lib/Tie/File/t/11_rv_splice_rs.t
18679           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
18680           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
18681           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18682            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
18683            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
18684            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
18685            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
18686            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
18687            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
18688            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
18689            - lib/Tie/File/15_pushpop.t
18690           !> (integrate 47 files)
18691 ____________________________________________________________________________
18692 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
18693         Log: Missing MANIFESTations.
18694      Branch: perl
18695            ! MANIFEST
18696 ____________________________________________________________________________
18697 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
18698         Log: Attempt at portability.
18699      Branch: perl
18700            ! util.c
18701 ____________________________________________________________________________
18702 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
18703         Log: Needed by #14985.
18704      Branch: perl
18705            ! embed.h global.sym proto.h
18706 ____________________________________________________________________________
18707 [ 14988] By: ams                                   on 2002/03/04  08:59:27
18708         Log: Upgrade to Tie::File 0.16.
18709      Branch: perl
18710            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18711            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
18712            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
18713            ! lib/Tie/File/t/15_pushpop.t
18714 ____________________________________________________________________________
18715 [ 14987] By: ams                                   on 2002/03/04  08:48:11
18716         Log: Subject: [PATCH @14577] perly-fixer
18717              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18718              Date: Mon, 4 Mar 2002 02:28:51 -0500
18719              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
18720      Branch: perl
18721            ! Makefile.SH perly.fixer
18722 ____________________________________________________________________________
18723 [ 14986] By: ams                                   on 2002/03/04  08:43:37
18724         Log: Subject: [PATCH @14577] xsubpp
18725              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18726              Date: Mon, 4 Mar 2002 02:25:52 -0500
18727              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
18728      Branch: perl
18729            ! lib/ExtUtils/xsubpp pod/perlxs.pod
18730 ____________________________________________________________________________
18731 [ 14985] By: ams                                   on 2002/03/04  08:40:46
18732         Log: Subject: [PATCH @14577] sv_cmp and friends
18733              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18734              Date: Mon, 4 Mar 2002 02:31:04 -0500
18735              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
18736      Branch: perl
18737            ! embed.fnc sv.c util.c
18738 ____________________________________________________________________________
18739 [ 14984] By: ams                                   on 2002/03/04  08:16:06
18740         Log: Fix File::Path docs as suggested by Ronald Kimball.
18741      Branch: perl
18742            ! lib/File/Path.pm
18743 ____________________________________________________________________________
18744 [ 14983] By: ams                                   on 2002/03/04  08:11:20
18745         Log: Update perldata fix as suggested by Benjamin Goldberg.
18746      Branch: perl
18747            ! pod/perldata.pod
18748 ____________________________________________________________________________
18749 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
18750         Log: Faulty skip.
18751      Branch: perl
18752            ! ext/DB_File/t/db-recno.t
18753 ____________________________________________________________________________
18754 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
18755         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
18756              From: Anton Tagunov <tagunov@motor.ru>
18757              Date: Mon, 4 Mar 2002 05:41:41 +0300
18758              Message-Id: <7916563907.20020304054141@motor.ru>
18759              
18760              Subject: [ID 20020303.005] Patch perlinicode C API description
18761              From: Anton Tagunov <tagunov@motor.ru>
18762              Date: Mon, 4 Mar 2002 06:08:23 +0300
18763              Message-Id: <2018165510.20020304060823@motor.ru>
18764      Branch: perl
18765            ! lib/utf8.pm pod/perlunicode.pod
18766 ____________________________________________________________________________
18767 [ 14980] By: ams                                   on 2002/03/04  02:19:20
18768         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
18769              From: Anton Tagunov <tagunov@motor.ru>
18770              Date: Mon, 4 Mar 2002 02:17:40 +0300
18771              Message-Id: <1344322124.20020304021740@motor.ru>
18772      Branch: perl
18773            ! pod/perldata.pod
18774 ____________________________________________________________________________
18775 [ 14979] By: ams                                   on 2002/03/04  02:17:54
18776         Log: Subject: RE: [PATCH] RE: DB_File breakage
18777              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18778              Date: Sun, 3 Mar 2002 23:56:31 -0000
18779              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
18780      Branch: perl
18781            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18782            ! ext/DB_File/t/db-recno.t
18783 ____________________________________________________________________________
18784 [ 14978] By: ams                                   on 2002/03/04  02:07:16
18785         Log: Subject: [PATCH] docs for ExtUtils::Manifest
18786              From: Nicholas Clark <nick@unfortu.net>
18787              Date: Sun, 3 Mar 2002 23:29:25 +0000
18788              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
18789      Branch: perl
18790            ! lib/ExtUtils/Manifest.pm
18791 ____________________________________________________________________________
18792 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
18793         Log: Forgot from the M::BI 1.54 update.
18794      Branch: perl
18795            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
18796            ! lib/Math/BigInt/t/upgrade.inc
18797 ____________________________________________________________________________
18798 [ 14976] By: ams                                   on 2002/03/04  02:04:32
18799         Log: Subject: [PATCH] attr
18800              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18801              Date: Sun, 3 Mar 2002 22:09:58 -0000
18802              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
18803      Branch: perl
18804            ! lib/warnings.pm warnings.pl
18805 ____________________________________________________________________________
18806 [ 14975] By: ams                                   on 2002/03/04  02:01:27
18807         Log: Subject: [PATCH] File::Path documentation
18808              From: Colin Meyer <cmeyer@helvella.org>
18809              Date: Sun, 3 Mar 2002 14:54:24 -0800
18810              Message-Id: <20020303145424.A21774@hobart.helvella.org>
18811      Branch: perl
18812            ! lib/File/Path.pm
18813 ____________________________________________________________________________
18814 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
18815         Log: Typo.
18816      Branch: perl
18817            ! lib/Math/BigInt/t/upgrade.t
18818 ____________________________________________________________________________
18819 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
18820         Log: Editing errors.
18821      Branch: perl
18822            ! MANIFEST
18823 ____________________________________________________________________________
18824 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
18825         Log: Upgrade to Math::BigInt 1.54.
18826      Branch: perl
18827            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18828            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
18829            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
18830            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
18831            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
18832            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
18833 ____________________________________________________________________________
18834 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
18835         Log: Test tweak from Craig Berry.
18836      Branch: perl
18837            ! lib/Tie/File/t/15_pushpop.t
18838 ____________________________________________________________________________
18839 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
18840         Log: Upgrade to Tie::File 0.15.
18841      Branch: perl
18842            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
18843            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
18844            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
18845            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
18846            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
18847            + lib/Tie/File/t/11_rv_splice_rs.t
18848            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
18849            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
18850            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
18851            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
18852            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
18853            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
18854            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
18855            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
18856            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
18857            - lib/Tie/File/15_pushpop.t
18858            ! MANIFEST lib/Tie/File.pm
18859 ____________________________________________________________________________
18860 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
18861         Log: The EBCDIC gaps apply only to the real A-Z.
18862      Branch: perl
18863            ! ext/B/B/Deparse.pm
18864 ____________________________________________________________________________
18865 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
18866         Log: EBCDIC: deparse \cX correctly.
18867      Branch: perl
18868            ! ext/B/B/Deparse.pm
18869 ____________________________________________________________________________
18870 [ 14967] By: ams                                   on 2002/03/03  18:18:00
18871         Log: Subject: [PATCH] nit in perlsyn.pod
18872              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
18873              Date: Sun, 03 Mar 2002 20:16:10 +0100
18874              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
18875      Branch: perl
18876            ! pod/perlsyn.pod
18877 ____________________________________________________________________________
18878 [ 14966] By: ams                                   on 2002/03/03  18:06:32
18879         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
18880              From: Michael G Schwern <schwern@pobox.com>
18881              Date: Sun, 3 Mar 2002 13:33:28 -0500
18882              Message-Id: <20020303183328.GA3296@blackrider>
18883      Branch: perl
18884            ! utils/h2xs.PL
18885 ____________________________________________________________________________
18886 [ 14965] By: ams                                   on 2002/03/03  18:00:03
18887         Log: Subject: [ PATCH ] HP back to default
18888              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18889              Date: Sun, 03 Mar 2002 18:48:34 +0100
18890              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
18891      Branch: perl
18892            ! hints/hpux.sh
18893 ____________________________________________________________________________
18894 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
18895         Log: EBCDIC: special cases of special cases.
18896      Branch: perl
18897            ! t/uni/case.pl
18898 ____________________________________________________________________________
18899 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
18900         Log: EBCDIC: the v-string components cannot exceed 2147483647.
18901      Branch: perl
18902            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
18903 ____________________________________________________________________________
18904 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
18905         Log: Remove the bogus "incorrect case" warning completely.
18906              The problem exists, but the cure, in which ever form
18907              it will be, needs to be something more subtle.
18908      Branch: perl
18909            ! op.c pod/perldiag.pod
18910 ____________________________________________________________________________
18911 [ 14961] By: ams                                   on 2002/03/03  13:39:09
18912         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
18913              From: Mark-Jason Dominus <mjd@plover.com>
18914              Date: Sun, 03 Mar 2002 09:32:16 -0500
18915              Message-Id: <20020303143216.10536.qmail@plover.com>
18916      Branch: perl
18917            ! t/op/tiearray.t
18918 ____________________________________________________________________________
18919 [ 14960] By: nick                                  on 2002/03/03  09:59:59
18920         Log: Integrate mainline
18921      Branch: perlio
18922           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
18923            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
18924            ! ext/Encode/compile
18925           !> (integrate 27 files)
18926 ____________________________________________________________________________
18927 [ 14959] By: ams                                   on 2002/03/03  08:11:34
18928         Log: Fix #14957.
18929      Branch: perl
18930            ! ext/DB_File/t/db-recno.t
18931 ____________________________________________________________________________
18932 [ 14958] By: ams                                   on 2002/03/03  05:51:00
18933         Log: Subject: [PATCH @14577] NL in debugger
18934              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18935              Date: Sat, 2 Mar 2002 05:34:12 -0500
18936              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
18937      Branch: perl
18938            ! lib/perl5db.pl
18939 ____________________________________________________________________________
18940 [ 14957] By: ams                                   on 2002/03/03  05:00:04
18941         Log: Subject: Re: DB_File breakage
18942              From: Schuyler Erle <schuyler@oreilly.com>
18943              Date: Sat, 02 Mar 2002 21:50:30 -0800
18944              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
18945      Branch: perl
18946            ! ext/DB_File/t/db-recno.t
18947 ____________________________________________________________________________
18948 [ 14956] By: ams                                   on 2002/03/03  04:40:08
18949         Log: Subject: [PATCH @14577] Debugging OPs
18950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18951              Date: Sat, 2 Mar 2002 05:49:58 -0500
18952              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
18953      Branch: perl
18954            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
18955            ! pod/perlrun.pod sv.h
18956 ____________________________________________________________________________
18957 [ 14955] By: ams                                   on 2002/03/03  04:34:41
18958         Log: Subject: Tie::Array doc patch
18959              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
18960              Date: Sat, 02 Mar 2002 08:42:56 +0900
18961              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
18962      Branch: perl
18963            ! lib/Tie/Array.pm
18964 ____________________________________________________________________________
18965 [ 14954] By: ams                                   on 2002/03/03  04:23:33
18966         Log: Subject: Re: Smoke 14870
18967              From: Nicholas Clark <nick@unfortu.net>
18968              Date: Sat, 2 Mar 2002 20:00:53 +0000
18969              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
18970      Branch: perl
18971            ! README.hpux
18972 ____________________________________________________________________________
18973 [ 14953] By: ams                                   on 2002/03/03  04:15:49
18974         Log: Subject: RE: VERSION core
18975              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18976              Date: Sat, 2 Mar 2002 22:50:44 -0000
18977              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
18978      Branch: perl
18979            ! t/comp/use.t
18980 ____________________________________________________________________________
18981 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
18982         Log: The #14949 removed this error from non-Win32.
18983      Branch: perl
18984            ! t/lib/warnings/op
18985 ____________________________________________________________________________
18986 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
18987         Log: BeOS back on track.
18988      Branch: perl
18989            ! README.beos
18990 ____________________________________________________________________________
18991 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
18992         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
18993              higher is okay.
18994      Branch: perl
18995            ! ext/POSIX/t/posix.t
18996 ____________________________________________________________________________
18997 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
18998         Log: For now, make "incorrect case" a Win32-only warning.
18999      Branch: perl
19000            ! op.c
19001 ____________________________________________________________________________
19002 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
19003         Log: Demand more before attempting socketpair().
19004      Branch: perl
19005            ! pp_sys.c
19006 ____________________________________________________________________________
19007 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
19008         Log: Remove obsolete hack.
19009      Branch: perl
19010            ! makedepend.SH
19011 ____________________________________________________________________________
19012 [ 14946] By: ams                                   on 2002/03/02  16:00:32
19013         Log: Forgot to delete encode.* from MANIFEST.
19014      Branch: perl
19015            ! MANIFEST
19016 ____________________________________________________________________________
19017 [ 14945] By: ams                                   on 2002/03/02  14:41:03
19018         Log: Delete ex-test output.
19019      Branch: perl
19020            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19021 ____________________________________________________________________________
19022 [ 14944] By: ams                                   on 2002/03/02  13:54:35
19023         Log: Subject: [PATCH] DB_File 1.803
19024              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19025              Date: Sat, 2 Mar 2002 14:33:32 -0000
19026              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
19027      Branch: perl
19028            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19029            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
19030 ____________________________________________________________________________
19031 [ 14943] By: ams                                   on 2002/03/02  13:43:06
19032         Log: Upgrade to Tie::File 0.14.
19033      Branch: perl
19034            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19035            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
19036            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
19037 ____________________________________________________________________________
19038 [ 14942] By: nick                                  on 2002/03/02  11:05:53
19039         Log: Integrate mainline
19040      Branch: perlio
19041           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19042           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
19043           +> ext/Encode/t/table.utf8
19044           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
19045           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
19046           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19047           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
19048           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
19049           !> universal.c utils/perldoc.PL
19050 ____________________________________________________________________________
19051 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
19052         Log: More CJK (just C, really) tables from Autrijus Tang
19053              (originally from iconv, used with permission of Bruno Haible)
19054      Branch: perl
19055            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19056            + ext/Encode/Encode/iso-ir-165.enc
19057            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19058            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
19059            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
19060 ____________________________________________________________________________
19061 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
19062         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
19063              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19064              Date: Fri, 1 Mar 2002 15:32:13 -0500
19065              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
19066      Branch: perl
19067            ! utils/perldoc.PL
19068 ____________________________________________________________________________
19069 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
19070         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
19071              From: Schuyler Erle <schuyler@oreilly.com>
19072              Date: Fri, 01 Mar 2002 14:22:19 -0800
19073              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
19074              
19075              Subject: Re: PATCH: "splice() offset past end of array" warning.
19076              From: Mark-Jason Dominus <mjd@plover.com>
19077              Date: Fri, 01 Mar 2002 17:19:49 -0500
19078              Message-ID: <20020301221949.7610.qmail@plover.com>
19079      Branch: perl
19080            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
19081 ____________________________________________________________________________
19082 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
19083         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
19084              From: Mark-Jason Dominus <mjd@plover.com>
19085              Date: Fri, 01 Mar 2002 18:35:35 -0500
19086              Message-ID: <20020301233535.15969.qmail@plover.com>
19087      Branch: perl
19088            ! av.c
19089 ____________________________________________________________________________
19090 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
19091         Log: Subject: RE: VERSION core
19092              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19093              Date: Fri, 1 Mar 2002 23:47:48 -0000
19094              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
19095      Branch: perl
19096            ! pod/perldiag.pod universal.c
19097 ____________________________________________________________________________
19098 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
19099         Log: Update Changes
19100      Branch: maint-5.6/macperl
19101            ! macos/Changes
19102 ____________________________________________________________________________
19103 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
19104         Log: Fix update to resources
19105      Branch: maint-5.6/macperl
19106            ! macos/macperl/MacPerl.r
19107 ____________________________________________________________________________
19108 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
19109         Log: metaconfig unit change for #14930.
19110      Branch: metaconfig
19111            ! U/modified/Init.U
19112 ____________________________________________________________________________
19113 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
19114         Log: Fix debugger to handle Mac OS psedofiles
19115      Branch: maint-5.6/macperl
19116            ! lib/DB.pm lib/perl5db.pl
19117 ____________________________________________________________________________
19118 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
19119         Log: Various fixes from Thomas Wegner
19120      Branch: maint-5.6/macperl
19121            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
19122 ____________________________________________________________________________
19123 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
19124         Log: Some resource updates
19125      Branch: maint-5.6/macperl
19126            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
19127            ! macos/macperl/MacPerl.rsrc
19128 ____________________________________________________________________________
19129 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
19130         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
19131              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19132              Date: Fri, 01 Mar 2002 09:38:59 -0800
19133              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
19134      Branch: perl
19135            ! Configure
19136 ____________________________________________________________________________
19137 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
19138         Log: Add some missing sfio symbols (Alan Fry)
19139      Branch: maint-5.6/macperl
19140            ! macos/macperl.sym
19141 ____________________________________________________________________________
19142 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
19143         Log: Update version and README
19144      Branch: maint-5.6/macperl
19145            ! README.macos macos/MPVersion.r
19146 ____________________________________________________________________________
19147 [ 14926] By: nick                                  on 2002/03/01  15:56:41
19148         Log: Integrate mainline
19149      Branch: perlio
19150           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
19151           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19152           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19153           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19154           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19155           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19156           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19157           +> lib/Tie/File/13_size_rs.t
19158           !> (integrate 80 files)
19159 ____________________________________________________________________________
19160 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
19161         Log: Better advertising.
19162      Branch: perl
19163            ! pod/perldelta.pod pod/perlfaq5.pod
19164 ____________________________________________________________________________
19165 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
19166         Log: Update Changes.
19167      Branch: perl
19168            ! Changes patchlevel.h
19169 ____________________________________________________________________________
19170 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
19171         Log: Lost in the shuffle.
19172      Branch: perl
19173            + lib/Math/BigInt/t/downgrade.t
19174            ! MANIFEST
19175 ____________________________________________________________________________
19176 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
19177         Log: Advertise Tie::File.
19178      Branch: perl
19179            ! pod/perldelta.pod pod/perlfaq5.pod
19180 ____________________________________________________________________________
19181 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
19182         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
19183              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19184              Date: Thu, 28 Feb 2002 18:55:48 +0100
19185              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
19186      Branch: perl
19187            ! x2p/walk.c
19188 ____________________________________________________________________________
19189 [ 14920] By: ams                                   on 2002/03/01  09:06:01
19190         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
19191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19192              Date: Tue, 26 Feb 2002 19:54:31 -0500
19193              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
19194      Branch: perl
19195            ! embed.fnc ext/B/B/Deparse.pm gv.c
19196 ____________________________________________________________________________
19197 [ 14919] By: ams                                   on 2002/03/01  03:03:12
19198         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
19199      Branch: perl
19200            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
19201            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
19202            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
19203            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
19204            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
19205            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
19206            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
19207 ____________________________________________________________________________
19208 [ 14918] By: ams                                   on 2002/03/01  02:36:58
19209         Log: Add Tie::File 0.12 from MJD.
19210      Branch: perl
19211            + lib/Tie/File.pm lib/Tie/File/01_gen.t
19212            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
19213            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
19214            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
19215            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
19216            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
19217            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
19218            ! MANIFEST
19219 ____________________________________________________________________________
19220 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
19221         Log: Encoding name mapping tweaks.
19222      Branch: perl
19223            ! ext/Encode/Encode.pm
19224 ____________________________________________________________________________
19225 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
19226         Log: metaconfig unit change for #14915.
19227      Branch: metaconfig
19228            ! U/modified/Init.U
19229 ____________________________________________________________________________
19230 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
19231         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
19232              From: Paul_GreenVOS@vos.stratus.com
19233              Date: Thu, 28 Feb 02 15:05 est
19234              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
19235      Branch: perl
19236            ! Configure
19237 ____________________________________________________________________________
19238 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
19239         Log: PL_bostr was pointing to the wrong string
19240              (a string left around from the loading of the Unicode \w)
19241              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
19242              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
19243      Branch: perl
19244            ! regexec.c
19245 ____________________________________________________________________________
19246 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
19247         Log: Sync with libnet-1.10
19248      Branch: perl
19249            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
19250            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
19251            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
19252            ! lib/Net/t/netrc.t
19253 ____________________________________________________________________________
19254 [ 14912] By: ams                                   on 2002/02/28  13:02:50
19255         Log: Subject: [PATCH] perldelta.pod fixes
19256              From: Autrijus Tang <autrijus@autrijus.org>
19257              Date: Thu, 28 Feb 2002 21:44:15 +0800
19258              Message-Id: <20020228134415.GB16422@not.autrijus.org>
19259      Branch: perl
19260            ! pod/perldelta.pod
19261 ____________________________________________________________________________
19262 [ 14911] By: ams                                   on 2002/02/28  11:31:44
19263         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
19264              From: Stas Bekman <stas@stason.org>
19265              Date: Mon, 04 Feb 2002 16:18:53 +0800
19266              Message-Id: <3C7E1E5F.1000605@stason.org>
19267              (Applied by hand).
19268      Branch: perl
19269            ! lib/File/Copy.pm
19270 ____________________________________________________________________________
19271 [ 14910] By: ams                                   on 2002/02/28  11:26:47
19272         Log: Subject: [PATCH lib/Pod/Html.pm]
19273              From: Stas Bekman <stas@stason.org>
19274              Date: Thu, 28 Feb 2002 20:05:01 +0800
19275              Message-Id: <3C7E1CED.7000307@stason.org>
19276      Branch: perl
19277            ! lib/Pod/Html.pm
19278 ____________________________________________________________________________
19279 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
19280         Log: Tests for #14908.
19281      Branch: perl
19282            ! t/op/pat.t
19283 ____________________________________________________________________________
19284 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
19285         Log: Make shared hash keys to be \0-terminated:
19286              one possible resolution for
19287              "UTF-8, weird \w behaviour after HASH-KEY-ification"
19288              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
19289              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
19290              The hash keys weren't \0-terminated.  This meant that the EOL ($)
19291              in regmatch() got the nextchr beyond the last character.  Since
19292              the keys were UTF-8, the nextchr was \1, not the usual
19293              string-terminating \0.  Wham, no match.
19294              
19295              I think another possible resolution could be to stop the nextchr
19296              computation in regmatch() from peeking beyond the last character
19297              of the string:
19298              
19299              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
19300      Branch: perl
19301            ! hv.c hv.h
19302 ____________________________________________________________________________
19303 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
19304         Log: Subject: [PATCH] Perl interface to newIO()
19305              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19306              Date: Wed, 27 Feb 2002 20:15:27 -0800
19307              Message-ID: <f7af8gzkgaET092yn@efn.org>
19308      Branch: perl
19309            ! lib/Symbol.pm
19310 ____________________________________________________________________________
19311 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
19312         Log: The "list" part of
19313              
19314              Subject: [PATCH perlop] .. returns a *list* of *integers*
19315              From: Mike Guy <mjtg@cam.ac.uk>
19316              Date: Tue, 26 Feb 2002 18:30:22 +0000
19317              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
19318              
19319              plus few nits.
19320      Branch: perl
19321            ! pod/perlop.pod
19322 ____________________________________________________________________________
19323 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
19324         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
19325              From: Abe Timmerman <abe@ztreet.demon.nl>
19326              Date: Thu, 28 Feb 2002 00:04:06 +0100
19327              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
19328      Branch: perl
19329            ! lib/File/stat.t
19330 ____________________________________________________________________________
19331 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
19332         Log: Integrate from maintperl.
19333      Branch: maint-5.6/macperl
19334           !> doio.c op.c t/io/open.t t/pragma/strict-subs
19335 ____________________________________________________________________________
19336 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
19337         Log: Upgrade to Math::BigInt 1.53.
19338      Branch: perl
19339            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19340            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19341            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
19342            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
19343            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
19344            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
19345 ____________________________________________________________________________
19346 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
19347         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
19348              From: "Craig A. Berry" <craigberry@mac.com>
19349              Date: Wed, 27 Feb 2002 15:36:38 -0600
19350              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
19351      Branch: perl
19352            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
19353            ! vms/ext/filespec.t
19354 ____________________________________________________________________________
19355 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
19356         Log: Subject: [PATCH] Some minor changes for Cygwin
19357              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
19358              Date: Wed, 27 Feb 2002 22:25:41 +0100
19359              Message-ID: <14296492589.20020227222541@familiehaase.de>
19360      Branch: perl
19361            ! Makefile.SH README.cygwin cygwin/perlld.in
19362 ____________________________________________________________________________
19363 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
19364         Log: Update the UTF-8 explanation table.
19365      Branch: perl
19366            ! pod/perlunicode.pod utf8.h
19367 ____________________________________________________________________________
19368 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
19369         Log: Repatch from Robin Barker: anon subs in C<package;> are
19370              now __ANON__::__ANON__ (should help for mod_perl breakage
19371              since #12251)
19372      Branch: perl
19373            ! gv.c op.c t/op/runlevel.t toke.c
19374 ____________________________________________________________________________
19375 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
19376         Log: Update Changes.
19377      Branch: perl
19378            ! Changes patchlevel.h
19379 ____________________________________________________________________________
19380 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
19381         Log: perldelta updates.
19382      Branch: perl
19383            ! pod/perldelta.pod
19384 ____________________________________________________________________________
19385 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
19386         Log: Signedness nit.
19387      Branch: perl
19388            ! regexec.c
19389 ____________________________________________________________________________
19390 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
19391         Log: Subject: Re: Smoke 14870
19392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19393              Date: Wed, 27 Feb 2002 16:48:35 +0100
19394              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
19395              
19396              (with some additional garnish)
19397      Branch: perl
19398            ! README.hpux hints/hpux.sh
19399 ____________________________________________________________________________
19400 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
19401         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
19402              into perl.exp in AIX.
19403      Branch: perl
19404            ! makedef.pl perl.h
19405 ____________________________________________________________________________
19406 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
19407         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
19408              From: Robin Barker <rmb1@cise.npl.co.uk>
19409              Date: Wed, 27 Feb 2002 14:39:35 GMT
19410              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
19411      Branch: perl
19412            ! pod/perlrun.pod
19413 ____________________________________________________________________________
19414 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
19415         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
19416              From: Robin Barker <rmb1@cise.npl.co.uk>
19417              Date: Wed, 27 Feb 2002 12:25:30 GMT
19418              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
19419      Branch: perl
19420            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
19421            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
19422            ! pod/perlunicode.pod pod/perluniintro.pod
19423 ____________________________________________________________________________
19424 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
19425         Log: Only modify LD_LIBRARY_PATH in case there are directories.
19426      Branch: perl
19427            ! hints/dec_osf.sh
19428 ____________________________________________________________________________
19429 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
19430         Log: Subject: [PATCH] perl/hints/vos.sh
19431              From: Paul_GreenVOS@vos.stratus.com
19432              Date: Tue, 26 Feb 02 15:19 est
19433              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
19434      Branch: perl
19435            ! hints/vos.sh
19436 ____________________________________________________________________________
19437 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
19438         Log: Forgot from #14888.
19439      Branch: perl
19440            ! ext/Unicode/Normalize/mkheader
19441 ____________________________________________________________________________
19442 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
19443         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
19444      Branch: perl
19445            ! ext/Unicode/Normalize/Changes
19446            ! ext/Unicode/Normalize/Normalize.pm
19447            ! ext/Unicode/Normalize/Normalize.xs
19448            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
19449            ! ext/Unicode/Normalize/t/test.t
19450 ____________________________________________________________________________
19451 [ 14887] By: ams                                   on 2002/02/26  23:51:52
19452         Log: Subject: Missing diagnostics
19453              From: Simon Glover <scog@roe.ac.uk>
19454              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
19455              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
19456              
19457              Subject: [PATCH] Better wording for the lvalue vec diagnostic
19458              From: Simon Glover <scog@roe.ac.uk>
19459              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
19460              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
19461      Branch: perl
19462            ! doop.c pod/perldiag.pod t/op/vec.t
19463 ____________________________________________________________________________
19464 [ 14886] By: ams                                   on 2002/02/26  15:48:34
19465         Log: Subject: [PATCH] Not OK 5.7.2@14884
19466              From: andreas.koenig@anima.de (Andreas J. Koenig)
19467              Date: Tue, 26 Feb 2002 15:03:55 +0100
19468              Message-Id: <m38z9gfigk.fsf@anima.de>
19469      Branch: perl
19470            ! t/lib/access.t
19471 ____________________________________________________________________________
19472 [ 14885] By: nick                                  on 2002/02/26  13:48:55
19473         Log: Integrate mainline
19474      Branch: perlio
19475           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
19476           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
19477           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
19478            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
19479           !> (integrate 102 files)
19480 ____________________________________________________________________________
19481 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
19482         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
19483              1.1999999999999996, or thereabouts (yes, even sprintf).
19484      Branch: perl
19485            ! t/base/num.t
19486 ____________________________________________________________________________
19487 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
19488         Log: Neither.
19489      Branch: perl
19490            ! pod/perldelta.pod
19491 ____________________________________________________________________________
19492 [ 14882] By: ams                                   on 2002/02/26  08:46:55
19493         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
19494              From: Michael G Schwern <schwern@pobox.com>
19495              Date: Tue, 26 Feb 2002 01:01:28 -0500
19496              Message-Id: <20020226060128.GA2439@blackrider>
19497      Branch: perl
19498            ! hv.c pod/perldiag.pod
19499 ____________________________________________________________________________
19500 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
19501         Log: Subject: [PATCH B::Concise] docs, typos
19502              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19503              Date: Mon, 25 Feb 2002 16:41:16 +0100
19504              Message-ID: <20020225164116.A1054@rafael>
19505      Branch: perl
19506            ! ext/B/B/Concise.pm
19507 ____________________________________________________________________________
19508 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
19509         Log: POSIX: add isatty to @EXPORT_OK, reformat.
19510      Branch: perl
19511            ! ext/POSIX/POSIX.pm
19512 ____________________________________________________________________________
19513 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
19514         Log: If using -Dloclibpth=... the directories need to
19515              be appended to LD_LIBRARY_PATH (and ickily, if those
19516              directories contain a (newer?) libdb.so, we need to
19517              prepend    /usr/shlib to loclibpth).
19518      Branch: perl
19519            ! hints/dec_osf.sh
19520 ____________________________________________________________________________
19521 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
19522         Log: Subject: [PATCH] Perl interface to newIO()
19523              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
19524              Date: Mon, 25 Feb 2002 15:04:57 -0800
19525              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
19526      Branch: perl
19527            ! lib/Symbol.pm lib/Symbol.t
19528 ____________________________________________________________________________
19529 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
19530         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
19531              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
19532              Date: Mon, 25 Feb 2002 21:58:30 +0100
19533              Message-ID: <20020225215830.A744@rafael>
19534      Branch: perl
19535            ! pod/perlvar.pod
19536 ____________________________________________________________________________
19537 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
19538         Log: Big5 tweaks from Autrijus Tang.
19539      Branch: perl
19540            ! ext/Encode/Encode/big5.enc
19541 ____________________________________________________________________________
19542 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
19543         Log: Subject: [PATCH Glossary configpm] cleanups
19544              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19545              Date: Mon, 25 Feb 2002 23:27:15 +0100
19546              Message-ID: <20020225232715.C744@rafael>
19547      Branch: perl
19548            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
19549 ____________________________________________________________________________
19550 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
19551         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
19552              From: Nicholas Clark <nick@unfortu.net>
19553              Date: Mon, 25 Feb 2002 21:53:24 +0000
19554              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
19555      Branch: perl
19556            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
19557            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
19558            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
19559 ____________________________________________________________________________
19560 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
19561         Log: Upgrade to I18N::LangTags 0.27.
19562              (Causes one flipflop back to perl.com URL, must poke Sean.)
19563      Branch: perl
19564            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
19565            ! lib/I18N/LangTags/List.pm
19566 ____________________________________________________________________________
19567 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
19568         Log: Upgrade to Getopt::Long 2.28.
19569      Branch: perl
19570            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
19571            ! lib/Getopt/Long/README
19572 ____________________________________________________________________________
19573 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
19574         Log: No =head.
19575      Branch: perl
19576            ! pod/perlebcdic.pod
19577 ____________________________________________________________________________
19578 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
19579         Log: Update Changes.
19580      Branch: perl
19581            ! Changes patchlevel.h
19582 ____________________________________________________________________________
19583 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
19584         Log: metaconfig unit change for #14868.
19585      Branch: metaconfig
19586            ! U/modified/Chk_MANI.U
19587 ____________________________________________________________________________
19588 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
19589         Log: Some hosts understand split -l 50, some only split -50
19590              (from Paul Eggert).
19591      Branch: perl
19592            ! Configure
19593 ____________________________________________________________________________
19594 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
19595         Log: Subject: Re: [PATCH bleadperl] socketpair.t
19596              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19597              Date: Sun, 24 Feb 2002 10:31:25 +0100
19598              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
19599              
19600              (the pid half only)
19601      Branch: perl
19602            ! win32/win32.c
19603 ____________________________________________________________________________
19604 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
19605         Log: Mention the new pack tricks.
19606      Branch: perl
19607            ! pod/perldelta.pod
19608 ____________________________________________________________________________
19609 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
19610         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
19611              From: Richard.Foley@t-online.de (Richard Foley)
19612              Date: Mon, 25 Feb 2002 13:47:03 +0100
19613              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
19614      Branch: perl
19615            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
19616            ! pod/perldebug.pod pod/perldelta.pod
19617 ____________________________________________________________________________
19618 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
19619         Log: Typo corrections from John P. Linderman.
19620      Branch: perl
19621            ! ext/IPC/SysV/Semaphore.pm
19622 ____________________________________________________________________________
19623 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
19624         Log: Upgrade to Math::BigInt 1.52.
19625      Branch: perl
19626            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19627            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19628            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19629            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
19630            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
19631 ____________________________________________________________________________
19632 [ 14862] By: ams                                   on 2002/02/25  10:39:40
19633         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
19634              From: Robin Barker <rmb1@cise.npl.co.uk>
19635              Date: Mon, 25 Feb 2002 11:35:06 GMT
19636              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
19637              
19638              Subject: [PATCH Net/Cmd.pm]
19639              From: Robin Barker <rmb1@cise.npl.co.uk>
19640              Date: Mon, 25 Feb 2002 11:37:06 GMT
19641              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
19642      Branch: perl
19643            ! lib/Cwd.pm lib/Net/Cmd.pm
19644 ____________________________________________________________________________
19645 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
19646         Log: Cut-and-paste errors.
19647      Branch: perl
19648            ! t/op/pat.t
19649 ____________________________________________________________________________
19650 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
19651         Log: EBCDIC: the control characters are not that easy to find.
19652      Branch: perl
19653            ! t/op/pat.t
19654 ____________________________________________________________________________
19655 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
19656         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
19657              From: John Peacock <jpeacock@rowman.com>
19658              Date: Sun, 24 Feb 2002 22:08:28 -0500
19659              Message-ID: <3C79AAAC.6060903@rowman.com>
19660      Branch: perl
19661            ! sv.c
19662 ____________________________________________________________________________
19663 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
19664         Log: SvSetSV() is not returnable, but that's okay since
19665              sv_copypv() returns void.
19666      Branch: perl
19667            ! sv.c
19668 ____________________________________________________________________________
19669 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
19670         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
19671              From: John Peacock <jpeacock@rowman.com>                 
19672              Date: Sun, 24 Feb 2002 16:40:07 -0500
19673              Message-ID: <3C795DB7.40105@rowman.com>               
19674      Branch: perl
19675            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
19676            ! pp_hot.c proto.h sv.c
19677 ____________________________________________________________________________
19678 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
19679         Log: Tiny code cleanup.
19680      Branch: perl
19681            ! regexec.c
19682 ____________________________________________________________________________
19683 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
19684         Log: Use to_uni_fold().
19685      Branch: perl
19686            ! regcomp.c
19687 ____________________________________________________________________________
19688 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
19689         Log: Document the new taint behaviour of exec LIST and
19690              system LIST.
19691      Branch: perl
19692            ! pod/perldelta.pod
19693 ____________________________________________________________________________
19694 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
19695         Log: Subject: [PATCH] Re: taint news
19696              From: Rick Delaney <rick.delaney@rogers.com>             
19697              Date: 24 Feb 2002 11:35:00 -0500
19698              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
19699      Branch: perl
19700            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
19701 ____________________________________________________________________________
19702 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
19703         Log: EBCDIC tweak (native instead of uni) and comment update.
19704      Branch: perl
19705            ! regexec.c
19706 ____________________________________________________________________________
19707 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
19708         Log: Using uninitialized (and wrong) variables is not good.
19709      Branch: perl
19710            ! regcomp.c
19711 ____________________________________________________________________________
19712 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
19713         Log: EBCDIC: this seems to calm the last of the
19714              Malformed UTF-8 warnings.
19715      Branch: perl
19716            ! regcomp.c utf8.c
19717 ____________________________________________________________________________
19718 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
19719         Log: EBCDIC: document using Encode for character conversions.
19720      Branch: perl
19721            ! pod/perlebcdic.pod
19722 ____________________________________________________________________________
19723 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
19724         Log: EBCDIC: disable also Unicode::Collate and
19725              Unicode::Normalize for now.  Real users of
19726              EBCDIC have to decide what they want.
19727      Branch: perl
19728            ! ext/Unicode/Normalize/Normalize.pm
19729            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
19730            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
19731            ! lib/Unicode/Collate/t/test.t
19732 ____________________________________________________________________________
19733 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
19734         Log: AUTHORS updates.
19735      Branch: perl
19736            ! AUTHORS
19737 ____________________________________________________________________________
19738 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
19739         Log: Retract #14571: there may be a better solution than
19740              tweaking the test.
19741      Branch: perl
19742            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
19743 ____________________________________________________________________________
19744 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
19745         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
19746              From: "Craig A. Berry" <craigberry@mac.com> 
19747              Date: Sat, 23 Feb 2002 14:14:35 -0600
19748              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
19749      Branch: perl
19750            ! configure.com
19751 ____________________________________________________________________________
19752 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
19753         Log: metaconfig unit change for #14843.
19754      Branch: metaconfig/U/perl
19755            ! Extensions.U
19756 ____________________________________________________________________________
19757 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
19758         Log: Also Encode/JP needs to be listed explicitly.
19759              (Any other sub-Encode extensions?)
19760      Branch: perl
19761            ! Configure
19762 ____________________________________________________________________________
19763 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
19764         Log: Document known UNICOS/mk deficiency.
19765      Branch: perl
19766            ! pod/perldelta.pod
19767 ____________________________________________________________________________
19768 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
19769         Log: Subject: [PATCH] README mention version 5.0
19770              From: Autrijus Tang <autrijus@autrijus.org>
19771              Date: Sat, 23 Feb 2002 09:35:22 +0800
19772              Message-ID: <20020223013522.GA8694@not.autrijus.org>
19773      Branch: perl
19774            ! README
19775 ____________________________________________________________________________
19776 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
19777         Log: metaconfig unit change for #14839.
19778      Branch: metaconfig
19779            ! U/modified/Signal.U
19780 ____________________________________________________________________________
19781 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
19782         Log: Old hosts like NeXT Classic don't have sort -k,
19783              from Paul Eggert.
19784      Branch: perl
19785            ! Configure
19786 ____________________________________________________________________________
19787 [ 14838] By: ams                                   on 2002/02/22  21:14:29
19788         Log: Minor clarifications as suggested by Anton Tagunov.
19789      Branch: perl
19790            ! pod/perlsyn.pod
19791 ____________________________________________________________________________
19792 [ 14837] By: ams                                   on 2002/02/22  21:07:02
19793         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
19794              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19795              Date: Fri, 22 Feb 2002 23:01:07 +0100
19796              Message-Id: <20020222230107.A15069@rafael>
19797      Branch: perl
19798            ! sv.c t/op/gv.t
19799 ____________________________________________________________________________
19800 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
19801         Log: metaconfig unit change for #14835.
19802      Branch: metaconfig
19803            ! U/modified/Chk_MANI.U
19804 ____________________________________________________________________________
19805 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
19806         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
19807      Branch: perl
19808            ! Configure
19809 ____________________________________________________________________________
19810 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
19811         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
19812              From: Michael G Schwern <schwern@pobox.com>
19813              Date: Fri, 22 Feb 2002 12:10:28 -0500
19814              Message-ID: <20020222171027.GB4181@blackrider>
19815      Branch: perl
19816            ! ext/Encode/compile
19817 ____________________________________________________________________________
19818 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
19819         Log: Update Changes.
19820      Branch: perl
19821            ! Changes patchlevel.h
19822 ____________________________________________________________________________
19823 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
19824         Log: Implement IV/UV/NV/long double pack/unpack with
19825              template letters j/J/F/D (the latter two have been
19826              undocumented aliases of f/d).
19827      Branch: perl
19828            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
19829 ____________________________________________________________________________
19830 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
19831         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
19832              From: Nicholas Clark <nick@unfortu.net>
19833              Date: Fri, 22 Feb 2002 14:01:25 +0000
19834              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
19835      Branch: perl
19836            ! ext/Encode/compile
19837 ____________________________________________________________________________
19838 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
19839         Log: NetWare change from Ananth Kesari.
19840      Branch: perl
19841            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
19842            ! MANIFEST
19843 ____________________________________________________________________________
19844 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
19845         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
19846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19847              Date: Fri, 22 Feb 2002 03:55:13 -0500
19848              Message-ID: <20020222035513.A894@math.ohio-state.edu>
19849      Branch: perl
19850            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
19851 ____________________________________________________________________________
19852 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
19853         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
19854      Branch: perl
19855            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
19856 ____________________________________________________________________________
19857 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
19858         Log: Make measure_struct a file static.
19859      Branch: perl
19860            ! pp_pack.c
19861 ____________________________________________________________________________
19862 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
19863         Log: EBCDIC: someone who knows what they are doing
19864              and whether it is possible at all in the first
19865              place needs to figure these tests out on EBCDIC.
19866              The CJK encodings heavily abuse their knowledge
19867              of ASCII and that may require a translation layer
19868              or four to survive UTF-EBCDIC.
19869      Branch: perl
19870            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
19871 ____________________________________________________________________________
19872 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
19873         Log: croak() needs context.
19874      Branch: perl
19875            ! pp_pack.c
19876 ____________________________________________________________________________
19877 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
19878         Log: Subject: [PATCH @14577] pack with a human face: the sequel
19879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19880              Date: Thu, 21 Feb 2002 21:33:37 -0500
19881              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
19882      Branch: perl
19883            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
19884            ! proto.h t/op/pack.t
19885 ____________________________________________________________________________
19886 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
19887         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
19888              From: Nicholas Clark <nick@unfortu.net> 
19889              Date: Fri, 22 Feb 2002 00:49:44 +0000
19890              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
19891      Branch: perl
19892            ! ext/Encode/compile
19893 ____________________________________________________________________________
19894 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
19895         Log: Test for #14795.
19896      Branch: perl
19897            ! t/op/pat.t
19898 ____________________________________________________________________________
19899 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
19900         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
19901      Branch: perl
19902            ! t/op/pat.t
19903 ____________________________________________________________________________
19904 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
19905         Log: Subject: [PATCH] next batch of bugfixes
19906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19907              Date: Thu, 21 Feb 2002 23:54:41 +0100
19908              Message-ID: <20020221235441.A17260@rafael>
19909      Branch: perl
19910            ! ext/B/B/Deparse.pm
19911 ____________________________________________________________________________
19912 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
19913         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)
19914              From: chromatic <chromatic@rmci.net>
19915              Date: Thu, 21 Feb 2002 14:17:35 -0700
19916              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
19917      Branch: perl
19918            ! lib/File/stat.pm lib/File/stat.t
19919 ____________________________________________________________________________
19920 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
19921         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
19922      Branch: perl
19923            ! ext/re/re.xs
19924 ____________________________________________________________________________
19925 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
19926         Log: Upgrade to Math::BigInt 1.51.
19927      Branch: perl
19928            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
19929            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
19930            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
19931            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19932            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19933            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19934            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
19935            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
19936            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
19937            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
19938            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
19939            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
19940 ____________________________________________________________________________
19941 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
19942         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
19943              From: "Gerrit P. Haase" <gp@familiehaase.de>
19944              Date: Thu, 21 Feb 2002 21:20:25 +0100
19945              Message-ID: <69510538936.20020221212025@familiehaase.de>
19946      Branch: perl
19947            ! Makefile.SH
19948 ____________________________________________________________________________
19949 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
19950         Log: Subject: [PATCH @14577] grouping in pack/unpack
19951              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19952              Date: Thu, 21 Feb 2002 06:06:14 -0500
19953              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
19954      Branch: perl
19955            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
19956            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
19957 ____________________________________________________________________________
19958 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
19959         Log: Subject: [PATCH propose] question about fs.t
19960              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19961              Date: Thu, 21 Feb 2002 15:10:21 +0100
19962              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
19963      Branch: perl
19964            ! t/io/fs.t
19965 ____________________________________________________________________________
19966 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
19967         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
19968              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
19969              Date: Thu, 21 Feb 2002 09:54:28 +0100
19970              Message-ID: <13576559576.20020221095428@familiehaase.de>     
19971      Branch: perl
19972            ! Makefile.SH
19973 ____________________________________________________________________________
19974 [ 14812] By: ams                                   on 2002/02/21  14:59:09
19975         Log: Subject: typo correction
19976              From: mjd@plover.com
19977              Date: 21 Feb 2002 15:43:49 -0000
19978              Message-Id: <20020221154349.22772.qmail@plover.com>
19979      Branch: perl
19980            ! pod/perldebug.pod
19981 ____________________________________________________________________________
19982 [ 14811] By: ams                                   on 2002/02/21  14:02:12
19983         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
19984              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19985              Date: Thu, 21 Feb 2002 15:22:22 +0100
19986              Message-Id: <20020221152222.A15095@rafael>
19987      Branch: perl
19988            ! op.h toke.c
19989 ____________________________________________________________________________
19990 [ 14810] By: ams                                   on 2002/02/21  12:45:28
19991         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
19992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19993              Date: Thu, 21 Feb 2002 06:02:48 -0500
19994              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
19995      Branch: perl
19996            ! lib/ExtUtils/Mksymlists.pm makedef.pl
19997 ____________________________________________________________________________
19998 [ 14809] By: nick                                  on 2002/02/21  09:31:08
19999         Log: Integrate mainline
20000      Branch: perlio
20001           +> lib/Pod/t/Select.t
20002           !> (integrate 37 files)
20003 ____________________________________________________________________________
20004 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
20005         Log: metaconfig unit change for #14807.
20006      Branch: metaconfig
20007            ! U/modified/Signal.U
20008 ____________________________________________________________________________
20009 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
20010         Log: Revert #14805, didn't quite work.
20011      Branch: perl
20012            ! Configure config_h.SH
20013 ____________________________________________________________________________
20014 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
20015         Log: metaconfig changes for #14805.
20016      Branch: metaconfig
20017            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
20018 ____________________________________________________________________________
20019 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
20020         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20021              From: Paul Eggert <eggert@twinsun.com>
20022              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
20023              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
20024      Branch: perl
20025            ! Configure config_h.SH
20026 ____________________________________________________________________________
20027 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
20028         Log: More advice.
20029      Branch: perl
20030            ! README.os390
20031 ____________________________________________________________________________
20032 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
20033         Log: Missing MANIFESTation.
20034      Branch: perl
20035            ! MANIFEST
20036 ____________________________________________________________________________
20037 [ 14802] By: ams                                   on 2002/02/20  22:55:25
20038         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
20039              From: Autrijus Tang <autrijus@autrijus.org>
20040              Date: Thu, 21 Feb 2002 07:13:12 +0800
20041              Message-Id: <20020220231312.GA775@not.autrijus.org>
20042      Branch: perl
20043            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
20044 ____________________________________________________________________________
20045 [ 14801] By: ams                                   on 2002/02/20  22:27:20
20046         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
20047              From: Abe Timmerman <abe@ztreet.demon.nl>
20048              Date: Thu, 21 Feb 2002 00:20:40 +0100
20049              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
20050      Branch: perl
20051            + lib/Pod/t/Select.t
20052 ____________________________________________________________________________
20053 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
20054         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
20055              twice, causing the loop to skip every other character.
20056      Branch: perl
20057            ! utf8.c
20058 ____________________________________________________________________________
20059 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
20060         Log: Better debugging info.
20061      Branch: perl
20062            ! t/uni/case.pl
20063 ____________________________________________________________________________
20064 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
20065         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
20066              From: Nicholas Clark <nick@unfortu.net>
20067              Date: Wed, 20 Feb 2002 22:13:05 +0000
20068              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
20069      Branch: perl
20070            ! ext/Encode/compile
20071 ____________________________________________________________________________
20072 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
20073         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
20074              From: Paul Eggert <eggert@twinsun.com>
20075              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
20076              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
20077      Branch: perl
20078            ! pod/perlhack.pod
20079 ____________________________________________________________________________
20080 [ 14796] By: nick                                  on 2002/02/20  18:15:00
20081         Log: Integrate mainline
20082      Branch: perlio
20083           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20084           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
20085           +> lib/Locale/Country.pod lib/Locale/Currency.pod
20086           +> lib/Locale/Language.pod lib/Locale/Script.pm
20087           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
20088           +> t/uni/title.t t/uni/upper.t
20089           !> (integrate 41 files)
20090 ____________________________________________________________________________
20091 [ 14795] By: ams                                   on 2002/02/20  17:08:38
20092         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
20093              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20094              Date: Wed, 20 Feb 2002 18:06:59 +0000
20095              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
20096      Branch: perl
20097            ! pp_ctl.c
20098 ____________________________________________________________________________
20099 [ 14794] By: ams                                   on 2002/02/20  16:41:56
20100         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
20101              From: Paul_GreenVOS@vos.stratus.com
20102              Date: Wed, 20 Feb 02 12:21 est
20103              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
20104      Branch: perl
20105            ! Makefile.SH
20106 ____________________________________________________________________________
20107 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
20108         Log: Forgot from #14790.
20109      Branch: perl
20110            ! pp_pack.c
20111 ____________________________________________________________________________
20112 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
20113         Log: Update Changes.
20114      Branch: perl
20115            ! Changes patchlevel.h
20116 ____________________________________________________________________________
20117 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
20118         Log: Integrate change #14778 from maintperl;
20119              
20120              constant folding on the range operator had the effect of disabling
20121              peephole optimizations in all the siblings of the range OP; the
20122              effect of this was that barewords could escape strictures when
20123              they were hiding in such places
20124      Branch: perl
20125            ! t/lib/strict/subs
20126           !> op.c
20127 ____________________________________________________________________________
20128 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
20129         Log: Subject: Re: [ID 20020220.001] pack w with objects
20130              From: Ulrich Pfeifer <upf@de.uu.net>
20131              Date: 20 Feb 2002 11:21:15 +0100
20132              Message-ID: <p5g03wcv38.fsf@de.uu.net>
20133      Branch: perl
20134            ! t/op/pack.t
20135 ____________________________________________________________________________
20136 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
20137         Log: Subject: Re: [PATCH] go faster for Encode's compile
20138              From: Nicholas Clark <nick@unfortu.net> 
20139              Date: Tue, 19 Feb 2002 23:38:36 +0000
20140              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
20141      Branch: perl
20142            ! ext/Encode/compile
20143 ____________________________________________________________________________
20144 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
20145         Log: Regen Glossary.
20146      Branch: perl
20147            ! Porting/Glossary Porting/config.sh Porting/config_H
20148 ____________________________________________________________________________
20149 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
20150         Log: metaconfig unit change for #14786 (not visible yet,
20151              since Glossary needs regenerating)
20152      Branch: metaconfig
20153            ! U/compline/d_gconvert.U
20154 ____________________________________________________________________________
20155 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
20156         Log: Subject: d_Gconvert hints and Glossary
20157              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20158              Date: Tue, 19 Feb 2002 11:55:36 -0800
20159              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
20160      Branch: perl
20161            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
20162            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
20163            ! hints/svr5.sh
20164 ____________________________________________________________________________
20165 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
20166         Log: metaconfig unit changes for #14784.
20167      Branch: metaconfig
20168            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
20169 ____________________________________________________________________________
20170 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
20171         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20172              From: Paul Eggert <eggert@twinsun.com>              
20173              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
20174              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
20175      Branch: perl
20176            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
20177            ! pod/perlhack.pod
20178 ____________________________________________________________________________
20179 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
20180         Log: metaconfig unit change for #14782.
20181      Branch: metaconfig/U/perl
20182            ! Mksymlinks.U
20183 ____________________________________________________________________________
20184 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
20185         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
20186              From: "Gerrit P. Haase" <gp@familiehaase.de>
20187              Date: Wed, 20 Feb 2002 00:23:29 +0100
20188              Message-ID: <70348722516.20020220002329@familiehaase.de>
20189      Branch: perl
20190            ! Configure
20191 ____________________________________________________________________________
20192 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
20193         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
20194              From: Nicholas Clark <nick@unfortu.net> 
20195              Date: Tue, 19 Feb 2002 19:27:42 +0000
20196              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
20197              
20198              (with modifications)
20199      Branch: perl
20200            ! pod/perlsub.pod
20201 ____________________________________________________________________________
20202 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
20203         Log: NetWare tweak from Ananth Kesari.
20204      Branch: perl
20205            ! lib/ExtUtils/MakeMaker.pm
20206 ____________________________________________________________________________
20207 [ 14779] By: ams                                   on 2002/02/20  06:51:55
20208         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
20209      Branch: perl
20210            ! pod/perlfaq4.pod
20211 ____________________________________________________________________________
20212 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
20213         Log: constant folding on the range operator had the effect of disabling
20214              peephole optimizations in all the siblings of the range OP; the
20215              effect of this was that barewords could escape strictures when
20216              they were hiding in such places
20217      Branch: maint-5.6/perl
20218            ! op.c t/pragma/strict-subs
20219 ____________________________________________________________________________
20220 [ 14777] By: ams                                   on 2002/02/20  00:56:21
20221         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
20222              From: Graham Barr <gbarr@pobox.com>
20223              Date: Tue, 19 Feb 2002 23:08:47 +0000
20224              Message-Id: <20020219230847.G66560@pobox.com>
20225      Branch: perl
20226            ! lib/Time/Local.pm
20227 ____________________________________________________________________________
20228 [ 14776] By: ams                                   on 2002/02/19  17:20:28
20229         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
20230              From: Nicholas Clark <nick@unfortu.net>
20231              Date: Tue, 19 Feb 2002 16:23:22 +0000
20232              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
20233      Branch: perl
20234            ! lib/Tie/Hash.pm
20235 ____________________________________________________________________________
20236 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
20237         Log: Regen doc, regen toc.
20238      Branch: perl
20239            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
20240 ____________________________________________________________________________
20241 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
20242         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
20243              From: Dave Mitchell <davem@fdgroup.co.uk>
20244              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
20245              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
20246      Branch: perl
20247            ! pod/perlsub.pod
20248 ____________________________________________________________________________
20249 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
20250         Log: Detypo.
20251      Branch: perl
20252            ! lib/Tie/Memoize.pm
20253 ____________________________________________________________________________
20254 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
20255         Log: UTF-8 C API doc tweaks.
20256      Branch: perl
20257            ! pod/perlunicode.pod
20258 ____________________________________________________________________________
20259 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
20260         Log: Mention that the case-switchers know about Unicode, too.
20261      Branch: perl
20262            ! pod/perlop.pod
20263 ____________________________________________________________________________
20264 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
20265         Log: Upgrade to Locale::Codes 2.01.
20266      Branch: perl
20267            + lib/Locale/Constants.pod lib/Locale/Country.pod
20268            + lib/Locale/Currency.pod lib/Locale/Language.pod
20269            + lib/Locale/Script.pod
20270            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20271            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20272            ! lib/Locale/Currency.pm lib/Locale/Language.pm
20273            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
20274 ____________________________________________________________________________
20275 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
20276         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
20277              From: Dave Mitchell <davem@fdgroup.co.uk>
20278              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
20279              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
20280      Branch: perl
20281            ! pod/perlsub.pod
20282 ____________________________________________________________________________
20283 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
20284         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
20285              From: Sam Tregar <sam@tregar.com> 
20286              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
20287              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
20288      Branch: perl
20289            ! sv.h
20290 ____________________________________________________________________________
20291 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
20292         Log: The test requires perlio.
20293      Branch: perl
20294            ! ext/Encode/t/JP.t
20295 ____________________________________________________________________________
20296 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
20297         Log: Misplaced block end.
20298      Branch: perl
20299            ! utf8.c
20300 ____________________________________________________________________________
20301 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
20302         Log: The POSIX extensions are deadly.
20303      Branch: perl
20304            ! regcomp.c
20305 ____________________________________________________________________________
20306 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
20307         Log: Let's not overdo the growth.
20308      Branch: perl
20309            ! pp.c
20310 ____________________________________________________________________________
20311 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
20312         Log: Third time makes the charm.
20313      Branch: perl
20314            ! README.os390
20315 ____________________________________________________________________________
20316 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
20317         Log: Oops.
20318      Branch: perl
20319            ! utf8.c
20320 ____________________________________________________________________________
20321 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
20322         Log: Add back the new casing tests.
20323      Branch: perl
20324            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20325            ! MANIFEST
20326 ____________________________________________________________________________
20327 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
20328         Log: Prefer special case mappings.
20329      Branch: perl
20330            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
20331            ! lib/unicore/To/Upper.pl lib/unicore/mktables
20332 ____________________________________________________________________________
20333 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
20334         Log: Try special casing first.
20335      Branch: perl
20336            ! utf8.c
20337 ____________________________________________________________________________
20338 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
20339         Log: Not extending enough.
20340      Branch: perl
20341            ! pp.c utf8.h
20342 ____________________________________________________________________________
20343 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
20344         Log: No need to store identity mappings.
20345      Branch: perl
20346            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
20347            ! lib/unicore/mktables
20348 ____________________________________________________________________________
20349 [ 14756] By: ams                                   on 2002/02/18  20:21:17
20350         Log: Forward port #14704 from maint-5.6.
20351      Branch: perl
20352            ! doio.c
20353 ____________________________________________________________________________
20354 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
20355         Log: Regen Changes.
20356      Branch: perl
20357            ! Changes
20358 ____________________________________________________________________________
20359 [ 14754] By: ams                                   on 2002/02/18  19:01:09
20360         Log: Subject: [PATCH] VMS cando_by_name and current process privs
20361              From: "Craig A. Berry" <craigberry@mac.com>
20362              Date: Mon, 18 Feb 2002 14:03:30 -0600
20363              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
20364      Branch: perl
20365            ! vms/vms.c
20366 ____________________________________________________________________________
20367 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
20368         Log: Update Changes.
20369      Branch: perl
20370            ! Changes patchlevel.h
20371 ____________________________________________________________________________
20372 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
20373         Log: What do you know; these tests unearthed nasty problems.
20374              Will resolve those first.
20375      Branch: perl
20376            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20377            ! MANIFEST
20378 ____________________________________________________________________________
20379 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
20380         Log: Update Changes.
20381      Branch: perl
20382            ! Changes patchlevel.h
20383 ____________________________________________________________________________
20384 [ 14750] By: ams                                   on 2002/02/18  17:36:05
20385         Log: Subject: Re: IO::Poll: Removing Handles
20386              From: Matthew Sachs <matthewg@zevils.com>
20387              Date: Mon, 18 Feb 2002 13:19:01 -0500
20388              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
20389      Branch: perl
20390            ! ext/IO/lib/IO/t/io_poll.t
20391 ____________________________________________________________________________
20392 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
20393         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
20394              From: "Craig A. Berry" <craigberry@mac.com>
20395              Date: Mon, 18 Feb 2002 11:52:21 -0600
20396              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
20397      Branch: perl
20398            ! t/op/alarm.t t/op/glob.t
20399 ____________________________________________________________________________
20400 [ 14748] By: ams                                   on 2002/02/18  15:53:36
20401         Log: s/load_module/Perl_load_module/
20402      Branch: perl
20403            ! gv.c
20404 ____________________________________________________________________________
20405 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
20406         Log: Unused in ASCII, used in EBCDIC.
20407      Branch: perl
20408            ! utf8.c
20409 ____________________________________________________________________________
20410 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
20411         Log: Upgrade to Locale::Codes 2.00.
20412      Branch: perl
20413            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20414            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
20415            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
20416            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20417            ! lib/Locale/Currency.pm lib/Locale/Language.pm
20418 ____________________________________________________________________________
20419 [ 14745] By: ams                                   on 2002/02/18  15:20:44
20420         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
20421              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20422              Date: Sat, 16 Feb 2002 00:06:01 +0100
20423              Message-Id: <20020216000601.A17249@rafael>
20424      Branch: perl
20425            ! gv.c
20426 ____________________________________________________________________________
20427 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
20428         Log: More Unicode casing checks.
20429      Branch: perl
20430            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20431            ! MANIFEST
20432 ____________________________________________________________________________
20433 [ 14743] By: ams                                   on 2002/02/18  14:35:38
20434         Log: Subject: IO::Poll: Removing Handles
20435              From: Matthew Sachs <matthewg@zevils.com>
20436              Date: Sun, 17 Feb 2002 04:49:46 -0500
20437              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
20438      Branch: perl
20439            ! ext/IO/lib/IO/Poll.pm
20440 ____________________________________________________________________________
20441 [ 14741] By: ams                                   on 2002/02/18  13:59:48
20442         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
20443              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20444              Date: Mon, 18 Feb 2002 15:41:26 +0100
20445              Message-Id: <20020218154126.A692@rafael>
20446      Branch: perl
20447            ! pp_ctl.c t/op/do.t
20448 ____________________________________________________________________________
20449 [ 14740] By: nick                                  on 2002/02/18  09:09:23
20450         Log: Integrate mainline
20451      Branch: perlio
20452           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
20453           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
20454           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
20455           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
20456           +> ext/Encode/lib/Encode/JP/Constants.pm
20457           +> ext/Encode/lib/Encode/JP/H2Z.pm
20458           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
20459           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
20460           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
20461           +> os2/OS2/Process/t/os2_process.t
20462           +> os2/OS2/Process/t/os2_process_kid.t
20463           +> os2/OS2/Process/t/os2_process_text.t
20464            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20465            - ext/Encode/t/Japanese.t
20466           !> (integrate 47 files)
20467 ____________________________________________________________________________
20468 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
20469         Log: EBCDIC: now the worst seems to be over for
20470              the "Malformed" warnings.  Still a few of them,
20471              and plenty of test failures, but getting better.
20472      Branch: perl
20473            ! regcomp.c utf8.c
20474 ____________________________________________________________________________
20475 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
20476         Log: Upgrade to Net::Ping 2.12.
20477      Branch: perl
20478            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
20479            ! lib/Net/Ping/t/110_icmp_inst.t
20480 ____________________________________________________________________________
20481 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
20482         Log: After much rewriting we are now pretty much
20483              back to where we started.
20484      Branch: perl
20485            ! utf8.c
20486 ____________________________________________________________________________
20487 [ 14736] By: ams                                   on 2002/02/18  01:23:00
20488         Log: Subject: [PATCH B::Deparse] two fixes
20489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20490              Date: Sun, 17 Feb 2002 23:58:59 +0100
20491              Message-Id: <20020217235859.A32513@rafael>
20492      Branch: perl
20493            ! ext/B/B/Deparse.pm
20494 ____________________________________________________________________________
20495 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
20496         Log: Buglet.
20497      Branch: perl
20498            ! ext/Encode/lib/Encode/JP/JIS.pm
20499 ____________________________________________________________________________
20500 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
20501         Log: Clearing up to_utf8_case() continues: this time use
20502              a single return, and EBCDICification for all paths.
20503      Branch: perl
20504            ! utf8.c
20505 ____________________________________________________________________________
20506 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
20507         Log: Small tweaks to get the test running (fix @INC and
20508              do not overwrite the table.utf8 and table.rnd).
20509      Branch: perl
20510            ! ext/Encode/t/JP.t
20511 ____________________________________________________________________________
20512 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
20513         Log: Tiny tweak.
20514      Branch: perl
20515            ! utf8.c
20516 ____________________________________________________________________________
20517 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
20518         Log: Redundant casts.
20519      Branch: perl
20520            ! utf8.c
20521 ____________________________________________________________________________
20522 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
20523         Log: More filename portability tips.
20524      Branch: perl
20525            ! pod/perlport.pod
20526 ____________________________________________________________________________
20527 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
20528         Log: FAQ sync.
20529      Branch: perl
20530            ! pod/perlfaq3.pod pod/perlfaq5.pod
20531 ____________________________________________________________________________
20532 [ 14728] By: ams                                   on 2002/02/17  16:15:09
20533         Log: Subject: podlators 1.21 released
20534              From: Russ Allbery <rra@stanford.edu>
20535              Date: Sat, 16 Feb 2002 21:42:56 -0800
20536              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
20537      Branch: perl
20538            ! lib/Pod/Text/Overstrike.pm
20539 ____________________________________________________________________________
20540 [ 14727] By: sky                                   on 2002/02/17  11:36:52
20541         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
20542              From: Autrijus Tang <autrijus@autrijus.org>
20543              Date: Sun, 17 Feb 2002 19:46:47 +0800
20544              Message-ID: <20020217194647.A1410@not.autrijus.org>
20545      Branch: perl
20546            ! pp_ctl.c t/op/tiehandle.t util.c
20547 ____________________________________________________________________________
20548 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
20549         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
20550              input in native code points, not Unicode.
20551      Branch: perl
20552            ! utf8.c
20553 ____________________________________________________________________________
20554 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
20555         Log: Regen Glossary.
20556      Branch: perl
20557            ! Porting/Glossary Porting/config.sh Porting/config_H
20558 ____________________________________________________________________________
20559 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
20560         Log: The #14715 and #14716 were okay: they just revealed
20561              a bug in the EXACTF matching.
20562      Branch: perl
20563            ! regexec.c utf8.c
20564 ____________________________________________________________________________
20565 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
20566         Log: Retreat, retreat! (retract #14715 and #14716)
20567      Branch: perl
20568            ! utf8.c
20569 ____________________________________________________________________________
20570 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
20571         Log: Encode 0.40, from Dan Kogai.
20572      Branch: perl
20573            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
20574            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
20575            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
20576            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
20577            + ext/Encode/lib/Encode/JP/Constants.pm
20578            + ext/Encode/lib/Encode/JP/H2Z.pm
20579            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
20580            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
20581            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
20582            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
20583            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20584            - ext/Encode/t/Japanese.t
20585            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
20586            ! ext/Encode/t/Encode.t
20587 ____________________________________________________________________________
20588 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
20589         Log: metaconfig unit change for #14720.
20590      Branch: perl
20591            ! Configure
20592 ____________________________________________________________________________
20593 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
20594         Log: Regenerate Configure (small tweaks on Yitzchak's,
20595              main difference being that the preference variables are
20596              called gconvert_...).
20597      Branch: metaconfig
20598            ! U/compline/d_gconvert.U
20599 ____________________________________________________________________________
20600 [ 14719] By: ams                                   on 2002/02/16  14:11:01
20601         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
20602              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20603              Date: Thu, 14 Feb 2002 22:27:33 -0800
20604              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
20605              (Applied by hand.)
20606      Branch: perl
20607            ! Configure
20608 ____________________________________________________________________________
20609 [ 14718] By: ams                                   on 2002/02/16  13:45:28
20610         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
20611              From: Philip Newton <Philip.Newton@gmx.net>
20612              Date: Sat, 16 Feb 2002 10:05:05 +0100
20613              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
20614              (Applied by hand.)
20615      Branch: perl
20616            ! pod/perlport.pod
20617 ____________________________________________________________________________
20618 [ 14717] By: ams                                   on 2002/02/16  04:30:23
20619         Log: Remove dubious test.
20620      Branch: perl
20621            ! t/io/open.t
20622 ____________________________________________________________________________
20623 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
20624         Log: Tiny tweak.
20625      Branch: perl
20626            ! utf8.c
20627 ____________________________________________________________________________
20628 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
20629         Log: Restructure to_utf8_case() for simpler execution paths.
20630      Branch: perl
20631            ! utf8.c
20632 ____________________________________________________________________________
20633 [ 14714] By: ams                                   on 2002/02/16  02:43:59
20634         Log: Absorb #14701 by Sarathy from maint-5.6.
20635      Branch: perl
20636            ! doio.c t/io/open.t
20637 ____________________________________________________________________________
20638 [ 14713] By: ams                                   on 2002/02/16  01:51:27
20639         Log: Subject: [PATCH] VOS patches for perl 5.8
20640              From: Paul_GreenVOS@vos.stratus.com
20641              Date: Fri, 15 Feb 02 17:41 est
20642              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
20643      Branch: perl
20644            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
20645            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20646            ! vos/install_perl.cm
20647 ____________________________________________________________________________
20648 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
20649         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
20650              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20651              Date: Fri, 15 Feb 2002 23:05:44 +0100
20652              Message-ID: <20020215230544.A690@rafael>
20653      Branch: perl
20654            ! ext/B/B/Deparse.pm
20655 ____________________________________________________________________________
20656 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
20657         Log: Add $VERSION.
20658      Branch: perl
20659            ! lib/Tie/Memoize.pm
20660 ____________________________________________________________________________
20661 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
20662         Log: Update Changes.
20663      Branch: perl
20664            ! Changes patchlevel.h
20665 ____________________________________________________________________________
20666 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
20667         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
20668              From: Robin Barker <rmb1@cise.npl.co.uk>
20669              Date: Thu, 14 Feb 2002 19:07:40 GMT
20670              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
20671              
20672              (the hints part only)
20673      Branch: perl
20674            ! hints/solaris_2.sh
20675 ____________________________________________________________________________
20676 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
20677         Log: metaconfig unit changes for #14707.
20678      Branch: metaconfig
20679            ! U/modified/cc.U
20680      Branch: metaconfig/U/perl
20681            ! Checkcc.U
20682 ____________________________________________________________________________
20683 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
20684         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
20685              From: Robin Barker <rmb1@cise.npl.co.uk>
20686              Date: Fri, 15 Feb 2002 12:14:39 GMT
20687              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
20688              
20689              Split checking-for-gcc and checking-for-cc.
20690      Branch: perl
20691            ! Configure
20692 ____________________________________________________________________________
20693 [ 14706] By: ams                                   on 2002/02/15  13:57:15
20694         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
20695              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
20696              Date: 15 Feb 2002 10:53:06 +0200
20697              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
20698      Branch: perl
20699            ! lib/Pod/Html.pm
20700 ____________________________________________________________________________
20701 [ 14705] By: ams                                   on 2002/02/15  08:42:55
20702         Log: Subject: [PATCH @14577] OS/2 tests and more
20703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20704              Date: Fri, 15 Feb 2002 03:56:24 -0500
20705              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
20706      Branch: perl
20707            + os2/OS2/Process/t/os2_process.t
20708            + os2/OS2/Process/t/os2_process_kid.t
20709            + os2/OS2/Process/t/os2_process_text.t
20710            ! MANIFEST configpm hints/os2.sh makedef.pl
20711            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
20712            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
20713            ! os2/os2ish.h
20714 ____________________________________________________________________________
20715 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
20716         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
20717              avoid wasteful PL_fdpid fiddling where that is not warranted;
20718              mostly whitespace fixes
20719              
20720              these were longstanding todo items from:
20721              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
20722      Branch: maint-5.6/perl
20723            ! doio.c
20724 ____________________________________________________________________________
20725 [ 14702] By: nick                                  on 2002/02/15  08:31:41
20726         Log: Integrate mainline
20727      Branch: perlio
20728           +> lib/if.pm lib/if.t
20729           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
20730           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
20731           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
20732           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
20733           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
20734           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
20735           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
20736           !> t/lib/warnings/pp_sys
20737 ____________________________________________________________________________
20738 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
20739         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
20740              (and also dies quickly on Windows); this bug crept in as
20741              change#610, a.k.a change#646
20742      Branch: maint-5.6/perl
20743            ! doio.c t/io/open.t
20744 ____________________________________________________________________________
20745 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
20746         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
20747              From: Ville "Skyttä" <ville.skytta@iki.fi>
20748              Date: Wed, 13 Feb 2002 22:29:39 +0200
20749              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
20750      Branch: perl
20751            ! lib/Pod/Html.pm
20752 ____________________________________________________________________________
20753 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
20754         Log: Document and test the C0 and C1.
20755      Branch: perl
20756            ! lib/charnames.pm lib/charnames.t
20757 ____________________________________________________________________________
20758 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
20759         Log: metaconfig unit change for #14697.
20760      Branch: metaconfig
20761            ! U/modified/Init.U
20762 ____________________________________________________________________________
20763 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
20764         Log: Also OS/2 seems to need exe set early.
20765      Branch: perl
20766            ! Configure
20767 ____________________________________________________________________________
20768 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
20769         Log: Document pack U0U.
20770      Branch: perl
20771            ! pod/perluniintro.pod
20772 ____________________________________________________________________________
20773 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
20774         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
20775              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20776              Date: Thu, 14 Feb 2002 23:58:00 +0100
20777              Message-ID: <20020214235800.A12901@rafael>
20778      Branch: perl
20779            ! pp_sys.c t/lib/warnings/pp_sys
20780 ____________________________________________________________________________
20781 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
20782         Log: Subject: [PATCH @13746] conditional pragmas
20783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20784              Date: Mon, 31 Dec 2001 18:18:09 -0500
20785              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
20786      Branch: perl
20787            + lib/if.pm lib/if.t
20788            ! MANIFEST
20789 ____________________________________________________________________________
20790 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
20791         Log: Deparse bug introduced by #14615: the fix is just a workaround,
20792              I suspect there to be another deeper bug, must distill simpler
20793              test case.
20794      Branch: perl
20795            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
20796 ____________________________________________________________________________
20797 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
20798         Log: Integrate perlio:
20799              
20800              [ 14685]
20801              Make dependencies more precise (for nmake)
20802      Branch: perl
20803           !> ext/Encode/EUC_JP/Makefile.PL
20804 ____________________________________________________________________________
20805 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
20806         Log: Just a guess.
20807      Branch: perl
20808            ! lib/Tie/Handle.pm
20809 ____________________________________________________________________________
20810 [ 14690] By: nick                                  on 2002/02/14  16:30:56
20811         Log: Integrate mainline
20812      Branch: perlio
20813           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
20814           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
20815           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
20816           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
20817           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
20818           !> utf8.c
20819 ____________________________________________________________________________
20820 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
20821         Log: Upgrade to Net::Ping 2.11.
20822      Branch: perl
20823            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
20824            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
20825            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
20826            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
20827 ____________________________________________________________________________
20828 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
20829         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
20830              From: Robin Barker <rmb1@cise.npl.co.uk>
20831              Date: Wed, 13 Feb 2002 17:37:07 GMT
20832              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
20833              
20834              (updated version of the above)
20835      Branch: perl
20836            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
20837 ____________________________________________________________________________
20838 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
20839         Log: Excise inexact blather.
20840      Branch: perl
20841            ! utf8.c
20842 ____________________________________________________________________________
20843 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
20844         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
20845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20846              Date: Mon, 31 Dec 2001 20:28:46 -0500
20847              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
20848      Branch: perl
20849            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
20850            ! MANIFEST
20851 ____________________________________________________________________________
20852 [ 14685] By: nick                                  on 2002/02/14  14:20:20
20853         Log: Make dependencies more precise (for nmake)
20854      Branch: perlio
20855            ! ext/Encode/EUC_JP/Makefile.PL
20856 ____________________________________________________________________________
20857 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
20858         Log: Subject: [PATCH @13746] tied hashes
20859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
20860              Date: Mon, 31 Dec 2001 19:15:39 -0500
20861              Message-ID: <20011231191539.A46@math.ohio-state.edu>
20862      Branch: perl
20863            ! lib/Tie/Hash.pm pod/perltie.pod
20864 ____________________________________________________________________________
20865 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
20866         Log: Subject: Re: [PATCH] Configure followed by make minitest
20867              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20868              Date: Sun, 10 Feb 2002 23:22:05 -0800
20869              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
20870      Branch: perl
20871            ! Makefile.SH
20872 ____________________________________________________________________________
20873 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
20874         Log: Subject: Re: perl@14647
20875              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20876              Date: Mon, 11 Feb 2002 19:30:36 +0100
20877              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
20878      Branch: perl
20879            ! t/op/groups.t
20880 ____________________________________________________________________________
20881 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
20882         Log: Update Changes.
20883      Branch: perl
20884            ! Changes patchlevel.h
20885 ____________________________________________________________________________
20886 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
20887         Log: Integrate perlio:
20888              
20889              [ 14677]
20890              Do not lc() the file names before doing dirname() or they don't match.
20891      Branch: perl
20892           !> lib/ExtUtils/t/Installed.t
20893 ____________________________________________________________________________
20894 [ 14679] By: sky                                   on 2002/02/13  12:56:13
20895         Log: rename mutex to make a bit more sense
20896      Branch: perl
20897            ! ext/threads/threads.xs
20898 ____________________________________________________________________________
20899 [ 14678] By: sky                                   on 2002/02/13  12:46:11
20900         Log: Track active threads....
20901      Branch: perl
20902            ! ext/threads/threads.pm ext/threads/threads.xs
20903 ____________________________________________________________________________
20904 [ 14677] By: nick                                  on 2002/02/13  09:30:42
20905         Log: Do not lc() the file names before doing dirname() or they don't match.
20906      Branch: perlio
20907            ! lib/ExtUtils/t/Installed.t
20908 ____________________________________________________________________________
20909 [ 14676] By: sky                                   on 2002/02/13  09:03:37
20910         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
20911              From: Michael G Schwern <schwern@pobox.com>
20912              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
20913              Message-Id: <20020213100017.GA6288@blackrider>
20914      Branch: perl
20915            ! lib/File/Spec/t/rel2abs2rel.t
20916 ____________________________________________________________________________
20917 [ 14675] By: sky                                   on 2002/02/13  09:00:24
20918         Log: Do not propagate END blocks to child threads, test.
20919      Branch: perl
20920            + ext/threads/t/end.t
20921            ! MANIFEST ext/threads/threads.xs
20922 ____________________________________________________________________________
20923 [ 14674] By: nick                                  on 2002/02/13  08:34:55
20924         Log: Integrate mainline
20925      Branch: perlio
20926           +> ext/threads/t/join.t
20927           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
20928           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
20929           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
20930 ____________________________________________________________________________
20931 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
20932         Log: metaconfig unit change for #14672.
20933      Branch: metaconfig
20934            ! U/modified/lns.U
20935 ____________________________________________________________________________
20936 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
20937         Log: $ln is supposed to be already set to $ln + executable suffix
20938              on platforms that need it, from Paul Green.
20939      Branch: perl
20940            ! Configure
20941 ____________________________________________________________________________
20942 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
20943         Log: Subject: New command syntax for 'x' command
20944              From: Mark-Jason Dominus <mjd@plover.com>
20945              Date: Tue, 12 Feb 2002 20:54:01 -0500
20946              Message-ID: <20020213015401.25685.qmail@plover.com>
20947      Branch: perl
20948            ! lib/perl5db.pl pod/perldebug.pod
20949 ____________________________________________________________________________
20950 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
20951         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
20952              From: Mark-Jason Dominus <mjd@plover.com>
20953              Date: Tue, 12 Feb 2002 20:20:42 -0500
20954              Message-ID: <20020213012042.25245.qmail@plover.com>
20955      Branch: perl
20956            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
20957 ____________________________________________________________________________
20958 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
20959         Log: Iteration continues.
20960      Branch: perl
20961            ! utf8.c
20962 ____________________________________________________________________________
20963 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
20964         Log: Duh.
20965      Branch: perl
20966            ! pp_pack.c t/op/length.t
20967 ____________________________________________________________________________
20968 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
20969         Log: Retract #14666.
20970      Branch: perl
20971            ! t/op/lc.t
20972 ____________________________________________________________________________
20973 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
20974         Log: (retracted by #14667)
20975      Branch: perl
20976            ! t/op/lc.t
20977 ____________________________________________________________________________
20978 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
20979         Log: Tiny test script tweaks.
20980      Branch: perl
20981            ! t/uni/fold.t
20982 ____________________________________________________________________________
20983 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
20984         Log: Rewrite the "special mapping" part of to_utf8_case(),
20985              this time with fewer bugs.  (See: The Law of Cybernetic
20986              Entymology.)
20987      Branch: perl
20988            ! utf8.c
20989 ____________________________________________________________________________
20990 [ 14663] By: sky                                   on 2002/02/12  18:26:16
20991         Log: Stop failures if you pass an object, sv_dup might not be the right 
20992              thing to use since I have a feeling we end up cloning far too much. 
20993              (Like the stash for example).... Maybe we need a lightweight sv_dup 
20994              that searches the target for things....
20995              Real fix is another option to perl_clone which controls if you should 
20996              save stashes.
20997      Branch: perl
20998            ! ext/threads/threads.xs
20999 ____________________________________________________________________________
21000 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
21001         Log: Retract #14661.
21002      Branch: perl
21003            ! hints/solaris_2.sh
21004 ____________________________________________________________________________
21005 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
21006         Log: (retracted by #14662)
21007      Branch: perl
21008            ! hints/solaris_2.sh
21009 ____________________________________________________________________________
21010 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
21011         Log: EBCDIC: another "can't happen".
21012      Branch: perl
21013            ! utf8.c
21014 ____________________________________________________________________________
21015 [ 14659] By: sky                                   on 2002/02/12  14:38:21
21016         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
21017      Branch: perl
21018            + ext/threads/t/join.t
21019            ! MANIFEST ext/threads/threads.xs
21020 ____________________________________________________________________________
21021 [ 14658] By: nick                                  on 2002/02/12  13:54:06
21022         Log: Integrate mainline
21023      Branch: perlio
21024           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
21025           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
21026           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
21027 ____________________________________________________________________________
21028 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
21029         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
21030              From: Jan Dubois <JanD@ActiveState.com> 
21031              Date: Tue, 12 Feb 2002 00:56:31 -0800
21032              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
21033      Branch: perl
21034            ! lib/Win32.pod win32/win32.c win32/win32.h
21035 ____________________________________________________________________________
21036 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
21037         Log: Subject: [PATCH] Re: 14654 introduced a bug 
21038              From: Michael G Schwern <schwern@pobox.com> 
21039              Date: Tue, 12 Feb 2002 05:37:36 -0500
21040              Message-ID: <20020212103736.GC14327@blackrider>
21041      Branch: perl
21042            ! lib/File/Spec/t/rel2abs2rel.t
21043 ____________________________________________________________________________
21044 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
21045         Log: More unset installman[13]dir tweaks from chromatic.
21046      Branch: perl
21047            ! lib/ExtUtils/Installed.pm
21048 ____________________________________________________________________________
21049 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
21050         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
21051              From: Michael G Schwern <schwern@pobox.com>
21052              Date: Mon, 11 Feb 2002 12:23:02 -0500
21053              Message-ID: <20020211172302.GD9556@blackrider>
21054      Branch: perl
21055            ! lib/File/Spec/t/rel2abs2rel.t
21056 ____________________________________________________________________________
21057 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
21058         Log: Use `` instead of -| to be a little bit more portable,
21059              from Michael Schwern.
21060      Branch: perl
21061            ! lib/ExtUtils/t/Embed.t
21062 ____________________________________________________________________________
21063 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
21064         Log: EBCDIC: this change for \N{} in particular is now
21065              unnecessary because of the recent more general
21066              pack U change.
21067      Branch: perl
21068            ! toke.c
21069 ____________________________________________________________________________
21070 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
21071         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
21072              From: "Craig A. Berry" <craigberry@mac.com>
21073              Date: Mon, 11 Feb 2002 17:13:47 -0600
21074              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
21075      Branch: perl
21076            ! t/test.pl
21077 ____________________________________________________________________________
21078 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
21079         Log: EBCDIC: pack U bytes change.
21080      Branch: perl
21081            ! t/op/length.t
21082 ____________________________________________________________________________
21083 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
21084         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
21085      Branch: perl
21086            ! t/op/each.t
21087 ____________________________________________________________________________
21088 [ 14648] By: nick                                  on 2002/02/11  16:14:50
21089         Log: Integrate mainline
21090      Branch: perlio
21091           !> Changes Configure Makefile.SH autodoc.pl
21092           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
21093           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
21094           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
21095 ____________________________________________________________________________
21096 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
21097         Log: Update Changes.
21098      Branch: perl
21099            ! Changes patchlevel.h
21100 ____________________________________________________________________________
21101 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
21102         Log: Regen toc.
21103      Branch: perl
21104            ! pod/perltoc.pod
21105 ____________________________________________________________________________
21106 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
21107         Log: Forgot from #14641.
21108      Branch: perl
21109            ! lib/ExtUtils/t/Embed.t
21110 ____________________________________________________________________________
21111 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
21112         Log: A forgotten metaconfig unit.
21113      Branch: metaconfig/U/perl
21114            + i_features.U
21115 ____________________________________________________________________________
21116 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
21117         Log: metaconfig unit changes for #14642.
21118      Branch: metaconfig
21119            + U/modified/lns.U
21120      Branch: metaconfig/U/perl
21121            ! issymlink.U
21122 ____________________________________________________________________________
21123 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
21124         Log: -Dmksymlinks was broken by #14628.
21125      Branch: perl
21126            ! Configure
21127 ____________________________________________________________________________
21128 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
21129         Log: Subject: [PATCH @14577] OS/2 build
21130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21131              Date: Mon, 11 Feb 2002 06:56:41 -0500
21132              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
21133              
21134              (sans the Configure, perlio.sym, and t/op/stat.t parts)
21135      Branch: perl
21136            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
21137            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
21138            ! os2/os2ish.h
21139 ____________________________________________________________________________
21140 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
21141         Log: Integrate perlio:
21142              
21143              [ 14639]
21144              Patch up the failing multi-byte write case, and un-skip
21145              the test.
21146              
21147              [ 14638]
21148              Add test for Japanese encoding (well euc-jp anyway).
21149              Fix one bug shown by above
21150              Skip test which does not pass yet.
21151              
21152              [ 14637]
21153              Split Japanese encodings - part 2
21154              - build separate .c files with separate 'compile' steps
21155              - overall Japanese.xs / Japanese.pm which loads them
21156              
21157              [ 14636]
21158              Re-structure Japanese encodings - part 1
21159      Branch: perl
21160           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
21161           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
21162            - ext/Encode/EUC_JP/EUC_JP.pm
21163           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
21164 ____________________________________________________________________________
21165 [ 14639] By: nick                                  on 2002/02/11  11:59:18
21166         Log: Patch up the failing multi-byte write case, and un-skip
21167              the test.
21168      Branch: perlio
21169            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
21170 ____________________________________________________________________________
21171 [ 14638] By: nick                                  on 2002/02/11  10:55:39
21172         Log: Add test for Japanese encoding (well euc-jp anyway).
21173              Fix one bug shown by above
21174              Skip test which does not pass yet.
21175      Branch: perlio
21176            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
21177            + ext/Encode/t/table.ref
21178            ! MANIFEST ext/Encode/Encode.xs
21179 ____________________________________________________________________________
21180 [ 14637] By: nick                                  on 2002/02/11  09:07:04
21181         Log: Split Japanese encodings - part 2
21182              - build separate .c files with separate 'compile' steps
21183              - overall Japanese.xs / Japanese.pm which loads them
21184      Branch: perlio
21185            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21186 ____________________________________________________________________________
21187 [ 14636] By: nick                                  on 2002/02/11  08:15:42
21188         Log: Re-structure Japanese encodings - part 1
21189      Branch: perlio
21190           +> ext/Encode/EUC_JP/Japanese.pm
21191            - ext/Encode/EUC_JP/EUC_JP.pm
21192            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
21193 ____________________________________________________________________________
21194 [ 14635] By: nick                                  on 2002/02/11  08:05:12
21195         Log: Integrate mainline
21196      Branch: perlio
21197           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
21198           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
21199           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
21200 ____________________________________________________________________________
21201 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
21202         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
21203              From: Mike Guy <mjtg@cam.ac.uk>
21204              Date: Mon, 11 Feb 2002 02:50:42 +0000
21205              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
21206      Branch: perl
21207            ! t/op/arith.t
21208 ____________________________________________________________________________
21209 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
21210         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
21211              Stepping backward in the string would be majorly bad.
21212      Branch: perl
21213            ! regcomp.c
21214 ____________________________________________________________________________
21215 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
21216         Log: The debugger part of
21217              
21218              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
21219              From: Michael G Schwern <schwern@pobox.com> 
21220              Date: Wed, 6 Feb 2002 17:32:12 -0500
21221              Message-ID: <20020206223212.GG1346@blackrider>
21222      Branch: perl
21223            ! lib/perl5db.pl
21224 ____________________________________________________________________________
21225 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
21226         Log: Integrate perlio:
21227              
21228              [ 14626]
21229              Move PerlIO_perlio to layer_syms where it belongs?
21230              
21231              [ 14625]
21232              Borland/Win32 tuning
21233      Branch: perl
21234           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
21235 ____________________________________________________________________________
21236 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
21237         Log: EBCDIC: the low 256 needs to be shuffled also
21238              in pack/unpack U (this breaks the equivalence
21239              of pack U and v-strings, but I think if someone
21240              has to give, v-strings are a good victim)
21241      Branch: perl
21242            ! pp_pack.c t/op/pack.t
21243 ____________________________________________________________________________
21244 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
21245         Log: metaconfig unit changes for #14628.
21246      Branch: metaconfig/U/perl
21247            ! d_u32align.U issymlink.U
21248 ____________________________________________________________________________
21249 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
21250         Log: Two Configure tweaks; the u32align test was trying
21251              to write into a string literal, the ln -s test was
21252              failing in VOS.
21253      Branch: perl
21254            ! Configure
21255 ____________________________________________________________________________
21256 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
21257         Log: DJGPP tweaks from Laszlo Molnar.
21258      Branch: perl
21259            ! djgpp/djgpp.c lib/File/Spec.pm
21260 ____________________________________________________________________________
21261 [ 14626] By: nick                                  on 2002/02/10  18:36:47
21262         Log: Move PerlIO_perlio to layer_syms where it belongs?
21263      Branch: perlio
21264            ! makedef.pl
21265 ____________________________________________________________________________
21266 [ 14625] By: nick                                  on 2002/02/10  18:02:21
21267         Log: Borland/Win32 tuning
21268      Branch: perlio
21269            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
21270 ____________________________________________________________________________
21271 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
21272         Log: Additional explanation for the [:...:] failure.
21273      Branch: perl
21274            ! pod/perldiag.pod
21275 ____________________________________________________________________________
21276 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
21277         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
21278              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21279              Date: Sun, 10 Feb 2002 13:32:48 +0100
21280              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
21281      Branch: perl
21282            ! makedef.pl
21283 ____________________________________________________________________________
21284 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
21285         Log: Test tweaks from chromatic for cases where there
21286              are no installman1dir or installman3dir.
21287      Branch: perl
21288            ! lib/ExtUtils/t/Installed.t
21289 ____________________________________________________________________________
21290 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
21291         Log: Integrate perlio:
21292              
21293              [ 14618]
21294              Nick Clark's tweaks to Encode compile process
21295              1. Use decimal constants to unit string arrays rather than
21296              very long string litterals (latter having possible "\0"
21297              on end issues, and needing ANSI C line splicing).
21298              2. Replace tail-recursion during insert process with itteration.
21299              Nick C sees 12peedup from these.
21300      Branch: perl
21301           !> ext/Encode/Encode.pm ext/Encode/compile
21302 ____________________________________________________________________________
21303 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
21304         Log: Portability notes: filename characters, character sets.
21305      Branch: perl
21306            ! pod/perlport.pod
21307 ____________________________________________________________________________
21308 [ 14619] By: nick                                  on 2002/02/10  11:06:05
21309         Log: Integrate mainline
21310      Branch: perlio
21311            ! ext/Encode/Encode.pm
21312           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
21313           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
21314           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
21315           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
21316           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
21317 ____________________________________________________________________________
21318 [ 14618] By: nick                                  on 2002/02/10  10:48:15
21319         Log: Nick Clark's tweaks to Encode compile process
21320              1. Use decimal constants to unit string arrays rather than
21321              very long string litterals (latter having possible "\0"
21322              on end issues, and needing ANSI C line splicing).
21323              2. Replace tail-recursion during insert process with itteration.
21324              Nick C sees 12% speedup from these.
21325      Branch: perlio
21326            ! ext/Encode/compile
21327 ____________________________________________________________________________
21328 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
21329         Log: Use the "Unicode 1.0" name field for control characters,
21330              as suggested by Mark Davis.  Note that Unicode 3.2 will
21331              require some more legwork on this because of certain
21332              alternative names.
21333      Branch: perl
21334            ! lib/unicore/Name.pl lib/unicore/mktables
21335 ____________________________________________________________________________
21336 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
21337         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
21338      Branch: perl
21339            ! hints/os390.sh
21340 ____________________________________________________________________________
21341 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
21342         Log: EBCDIC: the non-printable characters are different.
21343      Branch: perl
21344            ! ext/B/B/Deparse.pm
21345 ____________________________________________________________________________
21346 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
21347         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
21348              From: Nicholas Clark <nick@unfortu.net> 
21349              Date: Sat, 9 Feb 2002 22:31:29 +0000
21350              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
21351      Branch: perl
21352            ! t/lib/warnings/pp_hot
21353 ____________________________________________________________________________
21354 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
21355         Log: Subject: [PATCH] Re: Modulus operator inconsistency
21356              From: Nicholas Clark <nick@unfortu.net>
21357              Date: Sat, 9 Feb 2002 21:00:13 +0000
21358              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
21359      Branch: perl
21360            ! op.c t/op/arith.t
21361 ____________________________________________________________________________
21362 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
21363         Log: Use the same escaping mechanism for all the *flags.
21364      Branch: perl
21365            ! lib/ExtUtils/Embed.pm
21366 ____________________________________________________________________________
21367 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
21368         Log: Protect possible parentheses in ccflags, ccdlflags, and
21369              ldflags.  (In OS/390 there are parentheses in ccflags.)
21370      Branch: perl
21371            ! lib/ExtUtils/Embed.pm
21372 ____________________________________________________________________________
21373 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
21374         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
21375              From: Peter Scott <Peter@PSDT.com>
21376              Date: Fri, 08 Feb 2002 19:20:19 -0800
21377              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
21378      Branch: perl
21379            ! lib/perl5db.pl
21380 ____________________________________________________________________________
21381 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
21382         Log: FAQ sync.
21383      Branch: perl
21384            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
21385 ____________________________________________________________________________
21386 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
21387         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
21388              From: Chris Nandor <pudge@pobox.com>
21389              Date: Fri, 08 Feb 2002 16:31:41 -0500
21390              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
21391      Branch: perl
21392            ! cop.h deb.c pp_ctl.c toke.c util.c
21393 ____________________________________________________________________________
21394 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
21395         Log: Redo CopFILE / MacPerl_MPWFIleName patch
21396      Branch: maint-5.6/macperl
21397            ! cop.h deb.c pp_ctl.c toke.c util.c
21398 ____________________________________________________________________________
21399 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
21400         Log: The metaconfig unit change to go with #14605.
21401      Branch: metaconfig/U/perl
21402            ! libperl.U
21403 ____________________________________________________________________________
21404 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
21405         Log: The Configure change to go with #14604.
21406      Branch: perl
21407            ! Configure
21408 ____________________________________________________________________________
21409 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
21410         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
21411              From: Andy Dougherty <doughera@lafayette.edu>
21412              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
21413              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
21414      Branch: perl
21415            ! hints/bsdos.sh
21416 ____________________________________________________________________________
21417 [ 14603] By: nick                                  on 2002/02/08  18:16:09
21418         Log: Integrate mainline
21419      Branch: perlio
21420           +> ext/threads/t/libc.t
21421           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
21422           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
21423 ____________________________________________________________________________
21424 [ 14602] By: sky                                   on 2002/02/08  15:19:15
21425         Log: Start testing for safe localtime functions, TODO, test more functions.
21426      Branch: perl
21427            + ext/threads/t/libc.t
21428            ! MANIFEST
21429 ____________________________________________________________________________
21430 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
21431         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
21432              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21433              Date: Fri, 8 Feb 2002 00:21:07 +0100
21434              Message-ID: <20020208002107.E763@rafael>
21435      Branch: perl
21436            ! doio.c pp_sys.c t/io/argv.t
21437 ____________________________________________________________________________
21438 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
21439         Log: Subject: [PATCH] Configure followed by make minitest
21440              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21441              Date: Wed, 06 Feb 2002 21:35:20 -0800
21442              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
21443      Branch: perl
21444            ! t/op/taint.t t/run/fresh_perl.t
21445 ____________________________________________________________________________
21446 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
21447         Log: Integrate perlio:
21448              
21449              [ 14595]
21450              Extract something from yesterdays effort - convert my mail on pad
21451              data structures (incoporating Sarathy's corrections/clarifications)
21452              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
21453      Branch: perl
21454           !> cv.h pod/perlapi.pod pod/perlintern.pod
21455 ____________________________________________________________________________
21456 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
21457         Log: metaconfig unit changes for #14597.
21458      Branch: metaconfig
21459            ! U/modified/Loc.U
21460      Branch: metaconfig/U/perl
21461            ! libperl.U
21462 ____________________________________________________________________________
21463 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
21464         Log: Configure DJGPP tweak from Laszlo Molnar.
21465      Branch: perl
21466            ! Configure
21467 ____________________________________________________________________________
21468 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
21469         Log: DJGPP tweaks from Laszlo Molnar.
21470      Branch: perl
21471            ! djgpp/djgppsed.sh perl.c
21472 ____________________________________________________________________________
21473 [ 14595] By: nick                                  on 2002/02/08  09:19:29
21474         Log: Extract something from yesterdays effort - convert my mail on pad
21475              data structures (incoporating Sarathy's corrections/clarifications)
21476              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
21477      Branch: perlio
21478            ! cv.h pod/perlapi.pod pod/perlintern.pod
21479 ____________________________________________________________________________
21480 [ 14594] By: nick                                  on 2002/02/08  08:34:49
21481         Log: Integrate mainline
21482      Branch: perlio
21483           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
21484           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
21485           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
21486           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
21487           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
21488           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
21489 ____________________________________________________________________________
21490 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
21491         Log: To really skip the test an exit() is needed.
21492      Branch: perl
21493            ! lib/encoding.t
21494 ____________________________________________________________________________
21495 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
21496         Log: More diagnostics from Nicholas Clark.
21497      Branch: perl
21498            ! lib/Benchmark.t
21499 ____________________________________________________________________________
21500 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
21501         Log: In case of failure be more verbose.
21502      Branch: perl
21503            ! t/base/num.t
21504 ____________________________________________________________________________
21505 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
21506         Log: Update Changes
21507      Branch: maint-5.6/macperl
21508            ! macos/Changes
21509 ____________________________________________________________________________
21510 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
21511         Log: Merge AEGizmos library into PPC binary
21512      Branch: maint-5.6/macperl
21513            ! macos/Makefile.mk
21514 ____________________________________________________________________________
21515 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
21516         Log: Add -ansifor for MrCpp options
21517      Branch: maint-5.6/macperl
21518            ! macos/BuildRules.mk
21519 ____________________________________________________________________________
21520 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
21521         Log: Check ownership of CatInfos (MacPerl Bug #494482)
21522      Branch: maint-5.6/macperl
21523            ! macos/ext/Mac/Files/Files.xs
21524 ____________________________________________________________________________
21525 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
21526         Log: Resource updates
21527      Branch: maint-5.6/macperl
21528            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
21529 ____________________________________________________________________________
21530 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
21531         Log: Empty path is ENOENT (MacPerl Bug #512351)
21532      Branch: maint-5.6/macperl
21533            ! macos/macperl/MPAppleEvents.c
21534 ____________________________________________________________________________
21535 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
21536         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
21537      Branch: maint-5.6/macperl
21538            ! macos/macperl/MPAEVTStream.cp
21539 ____________________________________________________________________________
21540 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
21541         Log: macify(ABSTRACT_FROM)
21542      Branch: maint-5.6/macperl
21543            ! macos/lib/ExtUtils/MM_MacOS.pm
21544 ____________________________________________________________________________
21545 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
21546         Log: Use correct Mac filenames in error messages, caller()
21547      Branch: maint-5.6/macperl
21548            ! deb.c pp_ctl.c toke.c util.c
21549 ____________________________________________________________________________
21550 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
21551         Log: Sanity checks to see that the IV/NV and the PV of numeric
21552              scalars stay in sync (unearthed this via the OS/390 gcvt()
21553              brokenness)
21554      Branch: perl
21555            + t/base/num.t
21556            ! MANIFEST
21557 ____________________________________________________________________________
21558 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
21559         Log: Retract the anon leak subpatch of #14418 and #14431
21560              (the latter came into bleadperl as part of #14433).
21561      Branch: perl
21562            ! op.c t/run/fresh_perl.t
21563 ____________________________________________________________________________
21564 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
21565         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
21566              mangles 0.1 to "10".  sprintf() seems more well-behaved.
21567      Branch: perl
21568            ! hints/os390.sh
21569 ____________________________________________________________________________
21570 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
21571         Log: Subject: [PATCH @14557] another Encode fix for VMS
21572              From: "Craig A. Berry" <craigberry@mac.com>
21573              Date: Wed, 06 Feb 2002 14:44:20 -0600
21574              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
21575      Branch: perl
21576            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
21577 ____________________________________________________________________________
21578 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
21579         Log: Integrate perlio:
21580              
21581              [ 14575]
21582              One way to avoid OS390 winge about #line directives.
21583      Branch: perl
21584           !> ext/Encode/EUC_JP/Makefile.PL
21585 ____________________________________________________________________________
21586 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
21587         Log: Update Changes.
21588      Branch: perl
21589            ! Changes patchlevel.h
21590 ____________________________________________________________________________
21591 [ 14575] By: nick                                  on 2002/02/06  15:23:24
21592         Log: One way to avoid OS390 winge about #line directives.
21593      Branch: perlio
21594            ! ext/Encode/EUC_JP/Makefile.PL
21595 ____________________________________________________________________________
21596 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
21597         Log: s/Netware/NetWare/
21598      Branch: perl
21599            ! MANIFEST
21600 ____________________________________________________________________________
21601 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
21602         Log: New Netware scripts.
21603      Branch: perl
21604            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
21605            + NetWare/t/NWScripts-Exist.pl
21606            ! MANIFEST
21607 ____________________________________________________________________________
21608 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
21609         Log: EBCDIC: the encoding pragma would need some rethinking,
21610              probably a pass of EBCDIC->Unicode mapping.  For now,
21611              disable it on EBCDIC.
21612      Branch: perl
21613            ! lib/encoding.pm lib/encoding.t
21614 ____________________________________________________________________________
21615 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
21616         Log: (retracted by #14846)
21617              EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
21618              for the low 256.  Now tweaked the tests, but maybe it's
21619              the module that needs few NATIVE_TO_UNI()s somewhere?
21620      Branch: perl
21621            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
21622 ____________________________________________________________________________
21623 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
21624         Log: Subject: [PATCH utf8.c] format problem
21625              From: Robin Barker <rmb1@cise.npl.co.uk>
21626              Date: Wed, 6 Feb 2002 14:01:43 GMT
21627              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
21628      Branch: perl
21629            ! utf8.c
21630 ____________________________________________________________________________
21631 [ 14569] By: nick                                  on 2002/02/06  09:52:23
21632         Log: Integrate mainline
21633      Branch: perlio
21634           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
21635           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
21636           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
21637           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
21638           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
21639           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
21640 ____________________________________________________________________________
21641 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
21642         Log: EBCDIC: 0x41 is not cricket.
21643      Branch: perl
21644            ! ext/Encode/t/Encode.t
21645 ____________________________________________________________________________
21646 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
21647         Log: NetWare update from Ananth Kesari.
21648      Branch: perl
21649            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
21650            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
21651            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
21652            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
21653            ! NetWare/t/NWScripts.pl makedef.pl
21654 ____________________________________________________________________________
21655 [ 14566] By: sky                                   on 2002/02/05  18:39:13
21656         Log: Subject: Re: File::Spec::rel2abs2rel (?)
21657              From: Michael G Schwern <schwern@pobox.com>
21658              Date: Tue, 5 Feb 2002 13:47:39 -0500
21659              Message-ID: <20020205184739.GB17375@blackrider>
21660      Branch: perl
21661            ! lib/File/Spec/t/rel2abs2rel.t
21662 ____________________________________________________________________________
21663 [ 14565] By: nick                                  on 2002/02/05  17:31:24
21664         Log: Integrate mainline
21665      Branch: perlio
21666           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
21667           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
21668           !> utf8.h
21669 ____________________________________________________________________________
21670 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
21671         Log: Integrate perlio:
21672              
21673              [ 14563]
21674              More Encode tweaks:
21675              - make expensive and marginal substring search optional (-O)
21676              - enable -O for ASCII-oid encodings (search space is small)
21677              - add ASCII-oid jis0201 to basic Encode.so
21678              - add some other Japanese encodings to EUC_JP bundle (without -O)
21679      Branch: perl
21680           +> ext/Encode/Encode/jis0201.ucm
21681           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
21682           !> ext/Encode/compile
21683 ____________________________________________________________________________
21684 [ 14563] By: nick                                  on 2002/02/05  16:01:15
21685         Log: More Encode tweaks:
21686              - make expensive and marginal substring search optional (-O)
21687              - enable -O for ASCII-oid encodings (search space is small)
21688              - add ASCII-oid jis0201 to basic Encode.so
21689              - add some other Japanese encodings to EUC_JP bundle (without -O)
21690      Branch: perlio
21691            + ext/Encode/Encode/jis0201.ucm
21692            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
21693            ! ext/Encode/compile
21694 ____________________________________________________________________________
21695 [ 14562] By: sky                                   on 2002/02/05  14:50:36
21696         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
21697      Branch: perl
21698            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
21699 ____________________________________________________________________________
21700 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
21701         Log: EBCDIC: SHARP S is different.
21702      Branch: perl
21703            ! regexec.c utf8.h
21704 ____________________________________________________________________________
21705 [ 14560] By: sky                                   on 2002/02/05  13:49:40
21706         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
21707      Branch: perl
21708            ! t/op/filetest.t
21709 ____________________________________________________________________________
21710 [ 14559] By: sky                                   on 2002/02/05  11:39:24
21711         Log: Add . first to the PATH environment to test that we really
21712              get ./perl and not some other older perl.
21713      Branch: perl
21714            ! lib/File/Spec/t/rel2abs2rel.t
21715 ____________________________________________________________________________
21716 [ 14558] By: sky                                   on 2002/02/05  11:20:21
21717         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...
21718      Branch: perl
21719            ! ext/POSIX/t/posix.t
21720 ____________________________________________________________________________
21721 [ 14557] By: sky                                   on 2002/02/05  10:30:58
21722         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
21723      Branch: perl
21724            ! hints/darwin.sh perl.h
21725 ____________________________________________________________________________
21726 [ 14556] By: nick                                  on 2002/02/05  06:58:52
21727         Log: Integrate mainline
21728      Branch: perlio
21729           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
21730           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
21731           !> lib/File/Find/t/taint.t
21732 ____________________________________________________________________________
21733 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
21734         Log: Integrate change #14439 from maintperl
21735      Branch: maint-5.6/macperl
21736           !> op.c
21737 ____________________________________________________________________________
21738 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
21739         Log: Subject: [PATCH] File::Find tests not cleaning up properly
21740              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21741              Date: Mon, 4 Feb 2002 22:09:07 +0100
21742              Message-ID: <20020204220907.A8288@rafael>
21743      Branch: perl
21744            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
21745 ____________________________________________________________________________
21746 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
21747         Log: Signedness mumblings from Tru64.
21748      Branch: perl
21749            ! ext/Encode/Encode.xs
21750 ____________________________________________________________________________
21751 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
21752         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
21753              From: "Craig A. Berry" <craigberry@mac.com>
21754              Date: Mon, 04 Feb 2002 17:16:00 -0600
21755              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
21756      Branch: perl
21757            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
21758            ! ext/Encode/Encode.xs
21759 ____________________________________________________________________________
21760 [ 14551] By: nick                                  on 2002/02/04  16:00:31
21761         Log: Integrate mainline
21762      Branch: perlio
21763           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
21764           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
21765           !> regcomp.c
21766 ____________________________________________________________________________
21767 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
21768         Log: Update Changes.
21769      Branch: perl
21770            ! Changes patchlevel.h
21771 ____________________________________________________________________________
21772 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
21773         Log: Comment microtweaks.
21774      Branch: perl
21775            ! lib/locale.t
21776 ____________________________________________________________________________
21777 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
21778         Log: Subject: trivial docu patch
21779              From: andreas.koenig@anima.de (Andreas J. Koenig)
21780              Date: 04 Feb 2002 08:15:19 +0100
21781              Message-ID: <m3pu3l7m60.fsf@anima.de>
21782      Branch: perl
21783            ! pod/perluniintro.pod
21784 ____________________________________________________________________________
21785 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
21786         Log: Subject: [PATCH] (??{ }) anomaly
21787              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21788              Date: Sun, 03 Feb 2002 20:21:45 -0800
21789              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
21790      Branch: perl
21791            ! regcomp.c
21792 ____________________________________________________________________________
21793 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
21794         Log: Integrate perlio:
21795              
21796              [ 14545]
21797              Remove debugging warning, be consistent about API fails.
21798              
21799              [ 14544]
21800              Carry on where we left off if we have to grow destination SV during XS encode/decode
21801      Branch: perl
21802           !> ext/Encode/Encode.xs
21803 ____________________________________________________________________________
21804 [ 14545] By: nick                                  on 2002/02/03  20:03:38
21805         Log: Remove debugging warning, be consistent about API fails.
21806      Branch: perlio
21807            ! ext/Encode/Encode.xs
21808 ____________________________________________________________________________
21809 [ 14544] By: nick                                  on 2002/02/03  19:47:48
21810         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
21811      Branch: perlio
21812            ! ext/Encode/Encode.xs
21813 ____________________________________________________________________________
21814 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
21815         Log: Subject: PATCH CPAN.pm
21816              From: Mark-Jason Dominus <mjd@plover.com>
21817              Date: Sun, 03 Feb 2002 12:36:36 -0500
21818              Message-ID: <20020203173636.27451.qmail@plover.com>
21819      Branch: perl
21820            ! lib/CPAN.pm
21821 ____________________________________________________________________________
21822 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
21823         Log: Must search further back.
21824      Branch: perl
21825            ! lib/h2xs.t
21826 ____________________________________________________________________________
21827 [ 14541] By: nick                                  on 2002/02/03  18:52:09
21828         Log: Integrate mainline
21829      Branch: perlio
21830           !> (integrate 29 files)
21831 ____________________________________________________________________________
21832 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
21833         Log: EBCDIC: more natification.
21834      Branch: perl
21835            ! regcomp.c
21836 ____________________________________________________________________________
21837 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
21838         Log: Debug noise.
21839      Branch: perl
21840            ! ext/Encode/Encode.xs
21841 ____________________________________________________________________________
21842 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
21843         Log: Integrate perlio:
21844              
21845              [ 14536]
21846              Stable intermediate point in Encode cleanup.
21847              :encode(euc-jp) works on Dan's table.euc
21848              Much buffer copying and other silliness remains.
21849      Branch: perl
21850           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
21851           !> ext/Encode/lib/Encode/Encoding.pm
21852 ____________________________________________________________________________
21853 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
21854         Log: Prettify.
21855      Branch: perl
21856            ! lib/unicore/mktables
21857 ____________________________________________________________________________
21858 [ 14536] By: nick                                  on 2002/02/03  17:32:03
21859         Log: Stable intermediate point in Encode cleanup.
21860              :encode(euc-jp) works on Dan's table.euc
21861              Much buffer copying and other silliness remains.
21862      Branch: perlio
21863            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21864            ! ext/Encode/lib/Encode/Encoding.pm
21865 ____________________________________________________________________________
21866 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
21867         Log: EBCDIC: it's much nicer to compare Unicode code points
21868              to Unicode code points.
21869      Branch: perl
21870            ! regexec.c
21871 ____________________________________________________________________________
21872 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
21873         Log: EBCDIC: character classes must remap the low 256.
21874      Branch: perl
21875            ! regcomp.c
21876 ____________________________________________________________________________
21877 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
21878         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
21879      Branch: perl
21880            ! lib/I18N/LangTags/List.pm
21881 ____________________________________________________________________________
21882 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
21883         Log: FAQ sync.
21884      Branch: perl
21885            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
21886            ! pod/perlfaq6.pod pod/perlfaq7.pod
21887 ____________________________________________________________________________
21888 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
21889         Log: Integrate perlio:
21890              
21891              [ 14526]
21892              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
21893              (Mis-feature discovered by Encode.)
21894              
21895              [ 14518]
21896              indent -kr -nce and some manual tweaks to match perl style.
21897      Branch: perl
21898           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
21899 ____________________________________________________________________________
21900 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
21901         Log: Subject: [PATCH] lstat FH and -l FH warnings
21902              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21903              Date: Sat, 2 Feb 2002 22:24:54 +0100           
21904              Message-ID: <20020202222454.A11608@rafael>       
21905      Branch: perl
21906            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
21907            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
21908 ____________________________________________________________________________
21909 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
21910         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
21911              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21912              Date: Sat, 2 Feb 2002 13:11:01 +0100           
21913              Message-ID: <20020202131101.A722@rafael>               
21914              
21915              Subject: [PATCH t/op/ver.t] another false positive
21916              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21917              Date: Sat, 2 Feb 2002 13:38:22 +0100           
21918              Message-ID: <20020202133822.E722@rafael>         
21919              
21920              Subject: [PATCH] t/test.pl:ok() doesn't work
21921              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
21922              Date: Sun, 03 Feb 2002 00:02:38 -0800          
21923              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
21924      Branch: perl
21925            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
21926            ! t/test.pl
21927 ____________________________________________________________________________
21928 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
21929         Log: Subject: [PATCH @13746] OS2::Process's constants
21930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21931              Date: Sat, 2 Feb 2002 01:00:55 -0500           
21932              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
21933      Branch: perl
21934            ! os2/OS2/Process/Makefile.PL
21935 ____________________________________________________________________________
21936 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
21937         Log: Subject: [PATCH @13746] h2xs   
21938              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21939              Date: Sat, 2 Feb 2002 00:58:44 -0500           
21940              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
21941      Branch: perl
21942            ! utils/h2xs.PL
21943 ____________________________________________________________________________
21944 [ 14526] By: nick                                  on 2002/02/03  14:54:18
21945         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
21946              (Mis-feature discovered by Encode.)
21947      Branch: perlio
21948            ! sv.c
21949 ____________________________________________________________________________
21950 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
21951         Log: EBCDIC: since #14519 made \N{...} to remap,
21952              the test cannot expect an ASCII code point.
21953      Branch: perl
21954            ! lib/charnames.t
21955 ____________________________________________________________________________
21956 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
21957         Log: Sub-MANIFEST-tweak.
21958      Branch: perl
21959            ! ext/Encode/MANIFEST
21960 ____________________________________________________________________________
21961 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
21962         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
21963              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21964              Date: Fri, 01 Feb 2002 23:51:03 +0900
21965              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
21966      Branch: perl
21967            ! ext/Encode/lib/Encode/Tcl/Escape.pm
21968 ____________________________________________________________________________
21969 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
21970         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
21971              From: Andy Dougherty <doughera@lafayette.edu>
21972              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
21973              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
21974      Branch: perl
21975            ! README.solaris hints/solaris_2.sh
21976 ____________________________________________________________________________
21977 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
21978         Log: EBCDIC: no hope to get the low 256 right in unifolding.
21979      Branch: perl
21980            ! t/uni/fold.t
21981 ____________________________________________________________________________
21982 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
21983         Log: todo entry for missing pack formats.
21984      Branch: perl
21985            ! pod/perltodo.pod
21986 ____________________________________________________________________________
21987 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
21988         Log: EBCDIC: the low 256 \N{...} need to be remapped.
21989      Branch: perl
21990            ! toke.c
21991 ____________________________________________________________________________
21992 [ 14518] By: nick                                  on 2002/02/01  18:32:03
21993         Log: indent -kr -nce and some manual tweaks to match perl style.
21994      Branch: perlio
21995            ! ext/Encode/Encode.xs
21996 ____________________________________________________________________________
21997 [ 14517] By: nick                                  on 2002/02/01  18:20:46
21998         Log: Integrate mainline
21999      Branch: perlio
22000           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
22001           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
22002           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
22003           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
22004           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
22005           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
22006           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
22007 ____________________________________________________________________________
22008 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
22009         Log: Integrate perlio:
22010              
22011              [ 14515]
22012              Minor Encode tweaks:
22013              - move Encode.pm back to top of Encode like normal XS extension
22014              - avoid .def as a file extension (Win32 builds)
22015      Branch: perl
22016            ! MANIFEST
22017           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22018           !> ext/Encode/Makefile.PL ext/Encode/compile
22019 ____________________________________________________________________________
22020 [ 14515] By: nick                                  on 2002/02/01  16:27:59
22021         Log: Minor Encode tweaks:
22022              - move Encode.pm back to top of Encode like normal XS extension
22023              - avoid .def as a file extension (Win32 builds)
22024      Branch: perlio
22025           +> ext/Encode/Encode.pm
22026            - ext/Encode/lib/Encode.pm
22027            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22028            ! ext/Encode/Makefile.PL ext/Encode/compile
22029 ____________________________________________________________________________
22030 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
22031         Log: Subject: [PATCH utf8.t] temp file not cleaned up
22032              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22033              Date: Fri, 1 Feb 2002 15:47:46 +0100
22034              Message-ID: <20020201154746.A24079@rafael>
22035      Branch: perl
22036            ! t/io/utf8.t
22037 ____________________________________________________________________________
22038 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
22039         Log: Subject: [PATCH] make "lstat FH" croak
22040              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22041              Date: Fri, 1 Feb 2002 15:12:50 +0100
22042              Message-ID: <20020201151250.A738@rafael>
22043      Branch: perl
22044            ! pod/perldiag.pod pp_sys.c t/op/stat.t
22045 ____________________________________________________________________________
22046 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
22047         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
22048              From: Kay Röpke <kroepke@dolphin-services.de>
22049              Date: Fri, 1 Feb 2002 01:10:43 +0100
22050              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
22051      Branch: perl
22052            ! t/op/stat.t
22053 ____________________________________________________________________________
22054 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
22055         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
22056              I got it in Tru64 + ithreads but only without -g, took
22057              some debugging by printf (which was no fun either since
22058              adding some debug printfs hid the error)
22059      Branch: perl
22060            ! regexec.c utf8.c
22061 ____________________________________________________________________________
22062 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
22063         Log: Subject: Re: [PATCH] perl -V:
22064              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
22065              Date: Thu, 31 Jan 2002 12:10:20 -0800
22066              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
22067              
22068              Subject: Re: [PATCH] perl -V:
22069              From: Michael G Schwern <schwern@pobox.com>
22070              Date: Thu, 31 Jan 2002 16:43:13 -0500
22071              Message-ID: <20020131214313.GH6498@blackrider>
22072      Branch: perl
22073            ! t/run/switches.t
22074 ____________________________________________________________________________
22075 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
22076         Log: #14505 effect.
22077      Branch: perl
22078            ! pod/perluniintro.pod
22079 ____________________________________________________________________________
22080 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
22081         Log: Daniel S. Lewart adopts the Math::Complex.
22082      Branch: perl
22083            ! lib/Math/Complex.pm
22084 ____________________________________________________________________________
22085 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
22086         Log: More Complex DWIMmery.
22087      Branch: perl
22088            ! lib/Math/Complex.pm lib/Math/Complex.t
22089 ____________________________________________________________________________
22090 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
22091         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
22092              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22093              Date: Thu, 31 Jan 2002 14:37:52 +0100
22094              Message-ID: <20020131143752.A1452@rafael>
22095      Branch: perl
22096            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
22097 ____________________________________________________________________________
22098 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
22099         Log: Turn the I/O Unicode error by default on, but the
22100              character-generating Unicode error by default off,
22101              as Larry suggested.
22102      Branch: perl
22103            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
22104            ! utf8.c
22105 ____________________________________________________________________________
22106 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
22107         Log: Subject: [PATCH] open.pm minor cleanup
22108              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22109              Date: Thu, 31 Jan 2002 15:03:02 +0100
22110              Message-ID: <20020131150302.C1452@rafael>
22111      Branch: perl
22112            ! lib/open.pm
22113 ____________________________________________________________________________
22114 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
22115         Log: Update Changes.
22116      Branch: perl
22117            ! Changes patchlevel.h
22118 ____________________________________________________________________________
22119 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
22120         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
22121              From: Robin Barker <rmb1@cise.npl.co.uk>
22122              Date: Wed, 30 Jan 2002 11:58:33 GMT
22123              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
22124      Branch: perl
22125            ! lib/CPAN.pm
22126 ____________________________________________________________________________
22127 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
22128         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
22129              re-sort MANIFEST.
22130      Branch: perl
22131            + ext/Encode/Encode.pm
22132            - ext/Encode/lib/Encode.pm
22133            ! MANIFEST ext/Encode/Makefile.PL
22134 ____________________________________________________________________________
22135 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
22136         Log: Integrate perlio:
22137              
22138              [ 14499]
22139              Collect some stats during compile process.
22140              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
22141              as one XS - inconclusive - marginal win?
22142              Add some comments to encode.h
22143              
22144              [ 14490]
22145              Basics of a compiled Encode XS extension
22146      Branch: perl
22147           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
22148           !> ext/Encode/encode.h
22149 ____________________________________________________________________________
22150 [ 14499] By: nick                                  on 2002/01/30  09:57:47
22151         Log: Collect some stats during compile process.
22152              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
22153              as one XS - inconclusive - marginal win?
22154              Add some comments to encode.h
22155      Branch: perlio
22156            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
22157            ! ext/Encode/encode.h
22158 ____________________________________________________________________________
22159 [ 14498] By: nick                                  on 2002/01/30  07:27:55
22160         Log: Integrate Jarkko's path/INC tweaks
22161      Branch: perlio
22162           !> ext/Encode/compile
22163 ____________________________________________________________________________
22164 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
22165         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
22166              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22167              Date: Tue, 29 Jan 2002 01:13:09 -0800
22168              Message-ID: <lemV8gzkgu/K092yn@efn.org>
22169      Branch: perl
22170            ! configpm
22171 ____________________________________________________________________________
22172 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
22173         Log: Subject: [PATCH t/op/inccode.t] new test
22174              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22175              Date: Tue, 29 Jan 2002 22:03:45 +0100
22176              Message-ID: <20020129220345.A704@rafael>
22177      Branch: perl
22178            ! t/op/inccode.t
22179 ____________________________________________________________________________
22180 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
22181         Log: EBCDIC: t/op/lc.t now passes.
22182      Branch: perl
22183            ! t/op/lc.t
22184 ____________________________________________________________________________
22185 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
22186         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
22187      Branch: perl
22188            ! utf8.c
22189 ____________________________________________________________________________
22190 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
22191         Log: Must find stuff during build.
22192      Branch: perl
22193            ! ext/Encode/compile
22194 ____________________________________________________________________________
22195 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
22196         Log: Integrate with perlio;
22197              
22198              Basics of a compiled Encode XS extension
22199      Branch: perl
22200           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
22201           +> ext/Encode/Encode/euc-jp.ucm
22202           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
22203           !> ext/Encode/encode.h
22204 ____________________________________________________________________________
22205 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
22206         Log: EBCDIC tweaks-- no new test passes, but getting closer.
22207      Branch: perl
22208            ! utf8.c
22209 ____________________________________________________________________________
22210 [ 14490] By: nick                                  on 2002/01/29  21:20:57
22211         Log: Basics of a compiled Encode XS extension
22212      Branch: perlio
22213            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
22214            + ext/Encode/Encode/euc-jp.ucm
22215            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
22216            ! ext/Encode/encode.h
22217 ____________________________________________________________________________
22218 [ 14489] By: nick                                  on 2002/01/29  18:40:54
22219         Log: Integrate mainline
22220      Branch: perlio
22221           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
22222           +> ext/Encode/lib/Encode/Encoding.pm
22223           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
22224           +> ext/Encode/lib/Encode/Tcl/Escape.pm
22225           +> ext/Encode/lib/Encode/Tcl/Extended.pm
22226           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
22227           +> ext/Encode/lib/Encode/Tcl/Table.pm
22228           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
22229           +> ext/Encode/lib/Encode/iso10646_1.pm
22230           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
22231           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
22232           +> ext/Encode/t/Tcl.t
22233            - ext/Encode.t ext/Encode/Encode.pm
22234            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
22235            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
22236           !> (integrate 33 files)
22237 ____________________________________________________________________________
22238 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
22239         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
22240              From: Richard Clamp <richardc@unixbeard.net>
22241              Date: Mon, 28 Jan 2002 02:17:55 +0000
22242              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
22243      Branch: perl
22244            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
22245 ____________________________________________________________________________
22246 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
22247         Log: OS/390 seems to do length 0 udp reads, Nicholas says
22248              skippage is for now the best cause of action.
22249      Branch: perl
22250            ! ext/Socket/socketpair.t
22251 ____________________________________________________________________________
22252 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
22253         Log: Encode cleanup from Dan Kogai; reworked even further.
22254      Branch: perl
22255            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
22256            + ext/Encode/lib/Encode/Encoding.pm
22257            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
22258            + ext/Encode/lib/Encode/Tcl/Escape.pm
22259            + ext/Encode/lib/Encode/Tcl/Extended.pm
22260            + ext/Encode/lib/Encode/Tcl/HanZi.pm
22261            + ext/Encode/lib/Encode/Tcl/Table.pm
22262            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
22263            + ext/Encode/lib/Encode/iso10646_1.pm
22264            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
22265            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
22266            + ext/Encode/t/Tcl.t
22267            - ext/Encode.t ext/Encode/Encode.pm
22268            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
22269            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
22270            ! MANIFEST ext/Encode/Encode/8859-1.ucm
22271            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
22272            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
22273            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
22274            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
22275            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
22276            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
22277            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
22278            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
22279            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
22280            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
22281            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
22282            ! ext/Encode/compile
22283 ____________________________________________________________________________
22284 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
22285         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
22286      Branch: perl
22287            ! djgpp/djgpp.c perlio.c
22288 ____________________________________________________________________________
22289 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
22290         Log: Prettier printing from Michael Schwern.
22291      Branch: perl
22292            ! t/test.pl
22293 ____________________________________________________________________________
22294 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
22295         Log: Show also the debug and debugcolor as known pragmas.
22296      Branch: perl
22297            ! ext/re/re.pm
22298 ____________________________________________________________________________
22299 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
22300         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
22301              From: "Craig A. Berry" <craigberry@mac.com>
22302              Date: Mon, 28 Jan 2002 16:30:30 -0600
22303              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
22304      Branch: perl
22305            ! ext/B/t/assembler.t
22306 ____________________________________________________________________________
22307 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
22308         Log: metaconfig unit change for #14480.
22309      Branch: metaconfig
22310            ! U/modified/Init.U
22311 ____________________________________________________________________________
22312 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
22313         Log: DJGPP needs to know its exe soon, too.
22314      Branch: perl
22315            ! Configure
22316 ____________________________________________________________________________
22317 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
22318         Log: Round #2 on EBCDICation.
22319      Branch: perl
22320            ! t/op/append.t
22321 ____________________________________________________________________________
22322 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
22323         Log: Integrate perlio:
22324              
22325              [ 14477]
22326              Set makefile.mk CCHOME etc. for default locations of MinGW and free
22327              Borland compilers. (Borland builds one or two oddities.)
22328      Branch: perl
22329           !> win32/config.bc win32/makefile.mk
22330 ____________________________________________________________________________
22331 [ 14477] By: nick                                  on 2002/01/28  20:12:31
22332         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
22333              Borland compilers. (Borland builds one or two oddities.)
22334      Branch: perlio
22335            ! win32/config.bc win32/makefile.mk
22336 ____________________________________________________________________________
22337 [ 14476] By: nick                                  on 2002/01/28  18:43:47
22338         Log: Integrate mainline
22339      Branch: perlio
22340           !> Configure hints/hpux.sh
22341 ____________________________________________________________________________
22342 [ 14475] By: nick                                  on 2002/01/28  17:15:12
22343         Log: Integrate mainline
22344      Branch: perlio
22345           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
22346           !> patchlevel.h pp_sys.c t/lib/warnings/perl
22347 ____________________________________________________________________________
22348 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
22349         Log: metaconfig unit change for #14472.
22350      Branch: metaconfig/U/perl
22351            ! d_u32align.U
22352 ____________________________________________________________________________
22353 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
22354         Log: Misunderstood Merijn's patch.
22355      Branch: perl
22356            ! hints/hpux.sh
22357 ____________________________________________________________________________
22358 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
22359         Log: Misapplied Merijn's patch.
22360      Branch: perl
22361            ! Configure
22362 ____________________________________________________________________________
22363 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
22364         Log: Update Changes.
22365      Branch: perl
22366            ! Changes patchlevel.h
22367 ____________________________________________________________________________
22368 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
22369         Log: BeOS has sockets but not true ones.
22370      Branch: perl
22371            ! pp_sys.c
22372 ____________________________________________________________________________
22373 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
22374         Log: metaconfig unit change for #14467.
22375      Branch: metaconfig/U/perl
22376            ! d_u32align.U
22377 ____________________________________________________________________________
22378 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
22379         Log: For some strange reason under the smoke harness the alignment
22380              test hangs in HP-UX 10.20.  So hint it to avoid the test.
22381      Branch: perl
22382            ! hints/hpux.sh
22383 ____________________________________________________________________________
22384 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
22385         Log: Allow d_u32align to be hinted.
22386      Branch: perl
22387            ! Configure
22388 ____________________________________________________________________________
22389 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
22390         Log: The shift key is important.
22391      Branch: perl
22392            ! ext/B/B.xs
22393 ____________________________________________________________________________
22394 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
22395         Log: The "used only once" warnings (from gv_check) come
22396              in pseudorandom hash order-- in EBCDIC the order
22397              is different.  Add a new option that allow the warnings
22398              to come in any order (Paul Marquess).
22399      Branch: perl
22400            ! lib/warnings.t t/lib/warnings/perl
22401 ____________________________________________________________________________
22402 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
22403         Log: Integrate perlio:
22404              
22405              [ 14462]
22406              1st attempt at skipping broke threads case.
22407              
22408              [ 14461]
22409              Skip new threads::shared test unless -Duseithreads
22410      Branch: perl
22411           !> ext/threads/shared/t/0nothread.t
22412 ____________________________________________________________________________
22413 [ 14463] By: nick                                  on 2002/01/28  08:22:36
22414         Log: Integrate mainline
22415      Branch: perlio
22416           !> (integrate 37 files)
22417 ____________________________________________________________________________
22418 [ 14462] By: nick                                  on 2002/01/28  08:09:53
22419         Log: 1st attempt at skipping broke threads case.
22420      Branch: perlio
22421            ! ext/threads/shared/t/0nothread.t
22422 ____________________________________________________________________________
22423 [ 14461] By: nick                                  on 2002/01/28  07:25:58
22424         Log: Skip new threads::shared test unless -Duseithreads
22425      Branch: perlio
22426            ! ext/threads/shared/t/0nothread.t
22427 ____________________________________________________________________________
22428 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
22429         Log: FAQ sync.
22430      Branch: perl
22431            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22432            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22433            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22434            ! pod/perlfaq9.pod
22435 ____________________________________________________________________________
22436 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
22437         Log: Upgrade to podlators 1.20.
22438      Branch: perl
22439            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
22440 ____________________________________________________________________________
22441 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
22442         Log: Retract #14448, a better patch coming up.
22443      Branch: perl
22444            ! lib/Pod/t/basic.t
22445 ____________________________________________________________________________
22446 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
22447         Log: EBCDIC portability.
22448      Branch: perl
22449            ! t/op/append.t
22450 ____________________________________________________________________________
22451 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
22452         Log: Further cygwin installperl tweak from Gerrit P. Haase.
22453      Branch: perl
22454            ! installperl
22455 ____________________________________________________________________________
22456 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
22457         Log: A bug in Bulgarian EBCDIC locale (this sounds like
22458              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
22459              locales failed, too.  The patch works around the bug by
22460              skipping the test, but the real problem may be deeper
22461              (affecting probably only EBCDIC platforms, though):
22462              see the comment in locale.t for more details.
22463      Branch: perl
22464            ! lib/locale.t
22465 ____________________________________________________________________________
22466 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
22467         Log: metaconfig unit change for #14453.
22468      Branch: metaconfig/U/perl
22469            ! libperl.U
22470 ____________________________________________________________________________
22471 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
22472         Log: Subject: Bleadperl on Cygwin today
22473              From: "Gerrit P. Haase" <gp@familiehaase.de>              
22474              Date: Sun, 27 Jan 2002 22:30:41 +0100
22475              Message-ID: <462007239437.20020127223041@familiehaase.de>
22476      Branch: perl
22477            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
22478            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
22479            ! lib/ExtUtils/t/MM_Cygwin.t
22480 ____________________________________________________________________________
22481 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
22482         Log: Unfinished EBCDIC branch.
22483      Branch: perl
22484            ! t/op/ver.t
22485 ____________________________________________________________________________
22486 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
22487         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
22488      Branch: perl
22489            ! ext/B/B.xs ext/B/B/Deparse.pm
22490 ____________________________________________________________________________
22491 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
22492         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
22493              platforms.
22494      Branch: perl
22495            ! ext/B/t/stash.t
22496 ____________________________________________________________________________
22497 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
22498         Log: Apparently no need for EBCDIC exception any more.
22499      Branch: perl
22500            ! ext/B/t/showlex.t
22501 ____________________________________________________________________________
22502 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
22503         Log: (retracted by #14458)
22504              (Russ Allbery) OS/390 is using a high-bit character for ESC,
22505              skip the test for now.  A better fix would be to override
22506              the notion of the platform's escape sequence in the test
22507              of Pod::Text::Termcap.  We may have to apply a filter to
22508              the output to substitute back in the ESC character that
22509              the test expects, but only on OS/390.
22510      Branch: perl
22511            ! lib/Pod/t/basic.t
22512 ____________________________________________________________________________
22513 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
22514         Log: Detypo.
22515      Branch: perl
22516            ! ext/Devel/Peek/Peek.t
22517 ____________________________________________________________________________
22518 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
22519         Log: OS/390 USS has a different idea of the pw* functions.
22520              Also, test the name with eq, not with ==.
22521      Branch: perl
22522            ! lib/User/pwent.t
22523 ____________________________________________________________________________
22524 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
22525         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
22526      Branch: perl
22527            ! doio.c
22528 ____________________________________________________________________________
22529 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
22530         Log: ASCIIisms.
22531      Branch: perl
22532            ! ext/PerlIO/t/encoding.t
22533 ____________________________________________________________________________
22534 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
22535         Log: chr(42) ne '*'  if one is in EBCDIC.
22536      Branch: perl
22537            ! t/op/pack.t
22538 ____________________________________________________________________________
22539 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
22540         Log: Subject: [PATCH] Fix up recent op/stat.t failures
22541              From: Andy Dougherty <doughera@lafayette.edu>
22542              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
22543              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
22544      Branch: perl
22545            ! t/op/stat.t
22546 ____________________________________________________________________________
22547 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
22548         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
22549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22550              Date: Sun, 27 Jan 2002 15:03:18 +0100
22551              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
22552      Branch: perl
22553            ! lib/ExtUtils/t/Command.t
22554 ____________________________________________________________________________
22555 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
22556         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
22557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22558              Date: Sun, 27 Jan 2002 14:51:10 +0100
22559              Message-ID: <20020127145110.A16332@rafael>
22560      Branch: perl
22561            ! ext/B/B/Deparse.pm
22562 ____________________________________________________________________________
22563 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
22564         Log: integrate change#14431 from perlio branch (Nick's fix for
22565              change#13474 to be more defensive about looking at pad entries
22566              that may not exist yet)
22567      Branch: maint-5.6/perl
22568            ! op.c
22569 ____________________________________________________________________________
22570 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
22571         Log: Comment to avoid later "cleanups."
22572      Branch: perl
22573            ! lib/ExtUtils/MakeMaker.pm
22574 ____________________________________________________________________________
22575 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
22576         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
22577              instead of just FOO=... cmd ...
22578      Branch: perl
22579            ! Makefile.SH
22580 ____________________________________________________________________________
22581 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
22582         Log: Overquoting bad (in UNIX one would get
22583              Can't open perl script "'-I../lib'": No such file or directory)
22584      Branch: perl
22585            ! lib/Pod/t/Usage.t
22586 ____________________________________________________________________________
22587 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
22588         Log: Integrate perlio:
22589              
22590              [ 14434]
22591              "All tests successful" VC6.0 Win32
22592              (Update config.vc to need cppstdin so those tests are skipped...)
22593      Branch: perl
22594           !> win32/config.vc win32/config_H.bc win32/config_H.gc
22595           !> win32/config_H.vc
22596 ____________________________________________________________________________
22597 [ 14434] By: nick                                  on 2002/01/26  22:27:08
22598         Log: "All tests successful" VC6.0 Win32
22599              (Update config.vc to need cppstdin so those tests are skipped...)
22600      Branch: perlio
22601            ! win32/config.vc win32/config_H.bc win32/config_H.gc
22602            ! win32/config_H.vc
22603 ____________________________________________________________________________
22604 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
22605         Log: Integrate perlio:
22606              
22607              [ 14432]
22608              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
22609              for CRLF line endings.
22610              
22611              [ 14431]
22612              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
22613              Should really be looked at by someone that knows about pads.
22614              
22615              [ 14429]
22616              Tinkering with thread cleanup mutex-ing - not the problem 
22617              (op.c is) but could have been...
22618              
22619              [ 14428]
22620              Win32 signal emulation cleanup.
22621              
22622              [ 14427]
22623              If we get to sighandler by mistake (no perl handler set) then
22624              warn() and exit() rather than die() - should never happen
22625              but if it does context needed to die is likely to be trashed
22626              as well.
22627              
22628              [ 14425]
22629              1st two tests of File/Find/t/find.t and taint.t were run after 
22630              calling cleanup(). If previous fail had left for_find directory,
22631              but no content in it then cleanup() returned cd'ed to that directory.
22632              So tests failed. Fixed cleanup()-s.
22633      Branch: perl
22634           !> ext/threads/threads.xs lib/File/Find/t/find.t
22635           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
22636           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
22637 ____________________________________________________________________________
22638 [ 14432] By: nick                                  on 2002/01/26  21:10:38
22639         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
22640              for CRLF line endings.
22641      Branch: perlio
22642            ! lib/Filter/Simple.pm
22643 ____________________________________________________________________________
22644 [ 14431] By: nick                                  on 2002/01/26  21:08:35
22645         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
22646              Should really be looked at by someone that knows about pads.
22647      Branch: perlio
22648            ! op.c
22649 ____________________________________________________________________________
22650 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
22651         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
22652              From: "Craig A. Berry" <craigberry@mac.com>       
22653              Date: Sat, 26 Jan 2002 11:19:44 -0600
22654              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
22655      Branch: perl
22656            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
22657 ____________________________________________________________________________
22658 [ 14429] By: nick                                  on 2002/01/26  18:04:22
22659         Log: Tinkering with thread cleanup mutex-ing - not the problem 
22660              (op.c is) but could have been...
22661      Branch: perlio
22662            ! ext/threads/threads.xs
22663 ____________________________________________________________________________
22664 [ 14428] By: nick                                  on 2002/01/26  18:03:13
22665         Log: Win32 signal emulation cleanup.
22666      Branch: perlio
22667            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
22668 ____________________________________________________________________________
22669 [ 14427] By: nick                                  on 2002/01/26  13:59:33
22670         Log: If we get to sighandler by mistake (no perl handler set) then
22671              warn() and exit() rather than die() - should never happen
22672              but if it does context needed to die is likely to be trashed
22673              as well.
22674      Branch: perlio
22675            ! mg.c
22676 ____________________________________________________________________________
22677 [ 14426] By: nick                                  on 2002/01/26  13:56:23
22678         Log: Integrate mainline
22679      Branch: perlio
22680           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
22681           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
22682           !> t/run/fresh_perl.t
22683 ____________________________________________________________________________
22684 [ 14425] By: nick                                  on 2002/01/26  08:11:33
22685         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
22686              calling cleanup(). If previous fail had left for_find directory,
22687              but no content in it then cleanup() returned cd'ed to that directory.
22688              So tests failed. Fixed cleanup()-s.
22689      Branch: perlio
22690            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
22691 ____________________________________________________________________________
22692 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
22693         Log: Integrate perlio:
22694              
22695              [ 14422]
22696              Save $! so that other syscalls don't disturb it before 
22697              we test it.
22698              
22699              [ 14421]
22700              More Win32 tuning
22701              
22702              [ 14420]
22703              Fix winsystem.t's attempt to build showav.exe to work 
22704              with gcc (which writes a.exe unless told with -o ).
22705              Also put in a few more fail-safes to check .exe got 
22706              built somehow.
22707      Branch: perl
22708           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
22709           !> t/op/winsystem.t
22710 ____________________________________________________________________________
22711 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
22712         Log: Subject: [PATCH] new test in op/universal.t
22713              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22714              Date: Fri, 25 Jan 2002 23:17:33 +0100
22715              Message-ID: <20020125231733.A11733@rafael>
22716      Branch: perl
22717            ! t/op/universal.t
22718 ____________________________________________________________________________
22719 [ 14422] By: nick                                  on 2002/01/25  21:37:03
22720         Log: Save $! so that other syscalls don't disturb it before 
22721              we test it.
22722      Branch: perlio
22723            ! ext/Socket/socketpair.t
22724 ____________________________________________________________________________
22725 [ 14421] By: nick                                  on 2002/01/25  19:05:57
22726         Log: More Win32 tuning
22727      Branch: perlio
22728            ! t/op/stat.t t/op/taint.t
22729 ____________________________________________________________________________
22730 [ 14420] By: nick                                  on 2002/01/25  18:21:42
22731         Log: Fix winsystem.t's attempt to build showav.exe to work 
22732              with gcc (which writes a.exe unless told with -o ).
22733              Also put in a few more fail-safes to check .exe got 
22734              built somehow.
22735      Branch: perlio
22736            ! t/op/winsystem.t
22737 ____________________________________________________________________________
22738 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
22739         Log: Subject: [Patch Encode.xs] calculation of need overflows
22740              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22741              Date: Sat, 26 Jan 2002 00:58:50 +0900
22742              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
22743      Branch: perl
22744            ! ext/Encode/Encode.xs
22745 ____________________________________________________________________________
22746 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
22747         Log: Integrate changes 13474+13478+13584 from maintperl;
22748              anon sub leakage.
22749      Branch: perl
22750            ! op.c t/run/fresh_perl.t
22751 ____________________________________________________________________________
22752 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
22753         Log: Update Changes.
22754      Branch: perl
22755            ! Changes patchlevel.h
22756 ____________________________________________________________________________
22757 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
22758         Log: Integrate perlio:
22759              
22760              [ 14411]
22761              Linux/NFS hackery was not faking right number of passes.
22762              
22763              [ 14410]
22764              threads::shared tidy up:
22765              - Add _id() function to shared.xs so we can test refs point at same thing.
22766              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
22767              - Allow no_share to pass if sharing to works despite mis-ordering.
22768              - Change docs of threads to document ->create() (as used in tests),
22769              and not mention "new".
22770              
22771              [ 14401]
22772              Expand command line test globs on Win32.
22773              
22774              [ 14393]
22775              Except Win32 from echo tests. (Alarm does not break into connect)
22776              
22777              [ 14392]
22778              SvTEMP_off to stop private PV's being stolen and stored in shared space
22779              
22780              [ 14387]
22781              thread::shared nearly working again - remaining issue
22782              is references withing shared space.
22783              Added bulk test with no threads involved (for debugging)
22784              Tuned tests to skip those needing _thrcnt
22785              
22786              [ 14378]
22787              Implement recursive lock and use of scope for PL_sharedsv_space,
22788              so now croak() from asserts does not leave locks.
22789              Make hv_simple compile (new prototype for debugging probe).
22790              
22791              [ 14377]
22792              Shared scalars working, some shared array ops working.
22793              
22794              [ 14373]
22795              Miss mg_len == 0 meaning don't Safefree
22796              
22797              [ 14372]
22798              XS side of new threads::shared designed, coded and compiles,
22799              and mostly commented but is totaly untested.
22800              submit in case anyone wants a preview.
22801              
22802              [ 14363]
22803              Add new threads/typemap to MANIFEST
22804              
22805              [ 14357]
22806              #14352 deleted ext/threads/threads.h
22807              
22808              [ 14356]
22809              Eradicate sharedsv.*
22810              
22811              [ 14355]
22812              threads work again on Win32. (Not threads::shared yet)
22813              Submit to see if they do on Linux.
22814              
22815              [ 14352]
22816              Nearly-working threads re-structuring. Do not integrate,
22817              submit-ing to get to Win32, and as "off site" backup.
22818      Branch: perl
22819           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
22820           +> ext/threads/typemap
22821            - ext/threads/threads.h sharedsv.c sharedsv.h
22822            ! NetWare/config_H.wc
22823           !> (integrate 38 files)
22824 ____________________________________________________________________________
22825 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
22826         Log: Subject: Re: perldebguts minor tweaks
22827              From: Joe McMahon <mcmahon@metalab.unc.edu>
22828              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
22829              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
22830      Branch: perl
22831            ! pod/perldebguts.pod
22832 ____________________________________________________________________________
22833 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
22834         Log: metaconfig unit change for #14413.
22835      Branch: metaconfig
22836            ! U/modified/prototype.U
22837 ____________________________________________________________________________
22838 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
22839         Log: Okay, you can come home now, _().
22840      Branch: perl
22841            ! config_h.SH
22842 ____________________________________________________________________________
22843 [ 14412] By: nick                                  on 2002/01/25  11:01:49
22844         Log: Integrate mainline
22845              All but ../lib/Unicode/UCD.t pass.
22846      Branch: perlio
22847           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
22848           +> lib/unicore/CaseFolding.txt
22849           +> lib/unicore/CompositionExclusions.txt
22850           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
22851           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
22852           +> vos/vos.c
22853            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
22854            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
22855            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
22856            - lib/unicore/NamesList.html lib/unicore/PropList.html
22857            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
22858            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
22859            - lib/unicore/rename
22860           !> (integrate 424 files)
22861 ____________________________________________________________________________
22862 [ 14411] By: nick                                  on 2002/01/25  09:45:13
22863         Log: Linux/NFS hackery was not faking right number of passes.
22864      Branch: perlio
22865            ! t/io/fs.t
22866 ____________________________________________________________________________
22867 [ 14410] By: nick                                  on 2002/01/25  09:35:07
22868         Log: threads::shared tidy up:
22869              - Add _id() function to shared.xs so we can test refs point at same thing.
22870              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
22871              - Allow no_share to pass if sharing to works despite mis-ordering.
22872              - Change docs of threads to document ->create() (as used in tests),
22873              and not mention "new".
22874      Branch: perlio
22875            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22876            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
22877            ! ext/threads/threads.pm
22878 ____________________________________________________________________________
22879 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
22880         Log: Subject: perldebguts minor tweaks
22881              From: Joe McMahon <mcmahon@metalab.unc.edu>
22882              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
22883              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
22884      Branch: perl
22885            ! pod/perldebguts.pod
22886 ____________________________________________________________________________
22887 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
22888         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
22889              From: Peter Scott <Peter@PSDT.com>
22890              Date: Thu, 24 Jan 2002 08:51:34 -0800
22891              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
22892      Branch: perl
22893            ! pod/perldebguts.pod
22894 ____________________________________________________________________________
22895 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
22896         Log: Few more paranoia checks for Unicode hash keys.
22897      Branch: perl
22898            ! t/op/each.t
22899 ____________________________________________________________________________
22900 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
22901         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
22902              From: Andy Dougherty <doughera@lafayette.edu>
22903              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
22904              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
22905      Branch: perl
22906            ! t/op/stat.t
22907 ____________________________________________________________________________
22908 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
22909         Log: The
22910              
22911              Subject: Very old debugger UTF-8 bug
22912              From: andreas.koenig@anima.de (Andreas J. Koenig)
22913              Date: 24 Jan 2002 12:45:44 +0100
22914              Message-ID: <m3y9iot1jr.fsf@anima.de>
22915              
22916              still broken, but this should work as a stopgap
22917              measure to stop pp_match accessing naughty data.
22918      Branch: perl
22919            ! pod/perldiag.pod pp_hot.c
22920 ____________________________________________________________________________
22921 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
22922         Log: metaconfig unit change for #14403.
22923      Branch: metaconfig/U/perl
22924            ! d_u32align.U
22925 ____________________________________________________________________________
22926 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
22927         Log: Pacify picky compilers (this time Sun Workshop).
22928      Branch: perl
22929            ! Configure
22930 ____________________________________________________________________________
22931 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
22932         Log: Subject: Very old debugger UTF-8 bug
22933              From: andreas.koenig@anima.de (Andreas J. Koenig)
22934              Date: 24 Jan 2002 12:45:44 +0100
22935              Message-ID: <m3y9iot1jr.fsf@anima.de>
22936      Branch: perl
22937            ! lib/dumpvar.pl
22938 ____________________________________________________________________________
22939 [ 14401] By: nick                                  on 2002/01/24  07:50:38
22940         Log: Expand command line test globs on Win32.
22941      Branch: perlio
22942            ! t/harness
22943 ____________________________________________________________________________
22944 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
22945         Log: Sprinkle some copyrights (use the oldest timestamp to
22946              be found in the repository, which is most often not right,
22947              but at least consistent)
22948      Branch: perl
22949            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
22950            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
22951            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
22952            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
22953            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
22954            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
22955            ! unixish.h xsutils.c
22956 ____________________________________________________________________________
22957 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
22958         Log: Don't crash on Help for long text (bug #506672)
22959      Branch: maint-5.6/macperl
22960            ! macos/macperl/MPHelp.c
22961 ____________________________________________________________________________
22962 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
22963         Log: Fix minor path problem
22964      Branch: maint-5.6/macperl
22965            ! macos/macperl/Droplets/tarzipme.plx
22966 ____________________________________________________________________________
22967 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
22968         Log: Minor text changes
22969      Branch: maint-5.6/macperl
22970            ! macos/Perl.r
22971 ____________________________________________________________________________
22972 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
22973         Log: Bump versions, dates, etc.
22974      Branch: maint-5.6/macperl
22975            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
22976 ____________________________________________________________________________
22977 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
22978         Log: coderefs in @INC and absolute paths
22979      Branch: maint-5.6/macperl
22980            ! embed.h pp_ctl.c proto.h
22981 ____________________________________________________________________________
22982 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
22983         Log: Minor module thingys
22984      Branch: maint-5.6/macperl
22985            ! macos/ext/Mac/Controls/Controls.xs
22986            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
22987            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
22988            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
22989            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
22990            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
22991            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
22992            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
22993            ! macos/ext/Mac/Movies/Movies.xs
22994            ! macos/ext/Mac/Navigation/Navigation.pm
22995            ! macos/ext/Mac/Navigation/Navigation.xs
22996            ! macos/ext/Mac/Notification/Notification.xs
22997            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
22998            ! macos/ext/Mac/Processes/Processes.xs
22999            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
23000            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
23001            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
23002            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
23003            ! macos/ext/Mac/Resources/Resources.pm
23004            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
23005            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
23006            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
23007            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
23008            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
23009 ____________________________________________________________________________
23010 [ 14393] By: nick                                  on 2002/01/23  19:52:19
23011         Log: Except Win32 from echo tests. (Alarm does not break into connect)
23012      Branch: perlio
23013            ! ext/Socket/Socket.t
23014 ____________________________________________________________________________
23015 [ 14392] By: nick                                  on 2002/01/23  19:31:57
23016         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
23017      Branch: perlio
23018            ! ext/threads/shared/shared.xs
23019 ____________________________________________________________________________
23020 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
23021         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
23022      Branch: perl
23023            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
23024            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
23025            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
23026            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
23027            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
23028            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
23029            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
23030            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
23031            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
23032            ! x2p/util.c x2p/util.h x2p/walk.c
23033 ____________________________________________________________________________
23034 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
23035         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
23036              therefore quite probably also obsolete code.
23037      Branch: perl
23038            ! sv.c
23039 ____________________________________________________________________________
23040 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
23041         Log: Update Changes.
23042      Branch: perl
23043            ! Changes patchlevel.h
23044 ____________________________________________________________________________
23045 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
23046         Log: Small update on todo.  Could use a lot more.
23047      Branch: perl
23048            ! pod/perltodo.pod
23049 ____________________________________________________________________________
23050 [ 14387] By: nick                                  on 2002/01/23  14:19:30
23051         Log: thread::shared nearly working again - remaining issue
23052              is references withing shared space.
23053              Added bulk test with no threads involved (for debugging)
23054              Tuned tests to skip those needing _thrcnt
23055      Branch: perlio
23056            + ext/threads/shared/t/0nothread.t
23057            ! MANIFEST ext/threads/shared/shared.pm
23058            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
23059            ! ext/threads/shared/t/hv_refs.t
23060            ! ext/threads/shared/t/hv_simple.t
23061            ! ext/threads/shared/t/sv_simple.t
23062 ____________________________________________________________________________
23063 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
23064         Log: Subject: [ID 20020121.003] perldata doco bug
23065              From: John Stumbles <jstumbles@bluearc.com>
23066              Date: Mon, 21 Jan 2002 14:19:56 -0000
23067              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
23068      Branch: perl
23069            ! pod/perldata.pod
23070 ____________________________________________________________________________
23071 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
23072         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
23073              From: Michael G Schwern <schwern@pobox.com>
23074              Date: Mon, 21 Jan 2002 15:16:42 -0500
23075              Message-ID: <20020121201642.GA6659@blackrider>
23076      Branch: perl
23077            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
23078 ____________________________________________________________________________
23079 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
23080         Log: Subject: [PATCH] Re: eval not catching warnings?
23081              From: abigail@foad.org
23082              Date: Wed, 23 Jan 2002 15:35:47 +0100
23083              Message-ID: <20020123143547.24798.qmail@foad.org>
23084      Branch: perl
23085            ! pod/perlfunc.pod
23086 ____________________________________________________________________________
23087 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
23088         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
23089              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23090              Date: Tue, 22 Jan 2002 17:00:54 -0800            
23091              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
23092      Branch: perl
23093            ! t/run/fresh_perl.t
23094 ____________________________________________________________________________
23095 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
23096         Log: metaconfig unit change for #14381.
23097      Branch: metaconfig/U/perl
23098            ! d_u32align.U
23099 ____________________________________________________________________________
23100 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
23101         Log: HP-UX 10.20 cc pacifying from Merijn.
23102      Branch: perl
23103            ! Configure
23104 ____________________________________________________________________________
23105 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
23106         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
23107              From: "Craig A. Berry" <craigberry@mac.com> 
23108              Date: Tue, 22 Jan 2002 22:14:26 -0600
23109              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
23110      Branch: perl
23111            ! vms/test.com
23112 ____________________________________________________________________________
23113 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
23114         Log: AIX cpp bug: having macro arguments and character constants
23115              "the same" means trouble (here s and 's')
23116              What broke now was 841 and 842 of t/op/pat.t, because of the
23117              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
23118              (note that breakage happened only under cc_r and usethreads+
23119              useithreads)
23120      Branch: perl
23121            ! utf8.h
23122 ____________________________________________________________________________
23123 [ 14378] By: nick                                  on 2002/01/22  20:33:15
23124         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
23125              so now croak() from asserts does not leave locks.
23126              Make hv_simple compile (new prototype for debugging probe).
23127      Branch: perlio
23128            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23129            ! ext/threads/shared/t/hv_simple.t
23130 ____________________________________________________________________________
23131 [ 14377] By: nick                                  on 2002/01/22  17:32:21
23132         Log: Shared scalars working, some shared array ops working.
23133      Branch: perlio
23134            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23135            ! ext/threads/shared/t/sv_refs.t
23136            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
23137 ____________________________________________________________________________
23138 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
23139         Log: Subject: [PATCH] Support truncate() in VOS port
23140              From: Paul_GreenVOS@vos.stratus.com
23141              Date: Mon, 21 Jan 02 23:27 est
23142              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
23143      Branch: perl
23144            + vos/vos.c
23145            ! MANIFEST hints/vos.sh vos/vosish.h
23146 ____________________________________________________________________________
23147 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
23148         Log: metaconfig unit changes for #14374.  Couldn't figure
23149              how to get completely rid of _() (some weird dependency
23150              pulling it in?) so renamed it as PROTO_().
23151      Branch: metaconfig
23152            + U/modified/d_shmat.U U/modified/prototype.U
23153            ! U/protos/d_drand48proto.U
23154      Branch: metaconfig/U/perl
23155            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
23156 ____________________________________________________________________________
23157 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
23158         Log: Get rid of the _() macro since (1) we require ANSI anyway
23159              (2) Other software (GNU) seems to use it and we don't need it,
23160              so let's give it up.
23161      Branch: perl
23162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23163            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
23164            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
23165            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
23166            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
23167            ! wince/config.h wince/config_H.ce
23168 ____________________________________________________________________________
23169 [ 14373] By: nick                                  on 2002/01/22  10:10:48
23170         Log: Miss mg_len == 0 meaning don't Safefree
23171      Branch: perlio
23172            ! mg.c
23173 ____________________________________________________________________________
23174 [ 14372] By: nick                                  on 2002/01/21  22:34:06
23175         Log: XS side of new threads::shared designed, coded and compiles,
23176              and mostly commented but is totaly untested.
23177              submit in case anyone wants a preview.
23178      Branch: perlio
23179            + ext/threads/shared/typemap
23180            ! MANIFEST ext/threads/shared/shared.pm
23181            ! ext/threads/shared/shared.xs
23182 ____________________________________________________________________________
23183 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
23184         Log: Subject: [BUG] /\_/ an unrecognized escape?
23185              From: Michael G Schwern <schwern@pobox.com>
23186              Date: Mon, 21 Jan 2002 15:22:54 -0500
23187              Message-ID: <20020121202254.GA6731@blackrider>
23188      Branch: perl
23189            ! t/lib/warnings/toke toke.c
23190 ____________________________________________________________________________
23191 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
23192         Log: Undo the renaming of the Unicode data files; the simple
23193              solution being not including the *.html files.  This means
23194              that in the future there is no need for any renamings
23195              (well, assuming that the Consortium doesn't cause any),
23196              and the files are named like they are in the Consortium
23197              website, thus alleviating confusion.
23198      Branch: perl
23199            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
23200            + lib/unicore/CaseFolding.txt
23201            + lib/unicore/CompositionExclusions.txt
23202            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
23203            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
23204            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
23205            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
23206            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
23207            - lib/unicore/NamesList.html lib/unicore/PropList.html
23208            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
23209            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
23210            - lib/unicore/rename
23211            ! (edit 285 files)
23212 ____________________________________________________________________________
23213 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
23214         Log: Update Changes.
23215      Branch: perl
23216            ! Changes patchlevel.h
23217 ____________________________________________________________________________
23218 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
23219         Log: Subject: RE: BCC for Win32 is unhappy @14331
23220              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
23221              Date: Mon, 21 Jan 2002 09:48:40 +0300
23222              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
23223              
23224              (using IV instead of int)
23225      Branch: perl
23226            ! hv.h
23227 ____________________________________________________________________________
23228 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
23229         Log: path_is_absolute() needs a prototype (and maybe
23230              a better name, but that's another story).
23231      Branch: perl
23232            ! embed.fnc embed.h pp_ctl.c proto.h
23233 ____________________________________________________________________________
23234 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
23235         Log: Subject: Re: coderefs in @INC
23236              From: Chris Nandor <pudge@pobox.com>
23237              Date: Thu, 17 Jan 2002 11:26:02 -0500
23238              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
23239      Branch: perl
23240            ! pp_ctl.c
23241 ____________________________________________________________________________
23242 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
23243         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
23244              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23245              Date: Sun, 20 Jan 2002 22:53:56 +0100
23246              Message-ID: <20020120225356.A12093@rafael>
23247      Branch: perl
23248            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
23249            ! t/lib/warnings/9enabled warnings.h warnings.pl
23250 ____________________________________________________________________________
23251 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
23252         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
23253              From: "Craig A. Berry" <craigberry@mac.com>
23254              Date: Sun, 20 Jan 2002 22:49:42 -0600
23255              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
23256      Branch: perl
23257            ! lib/ExtUtils/MakeMaker.pm
23258 ____________________________________________________________________________
23259 [ 14363] By: nick                                  on 2002/01/20  20:38:23
23260         Log: Add new threads/typemap to MANIFEST
23261      Branch: perlio
23262            ! MANIFEST
23263 ____________________________________________________________________________
23264 [ 14362] By: nick                                  on 2002/01/20  20:34:36
23265         Log: Integrate mainline
23266      Branch: perlio
23267           +> lib/Pod/t/Usage.t
23268           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
23269           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
23270           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
23271           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
23272           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
23273           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
23274           !> util.c
23275 ____________________________________________________________________________
23276 [ 14361] By: nick                                  on 2002/01/20  18:51:47
23277         Log: Integrate MANIFEST
23278      Branch: perlio
23279           !> MANIFEST
23280 ____________________________________________________________________________
23281 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
23282         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
23283              From: Paul_GreenVOS@vos.stratus.com
23284              Date: Sat, 19 Jan 02 17:17 est
23285              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
23286              
23287              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
23288              From: Paul_GreenVOS@vos.stratus.com
23289              Date: Sat, 19 Jan 02 17:19 est
23290              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
23291      Branch: perl
23292            ! lib/ExtUtils/t/Command.t
23293 ____________________________________________________________________________
23294 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
23295         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
23296              From: Paul_GreenVOS@vos.stratus.com
23297              Date: Sat, 19 Jan 02 14:30 est
23298              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
23299      Branch: perl
23300            ! lib/AnyDBM_File.t
23301 ____________________________________________________________________________
23302 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
23303         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
23304              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
23305              Date: Sun, 20 Jan 2002 13:51:36 +0100
23306              Message-ID: <20020120135136.A710@rafael>
23307      Branch: perl
23308            ! ext/File/Glob/t/basic.t
23309 ____________________________________________________________________________
23310 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
23311         Log: #14352 deleted ext/threads/threads.h
23312      Branch: perlio
23313            ! MANIFEST
23314 ____________________________________________________________________________
23315 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
23316         Log: Eradicate sharedsv.*
23317      Branch: perlio
23318            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
23319 ____________________________________________________________________________
23320 [ 14355] By: nick                                  on 2002/01/20  11:50:22
23321         Log: threads work again on Win32. (Not threads::shared yet)
23322              Submit to see if they do on Linux.
23323      Branch: perlio
23324            ! ext/threads/shared/shared.xs ext/threads/threads.xs
23325            ! win32/makefile.mk
23326 ____________________________________________________________________________
23327 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
23328         Log: Make also hex() and oct() to croak if their arguments
23329              cannot be downgraded (that is, if they contain wide
23330              characters), just like crypt() does (and use the croak
23331              feature of sv_utf8_downgrade()).
23332      Branch: perl
23333            ! pp.c t/op/oct.t
23334 ____________________________________________________________________________
23335 [ 14353] By: nick                                  on 2002/01/19  22:20:09
23336         Log: Integrate Time/Local and its test
23337      Branch: perlio
23338           !> lib/Time/Local.pm lib/Time/Local.t
23339 ____________________________________________________________________________
23340 [ 14352] By: nick                                  on 2002/01/19  22:17:07
23341         Log: Nearly-working threads re-structuring. Do not integrate,
23342              submit-ing to get to Win32, and as "off site" backup.
23343      Branch: perlio
23344            + ext/threads/typemap
23345            - ext/threads/threads.h sharedsv.c sharedsv.h
23346            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
23347            ! embedvar.h ext/threads/shared/shared.pm
23348            ! ext/threads/shared/shared.xs ext/threads/threads.pm
23349            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
23350            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
23351            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
23352 ____________________________________________________________________________
23353 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
23354         Log: Regen toc.
23355      Branch: perl
23356            ! pod/perltoc.pod
23357 ____________________________________________________________________________
23358 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
23359         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
23360              From: David Dyck <dcd@tc.fluke.com>
23361              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
23362              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
23363      Branch: perl
23364            ! pod/perl5004delta.pod pod/perl5005delta.pod
23365            ! pod/perl561delta.pod pod/perl56delta.pod
23366 ____________________________________________________________________________
23367 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
23368         Log: FAQ sync.
23369      Branch: perl
23370            ! pod/perlfaq1.pod pod/perlfaq2.pod
23371 ____________________________________________________________________________
23372 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
23373         Log: Subject: [PATCH lib/Pod/t/Usage.t]
23374              From: Abe Timmerman <abe@ztreet.demon.nl>
23375              Date: Sat, 19 Jan 2002 19:57:57 +0100
23376              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
23377      Branch: perl
23378            + lib/Pod/t/Usage.t
23379            ! MANIFEST
23380 ____________________________________________________________________________
23381 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
23382         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
23383              From: Paul_GreenVOS@vos.stratus.com
23384              Date: Sat, 19 Jan 02 13:15 est
23385              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
23386      Branch: perl
23387            ! ext/SDBM_File/sdbm.t
23388 ____________________________________________________________________________
23389 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
23390         Log: Integrate perlio:
23391              
23392              [ 14335]
23393              Split out core of sv_magic() into sv_magicext().
23394              sv_magic provides the extra restictions (no READONLY, only
23395              one of each type, canned set of vtables), and sv_magicext()
23396              does the actual data twiddling.
23397              Also enhances semantics of ->mg_ptr setting via name/namlen
23398              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
23399              scratch area (namlen > 0 && name == NULL).
23400              sv_magicext also returns the MAGIC * it added.
23401              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
23402              To come sv_unmagicext() - which will remove just one magic
23403              of particular type, and additionaly match against ->mg_ptr,
23404              or the MAGIC * (need to experiment as to which is more natural).
23405      Branch: perl
23406           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
23407           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
23408 ____________________________________________________________________________
23409 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
23410         Log: Alternative Time::Local algorithm that uses matemathical formula
23411              for timegm instead of progressive guessing
23412      Branch: perl
23413            ! lib/Time/Local.pm
23414 ____________________________________________________________________________
23415 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
23416         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
23417              From: Paul_GreenVOS@vos.stratus.com
23418              Date: Sat, 19 Jan 02 11:20 est
23419              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
23420      Branch: perl
23421            ! ext/File/Glob/t/basic.t
23422 ____________________________________________________________________________
23423 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
23424         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
23425              From: Paul_GreenVOS@vos.stratus.com
23426              Date: Fri, 18 Jan 02 22:56 est
23427              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
23428      Branch: perl
23429            ! ext/Cwd/t/cwd.t
23430 ____________________________________________________________________________
23431 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
23432         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
23433              From: Paul_GreenVOS@vos.stratus.com
23434              Date: Fri, 18 Jan 02 22:48 est
23435              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
23436      Branch: perl
23437            ! lib/Time/Local.t
23438 ____________________________________________________________________________
23439 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
23440         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
23441              From: Paul_GreenVOS@vos.stratus.com
23442              Date: Fri, 18 Jan 02 16:22 est
23443              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
23444      Branch: perl
23445            ! ext/Devel/DProf/DProf.t
23446 ____________________________________________________________________________
23447 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
23448         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
23449              From: Tels <perl_dummy@bloodgate.com>
23450              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
23451              Message-Id: <200201182106.XAA19133@taku.hut.fi>
23452      Branch: perl
23453            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
23454 ____________________________________________________________________________
23455 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
23456         Log: Don't do socketpair udp unless you've got all what it takes.
23457      Branch: perl
23458            ! util.c
23459 ____________________________________________________________________________
23460 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
23461         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
23462              From: Tels <perl_dummy@bloodgate.com>
23463              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
23464              Message-Id: <200201182206.AAA15310@taku.hut.fi>
23465      Branch: perl
23466            ! lib/ExtUtils/MM_BeOS.pm
23467 ____________________________________________________________________________
23468 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
23469         Log: metaconfig unit change for #14336.
23470      Branch: metaconfig
23471            ! U/modified/myhostname.U
23472 ____________________________________________________________________________
23473 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
23474         Log: Avoid bare "set", and kiss .uucp goodbye.
23475      Branch: perl
23476            ! Configure
23477 ____________________________________________________________________________
23478 [ 14335] By: nick                                  on 2002/01/18  22:11:42
23479         Log: Split out core of sv_magic() into sv_magicext().
23480              sv_magic provides the extra restictions (no READONLY, only
23481              one of each type, canned set of vtables), and sv_magicext()
23482              does the actual data twiddling.
23483              Also enhances semantics of ->mg_ptr setting via name/namlen
23484              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
23485              scratch area (namlen > 0 && name == NULL).
23486              sv_magicext also returns the MAGIC * it added.
23487              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
23488              
23489              To come sv_unmagicext() - which will remove just one magic
23490              of particular type, and additionaly match against ->mg_ptr,
23491              or the MAGIC * (need to experiment as to which is more natural).
23492      Branch: perlio
23493            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
23494            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
23495 ____________________________________________________________________________
23496 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
23497         Log: Retract #14327 for now, going to the limit seems
23498              to be too much for many platforms.
23499      Branch: perl
23500            ! lib/Time/Local.t
23501 ____________________________________________________________________________
23502 [ 14333] By: nick                                  on 2002/01/18  18:58:33
23503         Log: Integrate mainline
23504      Branch: perlio
23505           !> Changes patchlevel.h
23506 ____________________________________________________________________________
23507 [ 14332] By: nick                                  on 2002/01/18  16:19:06
23508         Log: Integrate mainline
23509      Branch: perlio
23510           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
23511           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
23512            - lib/ExtUtils/inst
23513           !> (integrate 32 files)
23514 ____________________________________________________________________________
23515 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
23516         Log: Update Changes.
23517      Branch: perl
23518            ! Changes patchlevel.h
23519 ____________________________________________________________________________
23520 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
23521         Log: Try to make the connect/read/write timeouting.
23522      Branch: perl
23523            ! ext/Socket/Socket.t
23524 ____________________________________________________________________________
23525 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
23526         Log: Netware Makefile tweak from Ananth Kesari.
23527      Branch: perl
23528            ! NetWare/Makefile
23529 ____________________________________________________________________________
23530 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
23531         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
23532              From: Michael G Schwern <schwern@pobox.com>
23533              Date: Fri, 18 Jan 2002 03:10:27 -0500
23534              Message-ID: <20020118081027.GE7226@blackrider>
23535      Branch: perl
23536            ! lib/File/Find.pm
23537 ____________________________________________________________________________
23538 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
23539         Log: (retracted by #14334)
23540              
23541              Subject: [PATCH] Improving lib/Time/Local.t
23542              From: Paul_GreenVOS@vos.stratus.com        
23543              Date: Thu, 17 Jan 02 22:36 est
23544              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
23545      Branch: perl
23546            ! lib/Time/Local.t
23547 ____________________________________________________________________________
23548 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
23549         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
23550              From: Abe Timmerman <abe@ztreet.demon.nl>  
23551              Date: Fri, 18 Jan 2002 13:18:47 +0100
23552              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
23553      Branch: perl
23554            ! lib/ExtUtils/t/MM_Win32.t
23555 ____________________________________________________________________________
23556 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
23557         Log: Subject: [PATCH] Syncing with bleadperl 
23558              From: Michael G Schwern <schwern@pobox.com> 
23559              Date: Fri, 18 Jan 2002 03:04:33 -0500
23560              Message-ID: <20020118080432.GC7226@blackrider>
23561      Branch: perl
23562            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
23563            - lib/ExtUtils/inst
23564            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
23565            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
23566            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
23567            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
23568            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
23569            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
23570            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
23571            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
23572            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
23573            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
23574            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
23575            ! lib/ExtUtils/testlib.pm
23576 ____________________________________________________________________________
23577 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
23578         Log: Detypo.
23579      Branch: perl
23580            ! AUTHORS
23581 ____________________________________________________________________________
23582 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
23583         Log: Subject: [PATCH] MM check_hints test
23584              From: Michael G Schwern <schwern@pobox.com>
23585              Date: Thu, 17 Jan 2002 20:25:57 -0500
23586              Message-ID: <20020118012557.GE32762@blackrider>
23587      Branch: perl
23588            + lib/ExtUtils/t/hints.t
23589            ! MANIFEST
23590 ____________________________________________________________________________
23591 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
23592         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
23593              From: Michael G Schwern <schwern@pobox.com> 
23594              Date: Thu, 17 Jan 2002 20:12:20 -0500
23595              Message-ID: <20020118011220.GC32762@blackrider>
23596              
23597              (#14317 replaced with this)
23598      Branch: perl
23599            ! lib/ExtUtils/MakeMaker.pm
23600 ____________________________________________________________________________
23601 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
23602         Log: Subject: [PATCH perldiag] overload.pm warnings
23603              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23604              Date: Thu, 17 Jan 2002 23:53:49 +0100
23605              Message-ID: <20020117235349.A14530@rafael>
23606      Branch: perl
23607            ! pod/perldiag.pod
23608 ____________________________________________________________________________
23609 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
23610         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
23611              From: Michael G Schwern <schwern@pobox.com>
23612              Date: Thu, 17 Jan 2002 16:35:47 -0500
23613              Message-ID: <20020117213546.GD23830@blackrider>
23614      Branch: perl
23615            ! lib/File/Find.pm
23616 ____________________________________________________________________________
23617 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
23618         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
23619              From: chromatic <chromatic@rmci.net>
23620              Date: Thu, 17 Jan 2002 13:04:22 -0700
23621              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
23622      Branch: perl
23623            ! pod/perltodo.pod
23624 ____________________________________________________________________________
23625 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
23626         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
23627              From: chromatic <chromatic@rmci.net>
23628              Date: Thu, 17 Jan 2002 12:59:04 -0700
23629              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
23630      Branch: perl
23631            ! lib/ExtUtils/t/Mkbootstrap.t
23632 ____________________________________________________________________________
23633 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
23634         Log: (replaced by #14322)
23635              The #14300 broke hints file handling.
23636      Branch: perl
23637            ! lib/ExtUtils/MakeMaker.pm
23638 ____________________________________________________________________________
23639 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
23640         Log: metaconfig unit change for #14315.
23641      Branch: metaconfig/U/perl
23642            ! uselongdbl.U
23643 ____________________________________________________________________________
23644 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
23645         Log: Subject: [PATCH] long doubles
23646              From: Nicholas Clark <nick@unfortu.net>
23647              Date: Thu, 17 Jan 2002 17:06:28 +0000
23648              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
23649      Branch: perl
23650            ! Configure
23651 ____________________________________________________________________________
23652 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
23653         Log: metaconfig unit change for #14313.
23654      Branch: metaconfig
23655            ! U/modified/i_ndbm.U
23656 ____________________________________________________________________________
23657 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
23658         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
23659              From: Andy Dougherty <doughera@lafayette.edu>
23660              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
23661              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
23662      Branch: perl
23663            ! Configure
23664 ____________________________________________________________________________
23665 [ 14312] By: nick                                  on 2002/01/17  21:38:38
23666         Log: Integrate mainline (for ndbm fixes etc.)
23667      Branch: perlio
23668           +> t/run/fresh_perl.t
23669            - t/run/kill_perl.t
23670           !> Changes MANIFEST ext/Opcode/Opcode.xs
23671           !> ext/SDBM_File/sdbm/Makefile.PL
23672           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
23673           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
23674           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
23675           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
23676           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
23677 ____________________________________________________________________________
23678 [ 14311] By: sky                                   on 2002/01/17  21:01:00
23679         Log: Simplify the code that duplicates the threads 
23680              init function and the parameters to the thread by using sv_dup. 
23681              Note,what happens if you pass a shared variable as a parameter?
23682      Branch: perl
23683            ! ext/threads/threads.xs
23684 ____________________________________________________________________________
23685 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
23686         Log: Update Changes.
23687      Branch: perl
23688            ! Changes patchlevel.h
23689 ____________________________________________________________________________
23690 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
23691         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
23692              with fresh_perl_is() and fresh_perl_like().
23693      Branch: perl
23694            + t/run/fresh_perl.t
23695            - t/run/kill_perl.t
23696            ! MANIFEST t/test.pl
23697 ____________________________________________________________________________
23698 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
23699         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
23700              From: Benjamin Goldberg <goldbb2@earthlink.net>
23701              Date: Wed, 09 Jan 2002 21:03:16 -0500
23702              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
23703      Branch: perl
23704            ! ext/Unicode/Normalize/Normalize.pm
23705 ____________________________________________________________________________
23706 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
23707         Log: Retract #14144 as Hugo isn't happy with it.
23708      Branch: perl
23709            ! scope.c t/run/kill_perl.t
23710 ____________________________________________________________________________
23711 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
23712         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
23713              From: Richard Clamp <richardc@unixbeard.net>
23714              Date: Wed, 16 Jan 2002 17:34:31 +0000
23715              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
23716      Branch: perl
23717            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
23718 ____________________________________________________________________________
23719 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
23720         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
23721              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23722              Date: Tue, 15 Jan 2002 21:23:30 +0100
23723              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
23724      Branch: perl
23725            ! ext/Opcode/Opcode.xs
23726 ____________________________________________________________________________
23727 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
23728         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
23729              From: Paul_GreenVOS@vos.stratus.com
23730              Date: Wed, 16 Jan 02 6:42 est
23731              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
23732      Branch: perl
23733            ! t/io/fs.t t/op/crypt.t
23734 ____________________________________________________________________________
23735 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
23736         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
23737              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23738              Date: Wed, 16 Jan 2002 13:43:39 +0100
23739              Message-ID: <20020116134339.A704@rafael>
23740              
23741              (replaces #14302)
23742      Branch: perl
23743            ! mg.c t/lib/warnings/mg
23744 ____________________________________________________________________________
23745 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
23746         Log: (replaced by #14303)
23747              Subject: [PATCH] length of undefined $(digit) should warn
23748              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23749              Date: Tue, 15 Jan 2002 23:02:44 +0100            
23750              Message-ID: <20020115230244.A31786@rafael>     
23751      Branch: perl
23752            ! mg.c t/lib/warnings/mg
23753 ____________________________________________________________________________
23754 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
23755         Log: The non-MakeMaker.pm parts of
23756              
23757              Subject: [PATCH] Re: MM_Beos.pm?
23758              From: Tels <perl_dummy@bloodgate.com>
23759              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
23760              Message-Id: <200201142006.WAA29544@taas.iki.fi>
23761      Branch: perl
23762            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
23763            ! lib/ExtUtils/t/MM_Unix.t
23764 ____________________________________________________________________________
23765 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
23766         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
23767              From: Michael G Schwern <schwern@pobox.com>    
23768              Date: Tue, 15 Jan 2002 20:07:50 -0500            
23769              Message-ID: <20020116010750.GH625@blackrider>  
23770      Branch: perl
23771            ! lib/ExtUtils/MakeMaker.pm
23772 ____________________________________________________________________________
23773 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
23774         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
23775              From: Jeffrey Friedl <jfriedl@yahoo.com>       
23776              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
23777              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
23778      Branch: perl
23779            ! lib/Text/Tabs.pm
23780 ____________________________________________________________________________
23781 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
23782         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
23783              From: "Green, Paul" <Paul.Green@stratus.com>
23784              Date: Tue, 15 Jan 2002 22:28:10 -0500
23785              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
23786      Branch: perl
23787            ! lib/ExtUtils/MM_Unix.pm
23788 ____________________________________________________________________________
23789 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
23790         Log: Integrate perlio:
23791              
23792              [ 14296]
23793              offsetof() is in <stddef.h>
23794      Branch: perl
23795           !> ext/Socket/Socket.xs
23796 ____________________________________________________________________________
23797 [ 14296] By: nick                                  on 2002/01/16  13:02:29
23798         Log: offsetof() is in <stddef.h>
23799      Branch: perlio
23800            ! ext/Socket/Socket.xs
23801 ____________________________________________________________________________
23802 [ 14295] By: nick                                  on 2002/01/16  07:25:29
23803         Log: Integrate mainline
23804      Branch: perlio
23805           +> (branch 262 files)
23806            - (delete 285 files)
23807           !> (integrate 34 files)
23808 ____________________________________________________________________________
23809 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
23810         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
23811              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
23812              Canonical.pl and Exact.pl.
23813      Branch: perl
23814            + (add 259 files)
23815            - (delete 288 files)
23816            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
23817            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
23818            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
23819            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
23820 ____________________________________________________________________________
23821 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
23822         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
23823      Branch: perl
23824            ! ext/Socket/Socket.xs
23825 ____________________________________________________________________________
23826 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
23827         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
23828              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23829              Date: Tue, 15 Jan 2002 21:59:19 +0100
23830              Message-ID: <3C44A637.16602.25EB208@localhost>
23831      Branch: perl
23832            ! embed.fnc embed.h proto.h
23833 ____________________________________________________________________________
23834 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
23835         Log: Duh.  The updated In/*.pl weren't checked in.
23836      Branch: perl
23837            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
23838            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
23839            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
23840            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
23841            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
23842            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
23843            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
23844            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
23845            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
23846            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
23847            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
23848            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
23849            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
23850            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
23851            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
23852            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
23853            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
23854            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
23855            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
23856            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
23857            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
23858            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
23859            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
23860            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
23861            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
23862            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
23863            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
23864            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
23865            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
23866            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
23867            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
23868            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
23869            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
23870            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
23871            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
23872            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
23873            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
23874            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
23875            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
23876            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
23877            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
23878            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
23879            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
23880            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
23881            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
23882            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
23883            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
23884            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
23885 ____________________________________________________________________________
23886 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
23887         Log: Update Changes.
23888      Branch: perl
23889            ! Changes patchlevel.h
23890 ____________________________________________________________________________
23891 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
23892         Log: Jeffrey is trying very hard to avoid working on his
23893              book, it would seem :-) (better naming, better comments
23894              in the files)
23895      Branch: perl
23896            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
23897            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
23898            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
23899            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
23900            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
23901            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
23902            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
23903            - lib/unicore/Is/IDStart.pl
23904            ! (edit 200 files)
23905 ____________________________________________________________________________
23906 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
23907         Log: metaconfig unit changes for #14287.
23908      Branch: metaconfig
23909            + U/modified/Chk_MANI.U
23910            ! U/modified/Extract.U U/modified/Finish.U
23911      Branch: metaconfig/U/perl
23912            ! Extensions.U dlsrc.U
23913 ____________________________________________________________________________
23914 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
23915         Log: Some protection against spaces in directory names.
23916              (Tru64 still has some makedepend problems in such
23917              cases but that looks like Tru64's problem.)
23918      Branch: perl
23919            ! Configure Makefile.SH
23920 ____________________________________________________________________________
23921 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
23922         Log: Should have been in #14285 but I have sausages for fingers.
23923      Branch: perl
23924            + lib/ExtUtils/MM_BeOS.pm
23925 ____________________________________________________________________________
23926 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
23927         Log: MM_BeOS from Tels.
23928      Branch: perl
23929            + lib/ExtUtils/t/MM_BeOS.t
23930            ! MANIFEST
23931 ____________________________________________________________________________
23932 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
23933         Log: Integrate perlio:
23934              
23935              [ 14281]
23936              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
23937              e.g. -Duse64bitint on a 32-bit platform.
23938              Now uses I32 for use-count and is more careful with its casts.
23939              
23940              [ 14277]
23941              Correct name of PL_OP_SLAB_ALLOC
23942              
23943              [ 14271]
23944              Regen embed enable slab for PERL_IMPLICIT_SYS
23945              
23946              [ 14269]
23947              Typo in #else branch of PL_SLAB_ALLOC
23948              
23949              [ 14268]
23950              const-ness fix in savepv's passing of NULL
23951              
23952              [ 14267]
23953              Hand merge of non slab allocator stuff
23954              
23955              [ 14259]
23956              Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
23957              Need to use CopXXXXX macros everywhere and add CopSTASH_free
23958              Add new scope type and add support for it to scope.c and scope stack
23959              dup-er in sv.c. Add savesharedpv().
23960              Also zealous version of Win32's vmem.h to catch all the abuses.
23961              With this t/op/fork.t passes even with zealous checking and 
23962              checker is point a finger at various threads/shared issues.
23963              PL_curcop->cop_io is still an issue.
23964              
23965              [ 14257]
23966              Inverted sense of special-ness of specialCopIO - supposed to 
23967              be true if value is "special" i.e. NOT an SV.
23968      Branch: perl
23969           !> (integrate 28 files)
23970 ____________________________________________________________________________
23971 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
23972         Log: Add Shuck URL
23973      Branch: maint-5.6/macperl
23974            ! macos/macperl/MacPerl.podhelp
23975 ____________________________________________________________________________
23976 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
23977         Log: Remove obsolete docs
23978      Branch: maint-5.6/macperl
23979            ! ext/File/Glob/Glob.pm
23980 ____________________________________________________________________________
23981 [ 14281] By: nick                                  on 2002/01/15  15:08:43
23982         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
23983              e.g. -Duse64bitint on a 32-bit platform.
23984              Now uses I32 for use-count and is more careful with its casts.
23985      Branch: perlio
23986            ! intrpvar.h op.c
23987 ____________________________________________________________________________
23988 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
23989         Log: Update bundled modules.  Yow!
23990      Branch: maint-5.6/macperl
23991            + macos/bundled_ext/Compress/Zlib/constants.h
23992            + macos/bundled_ext/Compress/Zlib/constants.xs
23993            + macos/bundled_ext/Filter/Util/Call/ppport.h
23994            + macos/bundled_ext/Storable/t/compat-0.6.t
23995            + macos/bundled_ext/Storable/t/dump.pl
23996            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
23997            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
23998            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
23999            + macos/bundled_lib/blib/lib/URI/ssh.pm
24000            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
24001            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
24002            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
24003            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
24004            + macos/bundled_lib/t/Filter/Simple/data.t
24005            + macos/bundled_lib/t/Filter/Simple/export.t
24006            + macos/bundled_lib/t/Filter/Simple/filter_only.t
24007            + macos/bundled_lib/t/Filter/Simple/import.t
24008            + macos/bundled_lib/t/NEXT/actual.t
24009            + macos/bundled_lib/t/NEXT/actuns.t
24010            + macos/bundled_lib/t/NEXT/next.t
24011            + macos/bundled_lib/t/NEXT/unseen.t
24012            + macos/bundled_lib/t/libnet/netrc.t
24013            + macos/bundled_lib/t/libwww-perl/base/http.t
24014            + macos/bundled_lib/t/libwww-perl/live/activestate.t
24015            - macos/bundled_ext/Filter/t/FilterTest.pm
24016            - macos/bundled_ext/Storable/t/compat06.t
24017            - macos/bundled_ext/Storable/t/st-dump.pl
24018            - macos/bundled_lib/t/NEXT/test.pl
24019            - macos/bundled_lib/t/libwww-perl/live/google.t
24020            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
24021            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
24022            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
24023            ! macos/bundled_ext/Compress/Zlib/README
24024            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
24025            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
24026            ! macos/bundled_ext/Compress/Zlib/t/examples.t
24027            ! macos/bundled_ext/Filter/Util/Call/Call.pm
24028            ! macos/bundled_ext/Filter/Util/Call/Call.xs
24029            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
24030            ! macos/bundled_ext/Filter/t/call.t
24031            ! macos/bundled_ext/Filter/t/filter-util.pl
24032            ! macos/bundled_ext/Storable/ChangeLog
24033            ! macos/bundled_ext/Storable/README
24034            ! macos/bundled_ext/Storable/Storable.pm
24035            ! macos/bundled_ext/Storable/t/blessed.t
24036            ! macos/bundled_ext/Storable/t/canonical.t
24037            ! macos/bundled_ext/Storable/t/dclone.t
24038            ! macos/bundled_ext/Storable/t/forgive.t
24039            ! macos/bundled_ext/Storable/t/freeze.t
24040            ! macos/bundled_ext/Storable/t/lock.t
24041            ! macos/bundled_ext/Storable/t/overload.t
24042            ! macos/bundled_ext/Storable/t/recurse.t
24043            ! macos/bundled_ext/Storable/t/retrieve.t
24044            ! macos/bundled_ext/Storable/t/store.t
24045            ! macos/bundled_ext/Storable/t/tied.t
24046            ! macos/bundled_ext/Storable/t/tied_hook.t
24047            ! macos/bundled_ext/Storable/t/tied_items.t
24048            ! macos/bundled_ext/Storable/t/utf8.t
24049            ! macos/bundled_lib/blib/lib/File/Sort.pm
24050            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
24051            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
24052            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
24053            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
24054            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
24055            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
24056            ! macos/bundled_lib/blib/lib/LWP.pm
24057            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
24058            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
24059            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
24060            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
24061            ! macos/bundled_lib/blib/lib/Mail/Address.pm
24062            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
24063            ! macos/bundled_lib/blib/lib/Mail/Field.pm
24064            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
24065            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
24066            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
24067            ! macos/bundled_lib/blib/lib/Mail/Header.pm
24068            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
24069            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
24070            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
24071            ! macos/bundled_lib/blib/lib/Mail/Send.pm
24072            ! macos/bundled_lib/blib/lib/Mail/Util.pm
24073            ! macos/bundled_lib/blib/lib/NEXT.pm
24074            ! macos/bundled_lib/blib/lib/Net/Config.pm
24075            ! macos/bundled_lib/blib/lib/Net/Domain.pm
24076            ! macos/bundled_lib/blib/lib/Net/FTP.pm
24077            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
24078            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
24079            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
24080            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
24081            ! macos/bundled_lib/blib/lib/Net/POP3.pm
24082            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
24083            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
24084            ! macos/bundled_lib/blib/lib/Switch.pm
24085            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
24086            ! macos/bundled_lib/blib/lib/URI/Escape.pm
24087            ! macos/bundled_lib/blib/lib/URI/ftp.pm
24088            ! macos/bundled_lib/blib/lib/lwpcook.pod
24089            ! macos/bundled_lib/t/Filter/Simple/filter.t
24090            ! macos/bundled_lib/t/Switch/t/nested.t
24091            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
24092            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
24093            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
24094            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
24095            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
24096            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
24097            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
24098            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
24099            ! macos/bundled_lib/t/libnet/config.t
24100            ! macos/bundled_lib/t/libnet/ftp.t
24101            ! macos/bundled_lib/t/libnet/hostname.t
24102            ! macos/bundled_lib/t/libnet/nntp.t
24103            ! macos/bundled_lib/t/libnet/require.t
24104            ! macos/bundled_lib/t/libnet/smtp.t
24105            ! macos/bundled_lib/t/libwww-perl/base/headers.t
24106            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
24107            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
24108            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
24109            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
24110            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
24111            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
24112            ! macos/bundled_lib/t/libwww-perl/live/validator.t
24113            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
24114 ____________________________________________________________________________
24115 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
24116         Log: Subject: [PATCH] Socket::sockaddr_family
24117              From: Gisle Aas <gisle@ActiveState.com> 
24118              Date: 15 Jan 2002 06:35:28 -0800
24119              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
24120      Branch: perl
24121            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
24122 ____________________________________________________________________________
24123 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
24124         Log: Subject: [PATCH perldiag] Style issue
24125              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24126              Date: Tue, 15 Jan 2002 15:36:30 +0100                
24127              Message-ID: <20020115153630.A11568@rafael>
24128      Branch: perl
24129            ! pod/perldiag.pod
24130 ____________________________________________________________________________
24131 [ 14277] By: nick                                  on 2002/01/15  14:30:51
24132         Log: Correct name of PL_OP_SLAB_ALLOC
24133      Branch: perlio
24134            ! perl.h
24135 ____________________________________________________________________________
24136 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
24137         Log: NetWare tweak from Ananth Kesari.
24138      Branch: perl
24139            ! lib/ExtUtils/MakeMaker.pm
24140 ____________________________________________________________________________
24141 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
24142         Log: Throwback.
24143      Branch: perl
24144            ! MANIFEST
24145 ____________________________________________________________________________
24146 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
24147         Log: A couple of additional character classes from Jeffrey,
24148              hopefully useful in future for internal use for implementing
24149              some special cases of casing.
24150              
24151              Also regenerate once more all the character classes,
24152              now without the timestamp.  A timestamp would be kind of
24153              nice but it's not: having a timestamp in a file means that
24154              even if the effective contents of file really didn't
24155              change, the file looks as if it changed.
24156      Branch: perl
24157            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
24158            + lib/unicore/Is/CombAbov.pl
24159            ! (edit 304 files)
24160 ____________________________________________________________________________
24161 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
24162         Log: Make the test harder.
24163      Branch: perl
24164            ! t/op/pat.t
24165 ____________________________________________________________________________
24166 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
24167         Log: Additional utf8_heavy.pl tweak from Jeffrey.
24168      Branch: perl
24169            ! lib/utf8_heavy.pl
24170 ____________________________________________________________________________
24171 [ 14271] By: nick                                  on 2002/01/15  11:29:47
24172         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
24173      Branch: perlio
24174            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
24175            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
24176 ____________________________________________________________________________
24177 [ 14270] By: nick                                  on 2002/01/15  08:19:08
24178         Log: Integrate rest of mainline
24179      Branch: perlio
24180           !> (integrate 28 files)
24181 ____________________________________________________________________________
24182 [ 14269] By: nick                                  on 2002/01/15  08:02:44
24183         Log: Typo in #else branch of PL_SLAB_ALLOC
24184      Branch: perlio
24185            ! op.c
24186 ____________________________________________________________________________
24187 [ 14268] By: nick                                  on 2002/01/15  07:57:47
24188         Log: const-ness fix in savepv's passing of NULL
24189      Branch: perlio
24190            ! util.c
24191 ____________________________________________________________________________
24192 [ 14267] By: nick                                  on 2002/01/15  07:42:17
24193         Log: Hand merge of non slab allocator stuff
24194      Branch: perlio
24195            ! op.c
24196 ____________________________________________________________________________
24197 [ 14266] By: nick                                  on 2002/01/15  07:39:33
24198         Log: Slab allocator submit after resolve -ay to keep it!
24199      Branch: perlio
24200           !> op.c
24201 ____________________________________________________________________________
24202 [ 14265] By: nick                                  on 2002/01/15  07:05:06
24203         Log: Blind integrate of bulk of mainline.
24204      Branch: perlio
24205           +> (branch 173 files)
24206            - (delete 184 files)
24207           !> (integrate 146 files)
24208 ____________________________________________________________________________
24209 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
24210         Log: Pod nits.
24211      Branch: perl
24212            ! lib/Unicode/UCD.pm pod/perlunicode.pod
24213 ____________________________________________________________________________
24214 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
24215         Log: The Unicode categories doc patch to go with #14254,
24216              from Jeffrey.
24217      Branch: perl
24218            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
24219 ____________________________________________________________________________
24220 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
24221         Log: There isn't going to be perl.third.exe.
24222      Branch: perl
24223            ! Makefile.SH
24224 ____________________________________________________________________________
24225 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
24226         Log: Subject: [PATCH] small coredump correction
24227              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24228              Date: Tue, 15 Jan 2002 00:22:52 +0100
24229              Message-ID: <20020115002252.I691@rafael>
24230      Branch: perl
24231            ! op.c
24232 ____________________________________________________________________________
24233 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
24234         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
24235              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24236              Date: Mon, 14 Jan 2002 23:03:04 +0100
24237              Message-ID: <20020114230304.A691@rafael>   
24238              
24239              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
24240              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24241              Date: Mon, 14 Jan 2002 23:18:43 +0100
24242              Message-ID: <20020114231843.E691@rafael>   
24243      Branch: perl
24244            ! pod/perlsub.pod t/op/override.t toke.c
24245 ____________________________________________________________________________
24246 [ 14259] By: nick                                  on 2002/01/14  22:02:49
24247         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
24248              Need to use CopXXXXX macros everywhere and add CopSTASH_free
24249              Add new scope type and add support for it to scope.c and scope stack
24250              dup-er in sv.c. Add savesharedpv().
24251              Also zealous version of Win32's vmem.h to catch all the abuses.
24252              With this t/op/fork.t passes even with zealous checking and 
24253              checker is point a finger at various threads/shared issues.
24254              
24255              PL_curcop->cop_io is still an issue.
24256      Branch: perlio
24257            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
24258            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
24259            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
24260            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
24261            ! win32/vmem.h win32/win32.c win32/win32.h
24262 ____________________________________________________________________________
24263 [ 14258] By: nick                                  on 2002/01/14  20:24:28
24264         Log: Integrate build parts of mainline
24265      Branch: perlio
24266           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
24267           !> lib/ExtUtils/t/MM_Win32.t
24268 ____________________________________________________________________________
24269 [ 14257] By: nick                                  on 2002/01/14  16:10:54
24270         Log: Inverted sense of special-ness of specialCopIO - supposed to 
24271              be true if value is "special" i.e. NOT an SV.
24272      Branch: perlio
24273            ! perlio.h
24274 ____________________________________________________________________________
24275 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
24276         Log: Update Changes.
24277      Branch: perl
24278            ! Changes patchlevel.h
24279 ____________________________________________________________________________
24280 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
24281         Log: Retract #14251 (the op slab allocator from perlio)
24282              until we figure out why 2.2.19 x86 debian gets
24283              a circular sibling chain and therefore hangs in
24284              the Perl_ck_subr() sibling for-loop.
24285      Branch: perl
24286            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24287            ! perlapi.c perlapi.h proto.h
24288 ____________________________________________________________________________
24289 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
24290         Log: Big mktables rewrite from Jeffrey;
24291              documentation not yet updated.
24292      Branch: perl
24293            + (add 171 files)
24294            - (delete 182 files)
24295            ! (edit 135 files)
24296 ____________________________________________________________________________
24297 [ 14253] By: ams                                   on 2002/01/14  03:15:05
24298         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
24299              From: Michael G Schwern <schwern@pobox.com>
24300              Date: Sun, 13 Jan 2002 21:00:07 -0500
24301              Message-Id: <20020114020007.GB2877@blackrider>
24302      Branch: perl
24303            ! lib/Cwd.pm
24304 ____________________________________________________________________________
24305 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
24306         Log: Subject: Re: Win32 status - progress !
24307              From: Abe Timmerman <abe@ztreet.demon.nl>       
24308              Date: Mon, 14 Jan 2002 02:29:51 +0100
24309              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
24310      Branch: perl
24311            ! lib/ExtUtils/t/MM_Win32.t
24312 ____________________________________________________________________________
24313 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
24314         Log: Integrate perlio:
24315              
24316              [ 14250]
24317              Slab allocator for ops
24318              - moved the statics to intrpvar.h
24319              - implemented Slab_Free()
24320              - uses PerlMemShared (for now) if distinction exists.
24321      Branch: perl
24322           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24323           !> perlapi.c perlapi.h proto.h
24324 ____________________________________________________________________________
24325 [ 14250] By: nick                                  on 2002/01/13  23:22:34
24326         Log: Slab allocator for ops
24327              - moved the statics to intrpvar.h
24328              - implemented Slab_Free()
24329              - uses PerlMemShared (for now) if distinction exists.
24330      Branch: perlio
24331            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24332            ! perlapi.c perlapi.h proto.h
24333 ____________________________________________________________________________
24334 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
24335         Log: Start a new test category: uni.  Much of t/op/pat
24336              should probably be moved here, but holding on that
24337              until Jeffrey finishes his big mktables rewrite.
24338              Bits and pieces of op/split, op/pack, op/append,
24339              op/join, could probably be moved to respective uni
24340              tests, too.
24341      Branch: perl
24342            + t/uni/fold.t t/uni/sprintf.t
24343            - t/op/unifold.t t/op/unisprintf.t
24344            ! MANIFEST t/TEST t/harness
24345 ____________________________________________________________________________
24346 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
24347         Log: Subject: [PATCH] enable Win32 to build again
24348              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24349              Date: Sun, 13 Jan 2002 21:49:24 +0100
24350              Message-ID: <3C4200E4.15926.23F6131@localhost>
24351              
24352              miniperl.exe.exe does not exe that well.
24353      Branch: perl
24354            ! lib/ExtUtils/MM_Unix.pm
24355 ____________________________________________________________________________
24356 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
24357         Log: Mention some of the load-affected tests.
24358      Branch: perl
24359            ! INSTALL
24360 ____________________________________________________________________________
24361 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
24362         Log: Move the UTF-8 conversion code earlier so that
24363              op/ver is happy.
24364      Branch: perl
24365            ! sv.c t/op/ver.t
24366 ____________________________________________________________________________
24367 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
24368         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
24369              have diverged quite a bit so no updates there.
24370      Branch: perl
24371            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
24372            ! ext/List/Util/lib/List/Util.pm
24373            ! ext/List/Util/lib/Scalar/Util.pm
24374 ____________________________________________________________________________
24375 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
24376         Log: Make the crypt() pickier: if downgrading doesn't work,
24377              croak.
24378      Branch: perl
24379            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
24380 ____________________________________________________________________________
24381 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
24382         Log: Grow the buffer in case Unicode caused size changes
24383              (and it very probably did).
24384      Branch: perl
24385            ! sv.c
24386 ____________________________________________________________________________
24387 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
24388         Log: Future-proofing from Jeffrey Friedl (for conflicting
24389              In* and Is* names).
24390      Branch: perl
24391            ! lib/utf8_heavy.pl
24392 ____________________________________________________________________________
24393 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
24394         Log: Subject: [PATCH] Re: Warning in B.xs
24395              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24396              Date: Sun, 13 Jan 2002 19:39:52 +0100
24397              Message-ID: <3C41E288.20562.1C8C895@localhost>
24398      Branch: perl
24399            ! ext/B/B.xs
24400 ____________________________________________________________________________
24401 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
24402         Log: Subject: Re: lookbehind broken with latest bleedperl
24403              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24404              Date: Sun, 13 Jan 2002 18:06:22 +0000
24405              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
24406      Branch: perl
24407            ! regexec.c t/op/re_tests
24408 ____________________________________________________________________________
24409 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
24410         Log: Subject: [PATCH] more MM_Unix.t tests
24411              From: Tels <perl_dummy@bloodgate.com>
24412              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
24413              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
24414              
24415              Subject: [PATCH] 14220 misunderstood, I bet          
24416              From: andreas.koenig@anima.de (Andreas J. Koenig)
24417              Date: 12 Jan 2002 21:31:58 +0100
24418              Message-ID: <m3k7un8g5d.fsf@anima.de>
24419      Branch: perl
24420            ! lib/ExtUtils/t/MM_Unix.t
24421 ____________________________________________________________________________
24422 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
24423         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
24424              From: Tels <perl_dummy@bloodgate.com>
24425              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
24426              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
24427              
24428              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
24429              From: Tels <perl_dummy@bloodgate.com>
24430              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
24431              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
24432      Branch: perl
24433            ! lib/ExtUtils/MM_Unix.pm
24434 ____________________________________________________________________________
24435 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
24436         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
24437              From: Nicholas Clark <nick@unfortu.net> 
24438              Date: Sun, 13 Jan 2002 15:58:34 +0000
24439              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
24440      Branch: perl
24441            ! lib/Benchmark.t
24442 ____________________________________________________________________________
24443 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
24444         Log: Anton Berezin did more reading and the uid setting story
24445              gets more complex.
24446      Branch: perl
24447            ! pod/perltodo.pod utils/perldoc.PL
24448 ____________________________________________________________________________
24449 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
24450         Log: Integrate perlio:
24451              
24452              [ 14232]
24453              Win32 fixes:
24454              - vmem.h hack to handle free-by-wrong-thread after eval "".
24455              - Initialize timerid 
24456      Branch: perl
24457           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
24458 ____________________________________________________________________________
24459 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
24460         Log: Subject: Re: HiRes
24461              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24462              Date: Sun, 13 Jan 2002 10:18:46 +0100
24463              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
24464              
24465              Give up on socketpair in HP-UX.
24466      Branch: perl
24467            ! ext/Socket/socketpair.t
24468 ____________________________________________________________________________
24469 [ 14233] By: nick                                  on 2002/01/13  16:29:30
24470         Log: Integrate mainline
24471      Branch: perlio
24472           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
24473           !> (integrate 46 files)
24474 ____________________________________________________________________________
24475 [ 14232] By: nick                                  on 2002/01/13  15:37:48
24476         Log: Win32 fixes:
24477              - vmem.h hack to handle free-by-wrong-thread after eval "".
24478              - Initialize timerid 
24479      Branch: perlio
24480            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
24481 ____________________________________________________________________________
24482 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
24483         Log: *groan*
24484      Branch: perl
24485            ! t/op/pat.t
24486 ____________________________________________________________________________
24487 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
24488         Log: One more sharp s case found by Jeffrey.
24489      Branch: perl
24490            ! regexec.c t/op/pat.t
24491 ____________________________________________________________________________
24492 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
24493         Log: Comment tweak.
24494      Branch: perl
24495            ! regexec.c
24496 ____________________________________________________________________________
24497 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
24498         Log: Don't bother checking for the Greek special
24499              cases if the node is too short.
24500      Branch: perl
24501            ! regcomp.c
24502 ____________________________________________________________________________
24503 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
24504         Log: Update Changes.
24505      Branch: perl
24506            ! Changes patchlevel.h
24507 ____________________________________________________________________________
24508 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
24509         Log: metaconfig unit change for #14225.
24510      Branch: metaconfig
24511            + U/modified/i_ndbm.U
24512 ____________________________________________________________________________
24513 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
24514         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
24515              From: Jonathan Stowe <gellyfish@gellyfish.com>
24516              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
24517              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
24518      Branch: perl
24519            ! Configure config_h.SH
24520 ____________________________________________________________________________
24521 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
24522         Log: Quick reformat using indent -kr -nce, as requested
24523              by Dan Kogai and suggest by NI-S.
24524      Branch: perl
24525            ! ext/Encode/encengine.c
24526 ____________________________________________________________________________
24527 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
24528         Log: Couple more Unicode lookbehind tests.
24529      Branch: perl
24530            ! t/op/pat.t
24531 ____________________________________________________________________________
24532 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
24533         Log: Sharp S as a special treat for our German UTF-8 testers :-)
24534      Branch: perl
24535            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
24536 ____________________________________________________________________________
24537 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
24538         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
24539              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24540              Date: Sat, 12 Jan 2002 20:37:32 +0100
24541              Message-ID: <3C409E8C.16203.196C2D3@localhost>
24542      Branch: perl
24543            ! ext/B/B/Deparse.pm
24544 ____________________________________________________________________________
24545 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
24546         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
24547              really worth the bits it's printed on?
24548      Branch: perl
24549            ! lib/ExtUtils/t/MM_Unix.t
24550 ____________________________________________________________________________
24551 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
24552         Log: Special treatment for U+03B0 and U+0390 in //i,
24553              this means that we can remove the minlen pessimisations
24554              introduced by the #14096.
24555      Branch: perl
24556            ! pp_hot.c regcomp.c regexec.c
24557 ____________________________________________________________________________
24558 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
24559         Log: Integrate perlio:
24560              
24561              [ 14214]
24562              Win32-ize socketpair test
24563              - Win32 can fork even though $Config{d_fork} is undef
24564              - SOCK_DGRAM does not work - skip those tests.
24565              
24566              [ 14213]
24567              Abstract out the cloning of SvPVX and handle shared pv in a 
24568              safe (if suboptimal) manner. Does not fix op/fork.t :-(
24569      Branch: perl
24570           !> ext/Socket/socketpair.t sv.c
24571 ____________________________________________________________________________
24572 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
24573         Log: One should first drop the real uid, not the effective uid.
24574              [ID 20020110.003]
24575      Branch: perl
24576            ! utils/perldoc.PL
24577 ____________________________________________________________________________
24578 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
24579         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
24580              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24581              Date: Fri, 11 Jan 2002 23:29:48 +0100
24582              Message-ID: <3C3F756C.4581.2E2A938@localhost>
24583      Branch: perl
24584            + ext/B/C/C.xs ext/B/C/Makefile.PL
24585            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
24586            ! utils/perlcc.PL
24587 ____________________________________________________________________________
24588 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
24589         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
24590              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
24591              Date: Fri, 11 Jan 2002 14:29:30 -0800
24592              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
24593      Branch: perl
24594            ! ext/B/t/concise.t
24595 ____________________________________________________________________________
24596 [ 14214] By: nick                                  on 2002/01/12  12:31:12
24597         Log: Win32-ize socketpair test
24598              - Win32 can fork even though $Config{d_fork} is undef
24599              - SOCK_DGRAM does not work - skip those tests.
24600      Branch: perlio
24601            ! ext/Socket/socketpair.t
24602 ____________________________________________________________________________
24603 [ 14213] By: nick                                  on 2002/01/12  11:46:28
24604         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
24605              safe (if suboptimal) manner. Does not fix op/fork.t :-(
24606      Branch: perlio
24607            ! sv.c
24608 ____________________________________________________________________________
24609 [ 14212] By: ams                                   on 2002/01/12  06:10:52
24610         Log: Subject: [PATCH] More fixes for Stratus VOS
24611              From: "Green, Paul" <Paul.Green@stratus.com>
24612              Date: Fri, 11 Jan 2002 17:30:37 -0500
24613              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
24614      Branch: perl
24615            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
24616 ____________________________________________________________________________
24617 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
24618         Log: Upgrade to CGI.pm 2.80.
24619      Branch: perl
24620            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
24621 ____________________________________________________________________________
24622 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
24623         Log: FAQ sync.
24624      Branch: perl
24625            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24626            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24627            ! pod/perlfaq8.pod
24628 ____________________________________________________________________________
24629 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
24630         Log: This is getting embarrassing.
24631      Branch: perl
24632            ! t/op/pat.t
24633 ____________________________________________________________________________
24634 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
24635         Log: Doc tweaks.
24636      Branch: perl
24637            ! pod/perlunicode.pod
24638 ____________________________________________________________________________
24639 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
24640         Log: Updating the test count is good; also rephrasing
24641              so that there is no ok output containing "not".
24642      Branch: perl
24643            ! t/op/pat.t
24644 ____________________________________________________________________________
24645 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
24646         Log: Andreas is busy :-)
24647      Branch: perl
24648            ! doop.c t/op/unisprintf.t
24649 ____________________________________________________________________________
24650 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
24651         Log: Unicode lookbehind looked bad.
24652      Branch: perl
24653            ! regexec.c t/op/pat.t
24654 ____________________________________________________________________________
24655 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
24656         Log: Garbage collection.
24657      Branch: perl
24658            ! t/run/kill_perl.t
24659 ____________________________________________________________________________
24660 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
24661         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
24662              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24663              Date: Fri, 11 Jan 2002 23:29:48 +0100
24664              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
24665      Branch: perl
24666            ! embed.fnc global.sym makedef.pl
24667 ____________________________________________________________________________
24668 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
24669         Log: Subject: [PATCH] perldelta nit?
24670              From: Robert Spier <rspier@pobox.com>
24671              Date: Fri, 11 Jan 2002 15:19:16 -0800
24672              Message-ID: <15423.29428.164185.251700@rls.cx>
24673      Branch: perl
24674            ! pod/perldelta.pod
24675 ____________________________________________________________________________
24676 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
24677         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
24678              From: Michael G Schwern <schwern@pobox.com>
24679              Date: Fri, 11 Jan 2002 17:08:17 -0500
24680              Message-ID: <20020111220817.GG2838@blackrider>
24681      Branch: perl
24682            ! t/run/kill_perl.t t/test.pl
24683 ____________________________________________________________________________
24684 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
24685         Log: Subject: [PATCH] Correct misleading error message
24686              From: Mike Guy <mjtg@cam.ac.uk>
24687              Date: Fri, 11 Jan 2002 18:36:33 +0000
24688              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
24689              
24690              hash assignment -> anonymous hash
24691      Branch: perl
24692            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
24693 ____________________________________________________________________________
24694 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
24695         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
24696              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24697              Date: Fri, 11 Jan 2002 16:58:14 +0100
24698              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
24699      Branch: perl
24700            ! ext/Unicode/Normalize/mkheader
24701 ____________________________________________________________________________
24702 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
24703         Log: Add a new test for is-sprintf-preserving Unicodeness:
24704              #14194 and an old one from kill_perl.t (I could have used
24705              sprintf.t, but it's format was quite fixed, and I didn't
24706              feel like breaking the format)
24707      Branch: perl
24708            + t/op/unisprintf.t
24709            ! MANIFEST t/run/kill_perl.t
24710 ____________________________________________________________________________
24711 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
24712         Log: Integrate perlio:
24713              
24714              [ 14196]
24715              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
24716              as C runtime seems to get its hands on them even though we said
24717              they were handled.
24718              Still an issue with "die" out of signal handler - get panic: pp_iter
24719      Branch: perl
24720           !> win32/win32.c
24721 ____________________________________________________________________________
24722 [ 14196] By: nick                                  on 2002/01/11  20:58:20
24723         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
24724              as C runtime seems to get its hands on them even though we said
24725              they were handled.
24726              Still an issue with "die" out of signal handler - get panic: pp_iter
24727      Branch: perlio
24728            ! win32/win32.c
24729 ____________________________________________________________________________
24730 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
24731         Log: Integrate perlio:
24732              
24733              [ 14192]
24734              A mostly-stable version of "new" Win32 signal/kill support.
24735      Branch: perl
24736           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
24737           !> win32/config.gc win32/config.vc win32/config_H.bc
24738           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
24739           !> win32/makefile.mk win32/win32.c win32/win32.h
24740 ____________________________________________________________________________
24741 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
24742         Log: Fix for
24743              
24744              Subject: UTF-8 sprintf bug in bleadperl
24745              From: andreas.koenig@anima.de (Andreas J. Koenig)
24746              Date: 11 Jan 2002 15:47:15 +0100
24747              Message-ID: <m3vge99c7g.fsf@anima.de>
24748              
24749              I have tests, have just to figure out where to put them
24750              since op/sprintf looks a bit unfriendly for tests of
24751              somewhat freer form.
24752      Branch: perl
24753            ! doop.c sv.c
24754 ____________________________________________________________________________
24755 [ 14193] By: nick                                  on 2002/01/11  18:25:34
24756         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
24757              Builds and passes a few tests.
24758      Branch: perlio
24759           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
24760           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
24761           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
24762           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
24763           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
24764           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
24765           +> t/lib/sample-tests/lone_not_bug
24766           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
24767           +> t/lib/sample-tests/vms_nit
24768           !> (integrate 63 files)
24769 ____________________________________________________________________________
24770 [ 14192] By: nick                                  on 2002/01/11  17:49:39
24771         Log: A mostly-stable version of "new" Win32 signal/kill support.
24772      Branch: perlio
24773            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
24774            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24775            ! win32/config_h.PL win32/makefile.mk win32/win32.c
24776            ! win32/win32.h
24777 ____________________________________________________________________________
24778 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
24779         Log: Update Changes.
24780      Branch: perl
24781            ! Changes patchlevel.h
24782 ____________________________________________________________________________
24783 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
24784         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
24785              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24786              Date: Thu, 10 Jan 2002 18:21:34 -0800
24787              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
24788      Branch: perl
24789            + ext/B/t/concise.t
24790            ! MANIFEST
24791 ____________________________________________________________________________
24792 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
24793         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
24794              necessary in form.t and html.t @INC setups.
24795      Branch: perl
24796            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
24797 ____________________________________________________________________________
24798 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
24799         Log: Yet another twist.
24800      Branch: perl
24801            ! t/test.pl
24802 ____________________________________________________________________________
24803 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
24804         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
24805              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24806              Date: Fri, 11 Jan 2002 13:04:15 +0100      
24807              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
24808      Branch: perl
24809            ! hints/aix.sh
24810 ____________________________________________________________________________
24811 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
24812         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
24813              From: Jonathan Stowe <gellyfish@gellyfish.com> 
24814              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
24815              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
24816      Branch: perl
24817            ! lib/AnyDBM_File.t
24818 ____________________________________________________________________________
24819 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
24820         Log: Arguments were being mangled.
24821      Branch: perl
24822            ! t/test.pl
24823 ____________________________________________________________________________
24824 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
24825         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
24826              From: Jonathan Stowe <gellyfish@gellyfish.com>
24827              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
24828              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
24829      Branch: perl
24830            ! lib/AnyDBM_File.t
24831 ____________________________________________________________________________
24832 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
24833         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
24834              From: Michael G Schwern <schwern@pobox.com> 
24835              Date: Fri, 11 Jan 2002 04:26:27 -0500
24836              Message-ID: <20020111092626.GA16544@blackrider>
24837      Branch: perl
24838            ! t/run/kill_perl.t t/test.pl
24839 ____________________________________________________________________________
24840 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
24841         Log: Subject: [PATCH] Test::Harness 2.01
24842              From: Michael G Schwern <schwern@pobox.com> 
24843              Date: Thu, 10 Jan 2002 21:11:24 -0500
24844              Message-ID: <20020111021123.GA30666@blackrider>
24845      Branch: perl
24846            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
24847            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
24848            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
24849            + lib/Test/Harness/t/nonumbers.t
24850            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
24851            + t/lib/sample-tests/lone_not_bug
24852            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
24853            + t/lib/sample-tests/vms_nit
24854            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
24855            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
24856 ____________________________________________________________________________
24857 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
24858         Log: patch is silly when creating new files: don't run
24859              patch more than once.
24860      Branch: perl
24861            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
24862 ____________________________________________________________________________
24863 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
24864         Log: Forgot from #14179.
24865      Branch: perl
24866            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
24867 ____________________________________________________________________________
24868 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
24869         Log: Subject: [PATCH] is() undef/'' behavior change
24870              From: Michael G Schwern <schwern@pobox.com> 
24871              Date: Fri, 11 Jan 2002 03:35:51 -0500
24872              Message-ID: <20020111083551.GC30666@blackrider>
24873              
24874              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
24875              From: Michael G Schwern <schwern@pobox.com> 
24876              Date: Fri, 11 Jan 2002 03:37:44 -0500
24877              Message-ID: <20020111083744.GD30666@blackrider>
24878      Branch: perl
24879            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
24880            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
24881            ! lib/Pod/t/InputObjects.t lib/blib.t
24882 ____________________________________________________________________________
24883 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
24884         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
24885              From: Michael G Schwern <schwern@pobox.com> 
24886              Date: Thu, 10 Jan 2002 19:56:23 -0500
24887              Message-ID: <20020111005623.GA13192@blackrider>
24888      Branch: perl
24889            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
24890            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
24891            ! lib/Test/Simple.pm lib/Test/Simple/Changes
24892            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
24893            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24894            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
24895            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
24896            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
24897            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
24898            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
24899            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
24900            ! lib/Test/Simple/t/plan_is_noplan.t
24901            ! lib/Test/Simple/t/plan_no_plan.t
24902            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
24903            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
24904            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
24905            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
24906            ! lib/Test/Tutorial.pod
24907 ____________________________________________________________________________
24908 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
24909         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
24910              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
24911              
24912              turns out even the malloc() was never really needed to begin with,
24913              so get rid of it
24914      Branch: perl
24915            ! sv.c
24916 ____________________________________________________________________________
24917 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
24918         Log: Small doc tweaks.
24919      Branch: perl
24920            ! pod/perluniintro.pod
24921 ____________________________________________________________________________
24922 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
24923         Log: support using the CRT's malloc() family of functions instead of
24924              the internal one when ithreads is enabled; allocate large blocks
24925              using VirtualAlloc() since the Heap*() functions may only be tuned
24926              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
24927              
24928              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
24929              also see comments at the top of win32/vmem.h for other options that
24930              can be set
24931      Branch: perl
24932            ! win32/vmem.h
24933 ____________________________________________________________________________
24934 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
24935         Log: Subject: micropatch
24936              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24937              Date: Thu, 10 Jan 2002 18:20:58 +0000
24938              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
24939      Branch: perl
24940            ! regcomp.c
24941 ____________________________________________________________________________
24942 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
24943         Log: Subject: [PATCH] Embed.t on Win32
24944              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24945              Date: Thu, 10 Jan 2002 18:56:21 +0100
24946              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
24947      Branch: perl
24948            ! lib/ExtUtils/t/Embed.t
24949 ____________________________________________________________________________
24950 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
24951         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
24952              From: Gisle Aas <gisle@ActiveState.com>
24953              Date: 10 Jan 2002 08:56:05 -0800
24954              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
24955      Branch: perl
24956            ! toke.c
24957 ____________________________________________________________________________
24958 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
24959         Log: Subject: [PATCH] doc fixes
24960              From: "Brendan O'Dea" <bod@debian.org>
24961              Date: Fri, 11 Jan 2002 03:49:54 +1100
24962              Message-ID: <20020110164954.GA21891@compusol.com.au>
24963      Branch: perl
24964            ! lib/I18N/Collate.pm pod/perlfunc.pod
24965 ____________________________________________________________________________
24966 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
24967         Log: Integrate perlio:
24968              
24969              [ 14167]
24970              More signal hackery
24971      Branch: perl
24972           !> win32/win32.c
24973 ____________________________________________________________________________
24974 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
24975         Log: No need to show internal encodings, or return them
24976              in random order.
24977      Branch: perl
24978            ! ext/Encode/Encode.pm
24979 ____________________________________________________________________________
24980 [ 14168] By: nick                                  on 2002/01/10  17:33:31
24981         Log: Integrate mainline
24982      Branch: perlio
24983            - ext/Unicode/Normalize/Normalize.pod
24984           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
24985           !> ext/Unicode/Normalize/Makefile.PL
24986           !> ext/Unicode/Normalize/Normalize.pm
24987           !> ext/Unicode/Normalize/Normalize.xs
24988           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
24989           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
24990           !> t/run/kill_perl.t toke.c
24991 ____________________________________________________________________________
24992 [ 14167] By: nick                                  on 2002/01/10  17:08:35
24993         Log: More signal hackery
24994      Branch: perlio
24995            ! win32/win32.c
24996 ____________________________________________________________________________
24997 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
24998         Log: I think we can claim to be supporting Unicode
24999              "loose matching" now.
25000      Branch: perl
25001            ! pod/perlunicode.pod
25002 ____________________________________________________________________________
25003 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
25004         Log: Subject: doc patch
25005              From: mjd@plover.com
25006              Date: 10 Jan 2002 15:12:27 -0000
25007              Message-ID: <20020110151227.14850.qmail@plover.com>
25008      Branch: perl
25009            ! pod/perlrun.pod
25010 ____________________________________________________________________________
25011 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
25012         Log: Subject: Re: [ID 20011223.001] accept leaks memory
25013              From: Andy Dougherty <doughera@lafayette.edu>
25014              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
25015              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
25016      Branch: perl
25017            ! hints/linux.sh
25018 ____________________________________________________________________________
25019 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
25020         Log: Integrate perlio:
25021              
25022              [ 14160]
25023              Skeleton coding of more kill() support on Win32.
25024      Branch: perl
25025           !> win32/win32.c
25026 ____________________________________________________________________________
25027 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
25028         Log: Subject: [PATCH] Magic numbers in B::Concise
25029              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
25030              Date: Wed, 9 Jan 2002 23:04:01 -0800
25031              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
25032      Branch: perl
25033            ! ext/B/B/Concise.pm ext/B/O.pm
25034 ____________________________________________________________________________
25035 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
25036         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
25037              From: Gisle Aas <gisle@ActiveState.com>
25038              Date: 09 Jan 2002 21:52:40 -0800
25039              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
25040      Branch: perl
25041            ! t/lib/strict/vars toke.c
25042 ____________________________________________________________________________
25043 [ 14160] By: nick                                  on 2002/01/09  21:29:39
25044         Log: Skeleton coding of more kill() support on Win32.
25045      Branch: perlio
25046            ! win32/win32.c
25047 ____________________________________________________________________________
25048 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
25049         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
25050              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25051              Date: Wed, 9 Jan 2002 23:24:32 +0100
25052              Message-ID: <20020109232432.A692@rafael>
25053      Branch: perl
25054            ! ext/B/B/Deparse.pm
25055 ____________________________________________________________________________
25056 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
25057         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25058              From: Jonathan Stowe <gellyfish@gellyfish.com>
25059              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
25060              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
25061      Branch: perl
25062            ! t/run/kill_perl.t
25063 ____________________________________________________________________________
25064 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
25065         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25066              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25067              Date: Wed, 09 Jan 2002 20:16:54 +0000
25068              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
25069      Branch: perl
25070            ! regexec.c
25071 ____________________________________________________________________________
25072 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
25073         Log: Subject: [Patch @14129] fixes Unicode::Normalize
25074              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25075              Date: Thu, 10 Jan 2002 01:08:56 +0900
25076              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
25077      Branch: perl
25078            - ext/Unicode/Normalize/Normalize.pod
25079            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
25080            ! ext/Unicode/Normalize/Normalize.pm
25081            ! ext/Unicode/Normalize/Normalize.xs
25082            ! ext/Unicode/Normalize/mkheader
25083 ____________________________________________________________________________
25084 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
25085         Log: Integrate perlio:
25086              
25087              [ 14151]
25088              (Re-)implement alarm() for Win32.
25089      Branch: perl
25090           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
25091           !> win32/win32iop.h
25092 ____________________________________________________________________________
25093 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
25094         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
25095              From: Nicholas Clark <nick@unfortu.net>
25096              Date: Wed, 9 Jan 2002 17:56:04 +0000
25097              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
25098      Branch: perl
25099            ! t/op/readdir.t
25100 ____________________________________________________________________________
25101 [ 14153] By: nick                                  on 2002/01/09  16:18:57
25102         Log: Integrate mainline
25103      Branch: perlio
25104           +> ext/threads/t/stress_re.t t/op/unifold.t
25105            - lib/unifold.t
25106           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
25107           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
25108           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
25109 ____________________________________________________________________________
25110 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
25111         Log: Update Changes.
25112      Branch: perl
25113            ! Changes patchlevel.h
25114 ____________________________________________________________________________
25115 [ 14151] By: nick                                  on 2002/01/09  14:27:36
25116         Log: (Re-)implement alarm() for Win32.
25117      Branch: perlio
25118            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
25119            ! win32/win32iop.h
25120 ____________________________________________________________________________
25121 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
25122         Log: Thinko.
25123      Branch: perl
25124            ! ext/threads/t/stress_re.t
25125 ____________________________________________________________________________
25126 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
25127         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25128              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25129              Date: Wed, 09 Jan 2002 13:37:17 +0000                
25130              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
25131      Branch: perl
25132            ! regexec.c t/op/re_tests
25133 ____________________________________________________________________________
25134 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
25135         Log: Subject: Re: Weird Malformed warning in bleadperl    
25136              From: andreas.koenig@anima.de (Andreas J. Koenig)    
25137              Date: 09 Jan 2002 11:12:37 +0100
25138              Message-ID: <m3itabbzoq.fsf@anima.de>
25139      Branch: perl
25140            ! regexec.c t/op/pat.t
25141 ____________________________________________________________________________
25142 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
25143         Log: Forgot stress_re.t from MANIFEST.
25144      Branch: perl
25145            ! MANIFEST
25146 ____________________________________________________________________________
25147 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
25148         Log: In dumping use isPRINT() instead of isprint() so that locale
25149              does not come into play.
25150      Branch: perl
25151            ! utf8.c
25152 ____________________________________________________________________________
25153 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
25154         Log: Add a threads stress test for regular expressions
25155              (mostly just a modified stress_string.t) and doesn't
25156              test that much of regular expressions, just that $1
25157              doesn't get stomped by competing threads (as it does
25158              in the 5005threads of old).
25159      Branch: perl
25160            + ext/threads/t/stress_re.t
25161            ! MANIFEST
25162 ____________________________________________________________________________
25163 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
25164         Log: (retracted by #14307)
25165              Subject: Re: [ID 20010912.007] substr reference core dump
25166              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25167              Date: Tue, 08 Jan 2002 19:17:50 +0000
25168              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
25169      Branch: perl
25170            ! scope.c t/run/kill_perl.t
25171 ____________________________________________________________________________
25172 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
25173         Log: SANY (. with /s) wasn't happy on Unicode.
25174      Branch: perl
25175            ! regexec.c t/op/pat.t
25176 ____________________________________________________________________________
25177 [ 14142] By: ams                                   on 2002/01/08  22:42:10
25178         Log: Subject: [PATCH] perldebug nit
25179              From: Tels <tels@bloodgate.com>
25180              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
25181      Branch: perl
25182            ! pod/perldebug.pod
25183 ____________________________________________________________________________
25184 [ 14141] By: ams                                   on 2002/01/08  21:32:59
25185         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
25186              From: "Green, Paul" <Paul.Green@stratus.com>
25187              Date: Tue, 8 Jan 2002 17:31:35 -0500
25188              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
25189      Branch: perl
25190            ! Makefile.SH
25191 ____________________________________________________________________________
25192 [ 14140] By: ams                                   on 2002/01/08  21:27:57
25193         Log: Subject: [PATCH] Re: Slight chokage from Deparse
25194              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25195              Date: Tue, 8 Jan 2002 23:04:45 +0100
25196              Message-Id: <20020108230445.A4798@rafael>
25197      Branch: perl
25198            ! ext/B/B/Deparse.pm
25199 ____________________________________________________________________________
25200 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
25201         Log: Subject: [patch] peep() is rude
25202              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
25203              Date: Tue, 08 Jan 2002 19:17:50 +0000            
25204              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
25205      Branch: perl
25206            ! op.c t/run/kill_perl.t
25207 ____________________________________________________________________________
25208 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
25209         Log: unifold is really an op test since it requires
25210              no external modules for its actual testing:
25211              only the unicore CaseFold.txt file, and File::Spec
25212              to portably access that file.
25213      Branch: perl
25214            + t/op/unifold.t
25215            - lib/unifold.t
25216            ! MANIFEST
25217 ____________________________________________________________________________
25218 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
25219         Log: Subject: [patch] save a test 
25220              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25221              Date: Tue, 08 Jan 2002 16:18:47 +0000
25222              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
25223      Branch: perl
25224            ! regcomp.c
25225 ____________________________________________________________________________
25226 [ 14136] By: nick                                  on 2002/01/08  16:11:55
25227         Log: Integrate mainline
25228      Branch: perlio
25229           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
25230           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
25231           !> (integrate 37 files)
25232 ____________________________________________________________________________
25233 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
25234         Log: Subject: Not OK 13843 
25235              From: andreas.koenig@anima.de (Andreas J. Koenig)
25236              Date: 08 Jan 2002 14:12:29 +0100
25237              Message-ID: <m38zb9c7gi.fsf@anima.de>
25238      Branch: perl
25239            ! op.c t/op/subst.t
25240 ____________________________________________________________________________
25241 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
25242         Log: Missed one variant of the fold testing, noticed bu Hugo.
25243      Branch: perl
25244            ! lib/unifold.t
25245 ____________________________________________________________________________
25246 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
25247         Log: Enchance the Storable magic description.
25248      Branch: perl
25249            ! ext/Storable/Storable.pm
25250 ____________________________________________________________________________
25251 [ 14132] By: ams                                   on 2002/01/08  09:16:12
25252         Log: Subject: [PATCH] don't installperl pods
25253              From: H.Merijn Brand <h.m.brand@hccnet.nl>
25254              Date: Tue, 08 Jan 2002 10:36:01 +0100
25255              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
25256      Branch: perl
25257            ! installperl
25258 ____________________________________________________________________________
25259 [ 14131] By: ams                                   on 2002/01/08  03:38:40
25260         Log: Subject: Math-BigInt v1.49 released
25261              From: Tels <perl_dummy@bloodgate.com>
25262              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
25263      Branch: perl
25264            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
25265            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
25266            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25267            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
25268            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
25269            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
25270            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
25271            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
25272            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
25273            ! t/lib/Math/BigInt/Subclass.pm
25274 ____________________________________________________________________________
25275 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
25276         Log: A little better comments.
25277      Branch: perl
25278            ! regexec.c
25279 ____________________________________________________________________________
25280 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
25281         Log: No normalization form DNF.
25282      Branch: perl
25283            ! ext/Unicode/Normalize/Normalize.pm
25284 ____________________________________________________________________________
25285 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
25286         Log: Extension nits found by -Wall (several from threads
25287              and threads::shared, but leaving them to Arthur).
25288      Branch: perl
25289            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
25290            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
25291            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
25292            ! ext/Unicode/Normalize/mkheader x2p/str.c
25293 ____________________________________________________________________________
25294 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
25295         Log: Sync up Changes etc.
25296      Branch: maint-5.6/macperl
25297            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
25298 ____________________________________________________________________________
25299 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
25300         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
25301      Branch: maint-5.6/macperl
25302            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
25303 ____________________________________________________________________________
25304 [ 14125] By: ams                                   on 2002/01/07  22:03:22
25305         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
25306              From: Nicholas Clark (sans From field in mail header)
25307              Date: Mon, 7 Jan 2002 16:18:23 +0000
25308              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
25309      Branch: perl
25310            ! lib/Exporter.pm
25311 ____________________________________________________________________________
25312 [ 14124] By: ams                                   on 2002/01/07  21:46:11
25313         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
25314              From: "Green, Paul" <Paul.Green@stratus.com>
25315              Date: Mon, 7 Jan 2002 16:59:38 -0500
25316              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
25317      Branch: perl
25318            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
25319 ____________________________________________________________________________
25320 [ 14123] By: nick                                  on 2002/01/07  18:49:55
25321         Log: Integrate mainline
25322      Branch: perlio
25323           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
25324           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
25325           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
25326           !> regexec.c t/op/re_tests utf8.c utf8.h
25327 ____________________________________________________________________________
25328 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
25329         Log: Update Changes.
25330      Branch: perl
25331            ! Changes patchlevel.h
25332 ____________________________________________________________________________
25333 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
25334         Log: Subject: [PATCH] Correct module name in perldelta*
25335              From: Mike Guy <mjtg@cam.ac.uk>
25336              Date: Mon, 07 Jan 2002 17:02:43 +0000
25337              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
25338      Branch: perl
25339            ! pod/perl561delta.pod pod/perl56delta.pod
25340 ____________________________________________________________________________
25341 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
25342         Log: AUTHORS update.
25343      Branch: perl
25344            ! AUTHORS
25345 ____________________________________________________________________________
25346 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
25347         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
25348      Branch: perl
25349            ! ext/Storable/Storable.pm
25350 ____________________________________________________________________________
25351 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
25352         Log: perldelta updates.
25353      Branch: perl
25354            ! pod/perldelta.pod
25355 ____________________________________________________________________________
25356 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
25357         Log: Document the flags of pv_uni_display().
25358      Branch: perl
25359            ! pod/perlapi.pod utf8.c
25360 ____________________________________________________________________________
25361 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
25362         Log: Forgot from #14115.
25363      Branch: perl
25364            ! t/op/re_tests
25365 ____________________________________________________________________________
25366 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
25367         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
25368              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
25369              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
25370              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
25371      Branch: perl
25372            ! regcomp.c
25373 ____________________________________________________________________________
25374 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
25375         Log: More regex and utf8 debug dumping.
25376      Branch: perl
25377            ! dump.c regcomp.c regexec.c utf8.c utf8.h
25378 ____________________________________________________________________________
25379 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
25380         Log: Unused variable.
25381      Branch: perl
25382            ! regcomp.c
25383 ____________________________________________________________________________
25384 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
25385         Log: Regen toc.
25386      Branch: perl
25387            ! pod/perltoc.pod
25388 ____________________________________________________________________________
25389 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
25390         Log: capitalize correctly, noticed by David Dyck.
25391      Branch: perl
25392            ! lib/sort.pm
25393 ____________________________________________________________________________
25394 [ 14110] By: nick                                  on 2002/01/06  22:05:19
25395         Log: Integrate mainline - threads mended, DB_File sick?
25396      Branch: perlio
25397           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
25398           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
25399           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
25400           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
25401           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
25402 ____________________________________________________________________________
25403 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
25404         Log: No need to overqualify.
25405      Branch: perl
25406            ! lib/sort.pm
25407 ____________________________________________________________________________
25408 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
25409         Log: PL_debug_pad wasn't initialized to zeroes which broke
25410              ithreads + DEBUGGING.
25411      Branch: perl
25412            ! sv.c
25413 ____________________________________________________________________________
25414 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
25415         Log: Update Changes.
25416      Branch: perl
25417            ! Changes patchlevel.h
25418 ____________________________________________________________________________
25419 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
25420         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25421              From: Jonathan Stowe <gellyfish@gellyfish.com>
25422              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
25423              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
25424      Branch: perl
25425            ! pp_sys.c
25426 ____________________________________________________________________________
25427 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
25428         Log: DB_File sync from Paul Marquess.
25429      Branch: perl
25430            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25431            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
25432            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
25433 ____________________________________________________________________________
25434 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
25435         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
25436              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
25437              Date: Sun, 6 Jan 2002 11:44:30 +0100
25438              Message-ID: <3C38389E.7831.493570@localhost>
25439      Branch: perl
25440            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
25441            ! utils/perlcc.PL
25442 ____________________________________________________________________________
25443 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
25444         Log: Tests for #14098.
25445      Branch: perl
25446            ! t/op/lc.t
25447 ____________________________________________________________________________
25448 [ 14102] By: nick                                  on 2002/01/06  11:33:55
25449         Log: Integrate mainline (PPPort still multi-building).
25450      Branch: perlio
25451           +> lib/unifold.t
25452           !> (integrate 30 files)
25453 ____________________________________________________________________________
25454 [ 14101] By: ams                                   on 2002/01/06  04:52:50
25455         Log: Subject: [PATCH] Bad prototype detection now an optional warning
25456              From: Sam Tregar <sam@tregar.com>
25457              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
25458              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
25459      Branch: perl
25460            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
25461            ! t/comp/proto.t toke.c
25462 ____________________________________________________________________________
25463 [ 14100] By: ams                                   on 2002/01/06  01:56:59
25464         Log: Subject: [PATCH] Correct several Stratus VOS build issues
25465              From: "Green, Paul" <Paul.Green@stratus.com>
25466              Date: Sat, 5 Jan 2002 21:30:56 -0500
25467              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
25468      Branch: perl
25469            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
25470 ____________________________________________________________________________
25471 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
25472         Log: Further perl.org URL elaboration from Ask.
25473      Branch: perl
25474            ! pod/perlfaq1.pod pod/perlfaq2.pod
25475 ____________________________________________________________________________
25476 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
25477         Log: The same problem with To{Lower,Title,Upper}
25478              as earlier with ToFold.
25479      Branch: perl
25480            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
25481            ! lib/unicore/To/Upper.pl lib/unicore/mktables
25482 ____________________________________________________________________________
25483 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
25484         Log: Retract #14057 for now; the alarm/setitimer timers
25485              seen to be the same in many systems, which leads into
25486              hangups.
25487      Branch: perl
25488            ! ext/Time/HiRes/HiRes.t
25489 ____________________________________________________________________________
25490 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
25491         Log: Finish up (ha!) the Unicode case folding;
25492              enhance regex dumping code.
25493      Branch: perl
25494            + lib/unifold.t
25495            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
25496            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
25497 ____________________________________________________________________________
25498 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
25499         Log: Use the perl.org news gw instead of the perl.com one
25500              (from Ask).
25501      Branch: perl
25502            ! pod/perlfaq1.pod pod/perlfaq2.pod
25503 ____________________________________________________________________________
25504 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
25505         Log: Zero() wasn't documented.
25506      Branch: perl
25507            ! pod/perlclib.pod
25508 ____________________________________________________________________________
25509 [ 14093] By: ams                                   on 2002/01/05  17:58:35
25510         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
25511              From: Nicholas Clark <nick@unfortu.net>
25512              Date: Sat, 5 Jan 2002 18:55:39 +0000
25513              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
25514      Branch: perl
25515            ! lib/Memoize/t/tie_ndbm.t
25516 ____________________________________________________________________________
25517 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
25518         Log: Also UNICOS/mk has deviant socketpair().
25519      Branch: perl
25520            ! ext/Socket/socketpair.t
25521 ____________________________________________________________________________
25522 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
25523         Log: Ooops.  Retract the regex parts of #14090.
25524      Branch: perl
25525            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
25526 ____________________________________________________________________________
25527 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
25528         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
25529              From: Nicholas Clark <nick@unfortu.net> 
25530              Date: Sat, 5 Jan 2002 18:10:13 +0000
25531              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
25532      Branch: perl
25533            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
25534            ! regcomp.h regexec.c
25535 ____________________________________________________________________________
25536 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
25537         Log: Integrate perlio:
25538              
25539              [ 14088]
25540              One missing aTHX_
25541      Branch: perl
25542           !> op.c
25543 ____________________________________________________________________________
25544 [ 14088] By: nick                                  on 2002/01/05  12:35:01
25545         Log: One missing aTHX_
25546      Branch: perlio
25547            ! op.c
25548 ____________________________________________________________________________
25549 [ 14087] By: nick                                  on 2002/01/05  12:00:48
25550         Log: Raw integrate of mainline - op.c looks dodgy.
25551      Branch: perlio
25552           +> lib/Pod/t/Functions.t t/op/winsystem.t
25553            - lib/File/Spec/NW5.pm t/op/system.t
25554           !> (integrate 77 files)
25555 ____________________________________________________________________________
25556 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
25557         Log: integrate changes from maint-5.6/macperl branch
25558      Branch: maint-5.6/perl
25559           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
25560           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
25561 ____________________________________________________________________________
25562 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
25563         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
25564              found by Marc Lehmann.
25565      Branch: perl
25566            ! pp.c
25567 ____________________________________________________________________________
25568 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
25569         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
25570              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25571              Date: Sat, 5 Jan 2002 00:31:12 +0100
25572              Message-ID: <20020105003112.E1850@rafael>              
25573      Branch: perl
25574            ! t/comp/proto.t
25575 ____________________________________________________________________________
25576 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
25577         Log: A bit of "perl.com" cleanup.
25578      Branch: perl
25579            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
25580            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
25581            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
25582            ! pod/perlmodlib.PL pod/perlmodlib.pod
25583 ____________________________________________________________________________
25584 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
25585         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
25586              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25587              Date: Fri, 4 Jan 2002 23:35:19 +0100
25588              Message-ID: <20020104233519.A1850@rafael>
25589      Branch: perl
25590            ! op.c
25591 ____________________________________________________________________________
25592 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
25593         Log: Integrate change #14062 from macperl;
25594              Define setbuf, setvbuf for Mac OS
25595      Branch: perl
25596           !> ext/IO/IO.xs
25597 ____________________________________________________________________________
25598 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
25599         Log: Bump version, update Changes
25600      Branch: maint-5.6/macperl
25601            ! macos/Changes macos/MPVersion.r
25602 ____________________________________________________________________________
25603 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
25604         Log: Add more droplets
25605      Branch: maint-5.6/macperl
25606            + macos/macperl/Droplets/gluedialect.plx
25607            + macos/macperl/Droplets/glueedit.plx
25608            + macos/macperl/Droplets/gluemac.plx
25609            + macos/macperl/Droplets/gluescriptadds.plx
25610            + macos/macperl/Droplets/installme.plx
25611            + macos/macperl/Droplets/show_glue_pods.plx
25612            + macos/macperl/Droplets/tarzipme.plx
25613            + macos/macperl/Droplets/untarzipme.plx
25614 ____________________________________________________________________________
25615 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
25616         Log: Display the native pwd command.
25617      Branch: perl
25618            ! ext/Cwd/t/cwd.t
25619 ____________________________________________________________________________
25620 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
25621         Log: Under Mac OS X /dev/stdout is normally a symlink,
25622              but when running the test it seems to become a socket.
25623              So let's extend our censorship.
25624      Branch: perl
25625            ! t/op/stat.t
25626 ____________________________________________________________________________
25627 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
25628         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
25629      Branch: maint-5.6/macperl
25630            + macos/HandleSocket.cp
25631            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
25632            ! macos/macperl.sym
25633 ____________________________________________________________________________
25634 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
25635         Log: Doc updates
25636      Branch: maint-5.6/macperl
25637            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
25638 ____________________________________________________________________________
25639 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
25640         Log: Update libraries
25641      Branch: maint-5.6/macperl
25642            ! macos/macperl/Makefile.mk
25643 ____________________________________________________________________________
25644 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
25645         Log: Update tests to Mac::StandardFile from StandardFile.pl,
25646              plus other fixes
25647      Branch: maint-5.6/macperl
25648            ! macos/ext/Mac/Menus/t/MenuBar.t
25649            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
25650            ! macos/ext/Mac/Movies/t/PlayMovie.t
25651            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
25652            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
25653            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
25654            ! macos/ext/Mac/Resources/t/Resources.t
25655 ____________________________________________________________________________
25656 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
25657         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
25658      Branch: maint-5.6/macperl
25659            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
25660            ! macos/ext/Mac/Movies/Movies.xs
25661            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
25662            ! macos/ext/Mac/StandardFile/StandardFile.xs
25663            ! macos/ext/Mac/Windows/Windows.xs
25664 ____________________________________________________________________________
25665 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
25666         Log: Updates for Universal Headers 3.4 (forgot one)
25667      Branch: maint-5.6/macperl
25668            ! macos/macperl/MPConsole.cp
25669 ____________________________________________________________________________
25670 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
25671         Log: Updates for Universal Headers 3.4
25672      Branch: maint-5.6/macperl
25673            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
25674            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
25675            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
25676            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
25677            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
25678            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
25679            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
25680            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
25681            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
25682 ____________________________________________________________________________
25683 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
25684         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
25685              from <200112112327.JAA25434@gpo.metropolis.net.au>;
25686              don't crash on quit for 68K (MacPerl Bug #490013)
25687      Branch: maint-5.6/macperl
25688            ! macos/macish.c macos/macperl/MPConsole.cp
25689 ____________________________________________________________________________
25690 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
25691         Log: If we do have socketpair(), make my_socketpair()
25692              just call the real socketpair().  This way we always
25693              have real code behind my_socketpair() and a symbol
25694              corresponding to the my_socketpair in global.sym.
25695      Branch: perl
25696            ! embed.fnc embed.h makedef.pl proto.h util.c
25697 ____________________________________________________________________________
25698 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
25699         Log: Disable sigaction (MacPerl Bug #470321)
25700      Branch: maint-5.6/macperl
25701            ! macos/config.h macos/config.sh
25702 ____________________________________________________________________________
25703 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
25704         Log: Make GUSI resource work (MacPerl Bug #464638)
25705      Branch: maint-5.6/macperl
25706            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
25707            ! macos/macperl/MacPerl.rsrc
25708 ____________________________________________________________________________
25709 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
25710         Log: Make AutoSplit go a little deeper
25711      Branch: maint-5.6/macperl
25712            ! macos/Makefile.mk
25713 ____________________________________________________________________________
25714 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
25715         Log: A few doc updates from bleadperl
25716      Branch: maint-5.6/macperl
25717            ! pod/perlmodinstall.pod pod/perlport.pod
25718 ____________________________________________________________________________
25719 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
25720         Log: Sync up to latest changes from bleadperl
25721      Branch: maint-5.6/macperl
25722            ! lib/File/Find.pm
25723 ____________________________________________________________________________
25724 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
25725         Log: Define setbuf, setvbuf for Mac OS
25726      Branch: maint-5.6/macperl
25727            ! ext/IO/IO.xs
25728 ____________________________________________________________________________
25729 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
25730         Log: Delete by request of Mark-Jason Dominus (change #13676)
25731      Branch: maint-5.6/macperl
25732            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
25733 ____________________________________________________________________________
25734 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
25735         Log: Spread the good word of "env".
25736      Branch: perl
25737            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
25738 ____________________________________________________________________________
25739 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
25740         Log: Till the system tests do something non-Win*, better rename
25741              the test so that people on other platforms don't get confused.
25742              (Not win32system, because assumedly there's win64, too.)
25743      Branch: perl
25744            + t/op/winsystem.t
25745            - t/op/system.t
25746            ! MANIFEST
25747 ____________________________________________________________________________
25748 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
25749         Log: Some tweaks.
25750      Branch: perl
25751            ! lib/Pod/t/Functions.t
25752 ____________________________________________________________________________
25753 [ 14057] By: ams                                   on 2002/01/04  17:40:31
25754         Log: (retracted by #14057)
25755              
25756              Subject: [PATCH] Time/HiRes/HiRes.t
25757              From: Nicholas Clark <nick@unfortu.net>
25758              Date: Fri, 4 Jan 2002 17:28:46 +0000
25759              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
25760      Branch: perl
25761            ! ext/Time/HiRes/HiRes.t
25762 ____________________________________________________________________________
25763 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
25764         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
25765              From: Abe Timmerman <abe@ztreet.demon.nl>
25766              Date: Fri, 04 Jan 2002 18:42:33 +0100
25767              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
25768      Branch: perl
25769            + lib/Pod/t/Functions.t
25770            ! MANIFEST lib/Pod/Functions.pm
25771 ____________________________________________________________________________
25772 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
25773         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
25774              From: "Craig A. Berry" <craigberry@mac.com>
25775              Date: Thu, 3 Jan 2002 17:32:20 -0600
25776              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
25777      Branch: perl
25778            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
25779 ____________________________________________________________________________
25780 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
25781         Log: Document the U+0085, U+2028, and U+2029.
25782      Branch: perl
25783            ! pod/perlre.pod pod/perlretut.pod
25784 ____________________________________________________________________________
25785 [ 14053] By: ams                                   on 2002/01/04  03:27:44
25786         Log: Subject: [PATCH] warn if not CORE::dump
25787              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25788              Date: Thu, 3 Jan 2002 22:04:00 +0100
25789              Message-Id: <20020103220400.A13958@rafael>
25790      Branch: perl
25791            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
25792 ____________________________________________________________________________
25793 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
25794         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
25795      Branch: perl
25796            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
25797 ____________________________________________________________________________
25798 [ 14051] By: ams                                   on 2002/01/04  03:00:12
25799         Log: Subject: [PATCH] File::Compare::VERSION
25800              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25801              Date: Thu, 3 Jan 2002 23:42:52 +0100
25802              Message-Id: <20020103234252.G13958@rafael>
25803      Branch: perl
25804            ! lib/File/Compare.pm
25805 ____________________________________________________________________________
25806 [ 14050] By: ams                                   on 2002/01/04  02:58:05
25807         Log: Subject: [PATCH @14042] threads::shared doc
25808              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
25809              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
25810              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
25811      Branch: perl
25812            ! ext/threads/shared/shared.pm
25813 ____________________________________________________________________________
25814 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
25815         Log: #14048 exposed few false positives, to be fixed soonish.
25816      Branch: perl
25817            ! t/op/pat.t
25818 ____________________________________________________________________________
25819 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
25820         Log: Do not add the first characters of multicharacter foldings
25821              into character classes.
25822      Branch: perl
25823            ! regcomp.c
25824 ____________________________________________________________________________
25825 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
25826         Log: A bit of testing for #14046.
25827      Branch: perl
25828            ! t/op/pat.t
25829 ____________________________________________________________________________
25830 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
25831         Log: Allow emitting the foldcased version of "\x{df}", "ss"
25832              (among others, another example would be \x{fb00} -> "ff")
25833      Branch: perl
25834            ! regcomp.c
25835 ____________________________________________________________________________
25836 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
25837         Log: Subject: [PATCH] File::Spec & NetWare
25838              From: Dave Rolsky <autarch@urth.org>
25839              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
25840              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
25841      Branch: perl
25842            - lib/File/Spec/NW5.pm
25843            ! MANIFEST lib/File/Spec.pm
25844 ____________________________________________________________________________
25845 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
25846         Log: FAQ sync (RCS Ids only?)
25847      Branch: perl
25848            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
25849 ____________________________________________________________________________
25850 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
25851         Log: AUTHORs updates.
25852      Branch: perl
25853            ! AUTHORS
25854 ____________________________________________________________________________
25855 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
25856         Log: Update Changes.
25857      Branch: perl
25858            ! Changes patchlevel.h
25859 ____________________________________________________________________________
25860 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
25861         Log: Missed the =head1 additions.
25862      Branch: perl
25863            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
25864            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
25865            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
25866            ! util.c
25867 ____________________________________________________________________________
25868 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
25869         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
25870              From: Robin Barker <rmb1@cise.npl.co.uk>
25871              Date: Thu, 3 Jan 2002 15:26:20 GMT
25872              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
25873      Branch: perl
25874            ! lib/Carp.t lib/Carp/Heavy.pm
25875 ____________________________________________________________________________
25876 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
25877         Log: Subject: [PATCH hv.c] 
25878              From: Robin Barker <rmb1@cise.npl.co.uk>
25879              Date: Thu, 3 Jan 2002 14:49:06 GMT
25880              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
25881              
25882              -Wformat check.
25883      Branch: perl
25884            ! hv.c
25885 ____________________________________________________________________________
25886 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
25887         Log: NetWare tweaks from Ananth Kesari.
25888      Branch: perl
25889            ! NetWare/t/NWScripts.pl lib/File/Find.pm
25890 ____________________________________________________________________________
25891 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
25892         Log: Cast.
25893      Branch: perl
25894            ! regexec.c
25895 ____________________________________________________________________________
25896 [ 14036] By: ams                                   on 2002/01/03  12:12:31
25897         Log: Grammar fix suggested by Gwyn Judd.
25898      Branch: perl
25899            ! pod/perldiag.pod
25900 ____________________________________________________________________________
25901 [ 14035] By: nick                                  on 2002/01/03  09:22:42
25902         Log: More strange perlio != mainline differences where
25903              I have not been.
25904      Branch: perlio
25905           !> hints/unicos.sh hints/unicosmk.sh
25906 ____________________________________________________________________________
25907 [ 14034] By: nick                                  on 2002/01/03  09:19:37
25908         Log: Integrate mainline (including force integrate of
25909              lib/charnames.pm which had got out-of-step)
25910      Branch: perlio
25911           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
25912 ____________________________________________________________________________
25913 [ 14033] By: ams                                   on 2002/01/03  08:24:24
25914         Log: Subject: Not ok 14031: PPPort Makefile.PL
25915              From: andreas.koenig@anima.de (Andreas J. Koenig)
25916              Date: 03 Jan 2002 10:17:46 +0100
25917              Message-Id: <m3sn9n94jp.fsf@anima.de>
25918      Branch: perl
25919            ! ext/Devel/PPPort/Makefile.PL
25920 ____________________________________________________________________________
25921 [ 14032] By: nick                                  on 2002/01/03  08:24:00
25922         Log: Integrate mainline.
25923      Branch: perlio
25924           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
25925           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
25926           !> (integrate 31 files)
25927 ____________________________________________________________________________
25928 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
25929         Log: Off-by-one is my middle name.
25930      Branch: perl
25931            ! regexec.c
25932 ____________________________________________________________________________
25933 [ 14030] By: ams                                   on 2002/01/02  23:56:37
25934         Log: Subject: [PATCH @14015] threads::shared disabling
25935              From: Andy Bussey <andybussey@yahoo.co.uk>
25936              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
25937              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
25938      Branch: perl
25939            + ext/threads/shared/t/no_share.t
25940            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
25941 ____________________________________________________________________________
25942 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
25943         Log: Simon's new perlapi scheme, I hope I got all the pieces.
25944      Branch: perl
25945            + autodoc.pl embed.fnc
25946            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
25947 ____________________________________________________________________________
25948 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
25949         Log: Integrate perlio:
25950              
25951              [ 14022]
25952              More PPPort Makefile source dependence removal
25953      Branch: perl
25954           !> ext/Devel/PPPort/Makefile.PL perl.h
25955 ____________________________________________________________________________
25956 [ 14027] By: ams                                   on 2002/01/02  21:42:50
25957         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
25958              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25959              Date: Wed, 2 Jan 2002 23:09:13 +0100
25960              Message-Id: <20020102230913.A17373@rafael>
25961      Branch: perl
25962            ! pod/perldiag.pod
25963 ____________________________________________________________________________
25964 [ 14026] By: ams                                   on 2002/01/02  21:38:34
25965         Log: Subject: Re: PATCH: lib/Term/Cap.pm
25966              From: Jonathan Stowe <gellyfish@gellyfish.com>
25967              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
25968              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
25969      Branch: perl
25970            ! lib/Term/Cap.pm
25971 ____________________________________________________________________________
25972 [ 14025] By: ams                                   on 2002/01/02  18:34:26
25973         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
25974              From: Sam Tregar <sam@tregar.com>
25975              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
25976              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
25977      Branch: perl
25978            ! pod/perldiag.pod t/comp/proto.t toke.c
25979 ____________________________________________________________________________
25980 [ 14024] By: ams                                   on 2002/01/02  18:16:12
25981         Log: Subject: PATCH: lib/Term/Cap.pm
25982              From: Norton Allen <allen@huarp.harvard.edu>
25983              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
25984              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
25985      Branch: perl
25986            ! lib/Term/Cap.pm
25987 ____________________________________________________________________________
25988 [ 14023] By: ams                                   on 2002/01/02  18:12:31
25989         Log: Subject: PATCH: lib/Cwd.pm for QNX4
25990              From: Norton Allen <allen@huarp.harvard.edu>
25991              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
25992              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
25993      Branch: perl
25994            ! lib/Cwd.pm
25995 ____________________________________________________________________________
25996 [ 14022] By: nick                                  on 2002/01/02  18:01:21
25997         Log: More PPPort Makefile source dependence removal
25998      Branch: perlio
25999            ! ext/Devel/PPPort/Makefile.PL
26000 ____________________________________________________________________________
26001 [ 14021] By: nick                                  on 2002/01/02  17:44:36
26002         Log: Sort out muddle of editing on three machines ...
26003      Branch: perlio
26004           !> Changes MANIFEST cygwin/Makefile.SHs
26005           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
26006           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
26007           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
26008 ____________________________________________________________________________
26009 [ 14020] By: ams                                   on 2002/01/02  17:06:27
26010         Log: Fix misplaced application of #14016.
26011      Branch: perl
26012            ! op.c
26013 ____________________________________________________________________________
26014 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
26015         Log: Integrate perlio:
26016              
26017              [ 14017]
26018              Avoid un-init perl_debug_pad in clones
26019      Branch: perl
26020           !> sv.c
26021 ____________________________________________________________________________
26022 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
26023         Log: makedepend VOS fix from Paul Green.
26024      Branch: perl
26025            ! makedepend.SH
26026 ____________________________________________________________________________
26027 [ 14017] By: nick                                  on 2002/01/02  16:09:43
26028         Log: Avoid un-init perl_debug_pad in clones
26029      Branch: perlio
26030            ! sv.c
26031 ____________________________________________________________________________
26032 [ 14016] By: ams                                   on 2002/01/02  15:58:11
26033         Log: Subject: [PATCH] random crash in B::LISTOP::last
26034              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26035              Date: Wed, 2 Jan 2002 17:37:28 +0100
26036              Message-Id: <3C334558.3906.19CB98D@localhost>
26037      Branch: perl
26038            ! op.c
26039 ____________________________________________________________________________
26040 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
26041         Log: Update Changes.
26042      Branch: perl
26043            ! Changes patchlevel.h
26044 ____________________________________________________________________________
26045 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
26046         Log: One more iteration of the ibcmp_utf8() interface,
26047              hopefully this is a convergent iteration...
26048      Branch: perl
26049            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
26050 ____________________________________________________________________________
26051 [ 14013] By: ams                                   on 2002/01/02  13:43:58
26052         Log: Upgrade to podlators-1.19.
26053      Branch: perl
26054            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
26055            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
26056            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
26057            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
26058            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
26059 ____________________________________________________________________________
26060 [ 14012] By: ams                                   on 2002/01/02  09:48:51
26061         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
26062              From: martyn@inpharmatica.co.uk
26063              Date: Wed, 19 Dec 2001 19:05:00 +0000
26064              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
26065      Branch: perl
26066            ! lib/Pod/Usage.pm
26067 ____________________________________________________________________________
26068 [ 14011] By: nick                                  on 2002/01/02  08:38:18
26069         Log: Integrate mainline
26070      Branch: perlio
26071           !> (integrate 28 files)
26072 ____________________________________________________________________________
26073 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
26074         Log: Make ibcmp_utf8() optionally progress in either string for
26075              as long as it takes and optionally record how far it got.
26076      Branch: perl
26077            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
26078 ____________________________________________________________________________
26079 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
26080         Log: Once more try to get the PPPort Makefile right.
26081      Branch: perl
26082            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
26083 ____________________________________________________________________________
26084 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
26085         Log: -Wall silencing.
26086      Branch: perl
26087            ! utf8.c
26088 ____________________________________________________________________________
26089 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
26090         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
26091              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26092              Date: Tue, 1 Jan 2002 22:45:21 +0100       
26093              Message-ID: <20020101224521.A691@rafael>
26094      Branch: perl
26095            ! ext/B/B/Deparse.pm
26096 ____________________________________________________________________________
26097 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
26098         Log: VOS tweak from Paul Green: VOS has different O_BINARY
26099              and O_TEXT, but VOS always uses LF, never CRLF.
26100      Branch: perl
26101            ! perl.h
26102 ____________________________________________________________________________
26103 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
26104         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
26105      Branch: perl
26106            ! regexec.c utf8.c
26107 ____________________________________________________________________________
26108 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
26109         Log: Now that to_utf8_fold() was fixed.
26110      Branch: perl
26111            ! regcomp.c regexec.c
26112 ____________________________________________________________________________
26113 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
26114         Log: Integrate perlio:
26115              
26116              [ 13991]
26117              Experimental binmode() re-coding (UNIX okay - but it would be...)
26118      Branch: perl
26119           !> perlio.c
26120 ____________________________________________________________________________
26121 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
26122         Log: Document the to_utf8_*() functions.
26123      Branch: perl
26124            ! embed.pl pod/perlapi.pod utf8.c
26125 ____________________________________________________________________________
26126 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
26127         Log: Better support for multicharacter foldings.
26128              Now all but two of the CaseFold.txt cases work-- but
26129              only when the target string is single-character, more
26130              debugging needed.
26131      Branch: perl
26132            ! regexec.c
26133 ____________________________________________________________________________
26134 [ 14000] By: ams                                   on 2002/01/01  15:59:43
26135         Log: Subject: [PATCH] don't installperl pods
26136              From: Nicholas Clark <nick@unfortu.net>
26137              Date: Tue, 1 Jan 2002 16:44:12 +0000
26138              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
26139      Branch: perl
26140            ! installperl
26141 ____________________________________________________________________________
26142 [ 13999] By: ams                                   on 2002/01/01  14:34:04
26143         Log: Subject: [PATCH] perldiag.pod transposition
26144              From: Nicholas Clark <nick@unfortu.net>
26145              Date: Tue, 1 Jan 2002 15:03:52 +0000
26146              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
26147      Branch: perl
26148            ! pod/perldiag.pod
26149 ____________________________________________________________________________
26150 [ 13998] By: ams                                   on 2002/01/01  13:36:49
26151         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
26152              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26153              Date: Tue, 1 Jan 2002 15:12:36 +0100
26154              Message-Id: <20020101151236.A951@rafael>
26155      Branch: perl
26156            ! pod/perldiag.pod
26157 ____________________________________________________________________________
26158 [ 13997] By: ams                                   on 2002/01/01  13:33:06
26159         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
26160              From: Nicholas Clark <nick@unfortu.net>
26161              Date: Tue, 1 Jan 2002 13:13:17 +0000
26162              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
26163      Branch: perl
26164            ! ext/Socket/socketpair.t
26165 ____________________________________________________________________________
26166 [ 13996] By: ams                                   on 2002/01/01  04:44:28
26167         Log: Subject: [PATCH @13746] Leaner exporter
26168              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26169              Date: Mon, 31 Dec 2001 18:16:08 -0500
26170              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
26171      Branch: perl
26172            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
26173 ____________________________________________________________________________
26174 [ 13995] By: ams                                   on 2002/01/01  04:29:44
26175         Log: Subject: [PATCH @13746] h2xs broken
26176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26177              Date: Mon, 31 Dec 2001 17:48:55 -0500
26178              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
26179      Branch: perl
26180            ! utils/h2xs.PL
26181 ____________________________________________________________________________
26182 [ 13994] By: ams                                   on 2002/01/01  04:25:46
26183         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
26184              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26185              Date: Mon, 31 Dec 2001 17:42:25 -0500
26186              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
26187      Branch: perl
26188            ! lib/ExtUtils/MM_Unix.pm
26189 ____________________________________________________________________________
26190 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
26191         Log: Rename the variables to be a bit more consistent.
26192      Branch: perl
26193            ! utf8.c
26194 ____________________________________________________________________________
26195 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
26196         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
26197              (found by Jeffrey Friedl)
26198      Branch: perl
26199            ! regexec.c t/op/pat.t utf8.c
26200 ____________________________________________________________________________
26201 [ 13991] By: nick                                  on 2001/12/31  18:08:55
26202         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
26203      Branch: perlio
26204            ! perlio.c
26205 ____________________________________________________________________________
26206 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
26207         Log: Update Changes.
26208      Branch: perl
26209            ! Changes patchlevel.h
26210 ____________________________________________________________________________
26211 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
26212         Log: Less unused ones.
26213      Branch: perl
26214            ! regexec.c
26215 ____________________________________________________________________________
26216 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
26217         Log: Unused variable.
26218      Branch: perl
26219            ! regcomp.c
26220 ____________________________________________________________________________
26221 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
26222         Log: Forgotten file.
26223      Branch: perl
26224            ! MANIFEST
26225 ____________________________________________________________________________
26226 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
26227         Log: Subject: Re: Cygwin: one down one to go 
26228              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26229              Date: Mon, 31 Dec 2001 18:34:36 +0100
26230              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
26231      Branch: perl
26232            ! cygwin/Makefile.SHs
26233 ____________________________________________________________________________
26234 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
26235         Log: Add some comments to the recent Unicode case-folding saga.
26236      Branch: perl
26237            ! regcomp.c regexec.c
26238 ____________________________________________________________________________
26239 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
26240         Log: Slight comment tweakage.
26241      Branch: perl
26242            ! ext/I18N/Langinfo/Langinfo.t
26243 ____________________________________________________________________________
26244 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
26245         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
26246      Branch: perl
26247            ! perl.h
26248 ____________________________________________________________________________
26249 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
26250         Log: Subject: [ PATCH] Cygwin: one down one to go
26251              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26252              Date: Mon, 31 Dec 2001 17:03:40 +0100
26253              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
26254      Branch: perl
26255            ! lib/Pod/t/basic.t
26256 ____________________________________________________________________________
26257 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
26258         Log: Tweak the dependencies not to recompile everytime,
26259              as suggested by NI-S.
26260      Branch: perl
26261            ! ext/Devel/PPPort/Makefile.PL
26262 ____________________________________________________________________________
26263 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
26264         Log: Planning still not right.
26265      Branch: perl
26266            ! lib/User/grent.t
26267 ____________________________________________________________________________
26268 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
26269         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
26270              From: Michael G Schwern <schwern@pobox.com>
26271              Date: Sun, 30 Dec 2001 18:07:55 -0500
26272              Message-ID: <20011230230755.GG12840@blackrider>
26273              
26274              (lib/User/grent, really)
26275      Branch: perl
26276            ! lib/User/grent.t
26277 ____________________________________________________________________________
26278 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
26279         Log: Integrate perlio:
26280              
26281              [ 13975]
26282              perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
26283              if PerlIONext is NULL.
26284      Branch: perl
26285           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
26286 ____________________________________________________________________________
26287 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
26288         Log: Subject: typo in IO::Socket::INET.pm
26289              From: mjd@plover.com
26290              Date: 31 Dec 2001 14:31:10 -0000
26291              Message-ID: <20011231143110.4989.qmail@plover.com>
26292      Branch: perl
26293            ! ext/IO/lib/IO/Socket/INET.pm
26294 ____________________________________________________________________________
26295 [ 13976] By: nick                                  on 2001/12/31  13:56:11
26296         Log: Integrate mainline
26297      Branch: perlio
26298           !> (integrate 29 files)
26299 ____________________________________________________________________________
26300 [ 13975] By: nick                                  on 2001/12/31  12:40:50
26301         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
26302              if PerlIONext is NULL.
26303      Branch: perlio
26304            ! perlio.c perliol.h
26305 ____________________________________________________________________________
26306 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
26307         Log: Subject: Re: [PATCH] Basic bad prototype detection
26308              From: Sam Tregar <sam@tregar.com>
26309              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
26310              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
26311      Branch: perl
26312            ! t/comp/proto.t toke.c
26313 ____________________________________________________________________________
26314 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
26315         Log: Subject: [PATCH] configure.com / scriptdirexp
26316              From: "Craig A. Berry" <craigberry@mac.com>
26317              Date: Sun, 30 Dec 2001 15:47:28 -0600
26318              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
26319      Branch: perl
26320            ! configure.com
26321 ____________________________________________________________________________
26322 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
26323         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
26324              From: Abe Timmerman <abe@ztreet.demon.nl>
26325              Date: Mon, 31 Dec 2001 03:55:27 +0100
26326              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
26327      Branch: perl
26328            ! lib/ExtUtils/t/MM_Win32.t
26329 ____________________________________________________________________________
26330 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
26331         Log: Subject: [PATCH] Basic bad prototype detection
26332              From: Sam Tregar <sam@tregar.com> 
26333              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
26334              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
26335      Branch: perl
26336            ! pod/perldiag.pod t/comp/proto.t toke.c
26337 ____________________________________________________________________________
26338 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
26339         Log: Makefiles are sloppy about the exe suffix
26340              (from Paul Green)
26341      Branch: perl
26342            ! Makefile.SH x2p/Makefile.SH
26343 ____________________________________________________________________________
26344 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
26345         Log: Delay folding until necessary; start of handling
26346              folding into several characters.
26347      Branch: perl
26348            ! regcomp.c regexec.c
26349 ____________________________________________________________________________
26350 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
26351         Log: gcc -Wall dewhine.
26352      Branch: perl
26353            ! regexec.c
26354 ____________________________________________________________________________
26355 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
26356         Log: More Unicode folding tweaks, avoid potential false matches.
26357      Branch: perl
26358            ! regexec.c
26359 ____________________________________________________________________________
26360 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
26361         Log: Make that six wrongs.
26362      Branch: perl
26363            ! regexec.c utf8.c
26364 ____________________________________________________________________________
26365 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
26366         Log: Four wrongs can make a right.
26367      Branch: perl
26368            ! regexec.c utf8.c
26369 ____________________________________________________________________________
26370 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
26371         Log: Fix all the I case foldings as per CaseFold.txt.
26372      Branch: perl
26373            ! regcomp.c regexec.c
26374 ____________________________________________________________________________
26375 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
26376         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
26377      Branch: perl
26378            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
26379            ! regexec.c utf8.c
26380 ____________________________________________________________________________
26381 [ 13962] By: nick                                  on 2001/12/30  18:33:41
26382         Log: Integrate 8.3 fix for PPPort fix
26383      Branch: perlio
26384           +> ext/Devel/PPPort/ppport_h.PL
26385            - ext/Devel/PPPort/ppport.h.PL
26386            ! ext/Devel/PPPort/MANIFEST
26387           !> ext/Devel/PPPort/Makefile.PL
26388 ____________________________________________________________________________
26389 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
26390         Log: Integrate perlio:
26391              
26392              [ 13959]
26393              Win32 stuff:
26394              A. Use Perl_my_socketpair()
26395              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
26396              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
26397              take special measures to set it during pseudo-fork.
26398      Branch: perl
26399           !> util.c win32/perlhost.h
26400 ____________________________________________________________________________
26401 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
26402         Log: Fix ppport.h for Unix.
26403      Branch: perl
26404            + ext/Devel/PPPort/ppport_h.PL
26405            - ext/Devel/PPPort/ppport.h.PL
26406            ! MANIFEST ext/Devel/PPPort/Makefile.PL
26407 ____________________________________________________________________________
26408 [ 13959] By: nick                                  on 2001/12/30  16:53:42
26409         Log: Win32 stuff:
26410              A. Use Perl_my_socketpair()
26411              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
26412              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
26413              take special measures to set it during pseudo-fork.
26414      Branch: perlio
26415            ! util.c win32/perlhost.h
26416 ____________________________________________________________________________
26417 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
26418         Log: Integrate perlio:
26419              
26420              [ 13950]
26421              Win32 hides some errno-oid constants in <winsock.h> under assumed names.
26422              This gets them into Errno.pm - yet to prove they end up in $!.
26423              
26424              [ 13948]
26425              remove embed.pl duplicates
26426              
26427              [ 13944]
26428              "Port" Devel::PPPort to Win32:
26429              - need to set @INC before use in the test
26430              - {} are special to dmake, so use ppport.h.PL
26431              rather than commandline 
26432      Branch: perl
26433           +> ext/Devel/PPPort/ppport.h.PL
26434           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
26435           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
26436           !> proto.h
26437 ____________________________________________________________________________
26438 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
26439         Log: metaconfig unit change for #13956.
26440      Branch: metaconfig
26441            ! U/modified/spitshell.U
26442 ____________________________________________________________________________
26443 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
26444         Log: Must look for cat also in $PATH (noticed by Philip Newton).
26445      Branch: perl
26446            ! Configure
26447 ____________________________________________________________________________
26448 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
26449         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
26450              From: Blair Zajac <blair@orcaware.com>
26451              Date: Sat, 29 Dec 2001 22:37:03 -0800
26452              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
26453      Branch: perl
26454            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
26455 ____________________________________________________________________________
26456 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
26457         Log: Regen files.
26458      Branch: perl
26459            ! embed.h global.sym pod/perlapi.pod uconfig.h
26460 ____________________________________________________________________________
26461 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
26462         Log: Subject: [PATCH] -t without -w 
26463              From: Michael G Schwern <schwern@pobox.com>
26464              Date: Sat, 29 Dec 2001 23:46:25 -0500
26465              Message-ID: <20011230044625.GA14386@blackrider>
26466      Branch: perl
26467            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
26468            ! warnings.pl
26469 ____________________________________________________________________________
26470 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
26471         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
26472              From: Dave Rolsky <autarch@urth.org>               
26473              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
26474              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
26475              
26476              $^O is NetWare, not Netware.
26477      Branch: perl
26478            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
26479 ____________________________________________________________________________
26480 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
26481         Log: Sarathy thinks undoing C++ comments from C++ files
26482              is a bit too zealous.
26483      Branch: perl
26484            ! win32/perlhost.h win32/vmem.h
26485 ____________________________________________________________________________
26486 [ 13950] By: nick                                  on 2001/12/30  14:30:02
26487         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
26488              This gets them into Errno.pm - yet to prove they end up in $!.
26489      Branch: perlio
26490            ! ext/Errno/Errno_pm.PL
26491 ____________________________________________________________________________
26492 [ 13949] By: nick                                  on 2001/12/30  12:02:21
26493         Log: Integrate Cwd muddle
26494      Branch: perlio
26495           !> MANIFEST installperl lib/Cwd.pm
26496 ____________________________________________________________________________
26497 [ 13948] By: nick                                  on 2001/12/30  11:51:40
26498         Log: remove embed.pl duplicates
26499      Branch: perlio
26500            ! embed.h embed.pl global.sym proto.h
26501 ____________________________________________________________________________
26502 [ 13947] By: nick                                  on 2001/12/30  11:35:51
26503         Log: More Cwd tidy up
26504      Branch: perl
26505            ! MANIFEST installperl
26506 ____________________________________________________________________________
26507 [ 13946] By: nick                                  on 2001/12/30  11:12:42
26508         Log: Undo a mess trying Cwd.pm in its ext directory
26509      Branch: perl
26510            + lib/Cwd.pm
26511            - ext/Cwd/Cwd.pm
26512 ____________________________________________________________________________
26513 [ 13945] By: nick                                  on 2001/12/30  10:03:43
26514         Log: Integrate mainline
26515      Branch: perl
26516           +> ext/Cwd/Cwd.pm
26517            - lib/Cwd.pm
26518            ! MANIFEST
26519      Branch: perlio
26520           !> (integrate 45 files)
26521 ____________________________________________________________________________
26522 [ 13944] By: nick                                  on 2001/12/30  09:27:16
26523         Log: "Port" Devel::PPPort to Win32:
26524              - need to set @INC before use in the test
26525              - {} are special to dmake, so use ppport.h.PL
26526              rather than commandline 
26527      Branch: perlio
26528            + ext/Devel/PPPort/ppport.h.PL
26529            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
26530 ____________________________________________________________________________
26531 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
26532         Log: Update Changes.
26533      Branch: perl
26534            ! Changes patchlevel.h
26535 ____________________________________________________________________________
26536 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
26537         Log: Subject: [PATCH] cleaner close on tests, take 2
26538              From: andreas.koenig@anima.de (Andreas J. Koenig)
26539              Date: 29 Dec 2001 21:42:37 +0100
26540              Message-ID: <m33d1tvjuq.fsf@anima.de>
26541              
26542              (the DB_File patches)
26543      Branch: perl
26544            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26545            ! ext/DB_File/t/db-recno.t
26546 ____________________________________________________________________________
26547 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
26548         Log: Integrate perlio:
26549              
26550              [ 13936]
26551              Routine regen_config_h - no real differences other than order of crypt 
26552      Branch: perl
26553           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26554 ____________________________________________________________________________
26555 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
26556         Log: Subject: [PATCH] cleaner close on tests, take 2             
26557              From: andreas.koenig@anima.de (Andreas J. Koenig)
26558              Date: 29 Dec 2001 21:42:37 +0100
26559              Message-ID: <m33d1tvjuq.fsf@anima.de>
26560              
26561              (except for the three DB_File patch fragments)
26562      Branch: perl
26563            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
26564            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
26565            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
26566            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
26567            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
26568            ! t/op/runlevel.t t/op/write.t t/run/switches.t
26569 ____________________________________________________________________________
26570 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
26571         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
26572              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26573              Date: Sat, 29 Dec 2001 20:38:59 +0100
26574              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
26575              
26576              (NetWare tree not touched because it's very //)
26577      Branch: perl
26578            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
26579            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
26580            ! wince/include/errno.h wince/include/netdb.h
26581            ! wince/include/sys/socket.h wince/include/sys/stat.h
26582            ! wince/perllib.c wince/perlmain.c wince/win32.h
26583            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
26584            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
26585 ____________________________________________________________________________
26586 [ 13938] By: nick                                  on 2001/12/29  19:23:32
26587         Log: Integrate mainline (ok linux)
26588      Branch: perlio
26589           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
26590           !> (integrate 33 files)
26591 ____________________________________________________________________________
26592 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
26593         Log: Give up on serious testing of langinfo().  Leave the old
26594              code in place, though.
26595      Branch: perl
26596            ! ext/I18N/Langinfo/Langinfo.t
26597 ____________________________________________________________________________
26598 [ 13936] By: nick                                  on 2001/12/29  18:20:33
26599         Log: Routine regen_config_h - no real differences other than order of crypt 
26600      Branch: perlio
26601            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26602 ____________________________________________________________________________
26603 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
26604         Log: Integrate perlio:
26605              
26606              [ 13934]
26607              Fudge Config.pm so File::Spec does not croak.
26608              
26609              [ 13931]
26610              Define the two socket error numbers in terms of WSAEXXXXX equivalents
26611              (just to get util.c to compile)
26612      Branch: perl
26613           !> win32/FindExt.pm win32/win32.h
26614 ____________________________________________________________________________
26615 [ 13934] By: nick                                  on 2001/12/29  17:27:50
26616         Log: Fudge Config.pm so File::Spec does not croak.
26617      Branch: perlio
26618            ! win32/FindExt.pm
26619 ____________________________________________________________________________
26620 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
26621         Log: metaconfig unit changes for #13932.
26622      Branch: metaconfig
26623            + U/modified/Init.U
26624            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
26625 ____________________________________________________________________________
26626 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
26627         Log: VOS tweaks from Paul Green.
26628              
26629              The Configure tweaks: the _exe needs to be
26630              set after the init; VOS has fd 3 hardwired to /dev/tty;
26631              the grep/ln/make substitutions really need to stick.
26632      Branch: perl
26633            ! Configure hints/vos.sh perl.h util.c vos/build.cm
26634            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26635            ! vos/config.ga.h vos/vosish.h
26636 ____________________________________________________________________________
26637 [ 13931] By: nick                                  on 2001/12/29  17:00:38
26638         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
26639              (just to get util.c to compile)
26640      Branch: perlio
26641            ! win32/win32.h
26642 ____________________________________________________________________________
26643 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
26644         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
26645              From: coral@eekeek.org
26646              Date: Fri, 28 Dec 2001 19:58:22 -0500      
26647              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
26648      Branch: perl
26649            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
26650            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
26651            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
26652            ! pod/perlunicode.pod pod/perlxs.pod util.c
26653 ____________________________________________________________________________
26654 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
26655         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
26656      Branch: perl
26657            ! t/op/exec.t
26658 ____________________________________________________________________________
26659 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
26660         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
26661              From: Abe Timmerman <abe@ztreet.demon.nl>
26662              Date: Sat, 29 Dec 2001 13:10:06 +0100
26663              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
26664      Branch: perl
26665            + lib/Pod/t/InputObjects.t
26666 ____________________________________________________________________________
26667 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
26668         Log: Integrate perlio:
26669              
26670              [ 13926]
26671              Nick Clark's embed.pl fix for my_socketpair
26672              
26673              [ 13923]
26674              Quick fix (after couple of clever fixes failed) for
26675              "accept leaks memory" fail [ID 20011223.001]
26676      Branch: perl
26677           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
26678 ____________________________________________________________________________
26679 [ 13926] By: nick                                  on 2001/12/29  15:23:21
26680         Log: Nick Clark's embed.pl fix for my_socketpair
26681      Branch: perlio
26682            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
26683 ____________________________________________________________________________
26684 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
26685         Log: Slight tweaks on the MM_Win32.t.
26686      Branch: perl
26687            ! lib/ExtUtils/t/MM_Win32.t
26688 ____________________________________________________________________________
26689 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
26690         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
26691              From: Abe Timmerman <abe@ztreet.demon.nl>
26692              Date: Sat, 29 Dec 2001 12:51:36 +0100
26693              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
26694      Branch: perl
26695            + lib/ExtUtils/t/MM_Win32.t
26696            ! MANIFEST
26697 ____________________________________________________________________________
26698 [ 13923] By: nick                                  on 2001/12/29  15:12:07
26699         Log: Quick fix (after couple of clever fixes failed) for
26700              "accept leaks memory" fail [ID 20011223.001]
26701      Branch: perlio
26702            ! pp_sys.c
26703 ____________________________________________________________________________
26704 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
26705         Log: Subject: [PATCH] Module names and other nits
26706              From: Autrijus Tang <autrijus@autrijus.org>                 
26707              Date: Sat, 29 Dec 2001 01:59:28 +0800
26708              Message-ID: <20011229015928.A29712@geb.elixus.org>              
26709      Branch: perl
26710            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
26711            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
26712            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
26713            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
26714            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
26715 ____________________________________________________________________________
26716 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
26717         Log: socketpair tweaks from Nicholas Clark.
26718      Branch: perl
26719            ! ext/Socket/socketpair.t util.c
26720 ____________________________________________________________________________
26721 [ 13920] By: nick                                  on 2001/12/29  12:36:21
26722         Log: Integrate mainline
26723      Branch: perlio
26724           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
26725           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
26726           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
26727           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
26728           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
26729           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
26730           !> t/op/sysio.t
26731 ____________________________________________________________________________
26732 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
26733         Log: Retract #13917.
26734      Branch: perl
26735            ! doop.c
26736 ____________________________________________________________________________
26737 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
26738         Log: Subject: provisional MakeMaker patch for VMS
26739              From: "Craig A. Berry" <craigberry@mac.com> 
26740              Date: Thu, 27 Dec 2001 22:29:37 -0600
26741              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
26742      Branch: perl
26743            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
26744 ____________________________________________________________________________
26745 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
26746         Log: (retracted by #13919)
26747      Branch: perl
26748            ! doop.c
26749 ____________________________________________________________________________
26750 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
26751         Log: metaconfig unit change for #13915.
26752      Branch: metaconfig/U/perl
26753            ! d_u32align.U
26754 ____________________________________________________________________________
26755 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
26756         Log: Remove debris in any case.
26757      Branch: perl
26758            ! Configure
26759 ____________________________________________________________________________
26760 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
26761         Log: Subject: [PATCH] Re: B::walksymtable oddness
26762              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26763              Date: Thu, 27 Dec 2001 19:14:24 +0100
26764              Message-ID: <3C2B7310.861.18820D0@localhost>
26765      Branch: perl
26766            ! ext/B/B.pm
26767 ____________________________________________________________________________
26768 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
26769         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
26770              From: Nicholas Clark <nick@unfortu.net> 
26771              Date: Fri, 28 Dec 2001 00:43:02 +0000
26772              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
26773      Branch: perl
26774            ! ext/Socket/socketpair.t
26775 ____________________________________________________________________________
26776 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
26777         Log: Fast Latin1<->UTF-8 conversion for older Perls.
26778      Branch: perl
26779            ! pod/perluniintro.pod
26780 ____________________________________________________________________________
26781 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
26782         Log: Update Changes.
26783      Branch: perl
26784            ! Changes patchlevel.h
26785 ____________________________________________________________________________
26786 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
26787         Log: More wait status trickery for BeOS.
26788      Branch: perl
26789            ! ext/POSIX/POSIX.xs
26790 ____________________________________________________________________________
26791 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
26792         Log: metaconfig unit change for #13908.
26793      Branch: metaconfig/U/perl
26794            ! d_u32align.U
26795 ____________________________________________________________________________
26796 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
26797         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
26798      Branch: perl
26799            ! Configure
26800 ____________________________________________________________________________
26801 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
26802         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
26803              From: gbarr@monty.mutatus.co.uk
26804              Date: 27 Dec 2001 14:41:36 -0000
26805              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
26806      Branch: perl
26807            ! lib/ExtUtils/t/Embed.t
26808 ____________________________________________________________________________
26809 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
26810         Log: Subject: [PATCH] Re: socketpair emulation
26811              From: Nicholas Clark <nick@unfortu.net> 
26812              Date: Wed, 26 Dec 2001 20:08:14 +0000
26813              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
26814      Branch: perl
26815            ! ext/Socket/socketpair.t
26816 ____________________________________________________________________________
26817 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
26818         Log: Subject: [DOC PATCH] left is right and right is left
26819              From: Philip Newton <Philip.Newton@gmx.net>
26820              Date: Thu, 27 Dec 2001 10:04:17 +0100
26821              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
26822      Branch: perl
26823            ! pod/perlfunc.pod pod/perlport.pod
26824 ____________________________________________________________________________
26825 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
26826         Log: Subject: [PATCH] check return of close
26827              From: andreas.koenig@anima.de (Andreas J. Koenig)            
26828              Date: 27 Dec 2001 09:47:30 +0100
26829              Message-ID: <m3ellhgicd.fsf@anima.de> 
26830              
26831              Subject: [PATCH] improve error reporting
26832              From: andreas.koenig@anima.de (Andreas J. Koenig)            
26833              Date: 27 Dec 2001 09:54:55 +0100
26834              Message-ID: <m3adw5gi00.fsf@anima.de> 
26835              
26836              Subject: [PATCH] check return value of close
26837              From: andreas.koenig@anima.de (Andreas J. Koenig)            
26838              Date: 27 Dec 2001 10:03:55 +0100
26839              Message-ID: <m3666tghl0.fsf@anima.de> 
26840              
26841              Subject: [PATCH] return of close
26842              From: andreas.koenig@anima.de (Andreas J. Koenig)            
26843              Date: 27 Dec 2001 10:22:15 +0100
26844              Message-ID: <m31yhhggqg.fsf@anima.de> 
26845      Branch: perl
26846            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
26847            ! t/io/fflush.t
26848 ____________________________________________________________________________
26849 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
26850         Log: Subject: [PATCH] check return of close
26851              From: andreas.koenig@anima.de (Andreas J. Koenig)            
26852              Date: 27 Dec 2001 09:47:30 +0100
26853              Message-ID: <m3ellhgicd.fsf@anima.de> 
26854      Branch: perl
26855            ! t/base/rs.t
26856 ____________________________________________________________________________
26857 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
26858         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
26859              From: andreas.koenig@anima.de (Andreas J. Koenig)
26860              Date: 27 Dec 2001 09:21:16 +0100
26861              Message-ID: <m3n105gjk3.fsf@anima.de>
26862      Branch: perl
26863            ! t/op/sysio.t
26864 ____________________________________________________________________________
26865 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
26866         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
26867              From: "Gerrit P. Haase" <gp@familiehaase.de>
26868              Date: Thu, 27 Dec 2001 09:23:55 +0100 
26869              Message-ID: <98211521662.20011227092355@familiehaase.de>
26870      Branch: perl
26871            ! lib/ExtUtils/t/MM_Cygwin.t
26872 ____________________________________________________________________________
26873 [ 13900] By: nick                                  on 2001/12/27  11:11:51
26874         Log: Integrate mainline
26875      Branch: perlio
26876           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
26877           +> lib/File/Spec/NW5.pm
26878           !> (integrate 52 files)
26879 ____________________________________________________________________________
26880 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
26881         Log: Replace the awful (most likely generated and not very persistent)
26882              URL with something tangible.
26883      Branch: perl
26884            ! README.hpux
26885 ____________________________________________________________________________
26886 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
26887         Log: Naughty /dev/printer (ls -l, really) of IRIX.
26888      Branch: perl
26889            ! t/op/stat.t
26890 ____________________________________________________________________________
26891 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
26892         Log: Upgrade to Net::Ping 2.10.
26893      Branch: perl
26894            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
26895            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
26896            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
26897            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
26898 ____________________________________________________________________________
26899 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
26900         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
26901              (this showed up in Benchmark.t)
26902      Branch: perl
26903            ! pp_sys.c
26904 ____________________________________________________________________________
26905 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
26906         Log: BeOS updates.
26907      Branch: perl
26908            ! README.beos beos/beos.c
26909 ____________________________________________________________________________
26910 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
26911         Log: Subject: Re: bleadperl doesn't compile
26912              From: "Gerrit P. Haase" <gp@familiehaase.de>
26913              Date: Wed, 26 Dec 2001 21:29:08 +0100
26914              Message-ID: <22168634623.20011226212908@familiehaase.de>
26915              
26916              Cygwin with multiplicity.
26917      Branch: perl
26918            ! perlio.c
26919 ____________________________________________________________________________
26920 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
26921         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
26922              From: Nicholas Clark <nick@ccl4.org>
26923              Date: Wed, 26 Dec 2001 19:07:33 +0000
26924              Message-ID: <20011226190732.J48842@plum.flirble.org>            
26925              
26926              socketpair() (un)signedness nit.
26927      Branch: perl
26928            ! util.c
26929 ____________________________________________________________________________
26930 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
26931         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
26932              From: Nicholas Clark <nick@ccl4.org>
26933              Date: Wed, 26 Dec 2001 19:19:47 +0000
26934              Message-ID: <20011226191946.K48842@plum.flirble.org>
26935              
26936              Use report_evil_fh().
26937      Branch: perl
26938            ! doio.c
26939 ____________________________________________________________________________
26940 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
26941         Log: Bad $? assumptions.
26942      Branch: perl
26943            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
26944 ____________________________________________________________________________
26945 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
26946         Log: Net::Ping isn't going to work much without
26947              the Socket extension; fail more gracefully.
26948      Branch: perl
26949            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26950            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26951            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
26952            ! lib/Net/Ping/t/300_ping_stream.t
26953 ____________________________________________________________________________
26954 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
26955         Log: metaconfig unit change for #13888.
26956      Branch: metaconfig
26957            ! U/modified/Oldconfig.U
26958 ____________________________________________________________________________
26959 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
26960         Log: test -d /system is a bit too generic test for VOS
26961              (false hit in BeOS)
26962      Branch: perl
26963            ! Configure
26964 ____________________________________________________________________________
26965 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
26966         Log: No AF_UNIX in BeOS.
26967      Branch: perl
26968            ! util.c
26969 ____________________________________________________________________________
26970 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
26971         Log: FAQ sync.
26972      Branch: perl
26973            ! pod/perlfaq5.pod
26974 ____________________________________________________________________________
26975 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
26976         Log: Update Changes.
26977      Branch: perl
26978            ! Changes patchlevel.h
26979 ____________________________________________________________________________
26980 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
26981         Log: Make -t equal -tw.
26982      Branch: perl
26983            ! perl.c pod/perlrun.pod
26984 ____________________________________________________________________________
26985 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
26986         Log: Subject: Re: Not OK 13881
26987              From: John Peacock <jpeacock@rowman.com>
26988              Date: Tue, 25 Dec 2001 06:02:12 -0500
26989              Message-ID: <3C285CB4.8040006@rowman.com>
26990      Branch: perl
26991            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
26992 ____________________________________________________________________________
26993 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
26994         Log: Subject: Re: Not OK 13881
26995              From: andreas.koenig@anima.de (Andreas J. Koenig)
26996              Date: 25 Dec 2001 07:33:23 +0100
26997              Message-ID: <m3bsgnajws.fsf@anima.de>
26998      Branch: perl
26999            ! op.c
27000 ____________________________________________________________________________
27001 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
27002         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
27003              From: Mark-Jason Dominus <mjd@plover.com>    
27004              Date: Mon, 24 Dec 2001 18:14:48 -0500
27005              Message-ID: <20011224231448.25826.qmail@plover.com>
27006      Branch: perl
27007            ! op.c t/op/eval.t
27008 ____________________________________________________________________________
27009 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
27010         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
27011              From: Dave Rolsky <autarch@urth.org>
27012              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
27013              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
27014      Branch: perl
27015            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
27016            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
27017            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27018            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27019            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
27020 ____________________________________________________________________________
27021 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
27022         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
27023              From: Jeffrey Friedl <jfriedl@yahoo.com>
27024              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
27025              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
27026              
27027              The rest of the tests for plus few extras.
27028      Branch: perl
27029            ! t/op/pat.t
27030 ____________________________________________________________________________
27031 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
27032         Log: metaconfig unit change for #13877.
27033      Branch: metaconfig
27034            ! U/modified/Unix.U
27035 ____________________________________________________________________________
27036 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
27037         Log: No-op.
27038      Branch: perl
27039            ! Configure
27040 ____________________________________________________________________________
27041 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
27042         Log: More constant casting.
27043      Branch: perl
27044            ! regexec.c
27045 ____________________________________________________________________________
27046 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
27047         Log: Subject: perlhack.pod 
27048              From: "John P. Linderman" <jpl@research.att.com>
27049              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
27050              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
27051      Branch: perl
27052            ! pod/perlhack.pod
27053 ____________________________________________________________________________
27054 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
27055         Log: File::Find patch patches from Thomas Wegner.
27056      Branch: perl
27057            ! lib/File/Find.pm
27058 ____________________________________________________________________________
27059 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
27060         Log: Subject: Re: socketpair emulation 
27061              From: Nicholas Clark <nick@unfortu.net>                 
27062              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
27063              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
27064      Branch: perl
27065            ! ext/Socket/socketpair.t
27066 ____________________________________________________________________________
27067 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
27068         Log: Must cast constants if they can be quads.
27069      Branch: perl
27070            ! regcomp.c
27071 ____________________________________________________________________________
27072 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
27073         Log: Promote the e/uid to wide enough un/signed integers
27074              and printf them as such.
27075      Branch: perl
27076            ! taint.c
27077 ____________________________________________________________________________
27078 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
27079         Log: metaconfig unit change for #13869.
27080      Branch: metaconfig/U/perl
27081            ! d_u32align.U
27082 ____________________________________________________________________________
27083 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
27084         Log: The U32 alignment test wasn't really working, noticed
27085              by Paul Green.  Now the test works, but this means that
27086              we may see coredumps from the test.   I sure hope MMUless
27087              places don't crash on the test.
27088      Branch: perl
27089            ! Configure
27090 ____________________________________________________________________________
27091 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
27092         Log: metaconfig unit changes for #13867.
27093      Branch: metaconfig
27094            ! U/compline/nblock_io.U U/modified/Unix.U
27095            ! U/modified/spitshell.U
27096 ____________________________________________________________________________
27097 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
27098         Log: More VOS tweaks.
27099      Branch: perl
27100            ! Configure
27101 ____________________________________________________________________________
27102 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
27103         Log: The funky final sigma casefolding.
27104      Branch: perl
27105            ! regcomp.c regexec.c t/op/pat.t utf8.h
27106 ____________________________________________________________________________
27107 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
27108         Log: Update Changes.
27109      Branch: perl
27110            ! Changes patchlevel.h
27111 ____________________________________________________________________________
27112 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
27113         Log: Move the \C and \X to pat.t.
27114      Branch: perl
27115            ! t/op/pat.t t/op/re_tests
27116 ____________________________________________________________________________
27117 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
27118         Log: More logical test ordering.
27119      Branch: perl
27120            ! perl.h
27121 ____________________________________________________________________________
27122 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
27123         Log: Integrate perlio:
27124              
27125              [ 13854]
27126              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
27127              
27128              [ 13853]
27129              Put PerlIO stuff inside EXTERN C
27130              
27131              [ 13852]
27132              Add at least the "important" PerlIO_xxxx functions to embed.pl
27133              so that they get implicit pTHX_ and we can avoid slow dTHX.
27134      Branch: perl
27135           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
27136           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
27137           !> win32/win32.c
27138 ____________________________________________________________________________
27139 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
27140         Log: Even more \X fixing.
27141      Branch: perl
27142            ! regexec.c t/op/pat.t
27143 ____________________________________________________________________________
27144 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
27145         Log: More \X fixing.
27146      Branch: perl
27147            ! regexec.c t/op/pat.t
27148 ____________________________________________________________________________
27149 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
27150         Log: Fix encoding pragma.
27151      Branch: perl
27152            ! regcomp.c
27153 ____________________________________________________________________________
27154 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
27155         Log: Subject: socketpair emulation
27156              From: Nicholas Clark <nick@unfortu.net>
27157              Date: Sat, 22 Dec 2001 18:38:18 +0000
27158              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
27159      Branch: perl
27160            + ext/Socket/socketpair.t
27161            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
27162            ! pp_sys.c proto.h util.c
27163 ____________________________________________________________________________
27164 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
27165         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
27166              From: Jeffrey Friedl <jfriedl@yahoo.com>
27167              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
27168              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
27169              
27170              (partially applied, most of the new tests need to be rethought)
27171      Branch: perl
27172            ! regcomp.c t/op/re_tests
27173 ____________________________________________________________________________
27174 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
27175         Log: Small tweaks.
27176      Branch: perl
27177            ! handy.h regexec.c
27178 ____________________________________________________________________________
27179 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
27180         Log: Unicode casefolding continues.
27181              (lib/encoding.t still failing.)
27182      Branch: perl
27183            ! regexec.c t/op/pat.t
27184 ____________________________________________________________________________
27185 [ 13854] By: nick                                  on 2001/12/22  20:01:27
27186         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
27187      Branch: perlio
27188            ! makedef.pl perlio.h perlio.sym win32/win32.c
27189 ____________________________________________________________________________
27190 [ 13853] By: nick                                  on 2001/12/22  19:58:53
27191         Log: Put PerlIO stuff inside EXTERN C
27192      Branch: perlio
27193            ! embed.pl proto.h
27194 ____________________________________________________________________________
27195 [ 13852] By: nick                                  on 2001/12/22  18:04:34
27196         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
27197              so that they get implicit pTHX_ and we can avoid slow dTHX.
27198      Branch: perlio
27199            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
27200            ! perlio.h pod/perlapi.pod proto.h
27201 ____________________________________________________________________________
27202 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
27203         Log: metaconfig unit change for #13850.
27204      Branch: metaconfig
27205            ! U/modified/Loc.U
27206 ____________________________________________________________________________
27207 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
27208         Log: Rework the make logic (again).
27209      Branch: perl
27210            ! Configure
27211 ____________________________________________________________________________
27212 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
27213         Log: Integrate perlio:
27214              
27215              [ 13848]
27216              The CR at EOF fix earlier broke CR at end-of-buffer.
27217              This should be okay for both?
27218              
27219              [ 13847]
27220              Correct checking code which Ilya spotted was tripped by CR at EOF.
27221              Also tone down perl -DP tracing of sv_gets.
27222              
27223              [ 13846]
27224              Fix mis-parse of autoloaded usage code by declaring the sub
27225      Branch: perl
27226            ! regexec.c
27227           !> ext/POSIX/POSIX.pm perlio.c sv.c
27228 ____________________________________________________________________________
27229 [ 13848] By: nick                                  on 2001/12/22  15:11:17
27230         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
27231              This should be okay for both?
27232      Branch: perlio
27233            ! perlio.c
27234 ____________________________________________________________________________
27235 [ 13847] By: nick                                  on 2001/12/22  12:26:32
27236         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
27237              Also tone down perl -DP tracing of sv_gets.
27238      Branch: perlio
27239            ! perlio.c sv.c
27240 ____________________________________________________________________________
27241 [ 13846] By: nick                                  on 2001/12/22  10:49:27
27242         Log: Fix mis-parse of autoloaded usage code by declaring the sub
27243      Branch: perlio
27244            ! ext/POSIX/POSIX.pm
27245 ____________________________________________________________________________
27246 [ 13845] By: nick                                  on 2001/12/22  10:44:11
27247         Log: Integrate mainline - some fails:
27248              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
27249              -------------------------------------------------------------------------------
27250              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
27251              ../lib/encoding.t                    19    2  10.53%  17-18
27252              op/pat.t                            770    3   0.39%  754-755 757
27253      Branch: perlio
27254           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
27255           !> (integrate 36 files)
27256 ____________________________________________________________________________
27257 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
27258         Log: More Unicode casing fixes.
27259      Branch: perl
27260            ! regexec.c t/op/pat.t
27261 ____________________________________________________________________________
27262 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
27263         Log: Unicode casefolding fixes.
27264      Branch: perl
27265            ! op.c regcomp.c regexec.c t/op/pat.t
27266 ____________________________________________________________________________
27267 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
27268         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
27269              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
27270              Date: Sat, 22 Dec 2001 00:01:29 +0100
27271              Message-ID: <20011222000129.A713@rafael>
27272      Branch: perl
27273            ! ext/B/B/Deparse.pm
27274 ____________________________________________________________________________
27275 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
27276         Log: VOS config from Paul Green.
27277      Branch: perl
27278            ! hints/vos.sh
27279 ____________________________________________________________________________
27280 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
27281         Log: Subject: [PATCH @13746] CreateTTY on OS/2
27282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27283              Date: Fri, 21 Dec 2001 15:59:45 -0500
27284              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
27285      Branch: perl
27286            ! lib/perl5db.pl
27287 ____________________________________________________________________________
27288 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
27289         Log: Subject: [PATCH @13746] uninstalled build of modules broken
27290              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27291              Date: Fri, 21 Dec 2001 15:49:09 -0500
27292              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
27293      Branch: perl
27294            ! lib/ExtUtils/MM_Unix.pm
27295 ____________________________________________________________________________
27296 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
27297         Log: Subject: [PATCH @13746] OS/2 File::* modules
27298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27299              Date: Fri, 21 Dec 2001 15:43:24 -0500
27300              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
27301      Branch: perl
27302            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
27303 ____________________________________________________________________________
27304 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
27305         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
27306              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27307              Date: Fri, 21 Dec 2001 17:29:07 +0100
27308              Message-ID: <3C236353.6625C4C0@alcatel.at>
27309      Branch: perl
27310            ! pod/perltie.pod
27311 ____________________________________________________________________________
27312 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
27313         Log: metaconfig unit changes for #13835
27314      Branch: metaconfig
27315            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
27316            ! U/modified/sh.U
27317 ____________________________________________________________________________
27318 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
27319         Log: Further VOS tweaks: the _exe needs to be introduced
27320              in the very beginning, and the make/gmake needs special
27321              VOS logic.
27322      Branch: perl
27323            ! Configure Makefile.SH
27324 ____________________________________________________________________________
27325 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
27326         Log: Update Changes.
27327      Branch: perl
27328            ! Changes patchlevel.h
27329 ____________________________________________________________________________
27330 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
27331         Log: metaconfig unit change for #13832.
27332      Branch: metaconfig
27333            ! U/modified/spitshell.U
27334 ____________________________________________________________________________
27335 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
27336         Log: Also the search for cat needs to be _exe-aware.
27337      Branch: perl
27338            ! Configure
27339 ____________________________________________________________________________
27340 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
27341         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
27342              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27343              Date: Fri, 21 Dec 2001 14:02:01 +0100
27344              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
27345      Branch: perl
27346            ! ext/B/B/Xref.pm
27347 ____________________________________________________________________________
27348 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
27349         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
27350      Branch: perl
27351            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27352            ! ext/B/t/assembler.t
27353 ____________________________________________________________________________
27354 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
27355         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
27356              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27357              Date: Fri, 21 Dec 2001 11:15:38 +0100
27358              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
27359      Branch: perl
27360            ! hv.c
27361 ____________________________________________________________________________
27362 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
27363         Log: A plan is good.
27364      Branch: perl
27365            ! ext/re/re.t
27366 ____________________________________________________________________________
27367 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
27368         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
27369              From: chromatic <chromatic@rmci.net>
27370              Date: Thu, 20 Dec 2001 16:16:48 -0700
27371              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
27372      Branch: perl
27373            + ext/re/re.t
27374            ! MANIFEST
27375 ____________________________________________________________________________
27376 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
27377         Log: Synchronize the skippage message.
27378      Branch: perl
27379            ! lib/ExtUtils/t/MM_OS2.t
27380 ____________________________________________________________________________
27381 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
27382         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
27383              From: chromatic <chromatic@rmci.net>
27384              Date: Thu, 20 Dec 2001 16:09:10 -0700
27385              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
27386      Branch: perl
27387            + lib/ExtUtils/t/MM_OS2.t
27388            ! MANIFEST
27389 ____________________________________________________________________________
27390 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
27391         Log: Subject: perlfunc.pod patch re flock via fcntl
27392              From: "Tye McQueen" <tye@metronet.com>
27393              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
27394              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
27395      Branch: perl
27396            ! pod/perlfunc.pod
27397 ____________________________________________________________________________
27398 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
27399         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
27400              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
27401              (the Unicode maximum code point) warnable offenses.
27402      Branch: perl
27403            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
27404            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
27405 ____________________________________________________________________________
27406 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
27407         Log: Sterner admonishment on -t.
27408      Branch: perl
27409            ! pod/perlrun.pod
27410 ____________________________________________________________________________
27411 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
27412         Log: Subject: [PATCH B::Dpparse] minor qr// fix
27413              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27414              Date: Thu, 20 Dec 2001 22:53:34 +0100
27415              Message-ID: <20011220225334.A735@rafael>
27416      Branch: perl
27417            ! ext/B/B/Deparse.pm
27418 ____________________________________________________________________________
27419 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
27420         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
27421              From: Robert Spier <rspier@pobox.com>
27422              Date: Thu, 20 Dec 2001 08:10:00 -0800
27423              Message-ID: <15394.3416.693353.107334@rls.cx>
27424      Branch: perl
27425            ! lib/Carp/Heavy.pm
27426 ____________________________________________________________________________
27427 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
27428         Log: Integrate perlio:
27429              
27430              [ 13815]
27431              pTHX_ fixes for :win32 layer
27432      Branch: perl
27433           !> win32/win32io.c
27434 ____________________________________________________________________________
27435 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
27436         Log: Subject: Re: [PATCH pod/perliol.pod] resend
27437              From: Stas Bekman <stas@stason.org>
27438              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
27439              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
27440      Branch: perl
27441            ! pod/perliol.pod
27442 ____________________________________________________________________________
27443 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
27444         Log: Fix up the APIs noone hopefully uses.
27445      Branch: perl
27446            ! utf8.c
27447 ____________________________________________________________________________
27448 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
27449         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
27450              Date: Wed, 19 Dec 2001 14:13:38 -0800
27451              From: Robert Spier <rspier@pobox.com>
27452              Message-ID: <15393.4370.605214.548582@rls.cx>
27453      Branch: perl
27454            ! lib/Carp.t lib/Carp/Heavy.pm
27455 ____________________________________________________________________________
27456 [ 13815] By: nick                                  on 2001/12/20  10:23:42
27457         Log: pTHX_ fixes for :win32 layer
27458      Branch: perlio
27459            ! win32/win32io.c
27460 ____________________________________________________________________________
27461 [ 13814] By: nick                                  on 2001/12/20  08:20:11
27462         Log: Integrate mainline (mostly) utf8.c does not compile.
27463      Branch: perlio
27464           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
27465           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27466           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27467           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27468           +> lib/Net/Ping/t/300_ping_stream.t
27469           !> Changes MANIFEST embed.h embed.pl embedvar.h
27470           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
27471           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
27472           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
27473           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
27474           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
27475 ____________________________________________________________________________
27476 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
27477         Log: Some bincompat clawbacks.
27478      Branch: perl
27479            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
27480            ! wince/perldll.def
27481 ____________________________________________________________________________
27482 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
27483         Log: gcc pacifying (RH 7.1/ia64).
27484      Branch: perl
27485            ! pp.c
27486 ____________________________________________________________________________
27487 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
27488         Log: Update Changes.
27489      Branch: perl
27490            ! Changes patchlevel.h
27491 ____________________________________________________________________________
27492 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
27493         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
27494              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27495              Date: Wed, 19 Dec 2001 12:35:07 +0100
27496              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
27497              
27498              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
27499              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27500              Date: Wed, 19 Dec 2001 17:34:51 +0000
27501              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
27502      Branch: perl
27503            ! pod/perlre.pod
27504 ____________________________________________________________________________
27505 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
27506         Log: Integrate perlio:
27507              
27508              [ 13808]
27509              Add pTHX to all vtable functions for future-proofing and
27510              consistency of PerlIO layers.
27511              
27512              [ 13797]
27513              Remove the sometimes-lvalue cast
27514              
27515              [ 13796]
27516              alarm.t with -Uuseperlio fix
27517              - SA_RESTART should only be function of PERL_OLD_SIGNALS
27518              not USE_PERLIO
27519              
27520              [ 13795]
27521              Fix READONLY hashes:
27522              1. Discovered need for disabled scope.c part of Jeff's patch.
27523              2. Corrected hv_delete* - entry was being de-linked from
27524              chain (patch program not smart enough?)
27525      Branch: perl
27526           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27527           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
27528 ____________________________________________________________________________
27529 [ 13808] By: nick                                  on 2001/12/19  16:08:27
27530         Log: Add pTHX to all vtable functions for future-proofing and
27531              consistency of PerlIO layers.
27532      Branch: perlio
27533            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27534            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
27535 ____________________________________________________________________________
27536 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
27537         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
27538      Branch: perl
27539            ! ext/B/B/Assembler.pm
27540 ____________________________________________________________________________
27541 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
27542         Log: Reword the alarm explanation.
27543      Branch: perl
27544            ! pod/perlfunc.pod
27545 ____________________________________________________________________________
27546 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
27547         Log: Subject: [PATCH @13746] OS/2 build
27548              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
27549              Date: Wed, 19 Dec 2001 02:45:41 -0500
27550              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
27551              
27552              (skipped the t/TEST change)
27553      Branch: perl
27554            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
27555            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
27556            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
27557 ____________________________________________________________________________
27558 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
27559         Log: Upgrade to Net::Ping 2.09.
27560      Branch: perl
27561            + lib/Net/Ping/CHANGES lib/Net/Ping/README
27562            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27563            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27564            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27565            + lib/Net/Ping/t/300_ping_stream.t
27566            ! MANIFEST lib/Net/Ping.pm
27567 ____________________________________________________________________________
27568 [ 13803] By: nick                                  on 2001/12/19  14:43:24
27569         Log: Integrate mainline
27570      Branch: perlio
27571           +> ext/B/t/assembler.t lib/lib.t
27572           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27573           !> lib/lib_pm.PL t/op/glob.t utf8.c
27574 ____________________________________________________________________________
27575 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
27576         Log: B::Assembler/B::Disassembler patches and test;
27577              from Wolfgang Laun.
27578              
27579              TODO: getting perlcc working.
27580      Branch: perl
27581            + ext/B/t/assembler.t
27582            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27583 ____________________________________________________________________________
27584 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
27585         Log: Can't printf U8s as UVs.
27586      Branch: perl
27587            ! utf8.c
27588 ____________________________________________________________________________
27589 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
27590         Log: Subject: Re: [PATCH] ...while $var = glob(...)
27591              From: Robin Houston <robin@kitsite.com> 
27592              Date: Wed, 19 Dec 2001 13:48:55 +0000
27593              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
27594              
27595              Not exactly a glob test but internal-logically correct.
27596      Branch: perl
27597            ! t/op/glob.t
27598 ____________________________________________________________________________
27599 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
27600         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
27601              From: Michael G Schwern <schwern@pobox.com> 
27602              Date: Wed, 19 Dec 2001 07:42:54 -0500
27603              Message-ID: <20011219124254.GF8630@blackrider>
27604      Branch: perl
27605            + lib/lib.t
27606            ! MANIFEST lib/lib_pm.PL
27607 ____________________________________________________________________________
27608 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
27609         Log: Integrate with perlio.
27610      Branch: perl
27611           !> hv.c hv.h scope.c util.c
27612 ____________________________________________________________________________
27613 [ 13797] By: nick                                  on 2001/12/19  12:03:21
27614         Log: Remove the sometimes-lvalue cast
27615      Branch: perlio
27616            ! hv.h
27617 ____________________________________________________________________________
27618 [ 13796] By: nick                                  on 2001/12/19  11:02:27
27619         Log: alarm.t with -Uuseperlio fix
27620              - SA_RESTART should only be function of PERL_OLD_SIGNALS
27621              not USE_PERLIO
27622      Branch: perlio
27623            ! util.c
27624 ____________________________________________________________________________
27625 [ 13795] By: nick                                  on 2001/12/19  10:19:40
27626         Log: Fix READONLY hashes:
27627              1. Discovered need for disabled scope.c part of Jeff's patch.
27628              2. Corrected hv_delete* - entry was being de-linked from
27629              chain (patch program not smart enough?)
27630      Branch: perlio
27631            ! hv.c scope.c
27632 ____________________________________________________________________________
27633 [ 13794] By: nick                                  on 2001/12/19  09:35:13
27634         Log: Integrate mainline
27635      Branch: perlio
27636           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
27637           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
27638           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
27639           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
27640           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
27641 ____________________________________________________________________________
27642 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
27643         Log: Regen toc.
27644      Branch: perl
27645            ! pod/perltoc.pod
27646 ____________________________________________________________________________
27647 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
27648         Log: FAQ sync.
27649      Branch: perl
27650            ! pod/perlfaq5.pod
27651 ____________________________________________________________________________
27652 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
27653         Log: Reformat round.
27654      Branch: perl
27655            ! pod/perlunicode.pod
27656 ____________________________________________________________________________
27657 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
27658         Log: Subject: [PATCH] pod/perlunicode.pod
27659              From: Jeffrey Friedl <jfriedl@yahoo.com>
27660              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
27661              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
27662      Branch: perl
27663            ! pod/perlunicode.pod
27664 ____________________________________________________________________________
27665 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
27666         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
27667              From: Jeffrey Friedl <jfriedl@yahoo.com>
27668              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
27669              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
27670      Branch: perl
27671            ! pod/perluniintro.pod
27672 ____________________________________________________________________________
27673 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
27674         Log: Slight pod reformatting.
27675      Branch: perl
27676            ! pod/perluniintro.pod
27677 ____________________________________________________________________________
27678 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
27679         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
27680              From: Jeffrey Friedl <jfriedl@yahoo.com>    
27681              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
27682              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
27683      Branch: perl
27684            ! pod/perluniintro.pod
27685 ____________________________________________________________________________
27686 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
27687         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
27688              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27689              Date: Wed, 19 Dec 2001 01:45:23 +0000
27690              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
27691      Branch: perl
27692            ! sv.c
27693 ____________________________________________________________________________
27694 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
27695         Log: Subject: Porting/checkURL.pl
27696              From: abigail@foad.org
27697              Date: Tue, 18 Dec 2001 19:03:22 +0100          
27698              Message-ID: <20011218180322.8278.qmail@foad.org> 
27699      Branch: perl
27700            ! Porting/checkURL.pl
27701 ____________________________________________________________________________
27702 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
27703         Log: metaconfig unit change for #13783.
27704      Branch: metaconfig
27705            ! U/modified/Loc.U
27706 ____________________________________________________________________________
27707 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
27708         Log: A bit too oversweeping matching in #13778.
27709      Branch: perl
27710            ! Configure
27711 ____________________________________________________________________________
27712 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
27713         Log: Re-gen Configure based on #13778..13781.
27714      Branch: perl
27715            ! Configure config_h.SH
27716 ____________________________________________________________________________
27717 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
27718         Log: First assume that crypt() can live happy normal life in
27719              the libc or the moral equivalent; only then try magic.
27720      Branch: metaconfig
27721            + U/modified/d_crypt.U
27722 ____________________________________________________________________________
27723 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
27724         Log: In VOS ACLs confuse the testing.
27725      Branch: metaconfig
27726            ! U/modified/Findhdr.U
27727 ____________________________________________________________________________
27728 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
27729         Log: Either make or gmake.
27730      Branch: metaconfig
27731            ! U/modified/Loc.U
27732 ____________________________________________________________________________
27733 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
27734         Log: If your _exe is different from .exe and your test -f $foo
27735              doesn't do magic to recognize $foo$_exe, you will need to
27736              specify -D_exe=... on command line-- and this patch.
27737      Branch: metaconfig
27738            + U/modified/sh.U
27739            ! U/modified/Loc.U
27740 ____________________________________________________________________________
27741 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
27742         Log: Fix the bugs in #13768..13776, and regen Configure.
27743      Branch: metaconfig
27744            ! U/compline/nblock_io.U U/modified/Findhdr.U
27745            ! U/modified/spitshell.U
27746      Branch: metaconfig/U/perl
27747            ! issymlink.U perlpath.U
27748      Branch: perl
27749            ! Configure config_h.SH
27750 ____________________________________________________________________________
27751 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
27752         Log: Must test with $_exe. (There are plenty of similar
27753              spots earlier but they are a tad more complex to fix
27754              since they come before the hints are run.)
27755      Branch: metaconfig
27756            + U/modified/yacc.U
27757 ____________________________________________________________________________
27758 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
27759         Log: F_SETFL might require <fcntl.h>
27760      Branch: metaconfig
27761            ! U/compline/nblock_io.U
27762 ____________________________________________________________________________
27763 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
27764         Log: Don't require make; have both make and gmake optional.
27765              (Maybe have a check that at least one of them is available?)
27766      Branch: metaconfig
27767            ! U/modified/Loc.U
27768 ____________________________________________________________________________
27769 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
27770         Log: cat might be farther than /bin or /usr/bin.
27771      Branch: metaconfig
27772            ! U/modified/spitshell.U
27773 ____________________________________________________________________________
27774 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
27775         Log: In VOS the path component separator is >, not /.
27776      Branch: metaconfig
27777            ! U/modified/Findhdr.U
27778 ____________________________________________________________________________
27779 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
27780         Log: The VOS shell doesn't implement the ? wildcard
27781              (? is used for other purposes, I assume); but
27782              it does implement the * wildcard, and that works
27783              in the general case just fine.
27784      Branch: metaconfig/U/perl
27785            ! d_dlsymun.U
27786 ____________________________________________________________________________
27787 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
27788         Log: VOS detection.
27789      Branch: metaconfig
27790            ! U/modified/Oldconfig.U
27791 ____________________________________________________________________________
27792 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
27793         Log: Proper path for VOS.
27794      Branch: metaconfig
27795            ! U/modified/Head.U
27796 ____________________________________________________________________________
27797 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
27798         Log: Change s/>& 4/>&4/g for consistency.
27799      Branch: metaconfig
27800            + U/modified/d_dosuid.U
27801            ! U/modified/d_socket.U
27802      Branch: metaconfig/U/perl
27803            ! issymlink.U perlxvf.U
27804 ____________________________________________________________________________
27805 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
27806         Log: Subject: Re: Benchmark.t failure on Linux
27807              From: Nicholas Clark <nick@ccl4.org>
27808              Date: Tue, 18 Dec 2001 22:51:25 +0000
27809              Message-ID: <20011218225124.N21702@plum.flirble.org>
27810      Branch: perl
27811            ! lib/Benchmark.t
27812 ____________________________________________________________________________
27813 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
27814         Log: Re-applying #13752 until a better solution can be found.
27815      Branch: perl
27816            ! lib/ExtUtils/t/MM_Unix.t
27817 ____________________________________________________________________________
27818 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
27819         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
27820              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
27821              Date: Tue, 18 Dec 2001 12:05:40 -0500
27822              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
27823      Branch: perl
27824            ! lib/Exporter.pm
27825 ____________________________________________________________________________
27826 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
27827         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
27828              findings -- some of the warnings I can't explain except
27829              by NVgf being detected wrong, though.
27830      Branch: perl
27831            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
27832 ____________________________________________________________________________
27833 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
27834         Log: Subject: [PATCH] pod/perluniintro.pod
27835              From: Jeffrey Friedl <jfriedl@yahoo.com>
27836              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
27837              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
27838      Branch: perl
27839            ! pod/perluniintro.pod
27840 ____________________________________________________________________________
27841 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
27842         Log: ".pm" is the native executable suffix in VOS.
27843      Branch: perl
27844            ! hints/vos.sh
27845 ____________________________________________________________________________
27846 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
27847         Log: Integrate perlio:
27848              
27849              [ 13760]
27850              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
27851              - added delete of READONLY value inhibit & test for same
27852              - re-tabbed
27853      Branch: perl
27854           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
27855 ____________________________________________________________________________
27856 [ 13760] By: nick                                  on 2001/12/18  15:55:22
27857         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
27858              - added delete of READONLY value inhibit & test for same
27859              - re-tabbed
27860      Branch: perlio
27861            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
27862 ____________________________________________________________________________
27863 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
27864         Log: (Undone by #13766.)
27865              Retract #13752.
27866      Branch: perl
27867            ! lib/ExtUtils/t/MM_Unix.t
27868 ____________________________________________________________________________
27869 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
27870         Log: Echoes of #13757.
27871      Branch: perl
27872            ! t/lib/warnings/utf8
27873 ____________________________________________________________________________
27874 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
27875         Log: Make the utf8 malformedness messages more verbose.
27876      Branch: perl
27877            ! lib/utf8.t utf8.c
27878 ____________________________________________________________________________
27879 [ 13756] By: nick                                  on 2001/12/18  14:43:58
27880         Log: Integrate mainline
27881      Branch: perlio
27882           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
27883           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
27884           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
27885           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
27886           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
27887           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
27888            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
27889            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
27890            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
27891            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
27892            - lib/ExtUtils/testlib.t
27893           !> (integrate 28 files)
27894 ____________________________________________________________________________
27895 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
27896         Log: README.aix updates from Jens-Uwe Mager.
27897      Branch: perl
27898            ! README.aix
27899 ____________________________________________________________________________
27900 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
27901         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
27902              From: Michael G Schwern <schwern@pobox.com>
27903              Date: Tue, 18 Dec 2001 00:58:18 -0500
27904              Message-ID: <20011218055818.GC4362@blackrider>
27905      Branch: perl
27906            ! lib/Benchmark.t
27907 ____________________________________________________________________________
27908 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
27909         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
27910              From: Michael G Schwern <schwern@pobox.com>
27911              Date: Tue, 18 Dec 2001 00:40:38 -0500
27912              Message-ID: <20011218054038.GB4362@blackrider>
27913      Branch: perl
27914            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
27915 ____________________________________________________________________________
27916 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
27917         Log: (reintroduced by #13766)
27918              (retracted by #13759)
27919              
27920              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
27921              From: Michael G Schwern <schwern@pobox.com>  
27922              Date: Tue, 18 Dec 2001 00:00:23 -0500
27923              Message-ID: <20011218050023.GA27893@blackrider>
27924      Branch: perl
27925            ! lib/ExtUtils/t/MM_Unix.t
27926 ____________________________________________________________________________
27927 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
27928         Log: Re-patch #13749.
27929      Branch: perl
27930            ! t/op/glob.t
27931 ____________________________________________________________________________
27932 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
27933         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
27934              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27935              Date: Tue, 18 Dec 2001 12:55:43 +0000
27936              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
27937      Branch: perl
27938            ! ext/Devel/Peek/Peek.pm
27939 ____________________________________________________________________________
27940 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
27941         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
27942              From: Robin Houston <robin@kitsite.com> 
27943              Date: Tue, 18 Dec 2001 14:54:33 +0000
27944              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
27945      Branch: perl
27946            ! t/op/glob.t
27947 ____________________________________________________________________________
27948 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
27949         Log: Subject: [PATCH] slightly more for Exporter.pm
27950              From: Nicholas Clark <nick@ccl4.org>
27951              Date: Tue, 18 Dec 2001 00:22:03 +0000
27952              Message-ID: <20011218002203.M21702@plum.flirble.org>
27953      Branch: perl
27954            ! lib/Exporter.pm
27955 ____________________________________________________________________________
27956 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
27957         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
27958              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27959              Date: Mon, 17 Dec 2001 16:37:18 +0100
27960              Message-ID: <20011217163718.A2292@rafael>
27961              
27962              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
27963              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27964              Date: Mon, 17 Dec 2001 23:17:06 +0100
27965              Message-ID: <20011217231706.A730@rafael>
27966      Branch: perl
27967            ! pod/perlsub.pod pp.c toke.c
27968 ____________________________________________________________________________
27969 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
27970         Log: Update Changes.
27971      Branch: perl
27972            ! Changes patchlevel.h
27973 ____________________________________________________________________________
27974 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
27975         Log: New test warrants a MANIFEST entry.
27976      Branch: perl
27977            ! MANIFEST
27978 ____________________________________________________________________________
27979 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
27980         Log: Subject: Re: [PATCH] ...while $var = glob(...)
27981              From: Robin Houston <robin@kitsite.com>
27982              Date: Mon, 17 Dec 2001 20:27:30 +0000
27983              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
27984              
27985              Can't portably unlink open files.
27986      Branch: perl
27987            ! t/op/glob.t
27988 ____________________________________________________________________________
27989 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
27990         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
27991      Branch: perl
27992            ! pod/perluniintro.pod
27993 ____________________________________________________________________________
27994 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
27995         Log: Move typeglob test from glob.t to gv.t.
27996      Branch: perl
27997            ! t/op/glob.t t/op/gv.t
27998 ____________________________________________________________________________
27999 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
28000         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
28001              From: Robin Houston <robin@kitsite.com> 
28002              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
28003              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
28004      Branch: perl
28005            ! t/op/glob.t
28006 ____________________________________________________________________________
28007 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
28008         Log: Demote the surrogate and non-character errors to warnings.
28009      Branch: perl
28010            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
28011 ____________________________________________________________________________
28012 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
28013         Log: Subject: [PATCH] more POSIX tests, and more autoloading
28014              From: Nicholas Clark <nick@ccl4.org>
28015              Date: Mon, 17 Dec 2001 18:27:47 +0000
28016              Message-ID: <20011217182747.D21702@plum.flirble.org>
28017      Branch: perl
28018            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
28019 ____________________________________________________________________________
28020 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
28021         Log: Subject: [PATCH] ...while $var = glob(...)
28022              From: Robin Houston <robin@kitsite.com> 
28023              Date: Mon, 17 Dec 2001 15:51:54 +0000
28024              Message-ID: <20011217155153.A311@robin.kitsite.com>
28025      Branch: perl
28026            ! op.c
28027 ____________________________________________________________________________
28028 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
28029         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
28030              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28031              Date: Mon, 17 Dec 2001 15:23:01 +0100
28032              Message-ID: <20011217152301.A704@rafael>
28033      Branch: perl
28034            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
28035 ____________________________________________________________________________
28036 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
28037         Log: The system() vs $SIG{ARLM} is no more a todo.
28038      Branch: perl
28039            ! t/op/alarm.t
28040 ____________________________________________________________________________
28041 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
28042         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
28043              From: Michael G Schwern <schwern@pobox.com>
28044              Date: Sun, 16 Dec 2001 23:59:01 -0500
28045              Message-ID: <20011217045901.GL17232@blackrider>
28046      Branch: perl
28047            + t/op/alarm.t
28048            ! MANIFEST
28049 ____________________________________________________________________________
28050 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
28051         Log: s/UNIX/Unix/
28052      Branch: perl
28053            ! MANIFEST
28054 ____________________________________________________________________________
28055 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
28056         Log: Move ExtUtils tests to lib/ExtUtils/t.
28057      Branch: perl
28058            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28059            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28060            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28061            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28062            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28063            + lib/ExtUtils/t/testlib.t
28064            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28065            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28066            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
28067            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
28068            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
28069            ! MANIFEST
28070 ____________________________________________________________________________
28071 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
28072         Log: Subject: [PATCH] MM_Unix tests, and some questions
28073              From: Tels <perl_dummy@bloodgate.com>
28074              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
28075              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
28076              
28077              Subject: Re: [PATCH] MM_Unix tests, and some questions
28078              From: Tels <perl_dummy@bloodgate.com>
28079              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
28080              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
28081      Branch: perl
28082            + lib/ExtUtils/MM_Unix.t
28083            ! MANIFEST lib/ExtUtils/MM_Unix.pm
28084 ____________________________________________________________________________
28085 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
28086         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
28087              From: Michael G Schwern <schwern@pobox.com>
28088              Date: Sun, 16 Dec 2001 17:53:55 -0500
28089              Message-ID: <20011216225354.GE8900@blackrider>
28090      Branch: perl
28091            ! lib/ExtUtils/MM_Unix.pm
28092 ____________________________________________________________________________
28093 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
28094         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
28095              From: Michael G Schwern <schwern@pobox.com>                
28096              Date: Sun, 16 Dec 2001 16:12:55 -0500
28097              Message-ID: <20011216211255.GV8900@blackrider>
28098      Branch: perl
28099            ! ext/B/B/Deparse.pm
28100 ____________________________________________________________________________
28101 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
28102         Log: Subject: [PATCH] Exporter.pm
28103              From: Nicholas Clark <nick@ccl4.org>
28104              Date: Sun, 16 Dec 2001 19:24:25 +0000
28105              Message-ID: <20011216192425.R21702@plum.flirble.org>
28106      Branch: perl
28107            ! lib/Exporter.pm
28108 ____________________________________________________________________________
28109 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
28110         Log: Subject: [PATCH] Exporter.t (and question)
28111              From: Nicholas Clark <nick@ccl4.org>
28112              Date: Sun, 16 Dec 2001 17:24:55 +0000
28113              Message-ID: <20011216172455.P21702@plum.flirble.org>
28114      Branch: perl
28115            ! lib/Exporter.t
28116 ____________________________________________________________________________
28117 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
28118         Log: Subject: Re: perl@13661
28119              From: "John P. Linderman" <jpl@research.att.com>              
28120              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
28121              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
28122      Branch: perl
28123            ! pp_sort.c
28124 ____________________________________________________________________________
28125 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
28126         Log: Subject: Will the real Unicode encoding please stand up?
28127              From: Jeffrey Friedl <jfriedl@yahoo.com>
28128              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
28129              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
28130      Branch: perl
28131            ! pod/perluniintro.pod
28132 ____________________________________________________________________________
28133 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
28134         Log: Integrate perlio:
28135              
28136              [ 13724]
28137              Fix for alarm() breaking into wait*().
28138              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
28139              signal handler before caller re-does the system call.
28140      Branch: perl
28141           !> util.c
28142 ____________________________________________________________________________
28143 [ 13724] By: nick                                  on 2001/12/17  09:16:50
28144         Log: Fix for alarm() breaking into wait*().
28145              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
28146              signal handler before caller re-does the system call.
28147      Branch: perlio
28148            ! util.c
28149 ____________________________________________________________________________
28150 [ 13723] By: nick                                  on 2001/12/17  07:45:13
28151         Log: Integrate mainline
28152      Branch: perlio
28153           +> (branch 26 files)
28154           !> (integrate 47 files)
28155 ____________________________________________________________________________
28156 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
28157         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
28158              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
28159              and characters beyond 0x10FFF should be disallowed, too,
28160              but some tests would need changing, but more importantly some
28161              APIs would need remodeling since one can easily generate such
28162              characters either by bitwise complements, tr complements, or
28163              v-strings.
28164      Branch: perl
28165            ! pod/perldiag.pod utf8.c
28166 ____________________________________________________________________________
28167 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
28168         Log: Make surrogates illegal also on EBCDIC.
28169      Branch: perl
28170            ! utf8.c
28171 ____________________________________________________________________________
28172 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
28173         Log: Subject: [patch @13687] Unicode::Collate 0.10
28174              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
28175              Date: Sun, 16 Dec 2001 21:22:12 +0900
28176              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
28177      Branch: perl
28178            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28179            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
28180 ____________________________________________________________________________
28181 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
28182         Log: More documentation for the encoding pragma.
28183      Branch: perl
28184            ! lib/encoding.pm
28185 ____________________________________________________________________________
28186 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
28187         Log: Subject: [PATCH] lib/open.pm 
28188              From: Jeffrey Friedl <jfriedl@yahoo.com>
28189              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
28190              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
28191      Branch: perl
28192            ! lib/open.pm
28193 ____________________________________________________________________________
28194 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
28195         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
28196              From: chromatic <chromatic@rmci.net>
28197              Date: Sat, 15 Dec 2001 23:24:40 -0700
28198              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
28199      Branch: perl
28200            + lib/ExtUtils/Installed.t
28201            ! MANIFEST
28202 ____________________________________________________________________________
28203 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
28204         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
28205              From: Michael G Schwern <schwern@pobox.com>
28206              Date: Sun, 16 Dec 2001 01:14:00 -0500
28207              Message-ID: <20011216061400.GC8900@blackrider>
28208      Branch: perl
28209            ! lib/diagnostics.pm
28210 ____________________________________________________________________________
28211 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
28212         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
28213              From: Michael G Schwern <schwern@pobox.com>
28214              Date: Sun, 16 Dec 2001 01:12:42 -0500
28215              Message-ID: <20011216061242.GB8900@blackrider>
28216      Branch: perl
28217            ! t/test.pl
28218 ____________________________________________________________________________
28219 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
28220         Log: I sometimes outsmart myself.
28221      Branch: perl
28222            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
28223 ____________________________________________________________________________
28224 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
28225         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
28226              From: Michael G Schwern <schwern@pobox.com>
28227              Date: Sat, 15 Dec 2001 15:08:29 -0500
28228              Message-ID: <20011215200829.GK1548@blackrider>
28229      Branch: perl
28230            ! lib/AutoSplit.pm
28231 ____________________________________________________________________________
28232 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
28233         Log: perlunicode enchancements suggested by Jeffrey Friedl.
28234      Branch: perl
28235            ! pod/perlunicode.pod
28236 ____________________________________________________________________________
28237 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
28238         Log: Subject: [PATCH] perlunicode.pod
28239              From: Jeffrey Friedl <jfriedl@yahoo.com>
28240              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
28241              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
28242      Branch: perl
28243            ! pod/perlunicode.pod
28244 ____________________________________________________________________________
28245 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
28246         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
28247              From: Jeffrey Friedl <jfriedl@yahoo.com>
28248              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
28249              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
28250      Branch: perl
28251            ! lib/utf8_heavy.pl
28252 ____________________________________________________________________________
28253 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
28254         Log: Can't create surrogates; so can't match them, either.
28255      Branch: perl
28256            ! pod/perlunicode.pod
28257 ____________________________________________________________________________
28258 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
28259         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
28260              From: Michael G Schwern <schwern@pobox.com>
28261              Date: Sat, 15 Dec 2001 21:20:35 -0500
28262              Message-ID: <20011216022035.GE5672@blackrider>
28263      Branch: perl
28264            ! t/test.pl
28265 ____________________________________________________________________________
28266 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
28267         Log: Make creating UTF-8 surrogates a punishable act.
28268      Branch: perl
28269            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
28270 ____________________________________________________________________________
28271 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
28272         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
28273      Branch: perl
28274            + lib/unicore/In/172.pl lib/unicore/In/173.pl
28275            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
28276            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
28277            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
28278            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
28279            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
28280 ____________________________________________________________________________
28281 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
28282         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
28283              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28284              Date: Sat, 15 Dec 2001 23:21:43 +0100
28285              Message-ID: <20011215232143.A11790@rafael>
28286      Branch: perl
28287            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
28288 ____________________________________________________________________________
28289 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
28290         Log: Make charnames more robust.
28291      Branch: perl
28292            ! lib/charnames.pm
28293 ____________________________________________________________________________
28294 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
28295         Log: The hoops one has to jump through.
28296      Branch: perl
28297            ! ext/I18N/Langinfo/Langinfo.pm
28298 ____________________________________________________________________________
28299 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
28300         Log: Subject: [PATCH] perlstyle.pod nit on warnings
28301              From: Autrijus Tang <autrijus@egb.elixus.org>
28302              Date: Sat, 15 Dec 2001 04:24:34 -0800
28303              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
28304      Branch: perl
28305            ! pod/perlstyle.pod
28306 ____________________________________________________________________________
28307 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
28308         Log: I don't think we are in FooOS, Toto.
28309      Branch: perl
28310            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
28311 ____________________________________________________________________________
28312 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
28313         Log: Subject: Re: Untested modules update:  There's more than we thought
28314              From: chromatic <chromatic@rmci.net>
28315              Date: Fri, 14 Dec 2001 17:20:24 -0700
28316              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
28317      Branch: perl
28318            + lib/ExtUtils/MM_Cygwin.t
28319            ! MANIFEST
28320 ____________________________________________________________________________
28321 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
28322         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
28323              From: Michael G Schwern <schwern@pobox.com> 
28324              Date: Fri, 14 Dec 2001 20:59:42 -0500
28325              Message-ID: <20011215015942.GF28596@blackrider>
28326      Branch: perl
28327            ! t/TEST
28328 ____________________________________________________________________________
28329 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
28330         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
28331              From: Michael G Schwern <schwern@pobox.com> 
28332              Date: Fri, 14 Dec 2001 20:03:46 -0500
28333              Message-ID: <20011215010346.GD28596@blackrider>
28334      Branch: perl
28335            + ext/B/t/bblock.t
28336            ! MANIFEST
28337 ____________________________________________________________________________
28338 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
28339         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
28340              From: Michael G Schwern <schwern@pobox.com> 
28341              Date: Fri, 14 Dec 2001 19:59:13 -0500
28342              Message-ID: <20011215005913.GC28596@blackrider>
28343      Branch: perl
28344            ! ext/B/B/Bblock.pm
28345 ____________________________________________________________________________
28346 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
28347         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
28348              From: Michael G Schwern <schwern@pobox.com> 
28349              Date: Fri, 14 Dec 2001 19:36:12 -0500
28350              Message-ID: <20011215003611.GA28596@blackrider>
28351      Branch: perl
28352            + ext/B/t/asmdata.t
28353            ! MANIFEST
28354 ____________________________________________________________________________
28355 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
28356         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
28357              From: Michael G Schwern <schwern@pobox.com> 
28358              Date: Fri, 14 Dec 2001 19:14:14 -0500
28359              Message-ID: <20011215001414.GA25077@blackrider>
28360      Branch: perl
28361            ! bytecode.pl ext/B/B/Asmdata.pm
28362 ____________________________________________________________________________
28363 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
28364         Log: Permissions.
28365      Branch: perl
28366            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
28367            ! ext/Devel/PPPort/module3.c
28368 ____________________________________________________________________________
28369 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
28370         Log: Benchmark test from Nicholas Clark.
28371      Branch: perl
28372            + lib/Benchmark.t
28373            ! MANIFEST lib/Benchmark.pm
28374 ____________________________________________________________________________
28375 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
28376         Log: Mithing.
28377      Branch: perl
28378            + lib/Attribute/Handlers/demo/demo2.pl
28379            + lib/Attribute/Handlers/demo/demo3.pl
28380            + lib/Attribute/Handlers/demo/demo4.pl
28381 ____________________________________________________________________________
28382 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
28383         Log: Silence compiler worries found by Schwern/Digital cc.
28384      Branch: perl
28385            ! perlio.c sv.c x2p/str.c
28386 ____________________________________________________________________________
28387 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
28388         Log: User may not have a valid home directory even if
28389              getpwuid() succedds.
28390      Branch: perl
28391            ! ext/File/Glob/t/basic.t
28392 ____________________________________________________________________________
28393 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
28394         Log: Integrate with perlio.  (No changes, but that's okay.)
28395      Branch: perl
28396           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
28397 ____________________________________________________________________________
28398 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
28399         Log: Add a Configure hints file for VOS: the POSIX support
28400              of VOS is getting close to the point where it can run
28401              Configure (some Configure tweaks will be required).
28402      Branch: perl
28403            + hints/vos.sh
28404            ! MANIFEST
28405 ____________________________________________________________________________
28406 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
28407         Log: Update Changes.
28408      Branch: perl
28409            ! Changes patchlevel.h
28410 ____________________________________________________________________________
28411 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
28412         Log: Reintroduce Attribute::Handlers with Spider's fixes.
28413      Branch: perl
28414            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28415            + lib/Attribute/Handlers/README
28416            + lib/Attribute/Handlers/demo/Demo.pm
28417            + lib/Attribute/Handlers/demo/Descriptions.pm
28418            + lib/Attribute/Handlers/demo/MyClass.pm
28419            + lib/Attribute/Handlers/demo/demo.pl
28420            + lib/Attribute/Handlers/demo/demo_call.pl
28421            + lib/Attribute/Handlers/demo/demo_chain.pl
28422            + lib/Attribute/Handlers/demo/demo_cycle.pl
28423            + lib/Attribute/Handlers/demo/demo_hashdir.pl
28424            + lib/Attribute/Handlers/demo/demo_phases.pl
28425            + lib/Attribute/Handlers/demo/demo_range.pl
28426            + lib/Attribute/Handlers/demo/demo_rawdata.pl
28427            + lib/Attribute/Handlers/t/multi.t
28428            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
28429 ____________________________________________________________________________
28430 [ 13685] By: nick                                  on 2001/12/14  15:57:00
28431         Log: Integrate mainline
28432      Branch: perlio
28433           +> t/run/switcht.t
28434           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
28435           !> perlapi.h pod/perlrun.pod t/TEST taint.c
28436 ____________________________________________________________________________
28437 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
28438         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
28439              From: Michael G Schwern <schwern@pobox.com> 
28440              Date: Thu, 13 Dec 2001 19:27:08 -0500
28441              Message-ID: <20011214002707.GA10532@blackrider>
28442              
28443              (reword the perlrun -t description a bit,
28444              and move the Itaint_warn to the bottom of
28445              the intrpvar.h for binary compatibility)
28446      Branch: perl
28447            + t/run/switcht.t
28448            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
28449            ! perlapi.h pod/perlrun.pod t/TEST taint.c
28450 ____________________________________________________________________________
28451 [ 13683] By: nick                                  on 2001/12/14  12:29:41
28452         Log: Integrate mainline
28453      Branch: perlio
28454           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
28455           +> lib/Term/ReadLine.t t/op/hashassign.t
28456            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28457            - lib/Attribute/Handlers/README
28458            - lib/Attribute/Handlers/demo/Demo.pm
28459            - lib/Attribute/Handlers/demo/Descriptions.pm
28460            - lib/Attribute/Handlers/demo/MyClass.pm
28461            - lib/Attribute/Handlers/demo/demo.pl
28462            - lib/Attribute/Handlers/demo/demo2.pl
28463            - lib/Attribute/Handlers/demo/demo3.pl
28464            - lib/Attribute/Handlers/demo/demo4.pl
28465            - lib/Attribute/Handlers/demo/demo_call.pl
28466            - lib/Attribute/Handlers/demo/demo_chain.pl
28467            - lib/Attribute/Handlers/demo/demo_cycle.pl
28468            - lib/Attribute/Handlers/demo/demo_hashdir.pl
28469            - lib/Attribute/Handlers/demo/demo_phases.pl
28470            - lib/Attribute/Handlers/demo/demo_range.pl
28471            - lib/Attribute/Handlers/demo/demo_rawdata.pl
28472            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
28473           !> (integrate 101 files)
28474 ____________________________________________________________________________
28475 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
28476         Log: Detypo.
28477      Branch: perl
28478            ! utf8.c
28479 ____________________________________________________________________________
28480 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
28481         Log: Buffer overflow checks.
28482      Branch: perl
28483            ! utf8.c
28484 ____________________________________________________________________________
28485 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
28486         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
28487              From: Spider Boardman <spider@leggy.zk3.dec.com>
28488              Date: Thu, 13 Dec 2001 15:32:51 -0500
28489              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
28490      Branch: perl
28491            ! lib/ExtUtils/Embed.t
28492 ____________________________________________________________________________
28493 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
28494         Log: More on the Unicode "line" definition.
28495      Branch: perl
28496            ! pod/perlunicode.pod
28497 ____________________________________________________________________________
28498 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
28499         Log: Open-ended VERSION?
28500      Branch: perl
28501            ! lib/ExtUtils/Install.pm
28502 ____________________________________________________________________________
28503 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
28504         Log: Subject: [PATCH] Better make distclean
28505              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28506              Date: Thu, 13 Dec 2001 21:10:18 +0100
28507              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
28508      Branch: perl
28509            ! Makefile.SH
28510 ____________________________________________________________________________
28511 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
28512         Log: Remove Memoize::Saves as requested by mjd.
28513      Branch: perl
28514            - lib/Memoize/Saves.pm
28515            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
28516 ____________________________________________________________________________
28517 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
28518         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
28519              From: Michael G Schwern <schwern@pobox.com>
28520              Date: Tue, 11 Dec 2001 23:17:32 -0500
28521              Message-ID: <20011212041732.GS17250@blackrider>
28522      Branch: perl
28523            ! lib/ExtUtils/Install.pm
28524 ____________________________________________________________________________
28525 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
28526         Log: Subject: [PATCH] Re: use utf8; with bad utf8
28527              From: Nicholas Clark <nick@ccl4.org>
28528              Date: Thu, 13 Dec 2001 17:09:39 +0000
28529              Message-ID: <20011213170939.L21702@plum.flirble.org>
28530      Branch: perl
28531            ! t/lib/1_compile.t
28532 ____________________________________________________________________________
28533 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
28534         Log: Subject: (LONG!) Sort benchmarks and patch
28535              From: "John P. Linderman" <jpl@research.att.com>
28536              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
28537              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
28538      Branch: perl
28539            ! pp_sort.c
28540 ____________________________________________________________________________
28541 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
28542         Log: Unadorned numbers evil.
28543      Branch: perl
28544            ! pp.c regcomp.c regexec.c utf8.c utf8.h
28545 ____________________________________________________________________________
28546 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
28547         Log: "preprocessing directive not recognized within macro arg"
28548      Branch: perl
28549            ! ext/Data/Dumper/Dumper.xs
28550 ____________________________________________________________________________
28551 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
28552         Log: Subject: Clarifying the documentation of goto            
28553              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
28554              Date: Thu, 13 Dec 2001 08:57:38 -0500
28555              Message-ID: <3C18BD8B@operamail.com>
28556      Branch: perl
28557            ! pod/perlfunc.pod
28558 ____________________________________________________________________________
28559 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
28560         Log: It could be possible for the case-insensitive
28561              Unicode-aware string comparison to wander off
28562              to the la-la land.
28563      Branch: perl
28564            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
28565            ! regexec.c utf8.c
28566 ____________________________________________________________________________
28567 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
28568         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
28569              From: Michael G Schwern <schwern@pobox.com> 
28570              Date: Wed, 12 Dec 2001 21:53:46 -0500
28571              Message-ID: <20011213025346.GH25129@blackrider>
28572      Branch: perl
28573            ! lib/Net/hostent.t t/op/stat.t t/test.pl
28574 ____________________________________________________________________________
28575 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
28576         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
28577              From: Michael G Schwern <schwern@pobox.com> 
28578              Date: Wed, 12 Dec 2001 20:33:42 -0500
28579              Message-ID: <20011213013342.GX25129@blackrider>
28580      Branch: perl
28581            ! t/io/fs.t
28582 ____________________________________________________________________________
28583 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
28584         Log: Subject: Re: [PATCH] use utf8; tests
28585              From: Nicholas Clark <nick@ccl4.org>
28586              Date: Thu, 13 Dec 2001 00:16:58 +0000
28587              Message-ID: <20011213001658.I21702@plum.flirble.org>
28588      Branch: perl
28589            ! lib/utf8.t
28590 ____________________________________________________________________________
28591 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
28592         Log: EPOC fixes from Olaf Flebbe.
28593      Branch: perl
28594            ! README.epoc epoc/config.sh epoc/createpkg.pl
28595            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
28596 ____________________________________________________________________________
28597 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
28598         Log: Subject: [PATCH perl@13661] VMS test fix-ups
28599              From: "Craig A. Berry" <craigberry@mac.com>
28600              Date: Wed, 12 Dec 2001 16:27:48 -0600
28601              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
28602      Branch: perl
28603            ! lib/Net/hostent.t t/io/fs.t
28604 ____________________________________________________________________________
28605 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
28606         Log: Subject: Re: Next cygwin round.
28607              From: "Gerrit P. Haase" <gp@familiehaase.de>
28608              Date: Wed, 12 Dec 2001 21:59:00 +0100
28609              Message-ID: <122343874595.20011212215900@familiehaase.de>
28610      Branch: perl
28611            ! t/io/fs.t
28612 ____________________________________________________________________________
28613 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
28614         Log: Subject: [PATCH] use utf8; tests
28615              From: Nicholas Clark <nick@ccl4.org>
28616              Date: Wed, 12 Dec 2001 20:07:04 +0000
28617              Message-ID: <20011212200704.E21702@plum.flirble.org>
28618      Branch: perl
28619            ! lib/utf8.t t/test.pl
28620 ____________________________________________________________________________
28621 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
28622         Log: Update Changes.
28623      Branch: perl
28624            ! Changes patchlevel.h
28625 ____________________________________________________________________________
28626 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
28627         Log: Subject: [PATCH] Passing in env to perl_parse did not work
28628              From: Gisle Aas <gisle@ActiveState.com>
28629              Date: 11 Dec 2001 20:52:57 -0800
28630              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
28631      Branch: perl
28632            ! perl.c perl.h
28633 ____________________________________________________________________________
28634 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
28635         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
28636              mostly gcc -Wall complaining about the argument of %p not
28637              being a void *.
28638      Branch: perl
28639            ! perlio.c regcomp.c taint.c toke.c
28640 ____________________________________________________________________________
28641 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
28642         Log: metaconfig unit change for #13657.
28643      Branch: metaconfig
28644            ! U/modified/nis.U
28645 ____________________________________________________________________________
28646 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
28647         Log: Try YP/NIS also from /usr/lib/yp.
28648      Branch: perl
28649            ! Configure
28650 ____________________________________________________________________________
28651 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
28652         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
28653              From: Michael G Schwern <schwern@pobox.com>                
28654              Date: Wed, 12 Dec 2001 05:27:02 -0500      
28655              Message-ID: <20011212102702.GW17250@blackrider>
28656              
28657              (the op/grent part)
28658      Branch: perl
28659            ! t/op/grent.t
28660 ____________________________________________________________________________
28661 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
28662         Log: Weed out .files from ls and readdir() results.
28663      Branch: perl
28664            ! t/op/stat.t
28665 ____________________________________________________________________________
28666 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
28667         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
28668              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
28669              Date: Wed, 12 Dec 2001 10:52:21 +0100
28670              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
28671      Branch: perl
28672            ! lib/File/Find.pm
28673 ____________________________________________________________________________
28674 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
28675         Log: Subject: [PATCH] doio fatal on cygwin for 13651
28676              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
28677              Date: Wed, 12 Dec 2001 11:28:13 +0100      
28678              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
28679      Branch: perl
28680            ! doio.c
28681 ____________________________________________________________________________
28682 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
28683         Log: Get the whole line of ls, makes debugging easier
28684              (from Schwern)
28685      Branch: perl
28686            ! t/op/stat.t
28687 ____________________________________________________________________________
28688 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
28689         Log: rename() must be tested even without link()
28690              or the utime() and rename-directory tests fail.
28691              (Also got the BeOS utime atime/time the wrong way round.)
28692      Branch: perl
28693            ! t/io/fs.t
28694 ____________________________________________________________________________
28695 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
28696         Log: Now that the beos.c is compiled at the main level
28697              the header is in the beos/
28698      Branch: perl
28699            ! beos/beos.c
28700 ____________________________________________________________________________
28701 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
28702         Log: Must remember to require Socket.
28703      Branch: perl
28704            ! ext/Sys/Syslog/syslog.t
28705 ____________________________________________________________________________
28706 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
28707         Log: In BeOS Errno must resort to actual compilation
28708              and execution for some of the error constants.
28709      Branch: perl
28710            ! ext/Errno/Errno_pm.PL
28711 ____________________________________________________________________________
28712 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
28713         Log: BeOS still has no good sockets.
28714      Branch: perl
28715            ! ext/IO/lib/IO/t/io_sel.t
28716 ____________________________________________________________________________
28717 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
28718         Log: BeOS sockets are not true sockets.
28719      Branch: perl
28720            ! ext/IO/lib/IO/t/io_poll.t
28721 ____________________________________________________________________________
28722 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
28723         Log: No Socket, no Syslog.
28724      Branch: perl
28725            ! ext/Sys/Syslog/syslog.t
28726 ____________________________________________________________________________
28727 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
28728         Log: (On some platforms) missing truncate FH.
28729      Branch: perl
28730            ! pod/perltodo.pod
28731 ____________________________________________________________________________
28732 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
28733         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
28734              and vms would be muchly appreciated.
28735      Branch: perl
28736            ! t/io/fs.t
28737 ____________________________________________________________________________
28738 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
28739         Log: utime() updates only the mtime in BeOS. 
28740      Branch: perl
28741            ! pod/perlport.pod
28742 ____________________________________________________________________________
28743 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
28744         Log: No link(), no need to dSP.
28745      Branch: perl
28746            ! pp_sys.c
28747 ____________________________________________________________________________
28748 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
28749         Log: Missing argument.
28750      Branch: perl
28751            ! utf8.c
28752 ____________________________________________________________________________
28753 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
28754         Log: (1) To assume any setuid programs is silly.
28755              (2) Chaining tests with booleans means that some
28756              of them may not get run which means getting out
28757              of test count sync.
28758      Branch: perl
28759            ! t/op/stat.t
28760 ____________________________________________________________________________
28761 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
28762         Log: The beos.c needs to be in the main directory.
28763      Branch: perl
28764            ! hints/beos.sh
28765 ____________________________________________________________________________
28766 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
28767         Log: Detypo and rename.
28768      Branch: perl
28769            ! doio.c perl.h perlio.c perliol.h
28770 ____________________________________________________________________________
28771 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
28772         Log: This time I test compiled.  Honest.
28773      Branch: perl
28774            ! beos/beos.c
28775 ____________________________________________________________________________
28776 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
28777         Log: Subject: [PATCH] slightly more pack tests
28778              From: Nicholas Clark <nick@ccl4.org>
28779              Date: Tue, 11 Dec 2001 23:41:23 +0000
28780              Message-ID: <20011211234123.Y21702@plum.flirble.org>
28781      Branch: perl
28782            ! t/op/pack.t
28783 ____________________________________________________________________________
28784 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
28785         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
28786              From: "Craig A. Berry" <craigberry@mac.com>
28787              Date: Tue, 11 Dec 2001 16:39:13 -0600
28788              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
28789      Branch: perl
28790            ! configure.com
28791 ____________________________________________________________________________
28792 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
28793         Log: metaconfig unit change for #13632.
28794      Branch: metaconfig/U/perl
28795            ! perlpath.U
28796 ____________________________________________________________________________
28797 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
28798         Log: Subject: $Config{perlpath} and -Dversiononly
28799              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28800              Date: Tue, 11 Dec 2001 23:32:33 +0100
28801              Message-ID: <20011211233233.A11587@rafael>
28802      Branch: perl
28803            ! Configure
28804 ____________________________________________________________________________
28805 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
28806         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
28807              From: Nicholas Clark <nick@ccl4.org>
28808              Date: Tue, 11 Dec 2001 21:59:36 +0000
28809              Message-ID: <20011211215935.W21702@plum.flirble.org>
28810      Branch: perl
28811            ! t/op/pack.t
28812 ____________________________________________________________________________
28813 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
28814         Log: More UTF-8 API docs.
28815      Branch: perl
28816            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
28817 ____________________________________________________________________________
28818 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
28819         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
28820              From: Nicholas Clark <nick@ccl4.org>
28821              Date: Tue, 11 Dec 2001 20:08:59 +0000
28822              Message-ID: <20011211200859.S21702@plum.flirble.org>
28823      Branch: perl
28824            ! t/op/pack.t
28825 ____________________________________________________________________________
28826 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
28827         Log: Subject: Re: use utf8; with bad utf8
28828              From: Nicholas Clark <nick@ccl4.org>
28829              Date: Tue, 11 Dec 2001 19:49:21 +0000
28830              Message-ID: <20011211194921.R21702@plum.flirble.org>
28831      Branch: perl
28832            ! lib/utf8.t
28833 ____________________________________________________________________________
28834 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
28835         Log: Can't spell worth a dam.  (Try Three Gorges.)
28836      Branch: perl
28837            ! beos/beos.c
28838 ____________________________________________________________________________
28839 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
28840         Log: We need DWIM cpps.
28841      Branch: perl
28842            ! perlio.c
28843 ____________________________________________________________________________
28844 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
28845         Log: The unixish.h needs to be found and the waitpid wrapper
28846              could use a proto.
28847      Branch: perl
28848            ! beos/beosish.h
28849 ____________________________________________________________________________
28850 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
28851         Log: The BeOS waitpid() seems to be broken,
28852              have a wrapper for it.
28853      Branch: perl
28854            + beos/beos.c beos/beosish.h
28855            ! MANIFEST hints/beos.sh perl.h
28856 ____________________________________________________________________________
28857 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
28858         Log: Unlean the leaning tower of Babel.
28859      Branch: perl
28860            ! perl.h
28861 ____________________________________________________________________________
28862 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
28863         Log: Retract #13607 until we figure out what to do with autouse.
28864      Branch: perl
28865            ! lib/Carp.pm
28866 ____________________________________________________________________________
28867 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
28868         Log: Try to handle platforms that have O_TEXT != O_BINARY but
28869              which are not DOSish, BeOS being one of such platforms.
28870              Ideally this should be a Configure test, not a hardwired
28871              cpp symbol test... 
28872      Branch: perl
28873            ! doio.c perl.h perlio.c perliol.h
28874 ____________________________________________________________________________
28875 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
28876         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
28877              From: Jonathan Stowe <gellyfish@gellyfish.com>
28878              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
28879              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
28880      Branch: perl
28881            ! lib/Term/Cap.pm lib/Term/Cap.t
28882 ____________________________________________________________________________
28883 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
28884         Log: Subject: [patch perlio.c] test for NULL before derefencing
28885              From: Stas Bekman <stas@stason.org>
28886              Date: Tue, 11 Dec 2001 16:17:55 +0800
28887              Message-ID: <3C15C133.8@stason.org>
28888      Branch: perl
28889            ! perlio.c
28890 ____________________________________________________________________________
28891 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
28892         Log: metaconfig unit change for #13617.
28893      Branch: metaconfig/U/perl
28894            ! Extensions.U
28895 ____________________________________________________________________________
28896 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
28897         Log: BeOS has socket() but not enough to build a working Socket.
28898              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
28899              new networking implementation, which is rumored to fix the
28900              non-standardness of sockets, but it's apparently not publicly
28901              available, and anything to do with BeOS has become quite
28902              complicated with the sale of the Be assets to Palm.)
28903      Branch: perl
28904            ! Configure
28905 ____________________________________________________________________________
28906 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
28907         Log: Update changes
28908      Branch: maint-5.6/macperl
28909            ! macos/Changes
28910 ____________________________________________________________________________
28911 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
28912         Log: Add extra pod to help
28913      Branch: maint-5.6/macperl
28914            ! macos/macperl/MacPerl.podhelp
28915 ____________________________________________________________________________
28916 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
28917         Log: Return DoAppleScript errors in $@
28918      Branch: maint-5.6/macperl
28919            ! macos/ext/MacPerl/OSA.xs
28920 ____________________________________________________________________________
28921 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
28922         Log: Clear out $^E before each script run
28923      Branch: maint-5.6/macperl
28924            ! macos/macperl/MPScript.c
28925 ____________________________________________________________________________
28926 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
28927         Log: Integrate various changes from maint-5.6/perl/.
28928      Branch: maint-5.6/macperl
28929           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
28930           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
28931 ____________________________________________________________________________
28932 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
28933         Log: Subject: Exporter's documentation shouldn't lie               
28934              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
28935              Date: Mon, 10 Dec 2001 21:30:20 -0500
28936              Message-ID: <3C4AA201@operamail.com>
28937      Branch: perl
28938            ! lib/Exporter.pm
28939 ____________________________________________________________________________
28940 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
28941         Log: Make Errno better in BeOS (the second hunk is
28942              good on any platform).  Still not working in BeOS
28943              are the E constants that refer BeOS native error
28944              constants (B_...) which are enums (*groan*).
28945      Branch: perl
28946            ! ext/Errno/Errno_pm.PL
28947 ____________________________________________________________________________
28948 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
28949         Log: The BeOS linker seems to link the last seen symbol,
28950              not the first (so the symbols of op.o from libperl.so
28951              would get linked to miniperl instead of the symbols of
28952              opmini.o)-- use the same trick as for NeXT4 for linking
28953              miniperl.
28954      Branch: perl
28955            ! Makefile.SH
28956 ____________________________________________________________________________
28957 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
28958         Log: Subject: Re: [PATCH] tests for hash assignment
28959              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28960              Date: Tue, 11 Dec 2001 01:48:55 +0000
28961              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
28962      Branch: perl
28963            ! utf8.c
28964 ____________________________________________________________________________
28965 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
28966         Log: (retracted by #13622)
28967              
28968              Subject: RE: More verbose POD for Carp
28969              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
28970              Date: Mon, 10 Dec 2001 20:23:20 -0500
28971              Message-ID: <3C4A3566@operamail.com>
28972      Branch: perl
28973            ! lib/Carp.pm
28974 ____________________________________________________________________________
28975 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
28976         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
28977              From: "Craig A. Berry" <craigberry@mac.com>
28978              Date: Mon, 10 Dec 2001 18:25:37 -0600
28979              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
28980      Branch: perl
28981            ! t/op/write.t t/test.pl
28982 ____________________________________________________________________________
28983 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
28984         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
28985              From: Michael G Schwern <schwern@pobox.com>
28986              Date: Mon, 10 Dec 2001 08:00:01 -0500
28987              Message-ID: <20011210130000.GK1770@blackrider>
28988      Branch: perl
28989            ! t/comp/multiline.t
28990 ____________________________________________________________________________
28991 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
28992         Log: Subject: Re: [PATCH] tests for hash assignment
28993              From: Nicholas Clark <nick@ccl4.org>
28994              Date: Mon, 10 Dec 2001 23:22:28 +0000
28995              Message-ID: <20011210232228.M21702@plum.flirble.org>
28996      Branch: perl
28997            + t/op/hashassign.t
28998            ! MANIFEST t/op/each.t t/test.pl
28999 ____________________________________________________________________________
29000 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
29001         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
29002              From: "Craig A. Berry" <craigberry@mac.com>
29003              Date: Mon, 10 Dec 2001 16:38:14 -0600
29004              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
29005      Branch: perl
29006            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
29007 ____________________________________________________________________________
29008 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
29009         Log: Subject: [PATCH perl@13600] configure.com fixes
29010              From: "Craig A. Berry" <craigberry@mac.com>
29011              Date: Mon, 10 Dec 2001 14:40:20 -0600
29012              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
29013      Branch: perl
29014            ! configure.com
29015 ____________________________________________________________________________
29016 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
29017         Log: Silence BeOS compilation moaning.
29018      Branch: perl
29019            ! perl.h
29020 ____________________________________________________________________________
29021 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
29022         Log: Update Changes.
29023      Branch: perl
29024            ! Changes patchlevel.h
29025 ____________________________________________________________________________
29026 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
29027         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
29028              From: Michael G Schwern <schwern@pobox.com>
29029              Date: Mon, 10 Dec 2001 01:21:03 -0500
29030              Message-ID: <20011210062103.GC1770@blackrider>
29031      Branch: perl
29032            ! lib/ExtUtils/Command.t
29033 ____________________________________________________________________________
29034 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
29035         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
29036              From: Michael G Schwern <schwern@pobox.com>
29037              Date: Mon, 10 Dec 2001 01:10:57 -0500
29038              Message-ID: <20011210061057.GB1770@blackrider>
29039      Branch: perl
29040            ! t/op/groups.t
29041 ____________________________________________________________________________
29042 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
29043         Log: Retract #13596, #13593 should do the trick.
29044      Branch: perl
29045            ! t/op/stat.t
29046 ____________________________________________________________________________
29047 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
29048         Log: (retracted by #13597, #13593 does the job better)
29049              
29050              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
29051              From: Michael G Schwern <schwern@pobox.com>
29052              Date: Mon, 10 Dec 2001 00:53:16 -0500
29053              Message-ID: <20011210055316.GA1770@blackrider>
29054      Branch: perl
29055            ! t/op/stat.t
29056 ____________________________________________________________________________
29057 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
29058         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
29059              From: Michael G Schwern <schwern@pobox.com> 
29060              Date: Mon, 10 Dec 2001 02:19:14 -0500
29061              Message-ID: <20011210071914.GF1770@blackrider>
29062      Branch: perl
29063            ! lib/AutoSplit.t
29064 ____________________________________________________________________________
29065 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
29066         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29067              From: Michael G Schwern <schwern@pobox.com>
29068              Date: Mon, 10 Dec 2001 02:47:40 -0500
29069              Message-ID: <20011210074739.GH1770@blackrider>
29070      Branch: perl
29071            ! t/op/pack.t
29072 ____________________________________________________________________________
29073 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
29074         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
29075              From: Michael G Schwern <schwern@pobox.com>
29076              Date: Mon, 10 Dec 2001 02:54:22 -0500
29077              Message-ID: <20011210075422.GI1770@blackrider>
29078      Branch: perl
29079            ! t/test.pl
29080 ____________________________________________________________________________
29081 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
29082         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
29083              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29084              Date: Mon, 10 Dec 2001 08:45:20 +0100
29085              Message-ID: <3C146810.60B5B7C0@alcatel.at>
29086      Branch: perl
29087            ! pp_pack.c
29088 ____________________________________________________________________________
29089 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
29090         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
29091              From: Michael G Schwern <schwern@pobox.com>
29092              Date: Mon, 10 Dec 2001 03:27:02 -0500
29093              Message-ID: <20011210082702.GN1770@blackrider>
29094      Branch: perl
29095            ! t/io/openpid.t
29096 ____________________________________________________________________________
29097 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
29098         Log: More chmod +w.
29099      Branch: perl
29100            ! Porting/makerel
29101 ____________________________________________________________________________
29102 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
29103         Log: Just skip the readability test if running as root.
29104      Branch: perl
29105            ! lib/Net/t/netrc.t
29106 ____________________________________________________________________________
29107 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
29108         Log: Tell about the downside of safe signals.
29109      Branch: perl
29110            ! pod/perldelta.pod
29111 ____________________________________________________________________________
29112 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
29113         Log: Make the whole -lperl thing NetBSD only until we
29114              find some other platform that needs the same.
29115      Branch: perl
29116            ! lib/ExtUtils/MM_Unix.pm
29117 ____________________________________________________________________________
29118 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
29119         Log: Subject: [PATCH t/op/pack.t] Cleanup
29120              From: Michael G Schwern <schwern@pobox.com> 
29121              Date: Sun, 9 Dec 2001 23:08:26 -0500
29122              Message-ID: <20011210040826.GD660@blackrider>
29123      Branch: perl
29124            ! t/op/pack.t
29125 ____________________________________________________________________________
29126 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
29127         Log: Add threads support for NetBSD.
29128              
29129              This is also the first (I think) Perl threads build with
29130              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
29131              NetBSD does not as of yet have true kernel POSIX threads,
29132              but the user-level pth seems to be doing pretty well--
29133              the only failure is that threads/t/basic okays 6 and 7
29134              consistently seem be arriving in the reverse order.
29135              Well, gdbm.t is also failing: 'Undefined PLT symbol
29136              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
29137              guessing that GDBM would need a threaded rebuild.
29138      Branch: perl
29139            ! hints/netbsd.sh
29140 ____________________________________________________________________________
29141 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
29142         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
29143              potential performance hit and change in semantics of closure
29144              lookups after C<undef &foo>)
29145      Branch: maint-5.6/perl
29146            ! op.c
29147 ____________________________________________________________________________
29148 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
29149         Log: metaconfig unit change for #13582.
29150      Branch: metaconfig
29151            ! U/threads/usethreads.U
29152 ____________________________________________________________________________
29153 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
29154         Log: Update the ithreads selection info in Configure,
29155              as suggested by Michael Schwern.
29156      Branch: perl
29157            ! Configure
29158 ____________________________________________________________________________
29159 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
29160         Log: Clearing locale environment simply doesn't seem to
29161              guarantee that (nl_)langinfo(CODESET) would return nil.
29162              (I for example get "ISO8859-1", so <guess>maybe there can
29163              be per-system default settings at work</guess>.)
29164      Branch: perl
29165            ! lib/open.t
29166 ____________________________________________________________________________
29167 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
29168         Log: Subject: RE: Exporter fixes reversed in 13540?
29169              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29170              Date: Sun, 9 Dec 2001 12:55:15 -0500
29171              Message-ID: <3C13F455@operamail.com>
29172      Branch: perl
29173            ! lib/open.pm
29174 ____________________________________________________________________________
29175 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
29176         Log: Root is the lizard king.
29177      Branch: perl
29178            ! lib/Net/t/netrc.t
29179 ____________________________________________________________________________
29180 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
29181         Log: Telling how many tests we are expecting helps.
29182      Branch: perl
29183            ! ext/POSIX/t/waitpid.t
29184 ____________________________________________________________________________
29185 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
29186         Log: Add a test case for waitpid(): from Rocco Caputo.
29187      Branch: perl
29188            + ext/POSIX/t/waitpid.t
29189            ! MANIFEST
29190 ____________________________________________________________________________
29191 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
29192         Log: Subject: [PATCH] Term::ReadLine tweaks and test
29193              From: Richard Clamp <richardc@unixbeard.net>
29194              Date: Mon, 10 Dec 2001 00:51:47 +0000
29195              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
29196      Branch: perl
29197            + lib/Term/ReadLine.t
29198            ! MANIFEST lib/Term/ReadLine.pm
29199 ____________________________________________________________________________
29200 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
29201         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
29202              From: Rocco Caputo <troc@netrus.net>
29203              Date: Sun, 9 Dec 2001 18:12:38 -0500
29204              Message-ID: <20011209181238.A803@eyrie.homenet>
29205      Branch: perl
29206            ! win32/win32.c
29207 ____________________________________________________________________________
29208 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
29209         Log: make sure that va_start() has matching va_end();
29210              from OpenBSD 3.0.
29211      Branch: perl
29212            ! x2p/util.c
29213 ____________________________________________________________________________
29214 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
29215         Log: h2ph updates from OpenBSD 3.0.
29216      Branch: perl
29217            ! utils/h2ph.PL
29218 ____________________________________________________________________________
29219 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
29220         Log: OpenBSD hints update from OpenBSD 3.0.
29221      Branch: perl
29222            ! hints/openbsd.sh
29223 ____________________________________________________________________________
29224 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
29225         Log: DJGPP tweaks from Laszlo Molnar.
29226      Branch: perl
29227            ! djgpp/config.over lib/File/Find/t/find.t
29228            ! lib/File/Find/t/taint.t t/pod/find.t
29229 ____________________________________________________________________________
29230 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
29231         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
29232              From: Michael G Schwern <schwern@pobox.com> 
29233              Date: Sun, 9 Dec 2001 19:28:12 -0500
29234              Message-ID: <20011210002812.GF13586@blackrider>
29235      Branch: perl
29236            ! README.cygwin
29237 ____________________________________________________________________________
29238 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
29239         Log: README.cygwin update from Gerrit P. Haase.
29240      Branch: perl
29241            ! README.cygwin
29242 ____________________________________________________________________________
29243 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
29244         Log: Apply NetBSD patch-ag: shared/static linking,
29245              but make the change less intrusive on non-NetBSD.
29246      Branch: perl
29247            ! lib/ExtUtils/MM_Unix.pm
29248 ____________________________________________________________________________
29249 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
29250         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
29251      Branch: perl
29252            ! lib/ExtUtils/Liblist.pm
29253 ____________________________________________________________________________
29254 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
29255         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
29256      Branch: perl
29257            ! regcomp.c
29258 ____________________________________________________________________________
29259 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
29260         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
29261      Branch: perl
29262            ! pp.c
29263 ____________________________________________________________________________
29264 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
29265         Log: Apply NetBSD patch-ac.
29266              (the fix has already been done: change #9706, fully qualified
29267              pathnames in packlists)
29268      Branch: perl
29269            ! lib/ExtUtils/Install.pm
29270 ____________________________________________________________________________
29271 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
29272         Log: Apply NetBSD patch-ab: NetBSD hints update.
29273      Branch: perl
29274            ! hints/netbsd.sh
29275 ____________________________________________________________________________
29276 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
29277         Log: metaconfig unit changes for #13560.
29278      Branch: metaconfig/U/perl
29279            ! dlsrc.U i_ieeefp.U libperl.U
29280 ____________________________________________________________________________
29281 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
29282         Log: NetBSD has <ieeefp.h> but hidden.
29283      Branch: perl
29284            ! hints/netbsd.sh
29285 ____________________________________________________________________________
29286 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
29287         Log: Implement NetBSD patch-aa.
29288      Branch: perl
29289            ! Configure
29290 ____________________________________________________________________________
29291 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
29292         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
29293              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
29294              Date: Sun, 09 Dec 2001 13:40:58 +0100
29295              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
29296              
29297              (The lstat()s were there in 5.6.1: what happened to them?)
29298      Branch: perl
29299            ! lib/File/Find.pm
29300 ____________________________________________________________________________
29301 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
29302         Log: Quickie documentation of the C UTF-8 API.
29303      Branch: perl
29304            ! pod/perlunicode.pod
29305 ____________________________________________________________________________
29306 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
29307         Log: Subject: bleadperl on cygwin weirdness...
29308              From: "Gerrit P. Haase" <gp@familiehaase.de>
29309              Date: Sun, 9 Dec 2001 20:31:28 +0100
29310              Message-ID: <13779422183.20011209203128@familiehaase.de>          
29311              
29312              (plus libperl*.dll version portability tweaks)
29313      Branch: perl
29314            ! lib/ExtUtils/Embed.t
29315 ____________________________________________________________________________
29316 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
29317         Log: Instead of muting symbol export error if under eval,
29318              delay the errors until the croak().
29319              
29320              (replaces #13408)
29321      Branch: perl
29322            ! lib/Exporter/Heavy.pm
29323 ____________________________________________________________________________
29324 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
29325         Log: Basegroup 0 is a cygwin_nt thing.
29326      Branch: perl
29327            ! t/op/groups.t
29328 ____________________________________________________________________________
29329 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
29330         Log: Also WinME is LoseLink.
29331      Branch: perl
29332            ! t/op/stat.t
29333 ____________________________________________________________________________
29334 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
29335         Log: Forgotten checkin.
29336      Branch: perl
29337            ! lib/User/grent.t
29338 ____________________________________________________________________________
29339 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
29340         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
29341              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29342              Date: Sun, 09 Dec 2001 13:45:06 +0100
29343              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
29344      Branch: perl
29345            ! lib/File/Find.pm
29346 ____________________________________________________________________________
29347 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
29348         Log: Tweakback.
29349      Branch: perl
29350            ! lib/Net/hostent.t
29351 ____________________________________________________________________________
29352 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
29353         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
29354              From: Michael G Schwern <schwern@pobox.com>
29355              Date: Sat, 8 Dec 2001 14:48:38 -0500
29356              Message-ID: <20011208194838.GA8650@blackrider>
29357      Branch: perl
29358            ! t/op/grent.t
29359 ____________________________________________________________________________
29360 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
29361         Log: Subject: [README.cygwin] Removing old expected test failures
29362              From: Michael G Schwern <schwern@pobox.com>
29363              Date: Sat, 8 Dec 2001 15:38:28 -0500
29364              Message-ID: <20011208203828.GB9017@blackrider>
29365      Branch: perl
29366            ! README.cygwin
29367 ____________________________________________________________________________
29368 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
29369         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
29370              From: Michael G Schwern <schwern@pobox.com>                
29371              Date: Sat, 8 Dec 2001 15:26:59 -0500
29372              Message-ID: <20011208202659.GA9017@blackrider> 
29373      Branch: perl
29374            ! lib/Net/hostent.t
29375 ____________________________________________________________________________
29376 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
29377         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
29378              From: Michael G Schwern <schwern@pobox.com> 
29379              Date: Sat, 8 Dec 2001 15:06:16 -0500
29380              Message-ID: <20011208200616.GA8915@blackrider>
29381      Branch: perl
29382            ! t/op/stat.t
29383 ____________________________________________________________________________
29384 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
29385         Log: Developer deprecations and an incompatibility.
29386      Branch: perl
29387            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
29388 ____________________________________________________________________________
29389 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
29390         Log: Shoo.
29391      Branch: perl
29392            - lib/Attribute/Handlers.pm
29393 ____________________________________________________________________________
29394 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
29395         Log: Remove Attribute::Handlers, as per Damian's request.
29396              (Because of fixing the my variables to be now handled
29397              in run-time, the whole internals of the A::H needs to
29398              be rewritten and Damian will not have time for that
29399              for months.)
29400      Branch: perl
29401            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
29402            - lib/Attribute/Handlers/demo/Demo.pm
29403            - lib/Attribute/Handlers/demo/Descriptions.pm
29404            - lib/Attribute/Handlers/demo/MyClass.pm
29405            - lib/Attribute/Handlers/demo/demo.pl
29406            - lib/Attribute/Handlers/demo/demo2.pl
29407            - lib/Attribute/Handlers/demo/demo3.pl
29408            - lib/Attribute/Handlers/demo/demo4.pl
29409            - lib/Attribute/Handlers/demo/demo_call.pl
29410            - lib/Attribute/Handlers/demo/demo_chain.pl
29411            - lib/Attribute/Handlers/demo/demo_cycle.pl
29412            - lib/Attribute/Handlers/demo/demo_hashdir.pl
29413            - lib/Attribute/Handlers/demo/demo_phases.pl
29414            - lib/Attribute/Handlers/demo/demo_range.pl
29415            - lib/Attribute/Handlers/demo/demo_rawdata.pl
29416            - lib/Attribute/Handlers/t/multi.t
29417            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
29418            ! pod/perlmodlib.pod pod/perltoc.pod
29419 ____________________________________________________________________________
29420 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
29421         Log: Subject: Re: attributes are broken
29422              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29423              Date: Sun, 09 Dec 2001 00:09:23 -0500
29424              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
29425      Branch: perl
29426            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
29427            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
29428            ! xsutils.c
29429 ____________________________________________________________________________
29430 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
29431         Log: Forgotten checkin.
29432      Branch: perl
29433            ! lib/Pod/Text.pm
29434 ____________________________________________________________________________
29435 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
29436         Log: uconfig.h update.
29437      Branch: perl
29438            ! uconfig.h
29439 ____________________________________________________________________________
29440 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
29441         Log: Update Changes.
29442      Branch: perl
29443            ! Changes patchlevel.h
29444 ____________________________________________________________________________
29445 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
29446         Log: Note that some of the Unicode features are
29447              dependent on perlio.
29448      Branch: perl
29449            ! pod/perluniintro.pod
29450 ____________________________________________________________________________
29451 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
29452         Log: Regen perlapi, regen toc.
29453      Branch: perl
29454            ! pod/perlapi.pod pod/perltoc.pod
29455 ____________________________________________________________________________
29456 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
29457         Log: FAQ sync.
29458      Branch: perl
29459            ! pod/perlfaq4.pod pod/perlfaq6.pod
29460 ____________________________________________________________________________
29461 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
29462         Log: Subject: [PATCH] Fix odd language in an sv.c comment
29463              From: coral@eekeek.org
29464              Date: Sat, 8 Dec 2001 12:19:39 -0500
29465              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
29466      Branch: perl
29467            ! sv.c
29468 ____________________________________________________________________________
29469 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
29470         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
29471              From: Michael G Schwern <schwern@pobox.com>
29472              Date: Fri, 7 Dec 2001 20:03:45 -0500
29473              Message-ID: <20011208010345.GD642@blackrider>
29474              
29475              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
29476              From: Michael G Schwern <schwern@pobox.com>
29477              Date: Fri, 7 Dec 2001 20:13:54 -0500
29478              Message-ID: <20011208011354.GE642@blackrider>
29479              
29480              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
29481              From: Michael G Schwern <schwern@pobox.com>
29482              Date: Fri, 7 Dec 2001 21:47:36 -0500
29483              Message-ID: <20011208024736.GH642@blackrider>
29484              
29485              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
29486              From: Michael G Schwern <schwern@pobox.com>
29487              Date: Fri, 7 Dec 2001 23:09:43 -0500
29488              Message-ID: <20011208040943.GK642@blackrider>
29489              
29490              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
29491              Message-Id: <a05101004b83754903506@[172.16.52.1]>
29492              Date: Fri, 7 Dec 2001 23:28:15 -0600
29493              From: "Craig A. Berry" <craigberry@mac.com>
29494      Branch: perl
29495            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
29496 ____________________________________________________________________________
29497 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
29498         Log: Integrate perlio:
29499              
29500              [ 13531]
29501              Tweak multi-arg open error messages
29502              
29503              [ 13530]
29504              Allow multi-arg open() if opening layer declares this legal.
29505      Branch: perl
29506           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
29507           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
29508 ____________________________________________________________________________
29509 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
29510         Log: Retract #11156 since Sarathy has found that it breaks code:
29511              http://bugs.ActiveState.com/show_bug.cgi?id=18457
29512              http://bugs.ActiveState.com/show_bug.cgi?id=18858
29513      Branch: perl
29514            ! op.c sv.c t/op/pos.t
29515 ____________________________________________________________________________
29516 [ 13532] By: nick                                  on 2001/12/08  14:11:12
29517         Log: Integrate mainline
29518      Branch: perlio
29519           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
29520           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
29521 ____________________________________________________________________________
29522 [ 13531] By: nick                                  on 2001/12/08  13:48:21
29523         Log: Tweak multi-arg open error messages
29524      Branch: perlio
29525            ! perlio.c
29526 ____________________________________________________________________________
29527 [ 13530] By: nick                                  on 2001/12/08  10:20:06
29528         Log: Allow multi-arg open() if opening layer declares this legal.
29529      Branch: perlio
29530            ! doio.c perlio.c perliol.h
29531 ____________________________________________________________________________
29532 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
29533         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
29534              From: Michael G Schwern <schwern@pobox.com>       
29535              Date: Fri, 7 Dec 2001 19:41:31 -0500
29536              Message-ID: <20011208004131.GC642@blackrider>
29537      Branch: perl
29538            ! t/run/switches.t t/test.pl
29539 ____________________________________________________________________________
29540 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
29541         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
29542              From: Michael G Schwern <schwern@pobox.com>       
29543              Date: Fri, 7 Dec 2001 19:12:44 -0500
29544              Message-ID: <20011208001244.GB642@blackrider>
29545      Branch: perl
29546            ! t/op/stat.t
29547 ____________________________________________________________________________
29548 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
29549         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
29550              From: Michael G Schwern <schwern@pobox.com>
29551              Date: Fri, 7 Dec 2001 17:28:57 -0500
29552              Message-ID: <20011207222857.GI23210@blackrider>
29553      Branch: perl
29554            ! t/op/magic.t
29555 ____________________________________________________________________________
29556 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
29557         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
29558      Branch: perl
29559            ! t/test.pl
29560 ____________________________________________________________________________
29561 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
29562         Log: which_perl: delay as much a possible till runtime.
29563      Branch: perl
29564            ! t/test.pl
29565 ____________________________________________________________________________
29566 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
29567         Log: Further tweakage to which_perl().
29568      Branch: perl
29569            ! t/test.pl
29570 ____________________________________________________________________________
29571 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
29572         Log: perluniintro tweaks.
29573      Branch: perl
29574            ! pod/perluniintro.pod
29575 ____________________________________________________________________________
29576 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
29577         Log: Tweak the $Perl computation.
29578      Branch: perl
29579            ! t/test.pl
29580 ____________________________________________________________________________
29581 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
29582         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
29583              From: Nicholas Clark <nick@ccl4.org>
29584              Date: Fri, 7 Dec 2001 17:06:56 +0000
29585              Message-ID: <20011207170656.G21702@plum.flirble.org>
29586      Branch: perl
29587            ! doop.c t/op/chop.t
29588 ____________________________________________________________________________
29589 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
29590         Log: Update Changes.
29591      Branch: perl
29592            ! Changes patchlevel.h
29593 ____________________________________________________________________________
29594 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
29595         Log: Missing ).
29596      Branch: perl
29597            ! t/test.pl
29598 ____________________________________________________________________________
29599 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
29600         Log: Allow several arguments to display().
29601      Branch: perl
29602            ! t/test.pl
29603 ____________________________________________________________________________
29604 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
29605         Log: /dev/stdout could be either a character special file
29606              or a named pipe, so let's pretend it doesn't exist.
29607      Branch: perl
29608            ! t/op/stat.t
29609 ____________________________________________________________________________
29610 [ 13516] By: nick                                  on 2001/12/07  15:09:23
29611         Log: Integrate again - can I catch up ?
29612      Branch: perlio
29613           !> t/test.pl
29614 ____________________________________________________________________________
29615 [ 13515] By: nick                                  on 2001/12/07  15:08:17
29616         Log: Integrate mainline some more
29617      Branch: perlio
29618           !> README.hpux hints/linux.sh pod/perlfunc.pod
29619 ____________________________________________________________________________
29620 [ 13514] By: nick                                  on 2001/12/07  15:07:15
29621         Log: Integrate mainline
29622      Branch: perlio
29623           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
29624           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
29625           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
29626           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
29627           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
29628           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
29629           +> t/lib/Math/BigInt/BareCalc.pm
29630            - ext/Devel/PPPort/harness/Harness.pm
29631            - ext/Devel/PPPort/harness/Harness.xs
29632            - ext/Devel/PPPort/harness/Makefile.PL
29633            - ext/Devel/PPPort/harness/module2.c
29634            - ext/Devel/PPPort/harness/module3.c
29635            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
29636            - lib/File/Spec/Functions.t
29637           !> (integrate 103 files)
29638 ____________________________________________________________________________
29639 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
29640         Log: Add display() for displaying icky scalars.
29641      Branch: perl
29642            ! t/test.pl
29643 ____________________________________________________________________________
29644 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
29645         Log: Subject: [ID 20011207.001] documentation bug for waitpid
29646              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
29647              Date: Fri, 7 Dec 2001 12:44:56 +0100
29648              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
29649      Branch: perl
29650            ! pod/perlfunc.pod
29651 ____________________________________________________________________________
29652 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
29653         Log: gcc version matching didn't.
29654      Branch: perl
29655            ! hints/linux.sh
29656 ____________________________________________________________________________
29657 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
29658         Log: Subject: HP renamed their servers              
29659              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29660              Date: Fri, 07 Dec 2001 12:07:22 +0100
29661              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
29662      Branch: perl
29663            ! README.hpux
29664 ____________________________________________________________________________
29665 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
29666         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
29667              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29668              Date: Fri, 7 Dec 2001 00:24:55 -0500
29669              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
29670      Branch: perl
29671            ! pod/perlport.pod
29672 ____________________________________________________________________________
29673 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
29674         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
29675              From: Michael G Schwern <schwern@pobox.com> 
29676              Date: Thu, 6 Dec 2001 22:56:34 -0500
29677              Message-ID: <20011207035634.GO22648@blackrider>
29678      Branch: perl
29679            ! t/base/lex.t t/op/exec.t
29680 ____________________________________________________________________________
29681 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
29682         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
29683              From: Michael G Schwern <schwern@pobox.com>
29684              Date: Thu, 6 Dec 2001 22:45:44 -0500
29685              Message-ID: <20011207034544.GN22648@blackrider>
29686              
29687              (plus op/ref tweak)
29688      Branch: perl
29689            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
29690            ! t/run/kill_perl.t t/test.pl
29691 ____________________________________________________________________________
29692 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
29693         Log: Upgrade to Math::BigInt 1.48.
29694      Branch: perl
29695            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
29696            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
29697            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
29698            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
29699            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
29700            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
29701            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
29702 ____________________________________________________________________________
29703 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
29704         Log: Mention also perl56delta in case someone is upgrading from
29705              Perl 5.005_03.
29706      Branch: perl
29707            ! pod/perldelta.pod
29708 ____________________________________________________________________________
29709 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
29710         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
29711              From: Michael G Schwern <schwern@pobox.com>
29712              Date: Thu, 6 Dec 2001 15:15:28 -0500
29713              Message-ID: <20011206201528.GF16414@blackrider>
29714              
29715              (just the term.t, not the lex.t)
29716              
29717              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
29718              From: Michael G Schwern <schwern@pobox.com>
29719              Date: Thu, 6 Dec 2001 15:22:22 -0500
29720              Message-ID: <20011206202222.GG16414@blackrider>
29721              
29722              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
29723              From: Michael G Schwern <schwern@pobox.com>
29724              Date: Thu, 6 Dec 2001 15:31:58 -0500
29725              Message-ID: <20011206203158.GI16414@blackrider>
29726              
29727              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
29728              From: Michael G Schwern <schwern@pobox.com>
29729              Date: Thu, 6 Dec 2001 17:38:55 -0500
29730              Message-ID: <20011206223855.GC22648@blackrider>
29731      Branch: perl
29732            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
29733            ! t/test.pl
29734 ____________________________________________________________________________
29735 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
29736         Log: Update the thr5005 situation.
29737      Branch: perl
29738            ! pod/perldelta.pod
29739 ____________________________________________________________________________
29740 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
29741         Log: perldelta borrowings from perl561delta.
29742      Branch: perl
29743            ! pod/perldelta.pod
29744 ____________________________________________________________________________
29745 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
29746         Log: Add the 5.6.1 perldelta as perl561delta.
29747              (Makes it easier to steal stuff for perldelta :-)
29748      Branch: perl
29749            + pod/perl561delta.pod
29750            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29751 ____________________________________________________________________________
29752 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
29753         Log: Retract #13496 for now.
29754      Branch: perl
29755            ! t/base/lex.t t/base/term.t
29756 ____________________________________________________________________________
29757 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
29758         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
29759              From: "Craig A. Berry" <craigberry@mac.com>
29760              Date: Thu, 6 Dec 2001 14:54:36 -0600
29761              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
29762      Branch: perl
29763            ! vms/ext/filespec.t
29764 ____________________________________________________________________________
29765 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
29766         Log: (retracted by #13499)
29767              
29768              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
29769              From: Michael G Schwern <schwern@pobox.com>
29770              Date: Thu, 6 Dec 2001 15:15:28 -0500
29771              Message-ID: <20011206201528.GF16414@blackrider>
29772      Branch: perl
29773            ! t/base/lex.t t/base/term.t
29774 ____________________________________________________________________________
29775 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
29776         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
29777              From: Michael G Schwern <schwern@pobox.com>
29778              Date: Thu, 6 Dec 2001 13:54:48 -0500
29779              Message-ID: <20011206185448.GC16414@blackrider>
29780      Branch: perl
29781            ! t/op/stat.t
29782 ____________________________________________________________________________
29783 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
29784         Log: The #4 has nothing to do with Unicode.
29785      Branch: perl
29786            ! t/op/tr.t
29787 ____________________________________________________________________________
29788 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
29789         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
29790              From: Michael G Schwern <schwern@pobox.com>
29791              Date: Thu, 6 Dec 2001 13:45:48 -0500
29792              Message-ID: <20011206184548.GB16414@blackrider>
29793      Branch: perl
29794            ! t/op/tr.t
29795 ____________________________________________________________________________
29796 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
29797         Log: Update Changes.
29798      Branch: perl
29799            ! Changes patchlevel.h
29800 ____________________________________________________________________________
29801 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
29802         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
29803              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29804              Date: Thu, 6 Dec 2001 11:41:25 EST
29805              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
29806      Branch: perl
29807            ! vms/vms.c vms/vmsish.h
29808 ____________________________________________________________________________
29809 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
29810         Log: Subject: [PATCH] Re: weirdness in regexps
29811              From: Robin Houston <robin@kitsite.com> 
29812              Date: Thu, 6 Dec 2001 14:44:01 +0000
29813              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
29814      Branch: perl
29815            ! op.c t/lib/strict/subs
29816 ____________________________________________________________________________
29817 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
29818         Log: Make the -b -c -S tests count all of the /dev, not just
29819              check the first one, as suggested by Benjamin Goldberg.
29820      Branch: perl
29821            ! t/op/stat.t
29822 ____________________________________________________________________________
29823 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
29824         Log: Subject: Re: [PATCH: bleadperl] casefold backref
29825              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
29826              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
29827              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
29828      Branch: perl
29829            ! regexec.c
29830 ____________________________________________________________________________
29831 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
29832         Log: Nits noticed by Philip Newton, and de-tab DB.t.
29833      Branch: perl
29834            ! lib/DB.t
29835 ____________________________________________________________________________
29836 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
29837         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
29838              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29839              Date: 6 Dec 2001 11:06:01 -0000
29840              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
29841      Branch: perl
29842            ! op.c t/op/tr.t
29843 ____________________________________________________________________________
29844 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
29845         Log: Subject: [PATCH: bleadperl] casefold backref
29846              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
29847              Date: Wed, 05 Dec 2001 17:27:05 +0000
29848              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
29849      Branch: perl
29850            ! regexec.c t/op/re_tests
29851 ____________________________________________________________________________
29852 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
29853         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
29854              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29855              Date: Wed, 5 Dec 2001 22:34:53 EST
29856              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
29857      Branch: perl
29858            ! mg.c vms/vms.c vms/vmsish.h
29859 ____________________________________________________________________________
29860 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
29861         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
29862              From: Michael G Schwern <schwern@pobox.com>
29863              Date: Wed, 5 Dec 2001 19:52:58 -0500
29864              Message-ID: <20011205195257.A903@blackrider>
29865      Branch: perl
29866            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
29867            + lib/File/Spec/t/rel2abs2rel.t
29868            - lib/File/Spec.t lib/File/Spec/Functions.t
29869            ! MANIFEST
29870 ____________________________________________________________________________
29871 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
29872         Log: Subject: Re: Silly stat() portability questions                
29873              From: Benjamin Goldberg <goldbb2@earthlink.net>
29874              Date: Wed, 05 Dec 2001 22:52:35 -0500
29875              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
29876      Branch: perl
29877            ! pod/perlport.pod
29878 ____________________________________________________________________________
29879 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
29880         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
29881              From: "Craig A. Berry" <craigberry@mac.com>
29882              Date: Wed, 05 Dec 2001 16:41:59 -0600
29883              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
29884      Branch: perl
29885            ! README.vms configure.com lib/File/Spec/VMS.pm
29886            ! vms/ext/filespec.t
29887 ____________________________________________________________________________
29888 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
29889         Log: $apply->('club', $glibc_maintainers);
29890              
29891              (Nick Clark just reported that <langinfo.h> YESSTR
29892              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
29893      Branch: perl
29894            ! ext/I18N/Langinfo/Langinfo.t
29895 ____________________________________________________________________________
29896 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
29897         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
29898      Branch: perl
29899            ! pod/perlport.pod
29900 ____________________________________________________________________________
29901 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
29902         Log: tweak change#13474 (pad entries can apparently be null in some
29903              situations)
29904      Branch: maint-5.6/perl
29905            ! op.c
29906 ____________________________________________________________________________
29907 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
29908         Log: Restore the /dev -b -c -S part of the test.
29909      Branch: perl
29910            ! t/op/stat.t
29911 ____________________________________________________________________________
29912 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
29913         Log: Retract #13475 until Arthur gets back to the mine.
29914      Branch: perl
29915            ! op.c t/run/kill_perl.t
29916 ____________________________________________________________________________
29917 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
29918         Log: (retracted by #13476)
29919              
29920              Manually apply #13474; fixes stale reference to dead
29921              CvOUTSIDE(); this can happen when anonymous subroutines
29922              that aren't closures are returned from an eval""
29923              
29924              (threads/shared/sv_refs.t is coredump-unhappy about this change)
29925      Branch: perl
29926            ! op.c t/run/kill_perl.t
29927 ____________________________________________________________________________
29928 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
29929         Log: replacement for change#10451
29930              
29931              fixes stale reference to dead CvOUTSIDE(); this can happen when
29932              anonymous subroutines that aren't closures are returned from an
29933              eval""
29934      Branch: maint-5.6/perl
29935            ! op.c t/op/misc.t
29936 ____________________________________________________________________________
29937 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
29938         Log: revert change#10451,10472; it was a naive fix that simply
29939              reintroduced the memory leak!
29940      Branch: maint-5.6/perl
29941            ! op.c t/op/misc.t
29942 ____________________________________________________________________________
29943 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
29944         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
29945              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29946              Date: Wed, 05 Dec 2001 10:49:20 +0100
29947              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
29948      Branch: perl
29949            ! lib/File/Basename.pm lib/File/Basename.t
29950 ____________________________________________________________________________
29951 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
29952         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
29953              From: Michael G Schwern <schwern@pobox.com> 
29954              Date: Wed, 5 Dec 2001 02:47:59 -0500
29955              Message-ID: <20011205024759.H14333@blackrider>
29956      Branch: perl
29957            ! t/op/magic.t
29958 ____________________________________________________________________________
29959 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
29960         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
29961              From: Michael G Schwern <schwern@pobox.com>              
29962              Date: Wed, 5 Dec 2001 02:22:05 -0500
29963              Message-ID: <20011205022205.F14333@blackrider>
29964      Branch: perl
29965            ! t/op/stat.t vms/test.com
29966 ____________________________________________________________________________
29967 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
29968         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
29969              From: Michael G Schwern <schwern@pobox.com> 
29970              Date: Tue, 4 Dec 2001 23:40:10 -0500
29971              Message-ID: <20011204234010.B14333@blackrider>
29972      Branch: perl
29973            ! t/op/stat.t
29974 ____________________________________________________________________________
29975 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
29976         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
29977              From: Michael G Schwern <schwern@pobox.com> 
29978              Date: Tue, 4 Dec 2001 21:09:18 -0500           
29979              Message-ID: <20011204210918.D13279@blackrider>
29980              
29981              t/test.
29982      Branch: perl
29983            ! t/test.pl
29984 ____________________________________________________________________________
29985 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
29986         Log: (accidentally empty check-in)
29987      Branch: perl
29988            ! t/op/stat.t
29989 ____________________________________________________________________________
29990 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
29991         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
29992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29993              Date: Tue, 04 Dec 2001 23:40:27 +0100
29994              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
29995      Branch: perl
29996            ! mg.c
29997 ____________________________________________________________________________
29998 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
29999         Log: Subject: [PATCH] minor pod fix in Safe.pm
30000              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30001              Date: Tue, 4 Dec 2001 22:02:34 +0100
30002              Message-ID: <20011204220234.A17293@rafael>
30003      Branch: perl
30004            ! ext/Opcode/Safe.pm
30005 ____________________________________________________________________________
30006 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
30007         Log: CRLF GRRR.
30008      Branch: perl
30009            ! djgpp/configure.bat
30010 ____________________________________________________________________________
30011 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
30012         Log: DJGPP fixes from Laszlo Molnar.
30013      Branch: perl
30014            ! djgpp/configure.bat djgpp/djgpp.h
30015 ____________________________________________________________________________
30016 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
30017         Log: Update Changes.
30018      Branch: perl
30019            ! Changes patchlevel.h
30020 ____________________________________________________________________________
30021 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
30022         Log: Must wipe out the memory of real Socket before starting
30023              to use the new fake one.
30024      Branch: perl
30025            ! lib/Net/t/config.t
30026 ____________________________________________________________________________
30027 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
30028         Log: LC_ALL might trump LANG.
30029      Branch: perl
30030            ! lib/open.t
30031 ____________________________________________________________________________
30032 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
30033         Log: Make the eval runtime.
30034      Branch: perl
30035            ! lib/open.pm
30036 ____________________________________________________________________________
30037 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
30038         Log: Make the Langinfo test both more lenient (allow
30039              for any symbol not to exists) and stricter (add
30040              more symbols).
30041      Branch: perl
30042            ! ext/I18N/Langinfo/Langinfo.t
30043 ____________________________________________________________________________
30044 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
30045         Log: integrate change#13453 from maint-5.6
30046              
30047              tweak change#11399 to use an explicit flag rather than
30048              ass_u_ming w32_pseudo_id will only be zero for the real
30049              toplevel interpreter; avoids multiple hosts from diddling
30050              the environment at the same time
30051      Branch: perl
30052           !> win32/perlhost.h
30053 ____________________________________________________________________________
30054 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
30055         Log: Subject: [PATCH] VMS update for perldelta.pod
30056              From: "Craig A. Berry" <craigberry@mac.com> 
30057              Date: Tue, 4 Dec 2001 00:23:12 -0600
30058              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
30059      Branch: perl
30060            ! pod/perldelta.pod
30061 ____________________________________________________________________________
30062 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
30063         Log: NetWare tweak from Ananth Kesari.
30064      Branch: perl
30065            ! NetWare/Makefile
30066 ____________________________________________________________________________
30067 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
30068         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
30069              Not adding the test suite because of its many assumptions.
30070      Branch: perl
30071            ! lib/Net/Ping.pm
30072 ____________________________________________________________________________
30073 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
30074         Log: tweak change#11399 to use an explicit flag rather than
30075              ass_u_ming w32_pseudo_id will only be zero for the real
30076              toplevel interpreter; avoids multiple hosts from diddling
30077              the environment at the same time
30078      Branch: maint-5.6/perl
30079            ! win32/perlhost.h
30080 ____________________________________________________________________________
30081 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
30082         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
30083              from Len Makin.
30084      Branch: perl
30085            + hints/super-ux.sh
30086            ! MANIFEST
30087 ____________________________________________________________________________
30088 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
30089         Log: Add Mac OS X known failures to perldelta.
30090      Branch: perl
30091            ! pod/perldelta.pod
30092 ____________________________________________________________________________
30093 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
30094         Log: I think it's time to call the utf8 code non-test.
30095      Branch: perl
30096            ! utf8.c
30097 ____________________________________________________________________________
30098 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
30099         Log: Retract #13303, need rethink.
30100      Branch: perl
30101            ! utf8.c
30102 ____________________________________________________________________________
30103 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
30104         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
30105              From: "Craig A. Berry" <craigberry@mac.com>
30106              Date: Mon, 03 Dec 2001 16:28:06 -0600
30107              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
30108      Branch: perl
30109            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
30110 ____________________________________________________________________________
30111 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
30112         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
30113              From: Andy Dougherty <doughera@lafayette.edu>
30114              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
30115              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
30116      Branch: perl
30117            ! hints/solaris_2.sh
30118 ____________________________________________________________________________
30119 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
30120         Log: This test is not very robust on 8.3-constrained systems:
30121              all the "with truncated name" lines between "Autosplitting ..."
30122              and "some names are not unique" lines are unexpected,
30123              and the truncation message becomes:
30124              testtest.al, testtest.al truncate to testtest 
30125      Branch: perl
30126            ! lib/AutoSplit.t
30127 ____________________________________________________________________________
30128 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
30129         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
30130      Branch: perl
30131            ! ext/I18N/Langinfo/Langinfo.t
30132 ____________________________________________________________________________
30133 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
30134         Log: Test::Morify UCD.t
30135      Branch: perl
30136            ! lib/Unicode/UCD.t
30137 ____________________________________________________________________________
30138 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
30139         Log: If Socket has not been built (e.g. DJGPP) the libnet
30140              tests fall over with (too) much noise.
30141      Branch: perl
30142            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
30143            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
30144            ! lib/Net/t/smtp.t lib/Net/t/time.t
30145 ____________________________________________________________________________
30146 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
30147         Log: Subject: [PATCH] shared hash keys and ++/--
30148              From: Nicholas Clark <nick@ccl4.org>
30149              Date: Mon, 3 Dec 2001 16:37:16 +0000
30150              Message-ID: <20011203163716.C21702@plum.flirble.org>
30151      Branch: perl
30152            ! pp.c pp_hot.c sv.c t/op/inc.t
30153 ____________________________________________________________________________
30154 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
30155         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
30156              From: Jonathan Stowe <jns@gellyfish.com>
30157              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
30158              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
30159      Branch: perl
30160            ! lib/Term/Cap.pm
30161 ____________________________________________________________________________
30162 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
30163         Log: Update Changes.
30164      Branch: perl
30165            ! Changes patchlevel.h
30166 ____________________________________________________________________________
30167 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
30168         Log: perldelta tweaks.
30169      Branch: perl
30170            ! pod/perldelta.pod
30171 ____________________________________________________________________________
30172 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
30173         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
30174              From: Sam Tregar <sam@tregar.com> 
30175              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
30176              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
30177      Branch: perl
30178            ! pod/perlnewmod.pod
30179 ____________________________________________________________________________
30180 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
30181         Log: microperl casting nit.
30182      Branch: perl
30183            ! utf8.c
30184 ____________________________________________________________________________
30185 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
30186         Log: Make sharepvn a macro since all it does is a deref.
30187      Branch: perl
30188            ! embed.h embed.pl global.sym hv.c hv.h proto.h
30189 ____________________________________________________________________________
30190 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
30191         Log: perldelta updates.
30192      Branch: perl
30193            ! pod/perldelta.pod
30194 ____________________________________________________________________________
30195 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
30196         Log: PPPort update from Paul Marquess.
30197      Branch: perl
30198            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
30199            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
30200            + ext/Devel/PPPort/t/test.t
30201            - ext/Devel/PPPort/harness/Harness.pm
30202            - ext/Devel/PPPort/harness/Harness.xs
30203            - ext/Devel/PPPort/harness/Makefile.PL
30204            - ext/Devel/PPPort/harness/module2.c
30205            - ext/Devel/PPPort/harness/module3.c
30206            - ext/Devel/PPPort/harness/t/test.t
30207            ! MANIFEST ext/Devel/PPPort/MANIFEST
30208            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
30209            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
30210            ! ext/Devel/PPPort/soak
30211 ____________________________________________________________________________
30212 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
30213         Log: No use talking about dynamic library search patch
30214              unless we are having a dynamic build.
30215      Branch: perl
30216            ! t/TEST
30217 ____________________________________________________________________________
30218 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
30219         Log: Be more explicit on the List::Util build trick,
30220              should also stop unneeded rebuilds on static builds.
30221      Branch: perl
30222            ! ext/List/Util/Makefile.PL
30223 ____________________________________________________________________________
30224 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
30225         Log: We need to replace the optimize (-O1) with
30226              the -h scalar0 -h vector0, not append them
30227              to the ccflags.
30228      Branch: perl
30229            ! hints/unicos.sh hints/unicosmk.sh
30230 ____________________________________________________________________________
30231 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
30232         Log: Subject: [PATCH] Shared hash keys 
30233              From: Nicholas Clark <nick@ccl4.org>
30234              Date: Sun, 2 Dec 2001 20:52:32 +0000
30235              Message-ID: <20011202205232.U21702@plum.flirble.org>
30236      Branch: perl
30237            ! doop.c t/op/tr.t
30238 ____________________________________________________________________________
30239 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
30240         Log: Better add new files to MANIFEST, too.
30241      Branch: perl
30242            ! MANIFEST
30243 ____________________________________________________________________________
30244 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
30245         Log: Subject: {PATCH] perlpacktut.pod
30246              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
30247              Date: Sun, 02 Dec 2001 19:55:06 +0100
30248              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
30249      Branch: perl
30250            ! pod/perlpacktut.pod
30251 ____________________________________________________________________________
30252 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
30253         Log: Various small nits found by DJGPP build.
30254      Branch: perl
30255            ! doio.c mg.c pp.c util.c
30256 ____________________________________________________________________________
30257 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
30258         Log: Subject: RE: More verbose POD for Carp
30259              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
30260              Date: Sun, 2 Dec 2001 11:32:51 -0500
30261              Message-ID: <3C0A9748@operamail.com>
30262      Branch: perl
30263            ! lib/Carp.pm
30264 ____________________________________________________________________________
30265 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
30266         Log: Add a header for DJGPP with the function prototypes.
30267      Branch: perl
30268            + djgpp/djgpp.h
30269            ! MANIFEST djgpp/djgpp.c
30270 ____________________________________________________________________________
30271 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
30272         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
30273              From: Abe Timmerman <abe@ztreet.demon.nl>
30274              Date: Sun, 02 Dec 2001 02:41:25 +0100
30275              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
30276      Branch: perl
30277            ! pp_sys.c
30278 ____________________________________________________________________________
30279 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
30280         Log: There isn't PTR2INT(), there's PTR2IV().
30281      Branch: perl
30282            ! ext/Time/HiRes/HiRes.xs
30283 ____________________________________________________________________________
30284 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
30285         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
30286              From: Marc Lehmann <root@schmorp.de>
30287              Date: Sun, 02 Dec 2001 02:44:53 +0100
30288              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
30289      Branch: perl
30290            ! ext/Time/HiRes/HiRes.xs
30291 ____________________________________________________________________________
30292 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
30293         Log: encode()/decode() examples.
30294      Branch: perl
30295            ! ext/Encode/Encode.pm
30296 ____________________________________________________________________________
30297 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
30298         Log: DJGPP tweaks from Laszlo Molnar.
30299      Branch: perl
30300            ! djgpp/config.over djgpp/djgppsed.sh
30301 ____________________________________________________________________________
30302 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
30303         Log: Update Changes.
30304      Branch: perl
30305            ! Changes patchlevel.h
30306 ____________________________________________________________________________
30307 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
30308         Log: Integrate perlio:
30309              
30310              [ 13409]
30311              Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
30312              have file descriptors. Noticed a possibly worse problem in the process ...
30313      Branch: perl
30314           !> doio.c
30315 ____________________________________________________________________________
30316 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
30317         Log: Non-VMS-fixed and Win32-skipped version of
30318              
30319              Subject: [PATCH t/op/exec.t] Portabilty fix 
30320              From: Michael G Schwern <schwern@pobox.com> 
30321              Date: Fri, 30 Nov 2001 16:09:27 -0500
30322              Message-ID: <20011130160927.A10406@blackrider>
30323      Branch: perl
30324            ! t/op/exec.t
30325 ____________________________________________________________________________
30326 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
30327         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
30328              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30329              Date: Sat, 1 Dec 2001 07:01:09 -0500
30330              Message-ID: <3C0D2E39@operamail.com>
30331              
30332              Subject: More verbose POD for Carp
30333              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30334              Date: Sat, 1 Dec 2001 08:04:16 -0500
30335              Message-ID: <3C285C2B@operamail.com>
30336      Branch: perl
30337            ! lib/Carp.pm lib/Carp/Heavy.pm
30338 ____________________________________________________________________________
30339 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
30340         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
30341              From: chromatic <chromatic@rmci.net>
30342              Date: Sat, 01 Dec 2001 12:41:58 -0700
30343              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
30344      Branch: perl
30345            ! lib/DB.t
30346 ____________________________________________________________________________
30347 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
30348         Log: Try to make a missing RADIXCHAR a softer kinder error.
30349      Branch: perl
30350            ! ext/I18N/Langinfo/Langinfo.t
30351 ____________________________________________________________________________
30352 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
30353         Log: Have a little faith on nl_langinfo() itself.
30354      Branch: perl
30355            ! ext/I18N/Langinfo/Langinfo.xs
30356 ____________________________________________________________________________
30357 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
30358         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
30359              the max, not max plus one)
30360      Branch: perl
30361            ! ext/I18N/Langinfo/Langinfo.xs
30362 ____________________________________________________________________________
30363 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
30364         Log: Make reality agree with the comment.
30365      Branch: perl
30366            ! ext/I18N/Langinfo/Langinfo.xs
30367 ____________________________________________________________________________
30368 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
30369         Log: Try to protect against wild langinfo() arguments.
30370      Branch: perl
30371            ! ext/I18N/Langinfo/Langinfo.xs
30372 ____________________________________________________________________________
30373 [ 13409] By: nick                                  on 2001/12/01  18:19:59
30374         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
30375              have file descriptors. Noticed a possibly worse problem in the process ...
30376      Branch: perlio
30377            ! doio.c
30378 ____________________________________________________________________________
30379 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
30380         Log: (replaced by #13556)
30381              
30382              If we are inside an eval, let's be silent about
30383              separate symbols and just croak() in the end.
30384      Branch: perl
30385            ! lib/Exporter/Heavy.pm
30386 ____________________________________________________________________________
30387 [ 13407] By: nick                                  on 2001/12/01  17:14:05
30388         Log: Integrate mainline
30389      Branch: perlio
30390           !> (integrate 26 files)
30391 ____________________________________________________________________________
30392 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
30393         Log: Subject: Fix for Exporter error reporting behaviour
30394              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30395              Date: Sat, 1 Dec 2001 06:34:48 -0500
30396              Message-ID: <3C0D1B9A@operamail.com>
30397      Branch: perl
30398            ! lib/Exporter.pm lib/Exporter/Heavy.pm
30399 ____________________________________________________________________________
30400 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
30401         Log: Need to hide behind an eval to avoid a warning
30402              about :utf8 on non-perlio configs.
30403      Branch: perl
30404            ! lib/open.t
30405 ____________________________________________________________________________
30406 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
30407         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
30408              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30409              Date: Fri, 30 Nov 2001 23:46:58 +0100
30410              Message-ID: <20011130234658.A717@rafael>
30411      Branch: perl
30412            ! op.c t/op/method.t
30413 ____________________________________________________________________________
30414 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
30415         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
30416              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30417              Date: Thu, 29 Nov 2001 22:46:12 +0100
30418              Message-ID: <20011129224612.A699@rafael>
30419      Branch: perl
30420            ! ext/B/B/Xref.pm
30421 ____________________________________________________________________________
30422 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
30423         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
30424              From: Tels <perl_dummy@bloodgate.com>
30425              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
30426              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
30427      Branch: perl
30428            ! pod/perlfunc.pod
30429 ____________________________________________________________________________
30430 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
30431         Log: Subject: [REPATCH] reference pointer comparison
30432              From: Nicholas Clark <nick@ccl4.org>
30433              Date: Sat, 1 Dec 2001 13:00:17 +0000
30434              Message-ID: <20011201130017.I21702@plum.flirble.org>
30435      Branch: perl
30436            ! pp.c
30437 ____________________________________________________________________________
30438 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
30439         Log: Upgrade to Storable 1.0.14.
30440      Branch: perl
30441            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30442 ____________________________________________________________________________
30443 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
30444         Log: Add simple caches for ::viacode() and ::vianame().
30445      Branch: perl
30446            ! lib/charnames.pm lib/charnames.t
30447 ____________________________________________________________________________
30448 [ 13398] By: nick                                  on 2001/12/01  10:36:24
30449         Log: Integrate mainline.
30450      Branch: perlio
30451           +> (branch 44 files)
30452            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
30453            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
30454            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
30455           !> (integrate 250 files)
30456 ____________________________________________________________________________
30457 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
30458         Log: Regen toc and modlib.
30459      Branch: perl
30460            ! pod/perlmodlib.pod pod/perltoc.pod
30461 ____________________________________________________________________________
30462 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
30463         Log: Upgrade to podlators-1.18.
30464      Branch: perl
30465            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
30466 ____________________________________________________________________________
30467 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
30468         Log: -h scalar0 -h vector0 seems to help for both
30469              UNICOS and UNICOS/mk on the unpack %65c problems.
30470              
30471              (replaces #13393)
30472      Branch: perl
30473            ! hints/unicos.sh hints/unicosmk.sh
30474 ____________________________________________________________________________
30475 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
30476         Log: More Socket constants.
30477      Branch: perl
30478            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
30479 ____________________________________________________________________________
30480 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
30481         Log: (replaced by #13395)
30482      Branch: perl
30483            ! hints/unicosmk.sh
30484 ____________________________________________________________________________
30485 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
30486         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
30487              From: Andy Dougherty <doughera@lafayette.edu>
30488              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
30489              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
30490              
30491              Simplify the test skippage criterion now that we are
30492              no more dependent on sed.
30493      Branch: perl
30494            ! t/comp/cpp.t t/run/switchPx.t
30495 ____________________________________________________________________________
30496 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
30497         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
30498              From: Michael G Schwern <schwern@pobox.com>
30499              Date: Fri, 30 Nov 2001 11:48:44 -0500
30500              Message-ID: <20011130114844.C1303@blackrider>
30501              
30502              (replaces #13381)
30503      Branch: perl
30504            ! t/op/stat.t
30505 ____________________________________________________________________________
30506 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
30507         Log: Let's not assume how much memory has been allocated
30508              to PVs.
30509      Branch: perl
30510            ! ext/Devel/Peek/Peek.t
30511 ____________________________________________________________________________
30512 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
30513         Log: VOS needs to know the modules, including pp_sort.
30514      Branch: perl
30515            ! vos/perl.bind
30516 ____________________________________________________________________________
30517 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
30518         Log: Unused variables.
30519      Branch: perl
30520            ! ext/Unicode/Normalize/Normalize.xs
30521 ____________________________________________________________________________
30522 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
30523         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
30524              From: John Peacock <jpeacock@rowman.com>     
30525              Date: Fri, 30 Nov 2001 10:24:00 -0500        
30526              Message-ID: <3C07A490.A22A76B0@rowman.com>   
30527      Branch: perl
30528            ! lib/ExtUtils/Embed.t
30529 ____________________________________________________________________________
30530 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
30531         Log: Tweak for the VOS building script from Paul Green.
30532      Branch: perl
30533            ! vos/configure_perl.cm
30534 ____________________________________________________________________________
30535 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
30536         Log: Update Changes.
30537      Branch: perl
30538            ! Changes patchlevel.h
30539 ____________________________________________________________________________
30540 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
30541         Log: Cannot test if cppstdin has not yet been installed.
30542      Branch: perl
30543            ! t/run/switchPx.t
30544 ____________________________________________________________________________
30545 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
30546         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
30547              From: Michael G Schwern <schwern@pobox.com> 
30548              Date: Thu, 29 Nov 2001 22:05:11 -0500
30549              Message-ID: <20011129220510.A18869@blackrider>
30550              
30551              TODO 1: if cppstdin is used and not yet installed,
30552              the Px.t will fail (must do the same as in cpp.t)
30553              
30554              TODO 2: does this work if no Perl whatsoever has
30555              yet been installed?  That is, we should be using
30556              the Perl we are building to execute the one-liner.
30557      Branch: perl
30558            + t/run/switchPx.aux t/run/switchPx.t
30559            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
30560            ! vms/test.com
30561 ____________________________________________________________________________
30562 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
30563         Log: Upgrade to Unicode::Normalize 0.12.
30564      Branch: perl
30565            ! ext/Unicode/Normalize/Changes
30566            ! ext/Unicode/Normalize/Normalize.pm
30567            ! ext/Unicode/Normalize/Normalize.xs
30568            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
30569            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
30570            ! ext/Unicode/Normalize/t/test.t
30571 ____________________________________________________________________________
30572 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
30573         Log: (replaced by #13391)
30574              
30575              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
30576              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
30577              Date: 30 Nov 2001 11:41:53 -0000             
30578              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
30579              
30580              No need to die if we have high-paranoia (non-chdirable)
30581              system directories.
30582      Branch: perl
30583            ! t/op/stat.t
30584 ____________________________________________________________________________
30585 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
30586         Log: Paragraph rewrapping.
30587      Branch: perl
30588            ! pod/perliol.pod
30589 ____________________________________________________________________________
30590 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
30591         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
30592              From: Stas Bekman <stas@stason.org>
30593              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
30594              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
30595      Branch: perl
30596            ! pod/perliol.pod
30597 ____________________________________________________________________________
30598 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
30599         Log: Whether select() gets restarted on signals is
30600              implementation dependent.
30601      Branch: perl
30602            ! ext/Time/HiRes/HiRes.t
30603 ____________________________________________________________________________
30604 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
30605         Log: More forgotten checkins.
30606      Branch: perl
30607            ! embed.h embed.pl proto.h
30608 ____________________________________________________________________________
30609 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
30610         Log: Add a note about folding vs lowercase.
30611      Branch: perl
30612            ! regexec.c
30613 ____________________________________________________________________________
30614 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
30615         Log: Use to_uni_fold (and add changed global.sym)
30616      Branch: perl
30617            ! global.sym utf8.c
30618 ____________________________________________________________________________
30619 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
30620         Log: Make to Unicode character functions to use UVs
30621              instead of U32s and add to_uni_fold().
30622      Branch: perl
30623            ! embed.pl proto.h utf8.c
30624 ____________________________________________________________________________
30625 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
30626         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
30627              From: Nicholas Clark <nick@ccl4.org>
30628              Date: Thu, 29 Nov 2001 22:47:32 +0000
30629              Message-ID: <20011129224732.W37621@plum.flirble.org>
30630      Branch: perl
30631            ! pod/perlpacktut.pod
30632 ____________________________________________________________________________
30633 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
30634         Log: README.vos updates from Paul Green.
30635      Branch: perl
30636            ! README.vos
30637 ____________________________________________________________________________
30638 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
30639         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
30640              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30641              Date: Thu, 29 Nov 2001 14:18:51 EST
30642              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
30643      Branch: perl
30644            ! mg.c vms/vms.c vms/vmsish.h
30645 ____________________________________________________________________________
30646 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
30647         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
30648              From: Michael G Schwern <schwern@pobox.com>
30649              Date: Thu, 29 Nov 2001 13:12:31 -0500
30650              Message-ID: <20011129131231.E11300@blackrider>
30651      Branch: perl
30652            ! README.vms
30653 ____________________________________________________________________________
30654 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
30655         Log: BGET_IV was missing.
30656      Branch: perl
30657            ! ext/ByteLoader/bytecode.h
30658 ____________________________________________________________________________
30659 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
30660         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
30661              From: Jonathan Stowe <gellyfish@gellyfish.com>
30662              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
30663              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
30664      Branch: perl
30665            ! lib/Term/Cap.pm
30666 ____________________________________________________________________________
30667 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
30668         Log: Porting/checkURL.pl was missing.
30669      Branch: perl
30670            ! MANIFEST
30671 ____________________________________________________________________________
30672 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
30673         Log: Subject: INSTALL and READMEs should be reviewed
30674              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30675              Date: Thu, 29 Nov 2001 16:49:36 +0100
30676              Message-ID: <20011129164936.A17492@rafael>         
30677      Branch: perl
30678            ! README.cygwin
30679 ____________________________________________________________________________
30680 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
30681         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
30682              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
30683              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
30684              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
30685      Branch: perl
30686            ! README.os390
30687 ____________________________________________________________________________
30688 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
30689         Log: Update Changes.
30690      Branch: perl
30691            ! Changes patchlevel.h
30692 ____________________________________________________________________________
30693 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
30694         Log: The changes to the curliffed files didn't stick in #13348.
30695      Branch: perl
30696            ! README.dos README.win32
30697 ____________________________________________________________________________
30698 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
30699         Log: Subject: Re: Found the rev where File::Glob broke
30700              From: Andy Dougherty <doughera@lafayette.edu>
30701              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
30702              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
30703      Branch: perl
30704            ! lib/ExtUtils/MM_Unix.pm
30705 ____________________________________________________________________________
30706 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
30707         Log: Use __DATA__ instead of __END__.
30708      Branch: perl
30709            ! lib/Term/Cap.pm
30710 ____________________________________________________________________________
30711 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
30712         Log: Subject: [PATCH toke.c] autosplit into @F fix
30713              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30714              Date: Thu, 29 Nov 2001 14:52:23 +0100
30715              Message-ID: <20011129145223.A25817@rafael>         
30716      Branch: perl
30717            ! toke.c
30718 ____________________________________________________________________________
30719 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
30720         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
30721              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30722              Date: Thu, 29 Nov 2001 15:48:15 +0100
30723              Message-ID: <20011129154815.C25817@rafael>         
30724      Branch: perl
30725            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
30726 ____________________________________________________________________________
30727 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
30728         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
30729              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
30730              Date: Wed, 28 Nov 2001 20:35:29 +0100
30731              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
30732      Branch: perl
30733            ! pod/perlpacktut.pod
30734 ____________________________________________________________________________
30735 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
30736         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
30737              From: Stas Bekman <stas@stason.org>
30738              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
30739              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
30740              
30741              (with tweaks)
30742      Branch: perl
30743            ! pod/perlapio.pod
30744 ____________________________________________________________________________
30745 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
30746         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
30747              From: Tels <perl_dummy@bloodgate.com>
30748              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
30749              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
30750              
30751              (plus paragraph rewrapping)
30752      Branch: perl
30753            ! lib/Exporter.pm
30754 ____________________________________________________________________________
30755 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
30756         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
30757              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
30758              Date: Wed, 28 Nov 2001 21:47:59 +0000
30759              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
30760      Branch: perl
30761            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
30762 ____________________________________________________________________________
30763 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
30764         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
30765              From: Andy Dougherty <doughera@lafayette.edu>
30766              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
30767              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
30768      Branch: perl
30769            ! INSTALL ext/Time/HiRes/HiRes.t
30770 ____________________________________________________________________________
30771 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
30772         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
30773              From: Michael G Schwern <schwern@pobox.com> 
30774              Date: Wed, 28 Nov 2001 16:37:01 -0500
30775              Message-ID: <20011128163701.H676@blackrider>
30776      Branch: perl
30777            ! t/run/kill_perl.t
30778 ____________________________________________________________________________
30779 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
30780         Log: @INC tweak.
30781      Branch: perl
30782            ! t/op/ref.t
30783 ____________________________________________________________________________
30784 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
30785         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
30786              From: Nicholas Clark <nick@ccl4.org>
30787              Date: Wed, 28 Nov 2001 23:38:43 +0000
30788              Message-ID: <20011128233843.N37621@plum.flirble.org>  
30789      Branch: perl
30790            ! installman
30791 ____________________________________________________________________________
30792 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
30793         Log: Tweak the forking logic.
30794      Branch: perl
30795            ! Porting/checkURL.pl
30796 ____________________________________________________________________________
30797 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
30798         Log: Update perlmodlib.PL as per #13348.  The L<> got
30799              changed back because that is coming from ParseLink.pm.
30800      Branch: perl
30801            ! pod/perlmodlib.PL pod/perlmodlib.pod
30802 ____________________________________________________________________________
30803 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
30804         Log: URL fixups from Michael Schwern.
30805      Branch: perl
30806            ! README.cygwin README.dos README.hpux README.mint README.mpeix
30807            ! README.os390 README.qnx README.solaris README.vos README.win32
30808            ! pod/perlmodlib.pod
30809 ____________________________________________________________________________
30810 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
30811         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
30812              From: Barrie Slaymaker <barries@slaysys.com>
30813              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
30814              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
30815      Branch: perl
30816            ! lib/Exporter.pm
30817 ____________________________________________________________________________
30818 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
30819         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
30820      Branch: perl
30821            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
30822 ____________________________________________________________________________
30823 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
30824         Log: Subject: [PATCH] Re: $\ very broken
30825              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30826              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
30827              Message-ID: <20011128223308.E732@rafael>   
30828              
30829              Subject: Re: [PATCH] Re: $\ very broken     
30830              From: Nicholas Clark <nick@ccl4.org>
30831              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
30832              Message-ID: <20011128222859.K37621@plum.flirble.org>
30833      Branch: perl
30834            ! mg.c t/op/ref.t
30835 ____________________________________________________________________________
30836 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
30837         Log: Add Abigail's link checker with the following tweaks:
30838              - known dummy URLs (Peter Prymmer)
30839              - do also READMEs and INSTALL (Michael Schwern)
30840              - do also ftp URLs
30841              - add fork retry loop in case the allowed number
30842              of processes per user is low
30843      Branch: perl
30844            + Porting/checkURL.pl
30845            ! MANIFEST
30846 ____________________________________________________________________________
30847 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
30848         Log: Update Changes.
30849      Branch: perl
30850            ! Changes patchlevel.h
30851 ____________________________________________________________________________
30852 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
30853         Log: In Linux if we have modern enough gcc and supported
30854              enough CPU, crank up the optimization level to -O3.
30855      Branch: perl
30856            ! hints/linux.sh
30857 ____________________________________________________________________________
30858 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
30859         Log: Add perlpacktut from Wolfgang Laun; regen toc.
30860      Branch: perl
30861            + pod/perlpacktut.pod
30862            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
30863            ! pod/perltoc.pod
30864 ____________________________________________________________________________
30865 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
30866         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
30867              From: PPrymmer@factset.com
30868              Date: Wed, 28 Nov 2001 07:51:26 -0500
30869              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
30870      Branch: perl
30871            ! vms/test.com
30872 ____________________________________________________________________________
30873 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
30874         Log: Test cases for the first half of #13338.
30875      Branch: perl
30876            ! t/lib/h2ph.h t/lib/h2ph.pht
30877 ____________________________________________________________________________
30878 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
30879         Log: Subject: Re: h2ph confused by comments in an enum.
30880              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
30881              Date: Wed, 28 Nov 2001 04:19:21 +0000
30882              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
30883              
30884              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
30885              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
30886              Date: Wed, 28 Nov 2001 13:36:35 +0000
30887              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
30888      Branch: perl
30889            ! utils/h2ph.PL
30890 ____________________________________________________________________________
30891 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
30892         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
30893              From: Jonathan Stowe <gellyfish@gellyfish.com>
30894              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
30895              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
30896              
30897              (replace #13327)
30898      Branch: perl
30899            ! lib/Term/Cap.pm
30900 ____________________________________________________________________________
30901 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
30902         Log: Replace #13335 with
30903              
30904              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
30905              From: Russ Allbery <rra@stanford.edu>
30906              Date: 27 Nov 2001 20:42:49 -0800
30907              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
30908      Branch: perl
30909            ! lib/Pod/Text/Termcap.pm
30910 ____________________________________________________________________________
30911 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
30912         Log: (replaced by #13336)
30913              
30914              Subject: [PATCH perl@13323] Termcap.pm with no termios
30915              From: "Craig A. Berry" <craigberry@mac.com> 
30916              Date: Tue, 27 Nov 2001 22:28:50 -0600
30917              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
30918      Branch: perl
30919            ! lib/Pod/Text/Termcap.pm
30920 ____________________________________________________________________________
30921 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
30922         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
30923              From: "Craig A. Berry" <craigberry@mac.com> 
30924              Date: Tue, 27 Nov 2001 21:46:45 -0600
30925              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
30926      Branch: perl
30927            ! configure.com
30928 ____________________________________________________________________________
30929 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
30930         Log: Upgrade to podlators 1.17.
30931      Branch: perl
30932            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
30933            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
30934 ____________________________________________________________________________
30935 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
30936         Log: Fix for "a\x{100}" =~ /A/i.
30937      Branch: perl
30938            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
30939            ! utf8.c
30940 ____________________________________________________________________________
30941 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
30942         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
30943              From: "Craig A. Berry" <craigberry@mac.com>
30944              Date: Tue, 27 Nov 2001 17:11:49 -0600
30945              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
30946      Branch: perl
30947            ! lib/DB.t
30948 ____________________________________________________________________________
30949 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
30950         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
30951              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30952              Date: Tue, 27 Nov 2001 14:55:23 -0500
30953              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
30954              
30955              Subject: [PATCH: perl@13324] updates to perldelta.pod 
30956              From: PPrymmer@factset.com
30957              Date: Tue, 27 Nov 2001 18:06:04 -0500
30958              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
30959              
30960              plus added some known problems.
30961      Branch: perl
30962            ! pod/perldelta.pod
30963 ____________________________________________________________________________
30964 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
30965         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
30966              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30967              Date: Tue, 27 Nov 2001 15:38:02 EST 
30968              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
30969      Branch: perl
30970            ! configure.com vms/vms.c vms/vmsish.h
30971 ____________________________________________________________________________
30972 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
30973         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
30974              From: Michael G Schwern <schwern@pobox.com> 
30975              Date: Tue, 27 Nov 2001 15:31:12 -0500
30976              Message-ID: <20011127153112.G20929@blackrider>
30977      Branch: perl
30978            ! t/run/kill_perl.t
30979 ____________________________________________________________________________
30980 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
30981         Log: (replaced by #13337)
30982              
30983              VMS can safely hardcode a termcap entry for VT100.
30984      Branch: perl
30985            ! lib/Term/Cap.pm
30986 ____________________________________________________________________________
30987 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
30988         Log: VMS piping fixes from Charles Lane (perl -P should
30989              be working now).
30990      Branch: perl
30991            ! vms/vms.c
30992 ____________________________________________________________________________
30993 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
30994         Log: Subject: [PATCH] perlvar.pod fix
30995              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30996              Date: Tue, 27 Nov 2001 13:11:47 -0500
30997              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
30998      Branch: perl
30999            ! pod/perlvar.pod
31000 ____________________________________________________________________________
31001 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
31002         Log: Update Changes.
31003      Branch: perl
31004            ! Changes patchlevel.h
31005 ____________________________________________________________________________
31006 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
31007         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
31008              From: "Craig A. Berry" <craigberry@mac.com> 
31009              Date: Tue, 27 Nov 2001 10:21:18 -0600
31010              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
31011      Branch: perl
31012            ! lib/ExtUtils/MM_VMS.pm
31013 ____________________________________________________________________________
31014 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
31015         Log: Protect against accumulating -options -options -options.
31016      Branch: perl
31017            ! hints/hpux.sh
31018 ____________________________________________________________________________
31019 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
31020         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
31021              From: Barrie Slaymaker <barries@slaysys.com>
31022              Date: Tue, 27 Nov 2001 10:58:54 -0500
31023              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
31024      Branch: perl
31025            ! lib/Benchmark.pm
31026 ____________________________________________________________________________
31027 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
31028         Log: Tiny fix from John P. Linderman.
31029      Branch: perl
31030            ! lib/sort.pm
31031 ____________________________________________________________________________
31032 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
31033         Log: The Story of sort(), from John P. Linderman.
31034      Branch: perl
31035            ! pod/perldelta.pod
31036 ____________________________________________________________________________
31037 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
31038         Log: Add information what to do if you are reading
31039              perluniintro but using some older Perl.
31040      Branch: perl
31041            ! pod/perluniintro.pod
31042 ____________________________________________________________________________
31043 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
31044         Log: Update the 'wide characters' FAQ entry.
31045      Branch: perl
31046            ! pod/perlfaq6.pod
31047 ____________________________________________________________________________
31048 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
31049         Log: Fix for
31050              
31051              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
31052              From: Marc Lehmann <root@schmorp.de>
31053              Date: Tue, 27 Nov 2001 14:27:14 +0100
31054              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
31055      Branch: perl
31056            ! ext/Encode.t ext/Encode/Encode.xs
31057 ____________________________________________________________________________
31058 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
31059         Log: Subject: [PATCH] DB_File 1.801
31060              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31061              Date: Tue, 27 Nov 2001 15:06:45 -0000
31062              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
31063      Branch: perl
31064            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31065            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
31066 ____________________________________________________________________________
31067 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
31068         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
31069      Branch: perl
31070            ! pod/perlmodlib.pod
31071 ____________________________________________________________________________
31072 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
31073         Log: sort() doc tweaks from John P. Linderman.
31074      Branch: perl
31075            ! pod/perlfunc.pod
31076 ____________________________________________________________________________
31077 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
31078         Log: Subject: [PATCH] More perldelta.pod nits
31079              From: Simon Glover <scog@roe.ac.uk>
31080              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
31081              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
31082      Branch: perl
31083            ! pod/perldelta.pod
31084 ____________________________________________________________________________
31085 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
31086         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
31087              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31088              Date: Tue, 27 Nov 2001 11:52:31 -0000
31089              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
31090      Branch: perl
31091            ! ext/Devel/PPPort/harness/Makefile.PL
31092 ____________________________________________________________________________
31093 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
31094         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
31095              From: Michael G Schwern <schwern@pobox.com>
31096              Date: Tue, 27 Nov 2001 03:38:24 -0500
31097              Message-ID: <20011127033824.A17775@blackrider>
31098      Branch: perl
31099            ! t/TEST
31100 ____________________________________________________________________________
31101 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
31102         Log: Subject: Re: perlcc very broken
31103              From: John Peacock <jpeacock@rowman.com>
31104              Date: Tue, 27 Nov 2001 06:48:01 -0500
31105              Message-ID: <3C037D71.4030508@rowman.com>
31106      Branch: perl
31107            ! utils/perlcc.PL
31108 ____________________________________________________________________________
31109 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
31110         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
31111              From: David Dyck <dcd@tc.fluke.com>
31112              Date: Mon, 26 Nov 2001 22:04:38 -0800
31113              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
31114      Branch: perl
31115            ! t/op/pack.t
31116 ____________________________________________________________________________
31117 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
31118         Log: Subject: [ID 20011126.149] t/op/split fails step 37
31119              From: David Dyck <dcd@tc.fluke.com>
31120              Date: Mon, 26 Nov 2001 21:52:35 -0800
31121              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
31122      Branch: perl
31123            ! t/op/split.t
31124 ____________________________________________________________________________
31125 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
31126         Log: incorporate last minute change from libnet 1.0901-tobe
31127      Branch: perl
31128            ! lib/Net/SMTP.pm
31129 ____________________________________________________________________________
31130 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
31131         Log: Pass 7 at perldelta - random edits.
31132      Branch: perl
31133            ! pod/perldelta.pod
31134 ____________________________________________________________________________
31135 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
31136         Log: Portability and skippage tweaks.
31137      Branch: perl
31138            ! t/op/split.t
31139 ____________________________________________________________________________
31140 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
31141         Log: (retracted by #13449)
31142              Try to make Unicode casemapping to work for EBCDIC, too.
31143      Branch: perl
31144            ! utf8.c
31145 ____________________________________________________________________________
31146 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
31147         Log: Just printing 1..0 is not quite enough...
31148      Branch: perl
31149            ! lib/Dumpvalue.t
31150 ____________________________________________________________________________
31151 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
31152         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
31153              Delay the match until runtime.
31154      Branch: perl
31155            ! t/op/append.t
31156 ____________________________________________________________________________
31157 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
31158         Log: UTF-EBCDIC.
31159      Branch: perl
31160            ! ext/Devel/Peek/Peek.t
31161 ____________________________________________________________________________
31162 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
31163         Log: Be UTF-EBCDIC aware.
31164      Branch: perl
31165            ! lib/bytes.t
31166 ____________________________________________________________________________
31167 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
31168         Log: Bad assumption which way digits and letters sort.
31169      Branch: perl
31170            ! lib/English.t
31171 ____________________________________________________________________________
31172 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
31173         Log: If in EBCDIC but no Convert::EBCDIC
31174              the libnet tests will all fail.
31175      Branch: perl
31176            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
31177            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
31178            ! lib/Net/t/smtp.t lib/Net/t/time.t
31179 ____________________________________________________________________________
31180 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
31181         Log: Just sorting to guarantee order is not enough.
31182              (Think EBCDIC.) 
31183      Branch: perl
31184            ! lib/ExtUtils/Manifest.t
31185 ____________________________________________________________________________
31186 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
31187         Log: OS/390 cleanable gunk.
31188      Branch: perl
31189            ! lib/ExtUtils/MM_Unix.pm
31190 ____________________________________________________________________________
31191 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
31192         Log: Update the EBCDIC MD5 checksums.
31193      Branch: perl
31194            ! ext/Digest/MD5/t/files.t
31195 ____________________________________________________________________________
31196 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
31197         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
31198              From: Nicholas Clark <nick@ccl4.org>
31199              Date: Mon, 26 Nov 2001 23:06:34 +0000
31200              Message-ID: <20011126230633.Q37621@plum.flirble.org>
31201      Branch: perl
31202            ! installman
31203 ____________________________________________________________________________
31204 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
31205         Log: sort tweaks from John P. Linderman.
31206      Branch: perl
31207            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
31208 ____________________________________________________________________________
31209 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
31210         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
31211              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
31212              Date: Mon, 26 Nov 2001 18:47:25 -0600
31213              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
31214              
31215              Craig Berry submitted half of this patch just yesterday.
31216              Spooky cosmic resonance.
31217      Branch: perl
31218            ! ext/Socket/Socket.xs
31219 ____________________________________________________________________________
31220 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
31221         Log: Subject: [PATCH] doio slightly smaller
31222              From: Nicholas Clark <nick@ccl4.org>
31223              Date: Tue, 27 Nov 2001 00:40:23 +0000      
31224              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
31225      Branch: perl
31226            ! doio.c
31227 ____________________________________________________________________________
31228 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
31229         Log: perldelta nits from Autrijus Tang and Ron Kimball.
31230      Branch: perl
31231            ! pod/perldelta.pod
31232 ____________________________________________________________________________
31233 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
31234         Log: Subject: [PATCH] unpack P* uses random length for item
31235              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
31236              Date: Mon, 26 Nov 2001 19:56:32 +0100
31237              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
31238      Branch: perl
31239            ! pod/perldiag.pod pp_pack.c t/op/pack.t
31240 ____________________________________________________________________________
31241 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
31242         Log: Subject: [PATCH current] system and taintedness
31243              From: Radu Greab <radu@netsoft.ro>
31244              Date: Mon, 26 Nov 2001 18:42:29 +0200
31245              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
31246      Branch: perl
31247            ! pp_sys.c t/op/taint.t
31248 ____________________________________________________________________________
31249 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
31250         Log: Subject: [PATCH @ 13283] Devel::PPPort
31251              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31252              Date: Mon, 26 Nov 2001 14:37:17 -0000
31253              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
31254      Branch: perl
31255            + ext/Devel/PPPort/MANIFEST
31256            ! MANIFEST ext/Devel/PPPort/Makefile.PL
31257            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
31258            ! ext/Devel/PPPort/harness/Harness.xs
31259            ! ext/Devel/PPPort/harness/Makefile.PL
31260            ! ext/Devel/PPPort/harness/module2.c
31261            ! ext/Devel/PPPort/harness/module3.c
31262            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
31263 ____________________________________________________________________________
31264 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
31265         Log: Update the test list.
31266      Branch: perl
31267            ! t/lib/1_compile.t
31268 ____________________________________________________________________________
31269 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
31270         Log: Sync-up tests with libnet distribution
31271      Branch: perl
31272            + lib/Net/t/netrc.t
31273            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
31274 ____________________________________________________________________________
31275 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
31276         Log: Update Changes.
31277      Branch: perl
31278            ! Changes patchlevel.h
31279 ____________________________________________________________________________
31280 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
31281         Log: Upgrade to podlators 1.16.
31282      Branch: perl
31283            + lib/Pod/t/basic.cap
31284            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
31285            ! lib/Pod/t/basic.t pod/pod2man.PL
31286 ____________________________________________________________________________
31287 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
31288         Log: Pass 6 at perldelta - sort enhancements, generic and
31289              platform specific bug fixes.
31290      Branch: perl
31291            ! pod/perldelta.pod
31292 ____________________________________________________________________________
31293 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
31294         Log: PROPAGATE documentation from Tony Cook.
31295      Branch: perl
31296            ! pod/perlfunc.pod
31297 ____________________________________________________________________________
31298 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
31299         Log: DJGPP cannot do signals that well.
31300      Branch: perl
31301            ! ext/POSIX/t/sigaction.t
31302 ____________________________________________________________________________
31303 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
31304         Log: Can't do subsecond alarms without ualarm; and break out
31305              early if alarms do not seem to be coming in as expected.
31306      Branch: perl
31307            ! ext/Time/HiRes/HiRes.t
31308 ____________________________________________________________________________
31309 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
31310         Log: No Socket, little Net.
31311      Branch: perl
31312            ! t/lib/1_compile.t
31313 ____________________________________________________________________________
31314 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
31315         Log: Take the taint brush to the getcwds.
31316      Branch: perl
31317            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
31318 ____________________________________________________________________________
31319 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
31320         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
31321              From: "Craig A. Berry" <craigberry@mac.com>
31322              Date: Sun, 25 Nov 2001 16:20:45 -0600
31323              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
31324      Branch: perl
31325            ! ext/Socket/Socket.xs
31326 ____________________________________________________________________________
31327 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
31328         Log: Since in some DOS filesystems the timestamp granularity
31329              may be only two seconds, better sleep for three to play safe.
31330              (Helps CygWin, at least.)
31331      Branch: perl
31332            ! lib/Memoize/t/expire_file.t
31333 ____________________________________________________________________________
31334 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
31335         Log: For some reason CygWin wasn't collapsing multiple
31336              slashes into one, which made some Spec.t tests to fail.
31337              Either CygWin was being too prudish or the collapsing
31338              logic needs to be rethunk.
31339      Branch: perl
31340            ! lib/File/Spec/Unix.pm
31341 ____________________________________________________________________________
31342 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
31343         Log: Cygwin needs to have libperl.dll around if trying to link
31344              with -lperl.  Note: this change cures the test but whether
31345              it cures CygPerl installation, I don't know: hopefully the
31346              libperl5_7_2.dll, or the version equivalent, gets installed
31347              also as libperl.dll to the proper place(s).
31348      Branch: perl
31349            ! lib/ExtUtils/Embed.t
31350 ____________________________________________________________________________
31351 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
31352         Log: -I../lib/.. and -L../lib/..?  Strange.
31353      Branch: perl
31354            ! lib/ExtUtils/Embed.t
31355 ____________________________________________________________________________
31356 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
31357         Log: $MM?
31358      Branch: perl
31359            ! lib/ExtUtils/Embed.pm
31360 ____________________________________________________________________________
31361 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
31362         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
31363              From: Dave Rolsky <autarch@urth.org>
31364              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
31365              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
31366      Branch: perl
31367            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
31368            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
31369 ____________________________________________________________________________
31370 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
31371         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
31372              From: chromatic <chromatic@rmci.net>
31373              Date: Sat, 24 Nov 2001 14:56:57 -0700
31374              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
31375              
31376              plus a tweak for ithreads builds.
31377      Branch: perl
31378            + lib/DB.t
31379            ! MANIFEST lib/DB.pm
31380 ____________________________________________________________________________
31381 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
31382         Log: Win32 compilation tweaks for Blair Zajac.
31383      Branch: perl
31384            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
31385 ____________________________________________________________________________
31386 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
31387         Log: I don't think trying to bracket the hires time with lores
31388              times is going to be portable enough: Cygwin seems to be
31389              capable of getting hires ones rather consistently lower
31390              than the lores ones.  So let's try average difference instead.
31391      Branch: perl
31392            ! ext/Time/HiRes/HiRes.t
31393 ____________________________________________________________________________
31394 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
31395         Log: Subject: Re: benchmarks, sorts and reproducibility
31396              From: "John P. Linderman" <jpl@research.att.com>
31397              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
31398              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
31399              
31400              Randomize large partitions for quicksort to dodge the
31401              angry gods of quadratic.
31402      Branch: perl
31403            ! pp_sort.c
31404 ____________________________________________________________________________
31405 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
31406         Log: The joys of portable quoting.
31407      Branch: perl
31408            ! ext/Devel/PPPort/harness/Makefile.PL
31409 ____________________________________________________________________________
31410 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
31411         Log: sort pragma tweaks.
31412      Branch: perl
31413            ! lib/sort.pm
31414 ____________________________________________________________________________
31415 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
31416         Log: Skip the link= directives of utils.lst if no mandir
31417              (if no manpages).
31418      Branch: perl
31419            ! installman
31420 ____________________________________________________________________________
31421 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
31422         Log: integrate changes#8340,13260 from mainline
31423              
31424              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
31425              
31426              change#3373 introduced a handle leak in backticks and piped open()s
31427              that fail
31428      Branch: maint-5.6/perl
31429            ! t/io/pipe.t util.c
31430 ____________________________________________________________________________
31431 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
31432         Log: change#3373 introduced a handle leak in backticks and piped open()s
31433              that fail
31434      Branch: perl
31435            ! util.c
31436 ____________________________________________________________________________
31437 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
31438         Log: metaconfig unit change for #13258.
31439      Branch: metaconfig/U/perl
31440            ! d_procselfexe.U
31441 ____________________________________________________________________________
31442 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
31443         Log: Extraenous breaks noticed by David Dyck.
31444      Branch: perl
31445            ! Configure
31446 ____________________________________________________________________________
31447 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
31448         Log: Revert the /proc/self/auxv experiment for now.
31449      Branch: perl
31450            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
31451 ____________________________________________________________________________
31452 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
31453         Log: Also ExtUtils.t had $^X assumptions.
31454      Branch: perl
31455            ! lib/ExtUtils.t
31456 ____________________________________________________________________________
31457 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
31458         Log: Now is Solaris if you start the t/perl in the t/
31459              as "./perl", the $^X will be "../perl", not "./perl".
31460      Branch: perl
31461            ! t/lib/1_compile.t
31462 ____________________________________________________________________________
31463 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
31464         Log: The new way of finding out $^X in Solaris
31465              requires a little tweak if the executable
31466              pathname is *not* absolute: prepend "./"
31467              (otherwise `$^X ...` will start perl from PATH...)
31468      Branch: perl
31469            ! perl.c
31470 ____________________________________________________________________________
31471 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
31472         Log: Avoid "will not stay shared" warnings.
31473      Branch: perl
31474            ! lib/ExtUtils/MM_Unix.pm
31475 ____________________________________________________________________________
31476 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
31477         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
31478              From: Michael G Schwern <schwern@pobox.com>
31479              Date: Sat, 24 Nov 2001 19:56:18 -0500
31480              Message-ID: <20011124195618.A14614@blackrider>            
31481      Branch: perl
31482            ! perl.c pp_sys.c t/op/magic.t util.c
31483 ____________________________________________________________________________
31484 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
31485         Log: In the MakeMaker pm_to_blib target don't copy all
31486              the files in one fell swoop, deal with them hunkwise,
31487              helps for CLIs with limited line lengths.
31488              (This seems to help for DJGPP building Encode,
31489              where there are dozens of files to copy.)
31490      Branch: perl
31491            ! lib/ExtUtils/MM_Unix.pm
31492 ____________________________________________________________________________
31493 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
31494         Log: testsuite leaves stray files behind on windows
31495      Branch: perl
31496            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
31497 ____________________________________________________________________________
31498 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
31499         Log: xsubpp produces a spurious warning on directories called 'typemap'
31500      Branch: perl
31501            ! lib/ExtUtils/xsubpp
31502 ____________________________________________________________________________
31503 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
31504         Log: xsubpp treats invalid (indented) cpp directives as comments
31505      Branch: perl
31506            ! ext/IO/IO.xs
31507 ____________________________________________________________________________
31508 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
31509         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
31510      Branch: perl
31511            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
31512 ____________________________________________________________________________
31513 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
31514         Log: The debug_pag needs to be visible at all times
31515              because of the re extension.
31516      Branch: perl
31517            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
31518 ____________________________________________________________________________
31519 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
31520         Log: Subject: Re: [PATCH] Tests are good
31521              From: Philip Newton <Philip.Newton@gmx.net>
31522              Date: Sat, 24 Nov 2001 21:24:00 +0100
31523              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
31524      Branch: perl
31525            ! pod/perlhack.pod
31526 ____________________________________________________________________________
31527 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
31528         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
31529              From: "Craig A. Berry" <craigberry@mac.com> 
31530              Date: Sat, 24 Nov 2001 12:45:44 -0600
31531              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
31532              
31533              (with tweaks, and combined with Sarathy's #13242)
31534      Branch: perl
31535            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
31536 ____________________________________________________________________________
31537 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
31538         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
31539              From: John Peacock <jpeacock@rowman.com>
31540              Date: Sat, 24 Nov 2001 14:27:46 -0500
31541              Message-ID: <3BFFF4B2.40509@rowman.com> 
31542      Branch: perl
31543            ! lib/Exporter/Heavy.pm
31544 ____________________________________________________________________________
31545 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
31546         Log: use portable quotes
31547      Branch: perl
31548            ! ext/Devel/PPPort/harness/Makefile.PL
31549 ____________________________________________________________________________
31550 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
31551         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
31552              From: Nicholas Clark <nick@ccl4.org>
31553              Date: Sat, 24 Nov 2001 18:06:26 +0000
31554              Message-ID: <20011124180626.T37621@plum.flirble.org>
31555      Branch: perl
31556            ! installman
31557 ____________________________________________________________________________
31558 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
31559         Log: Subject: [PATCH] perl5005delta.pod L<>
31560              From: Nicholas Clark <nick@ccl4.org>
31561              Date: Sat, 24 Nov 2001 18:04:21 +0000
31562              Message-ID: <20011124180421.S37621@plum.flirble.org>
31563      Branch: perl
31564            ! pod/perl5005delta.pod
31565 ____________________________________________________________________________
31566 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
31567         Log: fix typo in config.vc; regenerate win32 config_H.* files
31568      Branch: perl
31569            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31570            ! win32/config_H.vc
31571 ____________________________________________________________________________
31572 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
31573         Log: Mention the charnames::vianame().
31574      Branch: perl
31575            ! pod/perluniintro.pod
31576 ____________________________________________________________________________
31577 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
31578         Log: Add charnames::vianame() in case people want to access
31579              the codes in run-time (as opposed to the compile-timeness
31580              of \N{...}).
31581      Branch: perl
31582            ! lib/charnames.pm lib/charnames.t
31583 ____________________________________________________________________________
31584 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
31585         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
31586              From: Nicholas Clark <nick@ccl4.org>
31587              Date: Sat, 24 Nov 2001 16:30:42 +0000
31588              Message-ID: <20011124163042.R37621@plum.flirble.org>
31589      Branch: perl
31590            ! regcomp.c regcomp.h
31591 ____________________________________________________________________________
31592 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
31593         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
31594              From: Nicholas Clark <nick@ccl4.org>
31595              Date: Sat, 24 Nov 2001 16:24:33 +0000
31596              Message-ID: <20011124162433.Q37621@plum.flirble.org>
31597              
31598              cmp fixes.
31599      Branch: perl
31600            ! pp.c
31601 ____________________________________________________________________________
31602 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
31603         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
31604              (It seems that "./perl" gets resolved to "perl" now.)
31605      Branch: perl
31606            ! perl.c
31607 ____________________________________________________________________________
31608 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
31609         Log: Subject: [PATCH] DB_File 1.800        
31610              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
31611              Date: Sat, 24 Nov 2001 11:41:41 -0000
31612              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
31613      Branch: perl
31614            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31615            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
31616            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
31617            ! ext/DB_File/t/db-recno.t
31618 ____________________________________________________________________________
31619 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
31620         Log: Tweak the PUSHED documentation.
31621      Branch: perl
31622            ! ext/PerlIO/Via/Via.pm
31623 ____________________________________________________________________________
31624 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
31625         Log: Update 1_compile for new known tests.
31626      Branch: perl
31627            ! t/lib/1_compile.t
31628 ____________________________________________________________________________
31629 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
31630         Log: Move the MBF/MBI test modules to t/lib.
31631      Branch: perl
31632            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
31633            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
31634            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
31635            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
31636            ! lib/Math/BigInt/t/sub_mbi.t
31637 ____________________________________________________________________________
31638 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
31639         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
31640              From: "Craig A. Berry" <craigberry@mac.com> 
31641              Date: Fri, 23 Nov 2001 18:05:35 -0600
31642              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
31643      Branch: perl
31644            ! configure.com
31645 ____________________________________________________________________________
31646 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
31647         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
31648              From: PPrymmer@factset.com 
31649              Date: Fri, 23 Nov 2001 17:03:07 -0500
31650              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
31651      Branch: perl
31652            ! ext/Unicode/Normalize/mkheader
31653 ____________________________________________________________________________
31654 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
31655         Log: Here are the right helper files.
31656      Branch: perl
31657            + t/lib/Filter/Simple/ExportTest.pm
31658            + t/lib/Filter/Simple/FilterOnlyTest.pm
31659            + t/lib/Filter/Simple/FilterTest.pm
31660            + t/lib/Filter/Simple/ImportTest.pm
31661            ! MANIFEST
31662 ____________________________________________________________________________
31663 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
31664         Log: Update Changes.
31665      Branch: perl
31666            ! Changes patchlevel.h
31667 ____________________________________________________________________________
31668 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
31669         Log: Never mind.
31670      Branch: perl
31671            - lib/Filter/Simple/lib/ExportTest.pm
31672            - lib/Filter/Simple/lib/ImportTest.pm
31673 ____________________________________________________________________________
31674 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
31675         Log: Mis-add.
31676      Branch: perl
31677            + lib/Filter/Simple/lib/ExportTest.pm
31678            + lib/Filter/Simple/lib/ImportTest.pm
31679 ____________________________________________________________________________
31680 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
31681         Log: Upgrade to Filter::Simple 0.77.
31682      Branch: perl
31683            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
31684            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
31685            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
31686            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
31687            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
31688 ____________________________________________________________________________
31689 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
31690         Log: Missing p4 add.
31691      Branch: perl
31692            + lib/ExtUtils/MM_VMS.t
31693 ____________________________________________________________________________
31694 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
31695         Log: Pass 5 at perldelta - module and utility updates cleanup.
31696      Branch: perl
31697            ! pod/perldelta.pod
31698 ____________________________________________________________________________
31699 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
31700         Log: metaconfig unit change for #13219.
31701      Branch: metaconfig/U/perl
31702            ! d_procselfexe.U
31703 ____________________________________________________________________________
31704 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
31705         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
31706      Branch: perl
31707            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31708            ! pod/buildtoc.PL pod/perltoc.pod
31709 ____________________________________________________________________________
31710 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
31711         Log: Add procselfexe and d_dirfd to strange lands.
31712      Branch: perl
31713            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
31714            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31715            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31716            ! win32/config.gc win32/config.vc win32/config.win64
31717            ! wince/config.ce
31718 ____________________________________________________________________________
31719 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
31720         Log: metaconfig unit change for #13216.
31721      Branch: metaconfig/U/perl
31722            ! d_procselfexe.U
31723 ____________________________________________________________________________
31724 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
31725         Log: Better to "quote" the pathname.
31726      Branch: perl
31727            ! Configure config_h.SH
31728 ____________________________________________________________________________
31729 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
31730         Log: Use PROCSELFEXE_PATH.
31731      Branch: perl
31732            ! perl.c
31733 ____________________________________________________________________________
31734 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
31735         Log: metaconfig unit change for #13213.
31736      Branch: metaconfig/U/perl
31737            ! d_procselfexe.U
31738 ____________________________________________________________________________
31739 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
31740         Log: Add probing for BSD-like /proc/curproc/file.
31741      Branch: perl
31742            ! Configure config_h.SH
31743 ____________________________________________________________________________
31744 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
31745         Log: metaconfig unit change for 13211.
31746      Branch: metaconfig/U/perl
31747            + d_dirfd.U
31748 ____________________________________________________________________________
31749 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
31750         Log: Add probing for dirfd() so that it can be added it IO::Dir.
31751      Branch: perl
31752            ! Configure config_h.SH perl.h
31753 ____________________________________________________________________________
31754 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
31755         Log: ...and update the test count.
31756      Branch: perl
31757            ! lib/Pod/t/basic.t
31758 ____________________________________________________________________________
31759 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
31760         Log: Must remove the cap test also from the test script.
31761      Branch: perl
31762            ! lib/Pod/t/basic.t
31763 ____________________________________________________________________________
31764 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
31765         Log: Subject: [PATCH] Tests are good
31766              From: Nicholas Clark <nick@ccl4.org>
31767              Date: Fri, 23 Nov 2001 18:12:21 +0000
31768              Message-ID: <20011123181220.F37621@plum.flirble.org>
31769      Branch: perl
31770            ! pod/perlhack.pod
31771 ____________________________________________________________________________
31772 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
31773         Log: The basic.cap from podlators 1.14 is not very portable.
31774      Branch: perl
31775            - lib/Pod/t/basic.cap
31776            ! MANIFEST
31777 ____________________________________________________________________________
31778 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
31779         Log: Subject: Re: [DOC PATCHES] pod cleanups
31780              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
31781              Date: 22 Nov 2001 12:54:16 -0000
31782              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
31783      Branch: perl
31784            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
31785            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
31786 ____________________________________________________________________________
31787 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
31788         Log: FAQ sync.
31789      Branch: perl
31790            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
31791 ____________________________________________________________________________
31792 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
31793         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
31794              From: PPrymmer@factset.com
31795              Date: Fri, 23 Nov 2001 11:43:45 -0500
31796              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
31797      Branch: perl
31798            ! MANIFEST lib/ExtUtils/MM_VMS.pm
31799 ____________________________________________________________________________
31800 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
31801         Log: Corify podlators 1.14 test.
31802      Branch: perl
31803            ! lib/Pod/t/basic.t
31804 ____________________________________________________________________________
31805 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
31806         Log: Output tweak needed because of podlators 1.14.
31807      Branch: perl
31808            ! t/pod/multiline_items.xr
31809 ____________________________________________________________________________
31810 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
31811         Log: Upgrade to podlators 1.14.
31812      Branch: perl
31813            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
31814            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
31815            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
31816            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
31817            ! lib/Pod/Text/Overstrike.pm
31818 ____________________________________________________________________________
31819 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
31820         Log: perlmodinstall tweaks from Philip Newton.
31821      Branch: perl
31822            ! pod/perlmodinstall.pod
31823 ____________________________________________________________________________
31824 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
31825         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
31826              From: Autrijus Tang <autrijus@autrijus.org>           
31827              Date: Fri, 23 Nov 2001 23:55:53 +0800
31828              Message-ID: <20011123235553.A2310@not.autrijus.org>
31829      Branch: perl
31830            ! Porting/genlog
31831 ____________________________________________________________________________
31832 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
31833         Log: Subject: Re: regex oddness with \Z and $&
31834              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
31835              Date: Fri, 23 Nov 2001 15:15:24 +0000
31836              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
31837      Branch: perl
31838            ! regcomp.c t/op/re_tests
31839 ____________________________________________________________________________
31840 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
31841         Log: regen_headers.
31842      Branch: perl
31843            ! embed.h global.sym pod/perlapi.pod proto.h
31844 ____________________________________________________________________________
31845 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
31846         Log: Forgotten check-in.
31847      Branch: perl
31848            ! pod/perlapi.pod
31849 ____________________________________________________________________________
31850 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
31851         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
31852      Branch: perl
31853            ! lib/Test/Simple.pm
31854 ____________________________________________________________________________
31855 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
31856         Log: Retract #13173 (effectively retract Net::Ping 2.06,
31857              go back to 2.04, the 2.06 hasn't seen the patches
31858              that have gone to the blead version.)
31859      Branch: perl
31860            - lib/Net/Ping/CHANGES lib/Net/Ping/README
31861            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
31862            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
31863            - lib/Net/Ping/t/200_ping_tcp.t
31864            ! MANIFEST lib/Net/Ping.pm
31865 ____________________________________________________________________________
31866 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
31867         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
31868              From: Robin Barker <rmb1@cise.npl.co.uk>
31869              Date: Thu, 22 Nov 2001 11:00:38 GMT
31870              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
31871      Branch: perl
31872            ! utils/perldoc.PL
31873 ____________________________________________________________________________
31874 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
31875         Log: metaconfig unit change for #13191.
31876      Branch: metaconfig/U/perl
31877            ! d_procselfexe.U
31878 ____________________________________________________________________________
31879 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
31880         Log: procselfexe tweak: for some reason I had a ls in
31881              /proc/self/exe, not the ls Configure thought it
31882              would found.
31883      Branch: perl
31884            ! Configure
31885 ____________________________________________________________________________
31886 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
31887         Log: Corify the Net::Ping tests; skip the tests
31888              unless $ENV{PERL_TEST_Net_Ping} is true.
31889      Branch: perl
31890            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
31891            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
31892            ! lib/Net/Ping/t/200_ping_tcp.t
31893 ____________________________________________________________________________
31894 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
31895         Log: metaconfig units changes for #13188.
31896      Branch: metaconfig
31897            ! U/modified/Head.U
31898      Branch: metaconfig/U/perl
31899            ! issymlink.U
31900 ____________________________________________________________________________
31901 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
31902         Log: The #13182 didn't really help.  The real problem
31903              seems to be that 'sh' can in AIX mean at least three
31904              different things, and we can't know which one it is
31905              unless we export $newsh from an earlier run (and it's
31906              the 'bsh' aka 'sh' that has the the broken test -h).
31907      Branch: perl
31908            ! Configure
31909 ____________________________________________________________________________
31910 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
31911         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
31912      Branch: perl
31913            ! op.c t/op/override.t
31914 ____________________________________________________________________________
31915 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
31916         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
31917              From: PPrymmer@factset.com 
31918              Date: Wed, 21 Nov 2001 20:17:25 -0500
31919              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
31920      Branch: perl
31921            ! lib/Shell.t
31922 ____________________________________________________________________________
31923 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
31924         Log: Reapply perlmodinstall parts of #12897.
31925      Branch: perl
31926            ! pod/perlmodinstall.pod
31927 ____________________________________________________________________________
31928 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
31929         Log: perlmodinstall 2.01 from Jon Orwant.
31930      Branch: perl
31931            ! pod/perlmodinstall.pod
31932 ____________________________________________________________________________
31933 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
31934         Log: Subject: [PATCH @10907] REXX on OS/2
31935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31936              Date: Wed, 21 Nov 2001 15:26:11 -0500
31937              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
31938      Branch: perl
31939            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
31940            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
31941 ____________________________________________________________________________
31942 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
31943         Log: metaconfig unit change for #13181.
31944      Branch: metaconfig/U/perl
31945            ! issymlink.U
31946 ____________________________________________________________________________
31947 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
31948         Log: AIX has broken builtin 'test'.
31949      Branch: perl
31950            ! Configure
31951 ____________________________________________________________________________
31952 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
31953         Log: Subject: [PATCH 5.7.x] INSTALL size update
31954              From: Andy Dougherty <doughera@lafayette.edu>
31955              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
31956              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
31957      Branch: perl
31958            ! INSTALL
31959 ____________________________________________________________________________
31960 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
31961         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
31962              to pp_sort.c.  Includes the quicksort stabilizing layer
31963              from John P. Linderman.  -Msort=qsort or -Msort=fast is
31964              faster than without (or with -Msort=mergesort or -Msort=safe)
31965              for short random inputs, but for some reason not quite as fast
31966              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
31967              optimizing definitely needed.
31968      Branch: perl
31969            + lib/sort.pm lib/sort.t pp_sort.c
31970            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
31971            ! embed.pl global.sym perl.h pp_ctl.c proto.h
31972            ! vms/descrip_mms.template vos/build.cm win32/Makefile
31973            ! win32/makefile.mk wince/Makefile.ce
31974 ____________________________________________________________________________
31975 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
31976         Log: Sync file with libnet-1.0901-tobe
31977      Branch: perl
31978            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
31979            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
31980            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
31981            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
31982            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
31983 ____________________________________________________________________________
31984 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
31985         Log: Subject: [PATCH perldoc] problems with pod2man
31986              From: Robin Barker <rmb1@cise.npl.co.uk>
31987              Date: Wed, 21 Nov 2001 17:48:51 GMT
31988              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
31989      Branch: perl
31990            ! utils/perldoc.PL
31991 ____________________________________________________________________________
31992 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
31993         Log: debug_pad only visible when debugging.
31994      Branch: perl
31995            ! makedef.pl
31996 ____________________________________________________________________________
31997 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
31998         Log: metaconfig units changes for #13174.
31999      Branch: metaconfig/U/perl
32000            + d_procselfexe.U
32001            - procselfexe.U
32002 ____________________________________________________________________________
32003 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
32004         Log: procselfexe tweaks.
32005      Branch: perl
32006            ! Configure config_h.SH
32007 ____________________________________________________________________________
32008 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
32009         Log: Upgrade to Net::Ping 2.06.
32010      Branch: perl
32011            + lib/Net/Ping/CHANGES lib/Net/Ping/README
32012            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32013            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32014            + lib/Net/Ping/t/200_ping_tcp.t
32015            ! MANIFEST lib/Net/Ping.pm
32016 ____________________________________________________________________________
32017 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
32018         Log: Upgrade to Math::BigInt 1.47.
32019      Branch: perl
32020            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32021            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
32022            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
32023            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
32024            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
32025            ! lib/Math/BigInt/t/sub_mbi.t
32026 ____________________________________________________________________________
32027 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
32028         Log: Dynaloading for POSIX-BC from Thomas Dorner.
32029      Branch: perl
32030            ! hints/posix-bc.sh
32031 ____________________________________________________________________________
32032 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
32033         Log: Strange: the same mysterious regex study bug
32034              seems to be present both in OS/390 and POSIX-BC.
32035              Deep EBCDIC magic that regex engine gets wrong,
32036              or a bug in some compiler/library shared by the
32037              two platforms?  From Thomas Dorner.
32038      Branch: perl
32039            ! t/op/study.t
32040 ____________________________________________________________________________
32041 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
32042         Log: More lost and found.
32043      Branch: perl
32044            + lib/Test/Simple/README
32045            ! MANIFEST
32046 ____________________________________________________________________________
32047 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
32048         Log: MANIFESTly missing.
32049      Branch: perl
32050            ! MANIFEST
32051 ____________________________________________________________________________
32052 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
32053         Log: Subject: Re: PERFORCE change 13162 for review               
32054              From: Philip Newton <Philip.Newton@gmx.net> 
32055              Date: Wed, 21 Nov 2001 16:44:30 +0100
32056              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
32057      Branch: perl
32058            ! ext/Devel/PPPort/PPPort.pm
32059 ____________________________________________________________________________
32060 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
32061         Log: Update Changes.
32062      Branch: perl
32063            ! Changes patchlevel.h
32064 ____________________________________________________________________________
32065 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
32066         Log: Small doc tweaks.
32067      Branch: perl
32068            ! ext/PerlIO/Via/Via.pm
32069 ____________________________________________________________________________
32070 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
32071         Log: Redundant return.
32072      Branch: perl
32073            ! ext/MIME/Base64/QuotedPrint.pm
32074 ____________________________________________________________________________
32075 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
32076         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
32077              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
32078              Date: Wed, 21 Nov 2001 10:23:16 +0100
32079              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
32080      Branch: perl
32081            ! pp_pack.c t/op/pack.t
32082 ____________________________________________________________________________
32083 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
32084         Log: Add Devel::PPPort originally from Kenneth Albanowski,
32085              revigorated by Paul Marquess: gives h2xs a Perl version
32086              portability boost.
32087      Branch: perl
32088            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
32089            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
32090            + ext/Devel/PPPort/harness/Harness.pm
32091            + ext/Devel/PPPort/harness/Harness.xs
32092            + ext/Devel/PPPort/harness/Makefile.PL
32093            + ext/Devel/PPPort/harness/module2.c
32094            + ext/Devel/PPPort/harness/module3.c
32095            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
32096            ! MANIFEST lib/h2xs.t utils/h2xs.PL
32097 ____________________________________________________________________________
32098 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
32099         Log: Oops.
32100      Branch: perl
32101            ! lib/Test/Simple/t/filehandles.t
32102 ____________________________________________________________________________
32103 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
32104         Log: Subject: Re: PERFORCE change 13152 for review               
32105              From: Philip Newton <Philip.Newton@gmx.net> 
32106              Date: Wed, 21 Nov 2001 09:04:05 +0100
32107              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
32108      Branch: perl
32109            ! lib/Test/Builder.pm
32110 ____________________________________________________________________________
32111 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
32112         Log: Subject: Re: PERFORCE change 13142 for review
32113              From: Philip Newton <Philip.Newton@gmx.net>
32114              Date: Wed, 21 Nov 2001 09:04:03 +0100
32115              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
32116              
32117              plus rewrap few paragraphs.
32118      Branch: perl
32119            ! lib/Pod/LaTeX.pm
32120 ____________________________________________________________________________
32121 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
32122         Log: Integrate #13154 from macperl; Remove comments.
32123      Branch: perl
32124           !> lib/File/Spec/Mac.pm
32125 ____________________________________________________________________________
32126 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
32127         Log: Update the list of modules having tests.
32128      Branch: perl
32129            ! t/lib/1_compile.t
32130 ____________________________________________________________________________
32131 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
32132         Log: Slight doc changes.
32133      Branch: maint-5.6/macperl
32134            ! macos/macperl/MacPerl.podhelp
32135 ____________________________________________________________________________
32136 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
32137         Log: Add UTF-16 coercion.
32138      Branch: maint-5.6/macperl
32139            ! macos/lib/Mac/AppleEvents/Simple.pm
32140 ____________________________________________________________________________
32141 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
32142         Log: Remove comments.
32143      Branch: maint-5.6/macperl
32144            ! lib/File/Spec/Mac.pm
32145 ____________________________________________________________________________
32146 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
32147         Log: Fix FSpGetCatInfo (and other functions) corrupting
32148              memory with bad filespecs (bug #471867)
32149      Branch: maint-5.6/macperl
32150            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
32151 ____________________________________________________________________________
32152 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
32153         Log: Upgrade to Test::Simple 0.33.
32154      Branch: perl
32155            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
32156            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
32157            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
32158 ____________________________________________________________________________
32159 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
32160         Log: Upgrade to Test::Harness 1.26.
32161      Branch: perl
32162            ! lib/Test/Harness.pm lib/Test/Harness/Changes
32163 ____________________________________________________________________________
32164 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
32165         Log: Integrate change #13145 from maintperl;
32166              another compatibility tweak to change#12559: avoid quoting
32167              arguments that already have quotes; add test case
32168      Branch: perl
32169           !> t/op/system_tests win32/win32.c
32170 ____________________________________________________________________________
32171 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
32172         Log: integrate change#13147 from mainline (fixes nit in change#10091)
32173              
32174              Subject: [PATCH] spaceship and refs
32175      Branch: maint-5.6/perl
32176            ! pp.c pp_hot.c t/op/cmp.t
32177 ____________________________________________________________________________
32178 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
32179         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
32180              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
32181              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
32182              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
32183      Branch: perl
32184            + lib/Pod/t/utils.t
32185            ! MANIFEST
32186 ____________________________________________________________________________
32187 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
32188         Log: Subject: [PATCH] spaceship and refs
32189              From: Nicholas Clark <nick@ccl4.org>
32190              Date: Tue, 20 Nov 2001 21:59:51 +0000
32191              Message-ID: <20011120215951.U62891@plum.flirble.org> 
32192      Branch: perl
32193            ! pp.c pp_hot.c t/op/cmp.t
32194 ____________________________________________________________________________
32195 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
32196         Log: Try to clarify which I/O call operates on bytes,
32197              which on characters, which on either.
32198      Branch: perl
32199            ! pod/perlfunc.pod
32200 ____________________________________________________________________________
32201 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
32202         Log: another compatibility tweak to change#12559: avoid quoting
32203              arguments that already have quotes; add test case
32204      Branch: maint-5.6/perl
32205            ! t/op/system_tests win32/win32.c
32206 ____________________________________________________________________________
32207 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
32208         Log: Give a simple example of writing PerlIO::Via handlers
32209              in Perl.
32210      Branch: perl
32211            ! ext/PerlIO/Via/Via.pm
32212 ____________________________________________________________________________
32213 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
32214         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
32215      Branch: perl
32216            + lib/Pod/t/latex.t
32217            ! MANIFEST
32218 ____________________________________________________________________________
32219 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
32220         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
32221              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32222              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
32223              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
32224      Branch: perl
32225            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
32226 ____________________________________________________________________________
32227 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
32228         Log: Spread d_procselfexe to far-off lands (undefined).
32229      Branch: perl
32230            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
32231            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32232            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32233            ! win32/config.gc win32/config.vc win32/config.win64
32234            ! wince/config.ce
32235 ____________________________________________________________________________
32236 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
32237         Log: Integrate perlio:
32238              
32239              [ 13138]
32240              perl.c change to use HAS_PROCSELFEXE, also
32241              tweak to $^X test to comprehend full path to real executable
32242              being returned (like Cygwin as it happens...)
32243      Branch: perl
32244           !> Configure config_h.SH perl.c t/op/magic.t
32245 ____________________________________________________________________________
32246 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
32247         Log: Really define do_report_used() only if DEBUGGING.
32248      Branch: perl
32249            ! sv.c
32250 ____________________________________________________________________________
32251 [ 13138] By: nick                                  on 2001/11/20  20:01:05
32252         Log: perl.c change to use HAS_PROCSELFEXE, also
32253              tweak to $^X test to comprehend full path to real executable
32254              being returned (like Cygwin as it happens...)
32255      Branch: perlio
32256            ! perl.c t/op/magic.t
32257 ____________________________________________________________________________
32258 [ 13137] By: nick                                  on 2001/11/20  19:46:00
32259         Log: Integrate mainline
32260      Branch: perlio
32261           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
32262           +> lib/NEXT/t/unseen.t
32263            - lib/NEXT/test.pl
32264           !> (integrate 34 files)
32265 ____________________________________________________________________________
32266 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
32267         Log: Subject: [?PATCH] terser pp_eq
32268              From: Nicholas Clark <nick@ccl4.org>
32269              Date: Mon, 19 Nov 2001 23:09:02 +0000
32270              Message-ID: <20011119230901.O62891@plum.flirble.org>
32271      Branch: perl
32272            ! pp_hot.c
32273 ____________________________________________________________________________
32274 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
32275         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
32276      Branch: perl
32277            ! pod/perldelta.pod
32278 ____________________________________________________________________________
32279 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
32280         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
32281              From: Andy Dougherty <doughera@lafayette.edu>
32282              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
32283              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
32284      Branch: perl
32285            ! ext/re/Makefile.PL ext/re/re.xs
32286 ____________________________________________________________________________
32287 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
32288         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
32289              From: Andy Dougherty <doughera@lafayette.edu>
32290              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
32291              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
32292      Branch: perl
32293            ! ext/re/re.xs
32294 ____________________________________________________________________________
32295 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
32296         Log: Integrate change #13119 from macperl.
32297              (No changes since already applied the patch,
32298              just keep perforce happy and well-fed.)
32299      Branch: perl
32300           !> lib/Pod/Html.pm
32301 ____________________________________________________________________________
32302 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
32303         Log: Subject: [PATCH] filter-util.pl for Mac OS
32304              From: Chris Nandor <pudge@pobox.com>
32305              Date: Tue, 20 Nov 2001 00:16:11 -0500
32306              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
32307      Branch: perl
32308            ! t/lib/filter-util.pl
32309 ____________________________________________________________________________
32310 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
32311         Log: Subject: [PATCH] Portability fix for Pod::Html
32312              From: Chris Nandor <pudge@pobox.com>
32313              Date: Tue, 20 Nov 2001 00:01:05 -0500
32314              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
32315      Branch: perl
32316            ! lib/Pod/Html.pm
32317 ____________________________________________________________________________
32318 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
32319         Log: Need to skip more tests if not perlio.
32320      Branch: perl
32321            ! lib/open.t
32322 ____________________________________________________________________________
32323 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
32324         Log: Pass 3 at perldelta - sort the lists of new modules,
32325              module improvements, and new platforms.
32326      Branch: perl
32327            ! pod/perldelta.pod
32328 ____________________________________________________________________________
32329 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
32330         Log: Document ${^OPEN}.
32331      Branch: perl
32332            ! pod/perlvar.pod
32333 ____________________________________________________________________________
32334 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
32335         Log: Make configpm work with extra keys
32336      Branch: maint-5.6/macperl
32337            ! macos/configpm
32338 ____________________________________________________________________________
32339 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
32340         Log: Version and doc updates
32341      Branch: maint-5.6/macperl
32342            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
32343 ____________________________________________________________________________
32344 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
32345         Log: More fixes for error message parsing (bug #470316)
32346      Branch: maint-5.6/macperl
32347            ! macos/macish.c
32348 ____________________________________________________________________________
32349 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
32350         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
32351              remove obsolete function (bug #465225)
32352      Branch: maint-5.6/macperl
32353            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
32354            ! macos/macperl/MPScript.c
32355 ____________________________________________________________________________
32356 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
32357         Log: Add p2as droplet to distribution.
32358      Branch: maint-5.6/macperl
32359            + macos/macperl/Droplets/p2as.plx
32360 ____________________________________________________________________________
32361 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
32362         Log: Bundle File::Sort.
32363      Branch: maint-5.6/macperl
32364            + macos/bundled_lib/blib/lib/File/Sort.pm
32365 ____________________________________________________________________________
32366 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
32367         Log: Various bundled module fixes.
32368      Branch: maint-5.6/macperl
32369            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
32370            ! macos/bundled_ext/Digest/MD5/t/files.t
32371            ! macos/bundled_ext/Filter/t/filter-util.pl
32372            ! macos/bundled_lib/blib/lib/Net/Config.pm
32373            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
32374 ____________________________________________________________________________
32375 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
32376         Log: Portability fix for Pod::Html.
32377      Branch: maint-5.6/macperl
32378            ! lib/Pod/Html.pm
32379 ____________________________________________________________________________
32380 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
32381         Log: Upgrade to Text::Balanced 1.89.
32382      Branch: perl
32383            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
32384            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
32385            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
32386            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
32387            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
32388            ! lib/Text/Balanced/t/gentag.t
32389 ____________________________________________________________________________
32390 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
32391         Log: Upgrade to NEXT 0.50.
32392      Branch: perl
32393            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
32394            + lib/NEXT/t/unseen.t
32395            - lib/NEXT/test.pl
32396            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
32397 ____________________________________________________________________________
32398 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
32399         Log: Integrate with maint-5.6/perl.
32400      Branch: maint-5.6/macperl
32401           !> win32/win32.c
32402 ____________________________________________________________________________
32403 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
32404         Log: Update the README.threads scary header a bit.
32405      Branch: perl
32406            ! README.threads
32407 ____________________________________________________________________________
32408 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
32409         Log: Pass 2 at perldelta: add some changes since 5.7.2.
32410      Branch: perl
32411            ! pod/perldelta.pod
32412 ____________________________________________________________________________
32413 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
32414         Log: Subject: [DOC PATCH] perlfaq4.pod 
32415              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32416              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
32417              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
32418      Branch: perl
32419            ! pod/perlfaq4.pod
32420 ____________________________________________________________________________
32421 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
32422         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
32423              From: Michael G Schwern <schwern@pobox.com> 
32424              Date: Mon, 19 Nov 2001 19:53:12 -0500
32425              Message-ID: <20011119195311.I11883@blackrider>
32426      Branch: perl
32427            ! perl.c
32428 ____________________________________________________________________________
32429 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
32430         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
32431              From: PPrymmer@factset.com
32432              Date: Mon, 19 Nov 2001 17:08:59 -0500
32433              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
32434      Branch: perl
32435            ! vms/descrip_mms.template
32436 ____________________________________________________________________________
32437 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
32438         Log: Create a per-interpeter debug scratchpad container
32439              and use that for the regexec debugging.
32440      Branch: perl
32441            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
32442 ____________________________________________________________________________
32443 [ 13109] By: nick                                  on 2001/11/19  22:01:45
32444         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
32445              Configure unit detects the feature).
32446      Branch: metaconfig/U/perl
32447            + procselfexe.U
32448      Branch: perlio
32449            ! Configure config_h.SH
32450 ____________________________________________________________________________
32451 [ 13108] By: nick                                  on 2001/11/19  20:39:17
32452         Log: Integrate mainline
32453      Branch: perlio
32454           +> t/op/or.t
32455           !> (integrate 44 files)
32456 ____________________________________________________________________________
32457 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
32458         Log: sysseek tweak.
32459      Branch: perl
32460            ! pod/perlfunc.pod
32461 ____________________________________________________________________________
32462 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
32463         Log: Move the sysio tests from io/utf8 to lib/open.
32464      Branch: perl
32465            ! lib/open.t t/io/utf8.t
32466 ____________________________________________________________________________
32467 [ 13105] By: nick                                  on 2001/11/19  20:15:39
32468         Log: Add a .package and a README to //depot/metaconfig
32469      Branch: metaconfig
32470            + .package README
32471 ____________________________________________________________________________
32472 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
32473         Log: Thou shalt not mix stdio and sysio.
32474      Branch: perl
32475            ! t/io/utf8.t
32476 ____________________________________________________________________________
32477 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
32478         Log: Update Changes.
32479      Branch: perl
32480            ! Changes patchlevel.h
32481 ____________________________________________________________________________
32482 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
32483         Log: The runops_debug needs to be present always, otherwise
32484              places like AIX which need an explicit symbol export list
32485              will croak when trying to build Devel::Peek (which uses
32486              the runops_debug).
32487      Branch: perl
32488            ! makedef.pl
32489 ____________________________________________________________________________
32490 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
32491         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
32492              From: PPrymmer@factset.com 
32493              Date: Mon, 19 Nov 2001 11:34:22 -0500
32494              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
32495      Branch: perl
32496            ! lib/Memoize/t/tie_sdbm.t
32497 ____________________________________________________________________________
32498 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
32499         Log: Retract #13088: it seems that unless dump.c is extensively
32500              reorganized as to what symbols it shows, when, and to whom,
32501              we are stuck with having the dump.o symbols in the libperl
32502              and thusly in the main Perl binary.
32503      Branch: perl
32504            ! embedvar.h perlapi.h perlvars.h
32505 ____________________________________________________________________________
32506 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
32507         Log: The _uni_display should not be in dump.c since they
32508              are used under normal operation (S_not_a_number()).
32509      Branch: perl
32510            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
32511 ____________________________________________________________________________
32512 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
32513         Log: Protect sv_dump() from being included unless DEBUGGING,
32514              as noticed by Ilya.
32515      Branch: perl
32516            ! sv.c
32517 ____________________________________________________________________________
32518 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
32519         Log: Pending further investigation skip the tell() tests.
32520              The tell() is okay on Solaris, HP-UX and Tru64, but fails
32521              (by returning too much) in Linux.
32522      Branch: perl
32523            ! t/io/utf8.t
32524 ____________________________________________________________________________
32525 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
32526         Log: Retract #13082 until a better solution is found:
32527              statics break ithreads.
32528      Branch: perl
32529            ! regexec.c
32530 ____________________________________________________________________________
32531 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
32532         Log: Figures 1 and 2 for UTF-8.
32533      Branch: perl
32534            ! pod/perlunicode.pod
32535 ____________________________________________________________________________
32536 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
32537         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
32538              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32539              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
32540              Message-ID: <20011119132645.A15034@rafael>
32541      Branch: perl
32542            ! op.c pod/perldiag.pod t/lib/warnings/op
32543 ____________________________________________________________________________
32544 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
32545         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
32546              From: Michael G Schwern <schwern@pobox.com> 
32547              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
32548              Message-ID: <20011119031112.E786@blackrider>
32549      Branch: perl
32550            ! t/op/closure.t
32551 ____________________________________________________________________________
32552 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
32553         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
32554              From: Michael G Schwern <schwern@pobox.com>
32555              Date: Mon, 19 Nov 2001 03:42:56 -0500
32556              Message-ID: <20011119034256.I786@blackrider>
32557      Branch: perl
32558            + t/op/or.t
32559            ! MANIFEST
32560 ____________________________________________________________________________
32561 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
32562         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
32563              From: "Craig A. Berry" <craigberry@mac.com>
32564              Date: Sun, 18 Nov 2001 14:33:48 -0600
32565              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
32566      Branch: perl
32567            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
32568 ____________________________________________________________________________
32569 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
32570         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
32571              From: Dave Rolsky <autarch@urth.org>
32572              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
32573              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
32574      Branch: perl
32575            ! lib/ExtUtils/Manifest.pm
32576 ____________________________________________________________________________
32577 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
32578         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
32579              From: Dave Rolsky <autarch@urth.org>
32580              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
32581              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
32582      Branch: perl
32583            ! lib/ExtUtils/Install.pm
32584 ____________________________________________________________________________
32585 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
32586         Log: The runops_dbg should not be needed.
32587      Branch: perl
32588            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
32589 ____________________________________________________________________________
32590 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
32591         Log: do_spawn() cleanup from Charles Lane.
32592      Branch: perl
32593            ! vms/vms.c
32594 ____________________________________________________________________________
32595 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
32596         Log: Update the list of tests.
32597      Branch: perl
32598            ! t/lib/1_compile.t
32599 ____________________________________________________________________________
32600 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
32601         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
32602              From: Michael G Schwern <schwern@pobox.com> 
32603              Date: Fri, 16 Nov 2001 17:37:04 -0500
32604              Message-ID: <20011116173703.L30160@blackrider>
32605      Branch: perl
32606            ! t/lib/warnings/sv
32607 ____________________________________________________________________________
32608 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
32609         Log: FAQ sync.
32610      Branch: perl
32611            ! pod/perlfaq4.pod
32612 ____________________________________________________________________________
32613 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
32614         Log: Integrate perlio:
32615              
32616              [ 13081]
32617              Win32 layer has a dup which needs to match new prototype.
32618              
32619              [ 13080]
32620              Wrong way to get stdio mode used.
32621              
32622              [ 13072]
32623              Allow dup'ing of PerlIO::Scalar etc.
32624      Branch: perl
32625           !> perlio.c win32/win32io.c
32626 ____________________________________________________________________________
32627 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
32628         Log: (retracted by #13096)
32629              Debugging would be badly skewed by a malloc per regex dump.
32630      Branch: perl
32631            ! regexec.c
32632 ____________________________________________________________________________
32633 [ 13081] By: nick                                  on 2001/11/18  19:08:40
32634         Log: Win32 layer has a dup which needs to match new prototype.
32635      Branch: perlio
32636            ! win32/win32io.c
32637 ____________________________________________________________________________
32638 [ 13080] By: nick                                  on 2001/11/18  19:05:02
32639         Log: Wrong way to get stdio mode used.
32640      Branch: perlio
32641            ! perlio.c
32642 ____________________________________________________________________________
32643 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
32644         Log: Retract #13048: that introduced a malloc() (through savepvn())
32645              to *every* m//, which killed the performance quite badly.
32646      Branch: perl
32647            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
32648 ____________________________________________________________________________
32649 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
32650         Log: Pass 1 at perldelta.pod: sort the section contents
32651              together, drop all but the 5.7.2 known problems,
32652              leave the 5.7.1 security note since that's the
32653              fullest explanation (update the date on that).
32654      Branch: perl
32655            ! pod/perldelta.pod
32656 ____________________________________________________________________________
32657 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
32658         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
32659              
32660              Tiny problem in the test for 20011113.110: I hope
32661              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
32662      Branch: perl
32663            ! pp.c t/op/repeat.t
32664 ____________________________________________________________________________
32665 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
32666         Log: All of syswrite/send/sendto need to return character counts,
32667              and character counts from the offset, not the beginning of
32668              the scalar.
32669      Branch: perl
32670            ! pp_sys.c
32671 ____________________________________________________________________________
32672 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
32673         Log: Integrate PerlIO: duping fixes.
32674      Branch: perl
32675           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
32676           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
32677           !> perliol.h sv.c
32678 ____________________________________________________________________________
32679 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
32680         Log: syswrite() was still returning byte counts, not character counts.
32681      Branch: perl
32682            ! pp_sys.c t/io/utf8.t
32683 ____________________________________________________________________________
32684 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
32685         Log: Add test for sysread().
32686      Branch: perl
32687            ! t/io/utf8.t
32688 ____________________________________________________________________________
32689 [ 13072] By: nick                                  on 2001/11/18  16:15:31
32690         Log: Allow dup'ing of PerlIO::Scalar etc.
32691      Branch: perlio
32692            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
32693            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
32694            ! perliol.h sv.c
32695 ____________________________________________________________________________
32696 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
32697         Log: Prepend a null byte to the test set.
32698      Branch: perl
32699            ! t/io/utf8.t
32700 ____________________________________________________________________________
32701 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
32702         Log: Document how "no utf8;" can become handy.
32703      Branch: perl
32704            ! lib/utf8.pm
32705 ____________________________________________________________________________
32706 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
32707         Log: Integrate perlio:
32708              
32709              [ 13068]
32710              embed.pl generated changes I forgot to include
32711              
32712              [ 13067]
32713              Force inclusion of both Perl_runops_* in perl itself,
32714              so they are available for Peek.xs etc.
32715              
32716              [ 12874]
32717              Keep It Simple and Stupid version of readonly hash support.
32718              - Test for SvREAONLY(hv) at a few spots in hv.c
32719              - add the error message to perldiag.pod
32720              - (dubious) add access::readonly() to univeral.c
32721              - add test using above
32722              - fixup ext/B/t/stash.t to account for access:: existing
32723      Branch: perl
32724           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
32725 ____________________________________________________________________________
32726 [ 13068] By: nick                                  on 2001/11/18  13:23:33
32727         Log: embed.pl generated changes I forgot to include
32728      Branch: perlio
32729            ! embedvar.h perlapi.h pod/perlapi.pod
32730 ____________________________________________________________________________
32731 [ 13067] By: nick                                  on 2001/11/18  12:50:19
32732         Log: Force inclusion of both Perl_runops_* in perl itself,
32733              so they are available for Peek.xs etc.
32734      Branch: perlio
32735            ! perlvars.h
32736 ____________________________________________________________________________
32737 [ 13066] By: nick                                  on 2001/11/18  11:00:34
32738         Log: Integrate mainline - a few Devel::Peak fails.
32739      Branch: perlio
32740           +> (branch 29 files)
32741            - ext/Thread/Thread.pm lib/Benchmark.t
32742            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
32743            - lib/Lingua/KO/Hangul/Util/README
32744            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
32745            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
32746            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
32747            - vms/ext/vmsish.pm vms/ext/vmsish.t
32748            ! hv.c
32749           !> (integrate 389 files)
32750 ____________________________________________________________________________
32751 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
32752         Log: Start working on perldelta.  This is not yet any sort of
32753              editing; just concatenating perl570delta, perl571delta,
32754              and perl572delta.  Any sorting not done, any duplicate
32755              removal not done, any removal or update of obsolete items
32756              not done, any changes since 5.7.2 not included.  So there.
32757      Branch: perl
32758            ! pod/perldelta.pod
32759 ____________________________________________________________________________
32760 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
32761         Log: Banish "use utf8".
32762      Branch: perl
32763            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
32764 ____________________________________________________________________________
32765 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
32766         Log: Tweak from Charles Lane.
32767      Branch: perl
32768            ! vms/vms.c
32769 ____________________________________________________________________________
32770 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
32771         Log: Integrate change #13058 from maintperl;
32772              change#12559 breaks things on Win9x because command.com doesn't
32773              grok dquotes at all; disable all the system() smarts for
32774              command.com
32775      Branch: perl
32776           !> win32/win32.c
32777 ____________________________________________________________________________
32778 [ 13061] By: ams                                   on 2001/11/17  13:46:11
32779         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
32780              From: Jonathan Stowe <gellyfish@gellyfish.com>
32781              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
32782              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
32783      Branch: perl
32784            ! lib/Term/Cap.pm
32785 ____________________________________________________________________________
32786 [ 13060] By: ams                                   on 2001/11/17  09:49:10
32787         Log: Subject: [PATCH9 File/Find.pm doc nits
32788              From: Tels <perl_dummy@bloodgate.com>
32789              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
32790      Branch: perl
32791            ! lib/File/Find.pm
32792 ____________________________________________________________________________
32793 [ 13059] By: ams                                   on 2001/11/17  09:38:38
32794         Log: Subject: [PATCH] Benchmark.pm nit
32795              From: Tels <perl_dummy@bloodgate.com>
32796              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
32797      Branch: perl
32798            ! lib/Benchmark.pm
32799 ____________________________________________________________________________
32800 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
32801         Log: change#12559 breaks things on Win9x because command.com doesn't
32802              grok dquotes at all; disable all the system() smarts for
32803              command.com
32804      Branch: maint-5.6/perl
32805            ! win32/win32.c
32806 ____________________________________________________________________________
32807 [ 13057] By: ams                                   on 2001/11/16  20:30:03
32808         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
32809              From: Andy Dougherty <doughera@lafayette.edu>
32810              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
32811              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
32812      Branch: perl
32813            ! lib/Unicode/UCD.t
32814 ____________________________________________________________________________
32815 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
32816         Log: Subject: [Patch Perl@13023] VMS system() warning
32817              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32818              Date: Fri, 16 Nov 2001 15:20:11 EST
32819              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
32820      Branch: perl
32821            ! vms/vms.c
32822 ____________________________________________________________________________
32823 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
32824         Log: It's neither-nor, and protect against the impossible.
32825      Branch: perl
32826            ! lib/Thread.pm
32827 ____________________________________________________________________________
32828 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
32829         Log: 5005threads didn't work because $Thread::VERSION wasn't
32830              visible.  Oops.
32831      Branch: perl
32832            ! ext/Thread/Makefile.PL lib/Thread.pm
32833 ____________________________________________________________________________
32834 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
32835         Log: Robustness against Linux using something else than gcc;
32836              based on
32837              
32838              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
32839              From: Charles Randall <cfriv@yahoo.com>
32840              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
32841              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
32842      Branch: perl
32843            ! ext/Errno/Errno_pm.PL
32844 ____________________________________________________________________________
32845 [ 13052] By: ams                                   on 2001/11/16  16:46:39
32846         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
32847              From: Russ Allbery <rra@stanford.edu>
32848              Date: 16 Nov 2001 09:44:21 -0800
32849              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
32850      Branch: perl
32851            ! lib/Pod/ParseLink.pm
32852 ____________________________________________________________________________
32853 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
32854         Log: Update perluniintro on the UTF-8 output matters
32855              (that -w will warn unless the stream is explicitly UTF-8-ified).
32856      Branch: perl
32857            ! pod/perluniintro.pod
32858 ____________________________________________________________________________
32859 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
32860         Log: Adding new files to MANIFEST is nice.
32861      Branch: perl
32862            ! MANIFEST
32863 ____________________________________________________________________________
32864 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
32865         Log: Update Changes.
32866      Branch: perl
32867            ! Changes patchlevel.h
32868 ____________________________________________________________________________
32869 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
32870         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
32871              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
32872              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
32873              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
32874      Branch: perl
32875            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
32876 ____________________________________________________________________________
32877 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
32878         Log: Rename perlunintro to perluniintro; regen toc.
32879      Branch: perl
32880            + pod/perluniintro.pod
32881            - pod/perlunintro.pod
32882            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32883 ____________________________________________________________________________
32884 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
32885         Log: Document the negated lookahead trick to emulate
32886              character class subtraction.
32887      Branch: perl
32888            ! pod/perlunicode.pod
32889 ____________________________________________________________________________
32890 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
32891         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
32892              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32893              Date: Fri, 16 Nov 2001 23:31:04 +0900
32894              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
32895              
32896              (with the tweak that Cntrl is not C, it's Cc)
32897      Branch: perl
32898            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
32899            ! lib/unicore/mktables
32900 ____________________________________________________________________________
32901 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
32902         Log: Subject: [PATCH current] runtime runops switch
32903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32904              Date: Fri, 16 Nov 2001 00:48:09 -0500
32905              Message-ID: <20011116004809.A934@math.ohio-state.edu>
32906      Branch: perl
32907            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
32908            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
32909            ! pod/perlintern.pod proto.h run.c
32910 ____________________________________________________________________________
32911 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
32912         Log: Further discourage old Thread code; tell how to tell
32913              the difference.
32914      Branch: perl
32915            ! lib/Thread.pm
32916 ____________________________________________________________________________
32917 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
32918         Log: A missing return; from Charles Lane.
32919      Branch: perl
32920            ! vms/vms.c
32921 ____________________________________________________________________________
32922 [ 13041] By: ams                                   on 2001/11/16  12:11:14
32923         Log: Subject: [PATCH] Doc spellcheck + podcheck
32924              From: Autrijus Tang <autrijus@egb.elixus.org>
32925              Date: Thu, 15 Nov 2001 22:49:05 -0800
32926              Message-Id: <20011116064905.GA44092@egb.elixus.org>
32927              
32928              Subject: [PATCH] podcheck+spellcheck, the rest of the story
32929              From: Autrijus Tang <autrijus@egb.elixus.org>
32930              Date: Fri, 16 Nov 2001 00:42:20 -0800
32931              Message-Id: <20011116084220.GA44295@egb.elixus.org>
32932              
32933              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
32934              From: Nicholas Clark <nick@ccl4.org>
32935              Date: Fri, 16 Nov 2001 10:32:01 +0000
32936              Message-Id: <20011116103200.F62891@plum.flirble.org>
32937              (Applied after suitable de-mangling.)
32938      Branch: perl
32939            ! README.aix README.dgux README.dos README.epoc README.hpux
32940            ! README.mint README.mpeix README.netware README.os2
32941            ! README.os390 README.plan9 README.qnx README.solaris
32942            ! README.threads doio.c pod/perl571delta.pod
32943            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
32944            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
32945            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
32946            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
32947            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
32948            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
32949 ____________________________________________________________________________
32950 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
32951         Log: Avoid redefinedness warning for now.
32952      Branch: perl
32953            ! lib/Thread.pm
32954 ____________________________________________________________________________
32955 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
32956         Log: use strict.
32957      Branch: perl
32958            ! lib/Thread.pm
32959 ____________________________________________________________________________
32960 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
32961         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
32962              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
32963              Date: Thu, 15 Nov 2001 22:54:47 EST 
32964              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
32965      Branch: perl
32966            ! vms/vms.c vms/vmspipe.com
32967 ____________________________________________________________________________
32968 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
32969         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
32970              From: "chromatic" <chromatic@rmci.net>
32971              Date: Thu, 15 Nov 2001 19:54:23 -0700
32972              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
32973      Branch: perl
32974            ! lib/File/stat.t
32975 ____________________________________________________________________________
32976 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
32977         Log: Make Thread a wrapper for both ithreads and 5005threads.
32978              Needs a lot of work and Arthur's eyeballing (and finishing
32979              few missing odds and ends of threads.pm).  Now Thread
32980              is an extension without its own .pm.
32981              
32982              If there are people who have experience working with
32983              either the 5005threads or the ithreads: cleaning up
32984              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
32985              and porting the various Thread::* modules, like Thread::Queue,
32986              to work also with ithreads, is needed.
32987              
32988              Removed the 5005threads requirement from the 5005 tests
32989              for easier testing (not all of them work yet since
32990              they use the Thread::* modules that have not been made
32991              to work with ithreads).  Leave the 5005 tests named as
32992              *.tx so that they are not run by "make test".
32993      Branch: perl
32994            + lib/Thread.pm
32995            - ext/Thread/Thread.pm
32996            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
32997            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
32998            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
32999            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
33000            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
33001            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
33002            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
33003 ____________________________________________________________________________
33004 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
33005         Log: $VERSION "a5" doesn't quite work.
33006      Branch: perl
33007            ! ext/B/Makefile.PL
33008 ____________________________________________________________________________
33009 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
33010         Log: Add the fruits of Larry Shatzer's version verifying script.
33011              (There are some straddlers, but they will be fixed in the
33012              upcoming releases of the modules.)
33013      Branch: perl
33014            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
33015            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
33016            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
33017            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
33018            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
33019            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
33020            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
33021            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
33022            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
33023            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
33024            ! wince/FindExt.pm
33025 ____________________________________________________________________________
33026 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
33027         Log: Add Larry Shatzer's VERSION verifying script.
33028      Branch: perl
33029            + Porting/checkVERSION.pl
33030            ! MANIFEST Porting/pumpkin.pod
33031 ____________________________________________________________________________
33032 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
33033         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
33034              From: Michael G Schwern <schwern@pobox.com>
33035              Date: Thu, 15 Nov 2001 19:26:40 -0500
33036              Message-ID: <20011115192640.R31399@blackrider>
33037      Branch: perl
33038            ! t/test.pl
33039 ____________________________________________________________________________
33040 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
33041         Log: Document the MY_CXT business; from Paul Marquess.
33042      Branch: perl
33043            ! pod/perlxs.pod
33044 ____________________________________________________________________________
33045 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
33046         Log: VMSCMD synch attempt.
33047      Branch: perl
33048            ! vms/vms.c vms/vmsish.h
33049 ____________________________________________________________________________
33050 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
33051         Log: Advise against -P as instructed by Schwern.
33052      Branch: perl
33053            ! pod/perlrun.pod
33054 ____________________________________________________________________________
33055 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
33056         Log: Subject: [PATCH] v-strings as Objects Step 1
33057              From: John Peacock <jpeacock@rowman.com>
33058              Date: Thu, 15 Nov 2001 12:41:04 -0500
33059              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
33060      Branch: perl
33061            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
33062            ! util.c
33063 ____________________________________________________________________________
33064 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
33065         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
33066              From: Michael G Schwern <schwern@pobox.com>
33067              Date: Thu, 15 Nov 2001 12:47:59 -0500
33068              Message-ID: <20011115124759.E31399@blackrider>
33069      Branch: perl
33070            + t/run/switchx.aux t/run/switchx.t
33071            ! MANIFEST t/run/switches.t
33072 ____________________________________________________________________________
33073 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
33074         Log: Upgrade to Getopt::Long 2.26_03.
33075      Branch: perl
33076            ! lib/Getopt/Long.pm
33077 ____________________________________________________________________________
33078 [ 13025] By: ams                                   on 2001/11/15  20:46:22
33079         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
33080              From: Michael G Schwern <schwern@pobox.com>
33081              Date: Thu, 15 Nov 2001 16:24:11 -0500
33082              Message-Id: <20011115162411.M31399@blackrider>
33083      Branch: perl
33084            ! vms/vms.c
33085 ____________________________________________________________________________
33086 [ 13024] By: ams                                   on 2001/11/15  19:32:06
33087         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
33088              From: rspier@pobox.com (Robert Spier)
33089              Date: Thu, 15 Nov 2001 11:19:21 -0800
33090              Message-Id: <15348.5433.732364.963687@rls.cx>
33091      Branch: perl
33092            ! op.c
33093 ____________________________________________________________________________
33094 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
33095         Log: Update Changes.
33096      Branch: perl
33097            ! Changes patchlevel.h
33098 ____________________________________________________________________________
33099 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
33100         Log: Subject: [PATCH] new tests for command-line switches
33101              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33102              Date: Thu, 15 Nov 2001 17:00:30 +0100
33103              Message-ID: <20011115170030.A14193@rafael>
33104      Branch: perl
33105            + t/run/switches.t
33106            ! MANIFEST
33107 ____________________________________________________________________________
33108 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
33109         Log: Upgrade to podlators 1.13.
33110      Branch: perl
33111            + lib/Pod/ParseLink.pm
33112            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
33113            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
33114            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
33115            ! t/pod/pod2usage.xr t/pod/podselect.xr
33116 ____________________________________________________________________________
33117 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
33118         Log: skip "might be used uninitialized".
33119      Branch: perl
33120            ! pp_sys.c
33121 ____________________________________________________________________________
33122 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
33123         Log: Fix for "perlio bug in koi8-r encoding".  The problem
33124              seemed to be that binmode() always flushed the handle,
33125              which is not so good when switching encodings.  Fixed,
33126              added Matt Sergeant's testcase, documented in perlfunc/binmode,
33127              also added a pointer about disciplines to perlfunc/open,
33128              and in general cleaned up and reformatted the open entry.
33129      Branch: perl
33130            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
33131 ____________________________________________________________________________
33132 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
33133         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
33134              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33135              Date: 15 Nov 2001 08:57:06 -0000
33136              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
33137              
33138              chop() and chomp() are not real list functions,
33139              so let's not have them overrideable.  (Casey will
33140              be confused since in #7071 he patched the other way.)
33141      Branch: perl
33142            ! pod/perlfunc.pod toke.c
33143 ____________________________________________________________________________
33144 [ 13017] By: ams                                   on 2001/11/15  12:56:49
33145         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
33146              From: Robin Barker <rmb1@cise.npl.co.uk>
33147              Date: Thu, 15 Nov 2001 13:48:34 GMT
33148              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
33149              (Applied with tweaks.)
33150      Branch: perl
33151            ! pod/perltrap.pod
33152 ____________________________________________________________________________
33153 [ 13016] By: ams                                   on 2001/11/15  09:12:48
33154         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
33155              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33156              Date: Thu, 15 Nov 2001 09:06:39 +0100
33157              Message-Id: <20011115090639.A13005@rafael>
33158      Branch: perl
33159            ! pod/perlrun.pod
33160 ____________________________________________________________________________
33161 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
33162         Log: "link =" from utils.lst was being processed oddly.
33163      Branch: perl
33164            ! installman
33165 ____________________________________________________________________________
33166 [ 13014] By: ams                                   on 2001/11/15  02:52:52
33167         Log: Subject: [PATCH current] CreateTTY in -d
33168              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33169              Date: Wed, 14 Nov 2001 21:26:31 -0500
33170              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
33171      Branch: perl
33172            ! lib/perl5db.pl
33173 ____________________________________________________________________________
33174 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
33175         Log: Corify the Filter::Simple tests. 
33176      Branch: perl
33177            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
33178            ! lib/Filter/Simple/t/filter_only.t
33179 ____________________________________________________________________________
33180 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
33181         Log: Upgrade to Filter::Simple 0.70.
33182      Branch: perl
33183            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
33184            + t/lib/FilterOnlyTest.pm
33185            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
33186            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
33187            ! t/lib/FilterTest.pm
33188 ____________________________________________________________________________
33189 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
33190         Log: Cleanliness inspired by Cygwin.
33191      Branch: perl
33192            ! Makefile.SH x2p/Makefile.SH
33193 ____________________________________________________________________________
33194 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
33195         Log: Add perlunintro (formerly known as perlunitut); regen toc.
33196      Branch: perl
33197            + pod/perlunintro.pod
33198            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33199 ____________________________________________________________________________
33200 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
33201         Log: FAQ sync.
33202      Branch: perl
33203            ! pod/perlfaq6.pod
33204 ____________________________________________________________________________
33205 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
33206         Log: Quieten pgcc 2.91.66 worries.
33207      Branch: perl
33208            ! gv.c pp_ctl.c utf8.c
33209 ____________________________________________________________________________
33210 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
33211         Log: Upgrade to Switch 2.06.
33212      Branch: perl
33213            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
33214            ! lib/Switch/t/nested.t
33215 ____________________________________________________________________________
33216 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
33217         Log: Upgrade to Attribute::Handlers 0.76.
33218      Branch: perl
33219            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
33220            ! lib/Attribute/Handlers/README
33221            ! lib/Attribute/Handlers/demo/Demo.pm
33222            ! lib/Attribute/Handlers/demo/Descriptions.pm
33223            ! lib/Attribute/Handlers/demo/MyClass.pm
33224            ! lib/Attribute/Handlers/demo/demo_cycle.pl
33225            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
33226            ! lib/Attribute/Handlers/t/multi.t
33227 ____________________________________________________________________________
33228 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
33229         Log: Signedness nit.
33230      Branch: perl
33231            ! regexec.c
33232 ____________________________________________________________________________
33233 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
33234         Log: VERSIONize.
33235      Branch: perl
33236            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
33237            ! lib/integer.pm
33238 ____________________________________________________________________________
33239 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
33240         Log: No pod in internal Net::FTP classes.
33241      Branch: perl
33242            ! pod/buildtoc.PL
33243 ____________________________________________________________________________
33244 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
33245         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
33246              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
33247              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
33248              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
33249      Branch: perl
33250            ! regexec.c
33251 ____________________________________________________________________________
33252 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
33253         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
33254              Pudge correctly).
33255      Branch: perl
33256            ! t/test.pl
33257 ____________________________________________________________________________
33258 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
33259         Log: Add comments to mark where $^X is being handled.
33260      Branch: perl
33261            ! perl.c toke.c
33262 ____________________________________________________________________________
33263 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
33264         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
33265              From: Michael G Schwern <schwern@pobox.com>
33266              Date: Wed, 14 Nov 2001 16:38:25 -0500
33267              Message-ID: <20011114163825.D6519@blackrider>
33268      Branch: perl
33269            ! t/op/repeat.t
33270 ____________________________________________________________________________
33271 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
33272         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
33273              From: Michael G Schwern <schwern@pobox.com>
33274              Date: Wed, 14 Nov 2001 13:19:15 -0500
33275              Message-ID: <20011114131915.K5096@blackrider>
33276      Branch: perl
33277            ! t/op/die_exit.t
33278 ____________________________________________________________________________
33279 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
33280         Log: Subject: Re: [PATCH] new version of runperl()
33281              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33282              Date: Wed, 14 Nov 2001 15:39:12 EST
33283              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
33284              
33285              "VMS $^X pipes etc" patch.
33286      Branch: perl
33287            ! vms/vms.c
33288 ____________________________________________________________________________
33289 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
33290         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
33291              and add "verbose" option to show the final command.
33292      Branch: perl
33293            ! t/test.pl
33294 ____________________________________________________________________________
33295 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
33296         Log: Goof in some of the comment fields of #12994.
33297      Branch: perl
33298            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
33299            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
33300            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
33301            ! lib/unicore/In/9.pl
33302 ____________________________________________________________________________
33303 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
33304         Log: The First, Last ranges in the Unicode data weren't
33305              getting their general categories added properly;
33306              noticed by Jeffrey Friedl.
33307      Branch: perl
33308            ! lib/unicore/Category.pl lib/unicore/In/0.pl
33309            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
33310            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
33311            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
33312            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
33313            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
33314            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
33315            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
33316            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
33317            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
33318            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
33319            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
33320            ! lib/unicore/mktables
33321 ____________________________________________________________________________
33322 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
33323         Log: Subject: [PATCH] new version of runperl()
33324              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33325              Date: Wed, 14 Nov 2001 12:23:01 +0100
33326              Message-ID: <20011114122301.A29384@rafael>
33327      Branch: perl
33328            ! t/io/argv.t t/test.pl
33329 ____________________________________________________________________________
33330 [ 12992] By: ams                                   on 2001/11/14  13:40:39
33331         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
33332              From: Michael G Schwern <schwern@pobox.com>
33333              Date: Tue, 13 Nov 2001 23:17:54 -0500
33334              Message-Id: <20011113231754.S32567@blackrider>
33335      Branch: perl
33336            ! perl.c
33337 ____________________________________________________________________________
33338 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
33339         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
33340              From: Philip Newton <Philip.Newton@gmx.net>
33341              Date: Wed, 14 Nov 2001 10:59:53 +0100
33342              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
33343              
33344              plus a lot of paragraph reformatting because of long lines.
33345      Branch: perl
33346            ! pod/perlapio.pod
33347 ____________________________________________________________________________
33348 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
33349         Log: A bool is not a pointer.
33350      Branch: perl
33351            ! pp_sys.c
33352 ____________________________________________________________________________
33353 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
33354         Log: AUTHORS updates.
33355      Branch: perl
33356            ! AUTHORS
33357 ____________________________________________________________________________
33358 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
33359         Log: There are several MIME RFCs.
33360      Branch: perl
33361            ! ext/Encode/Encode.pm
33362 ____________________________________________________________________________
33363 [ 12987] By: ams                                   on 2001/11/14  01:09:28
33364         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
33365              From: Michael G Schwern <schwern@pobox.com>
33366              Date: Tue, 13 Nov 2001 20:59:13 -0500
33367              Message-Id: <20011113205913.H32567@blackrider>
33368      Branch: perl
33369            ! t/op/groups.t vms/test.com
33370 ____________________________________________________________________________
33371 [ 12986] By: ams                                   on 2001/11/14  01:07:06
33372         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
33373              From: Michael G Schwern <schwern@pobox.com>
33374              Date: Tue, 13 Nov 2001 20:51:34 -0500
33375              Message-Id: <20011113205134.F32567@blackrider>
33376      Branch: perl
33377            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
33378 ____________________________________________________________________________
33379 [ 12985] By: ams                                   on 2001/11/14  00:43:59
33380         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
33381              From: Michael G Schwern <schwern@pobox.com>
33382              Date: Tue, 13 Nov 2001 20:38:42 -0500
33383              Message-Id: <20011113203842.E32567@blackrider>
33384      Branch: perl
33385            ! pod/perlport.pod
33386 ____________________________________________________________________________
33387 [ 12984] By: ams                                   on 2001/11/14  00:32:15
33388         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
33389              From: Michael G Schwern <schwern@pobox.com>
33390              Date: Tue, 13 Nov 2001 20:27:02 -0500
33391              Message-Id: <20011113202702.D32567@blackrider>
33392      Branch: perl
33393            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
33394            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
33395            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
33396            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
33397 ____________________________________________________________________________
33398 [ 12983] By: ams                                   on 2001/11/14  00:00:27
33399         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
33400              From: Michael G Schwern <schwern@pobox.com>
33401              Date: Tue, 13 Nov 2001 19:51:59 -0500
33402              Message-Id: <20011113195159.B32567@blackrider>
33403      Branch: perl
33404            ! pod/perlport.pod
33405 ____________________________________________________________________________
33406 [ 12982] By: ams                                   on 2001/11/13  23:53:11
33407         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
33408              From: Larry Shatzer <fugazi@zippy.zyx.net>
33409              Date: Tue, 13 Nov 2001 17:27:59 -0700
33410              Message-Id: <20011113172759.E27768@zippy.zyx.net>
33411      Branch: perl
33412            ! pod/perlapio.pod
33413 ____________________________________________________________________________
33414 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
33415         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
33416              "large enough" Unicode characters returned more than one
33417              as their "Unicode size".
33418      Branch: perl
33419            ! pp_sys.c t/io/utf8.t
33420 ____________________________________________________________________________
33421 [ 12980] By: ams                                   on 2001/11/13  19:32:33
33422         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
33423              From: "Craig A. Berry" <craigberry@mac.com>
33424              Date: Tue, 13 Nov 2001 14:33:25 -0600
33425              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
33426      Branch: perl
33427            ! vms/gen_shrfls.pl
33428 ____________________________________________________________________________
33429 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
33430         Log: Subject: Minor patch to Encode.pm (detypo)
33431              From: "Philip Newton" <Philip.Newton@gmx.net>
33432              Date: Tue, 13 Nov 2001 20:11:01 +0100
33433              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
33434      Branch: perl
33435            ! ext/Encode/Encode.pm
33436 ____________________________________________________________________________
33437 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
33438         Log: Evil tabulators.
33439      Branch: perl
33440            ! ext/Encode/Encode.pm
33441 ____________________________________________________________________________
33442 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
33443         Log: Document the available encodings.
33444      Branch: perl
33445            ! ext/Encode/Encode.pm
33446 ____________________________________________________________________________
33447 [ 12976] By: ams                                   on 2001/11/13  17:14:07
33448         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
33449              From: Barrie Slaymaker <barries@slaysys.com>
33450              Date: Tue, 13 Nov 2001 12:41:36 -0500
33451              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
33452      Branch: perl
33453            ! t/op/universal.t
33454 ____________________________________________________________________________
33455 [ 12975] By: ams                                   on 2001/11/13  16:24:21
33456         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
33457              From: Barrie Slaymaker <barries@slaysys.com>
33458              Date: Tue, 13 Nov 2001 10:56:20 -0500
33459              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
33460              (Test applied with minor tweaks and ->isa("HASH") omission.)
33461      Branch: perl
33462            ! lib/UNIVERSAL.pm t/op/universal.t
33463 ____________________________________________________________________________
33464 [ 12974] By: ams                                   on 2001/11/13  15:46:07
33465         Log: Subject: [PATCH Benchmark.pm] docco tweaks
33466              From: Barrie Slaymaker <barries@slaysys.com>
33467              Date: Tue, 13 Nov 2001 11:34:45 -0500
33468              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
33469      Branch: perl
33470            ! lib/Benchmark.pm
33471 ____________________________________________________________________________
33472 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
33473         Log: Subject: [PATCH] Attack of the C loops, round 1
33474              From: Richard Soderberg <rs@oregonnet.com>
33475              Date: Mon, 12 Nov 2001 12:07:29 -0800
33476              Message-Id: <200111122007.MAA01994@oregonnet.com>
33477              
33478              Subject: [PATCH] bytecode.pl (tiny patch)
33479              From: Richard Soderberg <rs@oregonnet.com>
33480              Date: Mon, 12 Nov 2001 12:53:24 -0800
33481              Message-Id: <200111122053.MAA06272@oregonnet.com>
33482      Branch: perl
33483            ! bytecode.pl installhtml
33484 ____________________________________________________________________________
33485 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
33486         Log: Subject: [PATCH] Update to Filter::Util::Call
33487              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33488              Date: Sun, 11 Nov 2001 22:33:33 -0000
33489              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
33490              
33491              Use the new CXT* macros.
33492      Branch: perl
33493            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33494 ____________________________________________________________________________
33495 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
33496         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
33497              From: Michael G Schwern <schwern@pobox.com>
33498              Date: Mon, 12 Nov 2001 20:50:34 -0500
33499              Message-ID: <20011112205034.H2888@blackrider>
33500      Branch: perl
33501            + lib/vmsish.pm lib/vmsish.t
33502            - vms/ext/vmsish.pm vms/ext/vmsish.t
33503            ! MANIFEST vms/descrip_mms.template
33504 ____________________________________________________________________________
33505 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
33506         Log: :utf8 works only with perlio.
33507      Branch: perl
33508            ! lib/open.t
33509 ____________________________________________________________________________
33510 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
33511         Log: Subject: Re: @Config -"des" not quite working on VMS
33512              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33513              Date: Tue, 13 Nov 2001 08:35:13 EST 
33514              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
33515      Branch: perl
33516            ! configure.com
33517 ____________________________________________________________________________
33518 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
33519         Log: Subject: [PATCH] lib/charnames.pm 
33520              From: Jeffrey Friedl <jfriedl@yahoo.com>
33521              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
33522              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
33523      Branch: perl
33524            ! lib/charnames.pm
33525 ____________________________________________________________________________
33526 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
33527         Log: Docs for Mac::err.
33528      Branch: maint-5.6/macperl
33529            ! macos/ext/Mac/err/err.pm
33530 ____________________________________________________________________________
33531 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
33532         Log: Some cleanup; change some globals to references for
33533              possible persistence later.
33534      Branch: maint-5.6/macperl
33535            ! macos/lib/Mac/Glue.pm
33536 ____________________________________________________________________________
33537 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
33538         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
33539      Branch: maint-5.6/macperl
33540            ! macos/ext/Mac/Files/Files.pm
33541 ____________________________________________________________________________
33542 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
33543         Log: Get Mac::Navigation to compile (bug #464684).
33544      Branch: maint-5.6/macperl
33545            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
33546            ! macos/ext/Mac/Navigation/Makefile.PL
33547            ! macos/ext/Mac/Navigation/Navigation.xs
33548            ! macos/macperl/Makefile.mk
33549 ____________________________________________________________________________
33550 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
33551         Log: Add in modules and POD to help menu.
33552      Branch: maint-5.6/macperl
33553            ! macos/macperl/MacPerl.podhelp
33554 ____________________________________________________________________________
33555 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
33556         Log: Update bundled modules.
33557      Branch: maint-5.6/macperl
33558            + macos/bundled_ext/Filter/t/FilterTest.pm
33559            + macos/bundled_ext/List/Util/t/shuffle.t
33560            + macos/bundled_ext/Storable/t/compat06.t
33561            + macos/bundled_ext/Storable/t/st-dump.pl
33562            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
33563            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
33564            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
33565            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
33566            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
33567            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
33568            + macos/bundled_lib/blib/lib/lwpcook.pod
33569            + macos/bundled_lib/t/Filter/Simple/filter.t
33570            + macos/bundled_lib/t/Switch/t/given.t
33571            + macos/bundled_lib/t/Switch/t/nested.t
33572            + macos/bundled_lib/t/Switch/t/switch.t
33573            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
33574            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
33575            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
33576            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
33577            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
33578            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
33579            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
33580            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
33581            + macos/bundled_lib/t/URI/rfc2732.t
33582            + macos/bundled_lib/t/libnet/config.t
33583            + macos/bundled_lib/t/libnet/libnet_t.pl
33584            + macos/bundled_lib/t/libwww-perl/live/google.t
33585            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
33586            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
33587            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
33588            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
33589            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
33590            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
33591            + macos/bundled_lib/t/libwww-perl/live/validator.t
33592            - macos/bundled_ext/Filter/t/MyFilter.pm
33593            - macos/bundled_ext/Storable/t/compat-0.6.t
33594            - macos/bundled_ext/Storable/t/dump.pl
33595            - macos/bundled_ext/Time/Piece/Makefile.PL
33596            - macos/bundled_ext/Time/Piece/Piece.pm
33597            - macos/bundled_ext/Time/Piece/Piece.t
33598            - macos/bundled_ext/Time/Piece/Piece.xs
33599            - macos/bundled_ext/Time/Piece/README
33600            - macos/bundled_ext/Time/Piece/Seconds.pm
33601            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
33602            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
33603            - macos/bundled_lib/blib/lib/Net/PH.pm
33604            - macos/bundled_lib/blib/lib/Net/SNPP.pm
33605            - macos/bundled_lib/blib/lib/Text/Balanced.pod
33606            - macos/bundled_lib/t/Filter/Simple/test.pl
33607            - macos/bundled_lib/t/Switch/test.pl
33608            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
33609            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
33610            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
33611            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
33612            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
33613            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
33614            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
33615            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
33616            - macos/bundled_lib/t/libnet/ph.t
33617            ! (edit 125 files)
33618 ____________________________________________________________________________
33619 [ 12961] By: ams                                   on 2001/11/13  00:45:08
33620         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
33621              From: Michael G Schwern <schwern@pobox.com>
33622              Date: Mon, 12 Nov 2001 20:16:45 -0500
33623              Message-Id: <20011112201644.G2888@blackrider>
33624      Branch: perl
33625            ! pod/perlport.pod
33626 ____________________________________________________________________________
33627 [ 12960] By: ams                                   on 2001/11/12  23:54:00
33628         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
33629              Recoving dup tests for VMS
33630              From: Michael G Schwern <schwern@pobox.com>
33631              Date: Mon, 12 Nov 2001 19:35:33 -0500
33632              Message-Id: <20011112193533.D2888@blackrider>
33633      Branch: perl
33634            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
33635 ____________________________________________________________________________
33636 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
33637         Log: Update Changes.
33638      Branch: perl
33639            ! Changes patchlevel.h
33640 ____________________________________________________________________________
33641 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
33642         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
33643              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
33644              Date: Mon, 12 Nov 2001 12:35:18 EST 
33645              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
33646      Branch: perl
33647            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
33648            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
33649 ____________________________________________________________________________
33650 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
33651         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
33652              From: Barrie Slaymaker <barries@slaysys.com>
33653              Date: Mon, 12 Nov 2001 11:19:52 -0500
33654              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
33655      Branch: perl
33656            ! lib/File/Spec.t lib/File/Spec/Win32.pm
33657 ____________________________________________________________________________
33658 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
33659         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
33660              From: Barrie Slaymaker <barries@slaysys.com>
33661              Date: Mon, 12 Nov 2001 11:07:36 -0500
33662              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
33663      Branch: perl
33664            ! lib/Benchmark.pm
33665 ____________________________________________________________________________
33666 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
33667         Log: Misplaced test, noticed by Barrie Slaymaker.
33668              (We are missing Benchmark tests, then.)
33669      Branch: perl
33670            + ext/Devel/DProf/DProf.t
33671            - lib/Benchmark.t
33672            ! MANIFEST
33673 ____________________________________________________________________________
33674 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
33675         Log: Subject: [PATCH] a few typo fixes 
33676              From: Jeffrey Friedl <jfriedl@yahoo.com>
33677              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
33678              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
33679              
33680              Patching README.foo instead of pod/perlfoo.pod,
33681              not patching Math::BigInt (Tels will take care of that),
33682              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
33683              and perldoc.PL instead of libnetcfg and perldoc, patching
33684              ext/Digest/MD5/t/files.t since MD5.pm was changed.
33685      Branch: perl
33686            ! (edit 109 files)
33687 ____________________________________________________________________________
33688 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
33689         Log: Add a note about the dangers of bad UTF-8.
33690      Branch: perl
33691            ! pod/perlunicode.pod
33692 ____________________________________________________________________________
33693 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
33694         Log: NetWare Nit from Ananth Kesari.
33695      Branch: perl
33696            ! NetWare/config.wc
33697 ____________________________________________________________________________
33698 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
33699         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
33700      Branch: perl
33701            ! ext/Encode/Encode.pm
33702 ____________________________________________________________________________
33703 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
33704         Log: (retracted by #12951)
33705      Branch: perl
33706            ! ext/Encode/Encode.pm
33707 ____________________________________________________________________________
33708 [ 12949] By: ams                                   on 2001/11/12  06:40:18
33709         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
33710              From: Robert Spier <rspier@pobox.com>
33711              Date: Sun, 11 Nov 2001 18:50:18 -0800
33712              Message-Id: <15343.14570.121505.233336@rls.cx>
33713              
33714              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
33715              From: Rick Delaney <rick.delaney@home.com>
33716              Date: 12 Nov 2001 00:15:52 -0500
33717              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
33718      Branch: perl
33719            ! pp_hot.c t/op/taint.t
33720 ____________________________________________________________________________
33721 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
33722         Log: It seems that we actually have this detail implemented
33723              as for as Level 1 Support of Unicode regex support is
33724              concerned: at Level 1 only 1:1 support for loose
33725              (aka caseless, aka caseigoring ) matching is required.
33726      Branch: perl
33727            ! pod/perlunicode.pod
33728 ____________________________________________________________________________
33729 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
33730         Log: (retracted by #12951)
33731      Branch: perl
33732            ! ext/Encode/Encode.pm
33733 ____________________________________________________________________________
33734 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
33735         Log: BOM, bom, Bom.
33736      Branch: perl
33737            ! pod/perlunicode.pod
33738 ____________________________________________________________________________
33739 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
33740         Log: Upgrade to Math::BigInt 1.46.
33741      Branch: perl
33742            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33743            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
33744            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
33745            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
33746            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
33747 ____________________________________________________________________________
33748 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
33749         Log: Subject: Re: PERFORCE change 12943 for review
33750              From: "Philip Newton" <Philip.Newton@gmx.net>
33751              Date: Sun, 11 Nov 2001 20:53:36 +0100
33752              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
33753      Branch: perl
33754            ! pod/perlunicode.pod
33755 ____________________________________________________________________________
33756 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
33757         Log: Doc updates; make the Unicode discussions a little
33758              bit less alarming, and add information about encodings,
33759              surrogates, and BOMs.
33760      Branch: perl
33761            ! pod/perlunicode.pod
33762 ____________________________________________________________________________
33763 [ 12942] By: ams                                   on 2001/11/11  16:45:00
33764         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
33765              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
33766              Date: Mon, 12 Nov 2001 00:22:57 +0900
33767              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
33768      Branch: perl
33769            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
33770            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
33771 ____________________________________________________________________________
33772 [ 12941] By: ams                                   on 2001/11/11  13:01:40
33773         Log: Subject: Re: PERFORCE change 12929 for review
33774              From: "Philip Newton" <Philip.Newton@gmx.net>
33775              Date: Sun, 11 Nov 2001 14:27:44 +0100
33776              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
33777      Branch: perl
33778            ! MANIFEST
33779 ____________________________________________________________________________
33780 [ 12940] By: ams                                   on 2001/11/11  05:06:43
33781         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
33782              From: Michael G Schwern <schwern@pobox.com>
33783              Date: Thu, 8 Nov 2001 22:56:45 -0500
33784              Message-Id: <20011108225645.H5587@blackrider>
33785      Branch: perl
33786            ! t/op/chdir.t
33787 ____________________________________________________________________________
33788 [ 12939] By: ams                                   on 2001/11/11  05:01:00
33789         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
33790              From: Michael G Schwern <schwern@pobox.com>
33791              Date: Sun, 11 Nov 2001 00:54:43 -0500
33792              Message-Id: <20011111005443.A24450@blackrider>
33793      Branch: perl
33794            ! ext/Cwd/t/cwd.t
33795 ____________________________________________________________________________
33796 [ 12938] By: ams                                   on 2001/11/11  03:25:13
33797         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
33798              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
33799              From: "chromatic" <chromatic@rmci.net>
33800              Date: Sat, 10 Nov 2001 21:03:20 -0700
33801              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
33802      Branch: perl
33803            ! lib/File/stat.pm lib/File/stat.t
33804 ____________________________________________________________________________
33805 [ 12937] By: ams                                   on 2001/11/11  02:05:23
33806         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
33807              From: "Craig A. Berry" <craigberry@mac.com>
33808              Date: Sat, 10 Nov 2001 17:23:52 -0600
33809              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
33810      Branch: perl
33811            ! t/op/magic.t
33812 ____________________________________________________________________________
33813 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
33814         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
33815      Branch: perl
33816            ! lib/open.pm lib/open.t
33817 ____________________________________________________________________________
33818 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
33819         Log: The Official name of ASCII.
33820      Branch: perl
33821            ! ext/Encode/Encode.pm
33822 ____________________________________________________________________________
33823 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
33824         Log: The KOI8-R example wasn't quite right.
33825      Branch: perl
33826            ! lib/open.pm lib/open.t
33827 ____________________________________________________________________________
33828 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
33829         Log: Enhance the open pragma to support :utf8, :locale,
33830              and :encoding directly as special cases, and rename
33831              the INOUT to IO.
33832      Branch: perl
33833            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
33834 ____________________________________________________________________________
33835 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
33836         Log: Document the UTF-16 surrogate encoding and decoding.
33837      Branch: perl
33838            ! ext/Encode/Encode.pm
33839 ____________________________________________________________________________
33840 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
33841         Log: A potential recursion breaker.
33842      Branch: perl
33843            ! sv.c
33844 ____________________________________________________________________________
33845 [ 12930] By: ams                                   on 2001/11/10  07:46:53
33846         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
33847              (was Re: perl@12892)
33848              From: "chromatic" <chromatic@rmci.net>
33849              Date: Sat, 10 Nov 2001 01:28:09 -0700
33850              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
33851      Branch: perl
33852            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
33853            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
33854            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
33855            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
33856 ____________________________________________________________________________
33857 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
33858         Log: Add a test for the bytes pragma.
33859      Branch: perl
33860            + lib/bytes.t
33861            ! MANIFEST
33862 ____________________________________________________________________________
33863 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
33864         Log: Doc update.
33865      Branch: perl
33866            ! lib/bytes.pm
33867 ____________________________________________________________________________
33868 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
33869         Log: Cease to exist.
33870      Branch: perl
33871            - lib/Unicode/Normalize.pm
33872 ____________________________________________________________________________
33873 [ 12926] By: ams                                   on 2001/11/10  03:23:16
33874         Log: Subject: [patch] my_setenv speedup + fixes
33875              From: Doug MacEachern <dougm@covalent.net>
33876              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
33877              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
33878      Branch: perl
33879            ! util.c
33880 ____________________________________________________________________________
33881 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
33882         Log: Newline trouble.
33883      Branch: perl
33884            ! lib/ExtUtils/Embed.t
33885 ____________________________________________________________________________
33886 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
33887         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
33888              From: "Craig A. Berry" <craigberry@mac.com>
33889              Date: Fri, 09 Nov 2001 18:13:16 -0600
33890              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
33891      Branch: perl
33892            ! vms/munchconfig.c
33893 ____________________________________________________________________________
33894 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
33895         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
33896              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33897              Date: Sat, 10 Nov 2001 00:10:45 +0100
33898              Message-ID: <20011110001045.A11945@rafael>
33899      Branch: perl
33900            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
33901            + t/run/switchn.t t/run/switchp.t
33902            ! MANIFEST
33903 ____________________________________________________________________________
33904 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
33905         Log: Subject: [PATCH] some tests not cleaning up properly               
33906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
33907              Date: Fri, 9 Nov 2001 22:13:10 +0100
33908              Message-ID: <20011109221310.A11115@rafael>
33909      Branch: perl
33910            ! ext/Cwd/t/cwd.t t/io/argv.t
33911 ____________________________________________________________________________
33912 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
33913         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
33914              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33915              Date: Fri, 9 Nov 2001 15:07:19 EST
33916              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
33917      Branch: perl
33918            ! lib/ExtUtils/Embed.t
33919 ____________________________________________________________________________
33920 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
33921         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
33922              have been copied so it shouldn't be freed in perl_destruct()
33923      Branch: perl
33924            ! perl.c
33925 ____________________________________________________________________________
33926 [ 12919] By: ams                                   on 2001/11/09  15:36:22
33927         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
33928              From: Michael G Schwern <schwern@pobox.com>
33929              Date: Fri, 9 Nov 2001 00:38:59 -0500
33930              Message-Id: <20011109003859.K5587@blackrider>
33931              (Applied with directory name changes suggested by Craig Berry.)
33932      Branch: perl
33933            ! ext/Cwd/t/cwd.t
33934 ____________________________________________________________________________
33935 [ 12918] By: ams                                   on 2001/11/09  15:29:15
33936         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
33937              From: Michael G Schwern <schwern@pobox.com>
33938              Date: Fri, 9 Nov 2001 01:44:14 -0500
33939              Message-Id: <20011109014414.N5587@blackrider>
33940      Branch: perl
33941            ! vms/ext/filespec.t
33942 ____________________________________________________________________________
33943 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
33944         Log: Update Changes.
33945      Branch: perl
33946            ! Changes patchlevel.h
33947 ____________________________________________________________________________
33948 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
33949         Log: Regen toc.
33950      Branch: perl
33951            ! pod/perltoc.pod
33952 ____________________________________________________________________________
33953 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
33954         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
33955              see http://www.jepstone.net/bjepson//jpl/cvs.html
33956      Branch: perl
33957            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
33958 ____________________________________________________________________________
33959 [ 12914] By: ams                                   on 2001/11/09  14:05:12
33960         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
33961              From: Michael G Schwern <schwern@pobox.com>
33962              Date: Thu, 8 Nov 2001 22:05:49 -0500
33963              Message-Id: <20011108220549.F5587@blackrider>
33964      Branch: perl
33965            ! vms/test.com
33966 ____________________________________________________________________________
33967 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
33968         Log: NetWare update from Ananth Kesari.
33969      Branch: perl
33970            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
33971 ____________________________________________________________________________
33972 [ 12912] By: ams                                   on 2001/11/09  13:40:26
33973         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
33974              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33975              Date: Fri, 9 Nov 2001 14:32:28 +0100
33976              Message-Id: <20011109143228.A18996@rafael>
33977      Branch: perl
33978            ! perl.c
33979 ____________________________________________________________________________
33980 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
33981         Log: FAQ sync.
33982      Branch: perl
33983            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
33984            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
33985            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
33986 ____________________________________________________________________________
33987 [ 12910] By: ams                                   on 2001/11/09  07:33:49
33988         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
33989              From: Michael G Schwern <schwern@pobox.com>
33990              Date: Fri, 9 Nov 2001 00:41:56 -0500
33991              Message-Id: <20011109004156.L5587@blackrider>
33992      Branch: perl
33993            ! lib/File/Find/t/find.t
33994 ____________________________________________________________________________
33995 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
33996         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
33997              The CPAN distribution has both pm and XS implementations,
33998              and for performance reasons we choose the XS.
33999              Another reason to choose the XS is that it doesn't
34000              require Lingua::KO::Hangul::Util, which means that
34001              we can delete that-- which in turn means that Unicode::UCD
34002              cannot expect that: support it, but don't expect.
34003              Ditto Unicode::Collate.
34004              
34005              Note that Unicode::Normalize Makefile.PL and
34006              Normalize.xs have been modified from the CPAN 0.10
34007              versions: the first one to be simpler (no pm) and
34008              clean up the generated unf*.h files, the second one
34009              to quench compiler grumblings.  Must notify Sadahiro
34010              about these changes.
34011      Branch: perl
34012            + ext/Unicode/Normalize/Changes
34013            + ext/Unicode/Normalize/Makefile.PL
34014            + ext/Unicode/Normalize/Normalize.pm
34015            + ext/Unicode/Normalize/Normalize.pod
34016            + ext/Unicode/Normalize/Normalize.xs
34017            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
34018            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
34019            + ext/Unicode/Normalize/t/test.t
34020            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
34021            - lib/Lingua/KO/Hangul/Util/README
34022            - lib/Lingua/KO/Hangul/Util/t/test.t
34023            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
34024            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
34025            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
34026            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
34027            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
34028            ! win32/makefile.mk
34029 ____________________________________________________________________________
34030 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
34031         Log: Test miscounting.
34032      Branch: perl
34033            ! ext/POSIX/t/posix.t
34034 ____________________________________________________________________________
34035 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
34036         Log: Quote the variables in failures messages more nicely.
34037      Branch: perl
34038            ! t/test.pl
34039 ____________________________________________________________________________
34040 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
34041         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34042              From: Michael G Schwern <schwern@pobox.com>
34043              Date: Thu, 8 Nov 2001 17:24:49 -0500
34044              Message-ID: <20011108172449.A5587@blackrider>
34045              
34046              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34047              From: "Craig A. Berry" <craigberry@mac.com>
34048              Date: Thu, 8 Nov 2001 16:35:00 -0600
34049              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
34050      Branch: perl
34051            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
34052 ____________________________________________________________________________
34053 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
34054         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
34055              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34056              Date: Thu, 8 Nov 2001 22:52:50 -0000
34057              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
34058      Branch: perl
34059            ! ext/DB_File/t/db-recno.t
34060 ____________________________________________________________________________
34061 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
34062         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
34063              (Probably not an EBCDIC issue the way one would think
34064              since no chr() et alia are used in UCD.pm.)
34065      Branch: perl
34066            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34067 ____________________________________________________________________________
34068 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
34069         Log: Whether overwriting the $self->{...} values (see #12902)
34070              is a good policy or not is debatable, but let's at least
34071              be consistent.
34072      Branch: perl
34073            ! lib/ExtUtils/MM_Unix.pm
34074 ____________________________________________________________________________
34075 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
34076         Log: The MakeMaker argument () quoting patch that sneaked
34077              in at #12883 didn't handle make macros like this $(...).
34078              Leaning toothpicks, we've got them.
34079      Branch: perl
34080            ! lib/ExtUtils/MM_Unix.pm
34081 ____________________________________________________________________________
34082 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
34083         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
34084              From: Michael G Schwern <schwern@pobox.com>
34085              Date: Wed, 7 Nov 2001 02:02:29 -0500
34086              Message-ID: <20011107020229.K2858@blackrider>
34087      Branch: perl
34088            ! t/io/argv.t t/test.pl vms/test.com
34089 ____________________________________________________________________________
34090 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
34091         Log: Subject: [PATCH 20011106.084] -s on #! line 
34092              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34093              Date: Wed, 7 Nov 2001 22:23:39 +0100
34094              Message-ID: <20011107222339.E729@rafael>
34095      Branch: perl
34096            ! embed.h embed.pl perl.c proto.h toke.c
34097 ____________________________________________________________________________
34098 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
34099         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
34100              From: Michael G Schwern <schwern@pobox.com>
34101              Date: Wed, 7 Nov 2001 16:52:49 -0500
34102              Message-ID: <20011107165249.I7346@blackrider>
34103      Branch: perl
34104            ! pod/perlhack.pod
34105 ____________________________________________________________________________
34106 [ 12898] By: ams                                   on 2001/11/08  13:02:19
34107         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
34108              From: Mark-Jason Dominus <mjd@plover.com>
34109              Date: Thu, 08 Nov 2001 08:59:02 -0500
34110              Message-Id: <20011108135902.2275.qmail@plover.com>
34111      Branch: perl
34112            ! INSTALL README README.amiga README.os2 README.vms
34113            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
34114            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
34115 ____________________________________________________________________________
34116 [ 12897] By: ams                                   on 2001/11/08  12:49:28
34117         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
34118              From: mjd@plover.com
34119              Date: 8 Nov 2001 13:33:18 -0000
34120              Message-Id: <20011108133318.1786.qmail@plover.com>
34121      Branch: perl
34122            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
34123            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34124            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34125            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
34126            ! pod/perlport.pod pod/perlvar.pod
34127 ____________________________________________________________________________
34128 [ 12896] By: ams                                   on 2001/11/08  11:22:12
34129         Log: open(FH, $file) should strip leading and trailing whitespace.
34130      Branch: perl
34131            ! doio.c
34132 ____________________________________________________________________________
34133 [ 12895] By: ams                                   on 2001/11/08  10:17:14
34134         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
34135              From: "Craig A. Berry" <craigberry@mac.com>
34136              Date: Wed, 07 Nov 2001 13:41:50 -0600
34137              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
34138      Branch: perl
34139            ! t/op/glob.t
34140 ____________________________________________________________________________
34141 [ 12894] By: ams                                   on 2001/11/08  08:32:20
34142         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
34143              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
34144              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
34145              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
34146      Branch: perl
34147            ! makedepend.SH
34148 ____________________________________________________________________________
34149 [ 12893] By: ams                                   on 2001/11/08  08:26:31
34150         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
34151              From: mjd@plover.com
34152              Date: 8 Nov 2001 08:08:07 -0000
34153              Message-Id: <20011108080807.30147.qmail@plover.com>
34154              
34155              Subject: bleadperl perl.pod
34156              From: mjd@plover.com
34157              Date: 8 Nov 2001 08:10:47 -0000
34158              Message-Id: <20011108081047.30178.qmail@plover.com>
34159              
34160              Subject: more bleadperl perl.pod
34161              From: mjd@plover.com
34162              Date: 8 Nov 2001 08:16:28 -0000
34163              Message-Id: <20011108081628.30229.qmail@plover.com>
34164      Branch: perl
34165            ! pod/perl.pod pod/perldebug.pod
34166 ____________________________________________________________________________
34167 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
34168         Log: Tweak for Cray-friendliness from Nicholas Clark.
34169      Branch: perl
34170            ! sv.c
34171 ____________________________________________________________________________
34172 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
34173         Log: VMS patch redo from Charles Lane.
34174      Branch: perl
34175            ! vms/gen_shrfls.pl
34176 ____________________________________________________________________________
34177 [ 12890] By: ams                                   on 2001/11/07  15:16:10
34178         Log: Subject: [ID 20011107.088] two perl pod nits
34179              From: lvirden@cas.org
34180              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
34181              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
34182      Branch: perl
34183            ! pod/perl.pod pod/perlfaq3.pod
34184 ____________________________________________________________________________
34185 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
34186         Log: Update Changes.
34187      Branch: perl
34188            ! Changes patchlevel.h
34189 ____________________________________________________________________________
34190 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
34191         Log: The (emulated) "no utf8" must be in a BEGIN block
34192              to be effective.
34193      Branch: perl
34194            ! lib/CGI/t/html.t
34195 ____________________________________________________________________________
34196 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
34197         Log: "v-strings" is the right term.
34198      Branch: perl
34199            ! pod/perltodo.pod
34200 ____________________________________________________________________________
34201 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
34202         Log: Add vstrings-as-objects need to perltodo.
34203      Branch: perl
34204            ! pod/perltodo.pod
34205 ____________________________________________________________________________
34206 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
34207         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
34208              From: Nicholas Clark <nick@ccl4.org>
34209              Date: Wed, 7 Nov 2001 14:36:32 +0000
34210              Message-ID: <20011107143631.I24980@plum.flirble.org>
34211      Branch: perl
34212            ! t/op/pack.t
34213 ____________________________________________________________________________
34214 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
34215         Log: The Embed test requires a major rewrite for VMS
34216              (plus it reveals a couple of annoying glitches
34217              in buffering), so skip the test for now; from
34218              Charles Lane.
34219      Branch: perl
34220            ! lib/ExtUtils/Embed.t
34221 ____________________________________________________________________________
34222 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
34223         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
34224              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34225              Date: Wed, 7 Nov 2001 09:23:28 EST
34226              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
34227              
34228              (Also i seems that an unrelated experimental patch
34229              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
34230      Branch: perl
34231            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
34232 ____________________________________________________________________________
34233 [ 12882] By: ams                                   on 2001/11/07  05:14:04
34234         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
34235              From: Mark-Jason Dominus <mjd@plover.com>
34236              Date: Wed, 07 Nov 2001 00:43:46 -0500
34237              Message-Id: <20011107054346.14428.qmail@plover.com>
34238      Branch: perl
34239            ! gv.c op.c toke.c
34240 ____________________________________________________________________________
34241 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
34242         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
34243              From: Michael G Schwern <schwern@pobox.com>             
34244              Date: Tue, 6 Nov 2001 22:04:39 -0500
34245              Message-ID: <20011106220439.D2858@blackrider>              
34246      Branch: perl
34247            ! lib/perl5db.pl
34248 ____________________________________________________________________________
34249 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
34250         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
34251              stress))
34252              From: Jonathan Stowe <gellyfish@gellyfish.com>
34253              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
34254              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
34255              
34256              (except for one hunk where indentation differs)
34257      Branch: perl
34258            ! lib/Term/Cap.t
34259 ____________________________________________________________________________
34260 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
34261         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
34262              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34263              Date: Tue, 6 Nov 2001 21:45:01 +0100
34264              Message-ID: <20011106214501.A704@rafael>
34265      Branch: perl
34266            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
34267            ! lib/File/Spec/Win32.pm
34268 ____________________________________________________________________________
34269 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
34270         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
34271              From: Michael G Schwern <schwern@pobox.com>              
34272              Date: Tue, 6 Nov 2001 20:58:45 -0500
34273              Message-ID: <20011106205845.G29411@blackrider>
34274      Branch: perl
34275            ! t/test.pl
34276 ____________________________________________________________________________
34277 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
34278         Log: Subject: making do_sprintf public       
34279              From: Doug MacEachern <dougm@covalent.net>    
34280              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
34281              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
34282      Branch: perl
34283            ! embed.h embed.pl global.sym
34284 ____________________________________________________________________________
34285 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
34286         Log: Update to CGI.pm 2.78.
34287              
34288              TODO: the test suite needs to be merged so that
34289              when in core, the core version is tested, and when
34290              using the CPAN version, testing the CPAN version.
34291              (the changes need to be sent to Lincoln, too...)
34292      Branch: perl
34293            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
34294            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
34295            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
34296            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
34297            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
34298            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
34299 ____________________________________________________________________________
34300 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
34301         Log: Integrate with perlio; (strictly) readonly hashes via XS.
34302      Branch: perl
34303           +> t/lib/access.t
34304           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
34305 ____________________________________________________________________________
34306 [ 12874] By: nick                                  on 2001/11/06  21:05:16
34307         Log: Keep It Simple and Stupid version of readonly hash support.
34308              - Test for SvREAONLY(hv) at a few spots in hv.c
34309              - add the error message to perldiag.pod
34310              - (dubious) add access::readonly() to univeral.c
34311              - add test using above
34312              - fixup ext/B/t/stash.t to account for access:: existing
34313      Branch: perlio
34314            + t/lib/access.t
34315            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
34316 ____________________________________________________________________________
34317 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
34318         Log: Fix incorrect warnings about broken globbing;
34319              from Andy Dougherty.
34320      Branch: perl
34321            ! hints/linux.sh
34322 ____________________________________________________________________________
34323 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
34324         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
34325              toggle-on from the encoding pragma.
34326      Branch: perl
34327            ! regcomp.c regexec.c
34328 ____________________________________________________________________________
34329 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
34330         Log: Retract #12824, doesn't help and is ignored
34331              by Configure anyway.
34332      Branch: perl
34333            ! hints/beos.sh
34334 ____________________________________________________________________________
34335 [ 12870] By: ams                                   on 2001/11/06  10:40:37
34336         Log: Subject: Cosmetic change
34337              From: H.Merijn Brand <h.m.brand@hccnet.nl>
34338              Date: Tue, 06 Nov 2001 12:30:52 +0100
34339              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
34340      Branch: perl
34341            ! README.hpux
34342 ____________________________________________________________________________
34343 [ 12869] By: nick                                  on 2001/11/06  08:26:40
34344         Log: Integrate mainline
34345      Branch: perlio
34346           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
34347           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
34348 ____________________________________________________________________________
34349 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
34350         Log: The parentheses are protected enough.
34351      Branch: perl
34352            ! hints/os390.sh
34353 ____________________________________________________________________________
34354 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
34355         Log: ccflags, not ldflags.
34356      Branch: perl
34357            ! hints/os390.sh
34358 ____________________________________________________________________________
34359 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
34360         Log: ... and the proto to go with #12865.
34361      Branch: perl
34362            ! proto.h
34363 ____________________________________________________________________________
34364 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
34365         Log: Oops.  Luckily nothing was using this symbol yet.
34366      Branch: perl
34367            ! global.sym
34368 ____________________________________________________________________________
34369 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
34370         Log: Implement the encoding pragma for regex literals.
34371      Branch: perl
34372            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
34373 ____________________________________________________________________________
34374 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
34375         Log: More UTF8 EXACT fixing.
34376      Branch: perl
34377            ! regexec.c
34378 ____________________________________________________________________________
34379 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
34380         Log: More re debugging.
34381      Branch: perl
34382            ! regexec.c
34383 ____________________________________________________________________________
34384 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
34385         Log: EXACT correction attempt.  Continued in #12863.
34386      Branch: perl
34387            ! regexec.c
34388 ____________________________________________________________________________
34389 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
34390         Log: Unterminated L<.
34391      Branch: perl
34392            ! ext/DB_File/DB_File.pm
34393 ____________________________________________________________________________
34394 [ 12859] By: nick                                  on 2001/11/05  19:15:17
34395         Log: Integrate mainline
34396      Branch: perlio
34397           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
34398           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
34399           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
34400           +> lib/Math/BigInt/t/sub_mbi.t
34401            - lib/Math/BigInt/t/Math/Subclass.pm
34402            - lib/Math/BigInt/t/subclass.t
34403           !> (integrate 30 files)
34404 ____________________________________________________________________________
34405 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
34406         Log: Regex debugging fixes from Hugo.
34407      Branch: perl
34408            ! regcomp.c regexec.c
34409 ____________________________________________________________________________
34410 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
34411         Log: IRIX: at some point the cc -version has started
34412              to output to stderr, not stdout any more.
34413      Branch: perl
34414            ! hints/irix_6.sh
34415 ____________________________________________________________________________
34416 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
34417         Log: Update Changes.
34418      Branch: perl
34419            ! Changes patchlevel.h
34420 ____________________________________________________________________________
34421 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
34422         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
34423      Branch: perl
34424            ! lib/File/Spec/Unix.pm
34425 ____________________________________________________________________________
34426 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
34427         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
34428              From: rgarciasuarez@free.fr
34429              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
34430              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
34431      Branch: perl
34432            ! lib/File/Spec/Unix.pm
34433 ____________________________________________________________________________
34434 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
34435         Log: Use config.arch in OS/390 where the combination of
34436              IEEE floats and ldflags is tricky.
34437      Branch: perl
34438            ! hints/os390.sh
34439 ____________________________________________________________________________
34440 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
34441         Log: Metaconfig unit change for #12851.
34442      Branch: metaconfig
34443            ! U/modified/Config_sh.U
34444 ____________________________________________________________________________
34445 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
34446         Log: Support a config.arch file, similar to config.over,
34447              but loaded just before it.
34448      Branch: perl
34449            ! Configure INSTALL
34450 ____________________________________________________________________________
34451 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
34452         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
34453              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34454              Date: Mon, 5 Nov 2001 14:26:24 +0100
34455              Message-ID: <20011105142624.C31977@rafael>
34456      Branch: perl
34457            ! lib/Symbol.pm lib/Symbol.t
34458 ____________________________________________________________________________
34459 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
34460         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
34461              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34462              Date: Sun, 4 Nov 2001 22:28:57 +0100
34463              Message-ID: <20011104222857.C696@rafael>
34464      Branch: perl
34465            ! pod/perldebug.pod pod/perlpodspec.pod
34466 ____________________________________________________________________________
34467 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
34468         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
34469      Branch: perl
34470            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
34471 ____________________________________________________________________________
34472 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
34473         Log: Math::Big* test tweaks to work better with core:
34474              but the coast still not clear.
34475      Branch: perl
34476            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
34477            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34478 ____________________________________________________________________________
34479 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
34480         Log: Protect against high load: measure how much wall
34481              clock time went by while sleeping.  Avoids some
34482              false negatives, while may introduce some false
34483              positives.  Life is hard.
34484      Branch: perl
34485            ! ext/Time/HiRes/HiRes.t
34486 ____________________________________________________________________________
34487 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
34488         Log: More forgotten from #12843.
34489      Branch: perl
34490            ! lib/Math/BigInt/t/bigfltpm.inc
34491 ____________________________________________________________________________
34492 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
34493         Log: Forgot from #12843.
34494      Branch: perl
34495            + lib/Math/BigInt/t/bigintpm.inc
34496            ! MANIFEST
34497 ____________________________________________________________________________
34498 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
34499         Log: Upgrade to Math::BigInt 1.45; from Tels.
34500              NOTE: some of the tests are failing but that's because
34501              the core integration is not yet done.
34502      Branch: perl
34503            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
34504            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
34505            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34506            - lib/Math/BigInt/t/Math/Subclass.pm
34507            - lib/Math/BigInt/t/subclass.t
34508            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
34509            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
34510            ! lib/Math/BigInt/t/mbimbf.t
34511 ____________________________________________________________________________
34512 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
34513         Log: VMS: adds capability to control more configuration stuff with
34514              -D and -U switches; parsing config.sh to extract previous config
34515              info in VMS-form, and a rewrite of the "prompt/response" routine;
34516              from Charles Lane.
34517      Branch: perl
34518            ! configure.com
34519 ____________________________________________________________________________
34520 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
34521         Log: Subject: Typo correction in perldebguts.pod
34522              From: mjd@plover.com
34523              Date: 4 Nov 2001 16:20:05 -0000
34524              Message-ID: <20011104162005.16699.qmail@plover.com>
34525      Branch: perl
34526            ! pod/perldebguts.pod
34527 ____________________________________________________________________________
34528 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
34529         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
34530              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34531              Date: Sun, 4 Nov 2001 11:47:30 +0100
34532              Message-ID: <20011104114730.A715@rafael>
34533              
34534              Remove -T from the test, wrong place for that.
34535      Branch: perl
34536            ! lib/File/Temp/t/mktemp.t
34537 ____________________________________________________________________________
34538 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
34539         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
34540              From: Nicholas Clark <nick@ccl4.org>
34541              Date: Sun, 4 Nov 2001 10:41:24 +0000
34542              Message-ID: <20011104104123.U20123@plum.flirble.org>
34543      Branch: perl
34544            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
34545 ____________________________________________________________________________
34546 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
34547         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
34548              From: Michael G Schwern <schwern@pobox.com>
34549              Date: Sat, 3 Nov 2001 15:41:47 -0500
34550              Message-ID: <20011103154147.C600@blackrider>
34551      Branch: perl
34552            ! lib/Term/Cap.t
34553 ____________________________________________________________________________
34554 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
34555         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
34556              From: "Craig A. Berry" <craigberry@mac.com>     
34557              Date: Sat, 03 Nov 2001 16:02:28 -0600
34558              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
34559      Branch: perl
34560            ! ext/Time/HiRes/HiRes.t
34561 ____________________________________________________________________________
34562 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
34563         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
34564              From: "chromatic" <chromatic@rmci.net>
34565              Date: Sat, 03 Nov 2001 12:28:17 -0700
34566              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
34567      Branch: perl
34568            ! lib/Term/Cap.t
34569 ____________________________________________________________________________
34570 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
34571         Log: Don't bother doing POSIX charclass parsing if it
34572              possibly cannot be so.  Prepares way for charclass
34573              syntax like [[abc]||[def]] (or just [[abc][def]])
34574              for union, [[\w]&&[$a]] for intersection,
34575              and [[a-z]&&[^def]] for subtraction.
34576              
34577              Currently /[[a]/ (or /[a[]/) parses as a character
34578              class containing two characters, "[" and "a",
34579              this may have to be broken for the syntax described
34580              above, otherwise we would have to scan the whole pattern
34581              to find out whether the square brackets match pairwise.
34582              Luckily, the special case of "[" doesn't seem to be
34583              documented (as opposed to "]" and "-"), so we may have
34584              better story for breaking it...  One can always use \[
34585              if one wants a literal "[", so there.
34586      Branch: perl
34587            ! regcomp.c
34588 ____________________________________________________________________________
34589 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
34590         Log: Comment correction.
34591      Branch: perl
34592            ! regcomp.c
34593 ____________________________________________________________________________
34594 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
34595         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
34596              The latter is a RedHatism.
34597      Branch: perl
34598            ! lib/ExtUtils/MakeMaker.pm
34599 ____________________________________________________________________________
34600 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
34601         Log: Integrate perlio:
34602              
34603              [ 12830]
34604              Fix clone_leak problem.
34605              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
34606              as vestige of calling PerlLIO_dup().
34607              
34608              [ 12829]
34609              Tweaks attempting to locate Doug's clone_leak leak.
34610              - add some PerlIO_debug()
34611              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
34612              - Even if it closing stdout etc. do a fflush()
34613      Branch: perl
34614           !> perlio.c
34615 ____________________________________________________________________________
34616 [ 12831] By: nick                                  on 2001/11/03  11:42:15
34617         Log: Integrate mainline
34618      Branch: perlio
34619           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
34620           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
34621           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
34622           !> sv.c t/test.pl
34623 ____________________________________________________________________________
34624 [ 12830] By: nick                                  on 2001/11/03  10:27:34
34625         Log: Fix clone_leak problem.
34626              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
34627              as vestige of calling PerlLIO_dup().
34628      Branch: perlio
34629            ! perlio.c
34630 ____________________________________________________________________________
34631 [ 12829] By: nick                                  on 2001/11/03  09:40:46
34632         Log: Tweaks attempting to locate Doug's clone_leak leak.
34633              - add some PerlIO_debug()
34634              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
34635              - Even if it closing stdout etc. do a fflush()
34636      Branch: perlio
34637            ! perlio.c
34638 ____________________________________________________________________________
34639 [ 12828] By: nick                                  on 2001/11/03  08:34:31
34640         Log: Integrate mainline
34641      Branch: perlio
34642           !> (integrate 54 files)
34643 ____________________________________________________________________________
34644 [ 12827] By: ams                                   on 2001/11/03  03:45:19
34645         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
34646              remove this later). Based on a patch from Robert Spier in
34647              <15330.61459.14452.795263@rls.cx>.
34648      Branch: perl
34649            ! sv.c
34650 ____________________________________________________________________________
34651 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
34652         Log: microperl sync.
34653      Branch: perl
34654            ! doio.c perl.c perl.h perlio.c regexec.c
34655 ____________________________________________________________________________
34656 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
34657         Log: Definitions for the Unicode Newline Guidelines.
34658      Branch: perl
34659            ! perl.h
34660 ____________________________________________________________________________
34661 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
34662         Log: (retracted by #12871)
34663              
34664              There is no csh of any kind in default BeOS.
34665              For the purposes of miniperl globbing, bash
34666              will do.
34667      Branch: perl
34668            ! hints/beos.sh
34669 ____________________________________________________________________________
34670 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
34671         Log: Integrate change #12820 from macperl to maint and blead;
34672              
34673              Fix up (dynaloading) to work properly with multiplicity
34674      Branch: maint-5.6/perl
34675           !> ext/DynaLoader/dl_mac.xs
34676      Branch: perl
34677           !> ext/DynaLoader/dl_mac.xs
34678 ____________________________________________________________________________
34679 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
34680         Log: Several fixes for various exit problems and clearing out
34681              task queue, as well as another (incomplete) go at
34682              fixing error message handling
34683      Branch: maint-5.6/macperl
34684            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
34685 ____________________________________________________________________________
34686 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
34687         Log: Add source files for bleadperl builds
34688      Branch: maint-5.6/macperl
34689            ! macos/Makefile.mk
34690 ____________________________________________________________________________
34691 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
34692         Log: Fix up to work properly with multiplicity
34693      Branch: maint-5.6/macperl
34694            ! ext/DynaLoader/dl_mac.xs
34695 ____________________________________________________________________________
34696 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
34697         Log: Integrate with maintperl.
34698      Branch: maint-5.6/macperl
34699           +> t/op/system.t t/op/system_tests
34700           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
34701           !> pod/perltodo.pod util.c win32/win32.c
34702 ____________________________________________________________________________
34703 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
34704         Log: Locate _PATH_LOG if it's a socket even if not #defined
34705              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
34706              via Nick Clark.
34707      Branch: perl
34708            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
34709 ____________________________________________________________________________
34710 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
34711         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
34712              From: Michael G Schwern <schwern@pobox.com>
34713              Date: Fri, 2 Nov 2001 15:36:41 -0500
34714              Message-ID: <20011102153641.E23234@blackrider>
34715      Branch: perl
34716            ! t/test.pl
34717 ____________________________________________________________________________
34718 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
34719         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
34720              From: merlyn@stonehenge.com (Randal L. Schwartz)
34721              Date: 02 Nov 2001 09:33:34 -0800
34722              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
34723              
34724              (two of the changes)
34725              
34726              Better coexistence with extensions.
34727      Branch: perl
34728            ! ext/Errno/Errno_pm.PL hints/darwin.sh
34729 ____________________________________________________________________________
34730 [ 12815] By: ams                                   on 2001/11/02  16:47:43
34731         Log: Subject: Re: [PATCH] the the double double word word fix fix
34732              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
34733              Date: Fri, 02 Nov 2001 19:43:07 +0100
34734              Message-Id: <3BE2E93B.627C198E@alcatel.at>
34735      Branch: perl
34736            ! pod/perldebug.pod
34737 ____________________________________________________________________________
34738 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
34739         Log: Update Changes.
34740      Branch: perl
34741            ! Changes patchlevel.h
34742 ____________________________________________________________________________
34743 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
34744         Log: More encoding testing.
34745      Branch: perl
34746            ! lib/encoding.pm lib/encoding.t
34747 ____________________________________________________________________________
34748 [ 12812] By: ams                                   on 2001/11/02  15:07:11
34749         Log: Slight modification of #12811.
34750      Branch: perl
34751            ! op.c
34752 ____________________________________________________________________________
34753 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
34754         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
34755              From: Radu Greab <radu@netsoft.ro>
34756              Date: Fri, 2 Nov 2001 15:28:58 +0200
34757              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
34758      Branch: perl
34759            ! op.c t/op/stat.t
34760 ____________________________________________________________________________
34761 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
34762         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
34763              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34764              Date: Thu, 1 Nov 2001 22:35:50 +0100
34765              Message-ID: <20011101223550.A10849@rafael>
34766      Branch: perl
34767            ! lib/ExtUtils/Embed.t
34768 ____________________________________________________________________________
34769 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
34770         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
34771              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34772              Date: 2 Nov 2001 14:48:51 -0000
34773              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
34774      Branch: perl
34775            ! lib/File/Find.pm
34776 ____________________________________________________________________________
34777 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
34778         Log: Add documentation.
34779      Branch: perl
34780            ! embed.pl pod/perlapi.pod utf8.c
34781 ____________________________________________________________________________
34782 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
34783         Log: Unicode: add ToFold mapping.  Not used yet; but basically
34784              a more useful mapping for caseless aka case-ignoring than
34785              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
34786              algorithm for creating the foldings uses equivalence classes,
34787              see http://www.unicode.org/unicode/reports/tr21/
34788              Hopefully this feature will be used in //i.
34789              (The folding tables were introduced by #12689.)
34790      Branch: perl
34791            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
34792            ! utf8.c
34793 ____________________________________________________________________________
34794 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
34795         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
34796              From: "Craig A. Berry" <craigberry@mac.com>
34797              Date: Fri, 02 Nov 2001 00:03:52 -0600
34798              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
34799      Branch: perl
34800            ! lib/AutoSplit.t
34801 ____________________________________________________________________________
34802 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
34803         Log: Subject: Trivial doc patch
34804              From: andreas.koenig@anima.de (Andreas J. Koenig)
34805              Date: 02 Nov 2001 06:11:35 +0100
34806              Message-ID: <m37kt94v08.fsf@anima.de>
34807      Branch: perl
34808            ! pod/perlport.pod
34809 ____________________________________________________________________________
34810 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
34811         Log: Make encoding and charnames pragmas coexist.
34812      Branch: perl
34813            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
34814 ____________________________________________________________________________
34815 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
34816         Log: The basic character classes seem to go untested with Unicode.
34817      Branch: perl
34818            ! t/op/pat.t
34819 ____________________________________________________________________________
34820 [ 12802] By: ams                                   on 2001/11/02  00:39:36
34821         Log: Subject: [PATCH] the the double double word word fix fix
34822              From: Richard Soderberg <rs@oregonnet.com>
34823              Date: Thu, 1 Nov 2001 13:12:03 -0800
34824              Message-Id: <200111012112.NAA23288@oregonnet.com>
34825              
34826              Subject: Re: [PATCH] the the double double word word fix fix
34827              From: Mark-Jason Dominus <mjd@plover.com>
34828              Date: Thu, 01 Nov 2001 16:43:40 -0500
34829              Message-Id: <20011101214340.2044.qmail@plover.com>
34830              
34831              Subject: Re: [PATCH] the the double double word word fix fix
34832              From: Mark-Jason Dominus <mjd@plover.com>
34833              Date: Thu, 01 Nov 2001 16:51:39 -0500
34834              Message-Id: <20011101215139.2196.qmail@plover.com>
34835      Branch: perl
34836            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
34837            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
34838            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
34839            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
34840            ! pod/perltodo.pod pod/perlxstut.pod
34841 ____________________________________________________________________________
34842 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
34843         Log: Comment tweaks.
34844      Branch: perl
34845            ! toke.c
34846 ____________________________________________________________________________
34847 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
34848         Log: FAQ sync.
34849      Branch: perl
34850            ! pod/perlfaq9.pod
34851 ____________________________________________________________________________
34852 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
34853         Log: If an encoding is set by -M/-m, it must be in
34854              effect only for the actual script, not any other
34855              required/-M/-m'ed module, otherwise we enter a nasty
34856              recursion in regexec.c while trying to init the simple
34857              UTF-8 charclasses like PL_utf8_alnum.
34858      Branch: perl
34859            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
34860 ____________________________________________________________________________
34861 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
34862         Log: A bit more descriptive name.
34863      Branch: perl
34864            ! mg.c
34865 ____________________________________________________________________________
34866 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
34867         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
34868              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34869              Date: Wed, 31 Oct 2001 13:47:04 EST
34870              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
34871      Branch: perl
34872            ! ext/Time/HiRes/HiRes.t
34873 ____________________________________________________________________________
34874 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
34875         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
34876              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34877              Date: Wed, 31 Oct 2001 13:43:29 EST
34878              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
34879      Branch: perl
34880            ! mg.c
34881 ____________________________________________________________________________
34882 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
34883         Log: Subject: [PATCH] Various test cleanups
34884              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34885              Date: Tue, 30 Oct 2001 21:56:26 +0100
34886              Message-ID: <20011030215626.A28503@rafael>
34887      Branch: perl
34888            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
34889            ! ext/DB_File/t/db-recno.t ext/Encode.t
34890 ____________________________________________________________________________
34891 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
34892         Log: Update Changes.
34893      Branch: perl
34894            ! Changes patchlevel.h
34895 ____________________________________________________________________________
34896 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
34897         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
34898              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
34899              Date: Wed, 31 Oct 2001 17:16:39 +0100
34900              Message-ID: <20011031171639.A32511@rafael>
34901      Branch: perl
34902            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
34903 ____________________________________________________________________________
34904 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
34905         Log: Skip message nit.
34906      Branch: perl
34907            ! t/io/fs.t
34908 ____________________________________________________________________________
34909 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
34910         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
34911              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34912              Date: 31 Oct 2001 14:49:37 -0000
34913              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
34914      Branch: perl
34915            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
34916 ____________________________________________________________________________
34917 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
34918         Log: Extend the effect of the encoding pragma to chr() and ord().
34919              
34920              TODO: regex literals, reentrancy problems with the utf8
34921              and charnames pragmas.
34922      Branch: perl
34923            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
34924 ____________________________________________________________________________
34925 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
34926         Log: Doc tweaks.
34927      Branch: perl
34928            ! lib/encoding.pm
34929 ____________________________________________________________________________
34930 [ 12788] By: nick                                  on 2001/10/31  08:59:56
34931         Log: Integrate mainline
34932      Branch: perlio
34933           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
34934           !> (integrate 49 files)
34935 ____________________________________________________________________________
34936 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
34937         Log: Forgot new proto.
34938      Branch: perl
34939            ! proto.h
34940 ____________________________________________________________________________
34941 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
34942         Log: Clarification: use encoding cannot be used to
34943              change the default encoding of "your whole script";
34944              only the default encoding of the *data*.  Also, it
34945              seems that "use encoding" does not mix with "use utf8"
34946              (a coredumping recursion ensues).  Should not be a huge
34947              problem since "use utf8" is pretty marginal nowadays.
34948      Branch: perl
34949            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
34950 ____________________________________________________________________________
34951 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
34952         Log: More documentation for the encode pragma.
34953      Branch: perl
34954            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
34955            ! pod/perlapi.pod pod/perlunicode.pod sv.c
34956 ____________________________________________________________________________
34957 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
34958         Log: Thinko in #12783.
34959      Branch: perl
34960            ! sv.c
34961 ____________________________________________________________________________
34962 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
34963         Log: Make sv_recode_to_utf8() a real API: the encoding
34964              is a parameter, instead of a global.  Document the
34965              PERL_ENCODING.
34966      Branch: perl
34967            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
34968            ! toke.c
34969 ____________________________________________________________________________
34970 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
34971         Log: Enable -Mencoding=foobar also for string literals.
34972      Branch: perl
34973            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
34974            ! pod/perlapi.pod proto.h sv.c toke.c
34975 ____________________________________________________________________________
34976 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
34977         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
34978              From: Andy Dougherty <doughera@lafayette.edu>
34979              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
34980              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
34981      Branch: perl
34982            ! ext/POSIX/hints/svr4.pl
34983 ____________________________________________________________________________
34984 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
34985         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
34986              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34987              Date: Mon, 29 Oct 2001 23:11:58 -0000
34988              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
34989              
34990              Add compat.h.
34991      Branch: perl
34992            ! lib/h2xs.t utils/h2xs.PL
34993 ____________________________________________________________________________
34994 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
34995         Log: Subject: PerlIOBuf_dup
34996              From: Nicholas Clark <nick@ccl4.org>              
34997              Date: Mon, 29 Oct 2001 21:52:35 +0000             
34998              Message-ID: <20011029215235.K41204@plum.flirble.org>
34999              
35000              Add prototype.
35001      Branch: perl
35002            ! perliol.h
35003 ____________________________________________________________________________
35004 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
35005         Log: Subject: [PATCH] Make malloc.c errors more useful
35006              From: Richard Soderberg <rs@oregonnet.com>
35007              Date: Mon, 29 Oct 2001 22:28:02 -0800
35008              Message-Id: <200110300628.WAA11025@oregonnet.com>
35009      Branch: perl
35010            ! malloc.c
35011 ____________________________________________________________________________
35012 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
35013         Log: Retract #12776 - the bug 19990906.001 is still valid.
35014      Branch: perl
35015            ! t/run/kill_perl.t
35016 ____________________________________________________________________________
35017 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
35018         Log: (Retracted by #12777)
35019              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
35020              From: Michael G Schwern <schwern@pobox.com> 
35021              Date: Mon, 29 Oct 2001 23:01:08 -0500
35022              Message-ID: <20011029230108.G18053@blackrider>
35023      Branch: perl
35024            ! t/run/kill_perl.t
35025 ____________________________________________________________________________
35026 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
35027         Log: Comment nits.
35028      Branch: perl
35029            ! lib/encoding.t
35030 ____________________________________________________________________________
35031 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
35032         Log: integrate change#12772 from mainline
35033              
35034              Subject: [PATCH] Mommy, what's a pointer cast?
35035      Branch: maint-5.6/perl
35036            ! perl.h
35037 ____________________________________________________________________________
35038 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
35039         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35040              From: Richard Soderberg <rs@oregonnet.com>
35041              Date: Mon, 29 Oct 2001 17:01:10 -0800
35042              Message-Id: <200110300101.RAA31561@oregonnet.com>
35043              
35044              (threads* parts)
35045      Branch: perl
35046            ! ext/threads/shared/shared.xs ext/threads/threads.xs
35047 ____________________________________________________________________________
35048 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
35049         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35050              From: Richard Soderberg <rs@oregonnet.com>
35051              Date: Mon, 29 Oct 2001 17:01:10 -0800
35052              Message-Id: <200110300101.RAA31561@oregonnet.com>
35053              
35054              (the perl.h part)
35055      Branch: perl
35056            ! perl.h
35057 ____________________________________________________________________________
35058 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
35059         Log: Subject: [PATCH] OpenBSD likes signal.h 
35060              From: Richard Soderberg <rs@oregonnet.com>
35061              Date: Mon, 29 Oct 2001 17:00:31 -0800
35062              Message-Id: <200110300100.RAA31533@oregonnet.com>
35063      Branch: perl
35064            ! unixish.h
35065 ____________________________________________________________________________
35066 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
35067         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
35068              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35069              Date: Mon, 29 Oct 2001 23:04:23 -0000
35070              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35071      Branch: perl
35072            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35073            ! ext/DB_File/t/db-recno.t
35074 ____________________________________________________________________________
35075 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
35076         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
35077              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
35078              Date: Mon, 29 Oct 2001 12:34:07 -0600
35079              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
35080      Branch: perl
35081            ! ext/Time/HiRes/HiRes.t
35082 ____________________________________________________________________________
35083 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
35084         Log: Update Changes.
35085      Branch: perl
35086            ! Changes patchlevel.h
35087 ____________________________________________________________________________
35088 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
35089         Log: AIX needs an explicit symbol export list.
35090      Branch: perl
35091            ! lib/ExtUtils/Embed.t
35092 ____________________________________________________________________________
35093 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
35094         Log: The test (and the module) would require some
35095              quality hacking time to work on EBCDIC.  Based on
35096              the test results nothing seems to be majorly broken,
35097              the module just seems to have strange assumptions:
35098              got: ''\226\225\205'
35099              expected: ''one'
35100              The \226\225\205 being, of course, 'one', in EBCDIC.
35101      Branch: perl
35102            ! lib/Dumpvalue.t
35103 ____________________________________________________________________________
35104 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
35105         Log: Mark the test known to be failing in EBCDIC.
35106      Branch: perl
35107            ! t/op/tr.t
35108 ____________________________________________________________________________
35109 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
35110         Log: None of the libnet modules are going to work in
35111              EBCDIC without the Convert::EBCDIC.
35112      Branch: perl
35113            ! t/lib/1_compile.t
35114 ____________________________________________________________________________
35115 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
35116         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
35117      Branch: perl
35118            ! t/op/pack.t
35119 ____________________________________________________________________________
35120 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
35121         Log: UTF-EBCDIC ain't UTF-8.
35122      Branch: perl
35123            ! t/op/pack.t
35124 ____________________________________________________________________________
35125 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
35126         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
35127      Branch: perl
35128            ! t/lib/1_compile.t
35129 ____________________________________________________________________________
35130 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
35131         Log: Let's not assume ASCII.
35132      Branch: perl
35133            ! t/op/lc.t
35134 ____________________________________________________________________________
35135 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
35136         Log: Call the new perlio symbols differently.
35137      Branch: perl
35138            ! makedef.pl
35139 ____________________________________________________________________________
35140 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
35141         Log: Don't expect ASCII ordering.
35142      Branch: perl
35143            ! lib/ExtUtils/Manifest.t
35144 ____________________________________________________________________________
35145 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
35146         Log: Forgot from #12756.
35147      Branch: perl
35148            ! perlio.h
35149 ____________________________________________________________________________
35150 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
35151         Log: BeOS tweaks:
35152              - fseeko and ftello can be found by Configure but
35153              we do not seem to have prototypes for them so
35154              let's make up some
35155              - BeOS didn't use to have real sockets (sockets as
35156              filedescriptors) but the BONE package is supposed
35157              to fix this.  I do not know how to detect BONEness,
35158              see hints/beos.sh for a spot that needs to fixed.
35159              - BeOS has O_TEXT != O_BINARY but has no setmode()
35160      Branch: perl
35161            ! hints/beos.sh perlio.c
35162 ____________________________________________________________________________
35163 [ 12755] By: sky                                   on 2001/10/29  12:56:12
35164         Log: Ugly fix to not die when a thread creator is holding locks.
35165      Branch: perl
35166            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35167            ! ext/threads/threads.xs
35168 ____________________________________________________________________________
35169 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
35170         Log: Integrate change #12752 from maintperl;
35171              
35172              croak(Nullch) wasn't printing the contents of ERRSV if there was
35173              no outer eval (bug in change#6125)
35174      Branch: perl
35175           !> util.c
35176 ____________________________________________________________________________
35177 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
35178         Log: Subject: [PATCH h2xs] Use of static data in XS modules
35179              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35180              Date: Sun, 28 Oct 2001 21:19:07 -0000
35181              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
35182              
35183              with nits from Sarathy.
35184      Branch: perl
35185            ! utils/h2xs.PL
35186 ____________________________________________________________________________
35187 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
35188         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
35189              no outer eval (bug in change#6125)
35190      Branch: maint-5.6/perl
35191            ! util.c
35192 ____________________________________________________________________________
35193 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
35194         Log: More todo for the encoding pragma.
35195      Branch: perl
35196            ! lib/encoding.pm
35197 ____________________________________________________________________________
35198 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
35199         Log: Add the encoding pragma to control the "upgrade"
35200              from the native eight bit data to Unicode.
35201              
35202              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
35203      Branch: perl
35204            + lib/encoding.pm lib/encoding.t
35205            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
35206            ! pod/perlunicode.pod pod/perlvar.pod sv.c
35207 ____________________________________________________________________________
35208 [ 12749] By: sky                                   on 2001/10/28  21:02:33
35209         Log: Update documentation.
35210      Branch: perl
35211            ! ext/threads/shared/shared.pm
35212 ____________________________________________________________________________
35213 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
35214         Log: Integrate change #12747 from maintperl;
35215              
35216              finishing touches to system() fixes on windows:
35217              * detect cmd shell correctly even if it had full path in it
35218              * more quoting needed for single-arg system if the argument
35219              really had multiple quoted arguments within it
35220              * be smarter about not calling the shell when the executable
35221              has spaces, but otherwise does not need shell involvement
35222              * add a testsuite (windows-specific currently)
35223      Branch: perl
35224           +> t/op/system.t t/op/system_tests
35225            ! MANIFEST pod/perltodo.pod
35226           !> win32/win32.c
35227 ____________________________________________________________________________
35228 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
35229         Log: finishing touches to system() fixes on windows:
35230              * detect cmd shell correctly even if it had full path in it
35231              * more quoting needed for single-arg system if the argument
35232              really had multiple quoted arguments within it
35233              * be smarter about not calling the shell when the executable
35234              has spaces, but otherwise does not need shell involvement
35235              * add a testsuite (windows-specific currently)
35236      Branch: maint-5.6/perl
35237            + t/op/system.t t/op/system_tests
35238            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
35239 ____________________________________________________________________________
35240 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
35241         Log: Integrate perlio:
35242              
35243              [ 12745]
35244              Mingw32 fixup for Embed.t
35245              
35246              [ 12744]
35247              GCC vs MS 64-bit constant syntax
35248      Branch: perl
35249           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
35250 ____________________________________________________________________________
35251 [ 12745] By: nick                                  on 2001/10/28  16:08:14
35252         Log: Mingw32 fixup for Embed.t
35253      Branch: perlio
35254            ! lib/ExtUtils/Embed.t
35255 ____________________________________________________________________________
35256 [ 12744] By: nick                                  on 2001/10/28  15:54:14
35257         Log: GCC vs MS 64-bit constant syntax
35258      Branch: perlio
35259            ! ext/Time/HiRes/HiRes.xs
35260 ____________________________________________________________________________
35261 [ 12743] By: nick                                  on 2001/10/28  15:42:55
35262         Log: Integrate mainline
35263      Branch: perlio
35264           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
35265 ____________________________________________________________________________
35266 [ 12742] By: sky                                   on 2001/10/28  14:47:10
35267         Log: Manpage updates.
35268      Branch: perl
35269            ! ext/threads/threads.pm
35270 ____________________________________________________________________________
35271 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
35272         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
35273      Branch: perl
35274            ! lib/ExtUtils/Embed.t
35275 ____________________________________________________________________________
35276 [ 12740] By: nick                                  on 2001/10/28  14:14:24
35277         Log: Integrate mainline
35278      Branch: perlio
35279           !> lib/ExtUtils/Embed.t win32/win32.c
35280 ____________________________________________________________________________
35281 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
35282         Log: Need to be ./executed.
35283      Branch: perl
35284            ! lib/ExtUtils/Embed.t
35285 ____________________________________________________________________________
35286 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
35287         Log: Integrate perlio:
35288              
35289              [ 12737]
35290              Tweak for build with Mingw32 - __attribute__((unused)) is not liked
35291              by gcc -xc++.
35292              
35293              [ 12736]
35294              Have :stdio layer update an honour the fd refcnt table.
35295              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
35296      Branch: perl
35297           !> perlio.c win32/win32.h
35298 ____________________________________________________________________________
35299 [ 12737] By: nick                                  on 2001/10/28  13:53:45
35300         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
35301              by gcc -xc++.
35302      Branch: perlio
35303            ! win32/win32.h
35304 ____________________________________________________________________________
35305 [ 12736] By: nick                                  on 2001/10/28  13:50:50
35306         Log: Have :stdio layer update an honour the fd refcnt table.
35307              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
35308      Branch: perlio
35309            ! perlio.c
35310 ____________________________________________________________________________
35311 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
35312         Log: Integrate changes #12724 and #12725 from maintperl;
35313              multiarg system now works.
35314      Branch: perl
35315           !> win32/win32.c
35316 ____________________________________________________________________________
35317 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
35318         Log: Integrate perlio:
35319              
35320              [ 12733]
35321              Use fd refcounts to solve the problem highlighted by new Embed.t, at
35322              least for PERLIO=perlio unthreaded case
35323              
35324              [ 12732]
35325              Typo in exe name
35326              
35327              [ 12730]
35328              Fixup Embed.t for Win32/VC++
35329              
35330              [ 12729]
35331              Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
35332              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
35333              ExtUtils::Embed.
35334              
35335              [ 12711]
35336              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35337              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35338              
35339              [ 12557]
35340              All tests pass (legitimately) on ithreads
35341              
35342              [ 12555]
35343              Restore non-ithreads build. Interestingly binmode test passes
35344              non-ithreads - so crlf layer is not damaged and ithreads fail
35345              is a symptom ...
35346              
35347              [ 12552]
35348              Win32 PerlIO_cleanup special cases should no longer be required.
35349              
35350              [ 12551]
35351              Multiple win32io.o is fatal for GCC (and noise with VC++)
35352              
35353              [ 12547]
35354              Convert rest of PerlIO's memory tables to per-interp and add clone functions
35355              for them. Call explicit cleanup during destruct process.
35356              - one binmode test is failing
35357              - also ext/threads/t/basic.t fails under make test, and is noisy under
35358              harness. (Threads results are intermingled and don't match order expected.)
35359              
35360              [ 12544]
35361              PerlIO layer table as PL_perlio (per-interpreter)
35362              
35363              [ 12541]
35364              Fix typos in new locking on MemShared
35365              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
35366              - seems to make segfaults more deterministic - suspect they are 
35367              attempt to free() after Interp and Host have gone.
35368              
35369              [ 12540]
35370              Remove the MemShared re-#define (again)
35371              
35372              [ 12539]
35373              Use locks on MemShared
35374      Branch: perl
35375           +> lib/ExtUtils/Embed.t
35376           !> MANIFEST perlio.c
35377 ____________________________________________________________________________
35378 [ 12733] By: nick                                  on 2001/10/28  13:07:16
35379         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
35380              least for PERLIO=perlio unthreaded case
35381      Branch: perlio
35382            ! perlio.c
35383 ____________________________________________________________________________
35384 [ 12732] By: nick                                  on 2001/10/28  11:10:24
35385         Log: Typo in exe name
35386      Branch: perlio
35387            ! lib/ExtUtils/Embed.t
35388 ____________________________________________________________________________
35389 [ 12731] By: nick                                  on 2001/10/28  11:09:59
35390         Log: Integrate Mainline
35391      Branch: perlio
35392           !> Changes configure.com ext/DB_File/DB_File.pm
35393           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
35394           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
35395           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
35396           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
35397           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
35398           !> t/TEST t/op/regexp.t win32/buildext.pl
35399 ____________________________________________________________________________
35400 [ 12730] By: nick                                  on 2001/10/28  11:05:35
35401         Log: Fixup Embed.t for Win32/VC++
35402      Branch: perlio
35403            ! lib/ExtUtils/Embed.t
35404 ____________________________________________________________________________
35405 [ 12729] By: nick                                  on 2001/10/28  09:36:20
35406         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
35407              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
35408              ExtUtils::Embed.
35409      Branch: perlio
35410            + lib/ExtUtils/Embed.t
35411            ! MANIFEST
35412 ____________________________________________________________________________
35413 [ 12728] By: sky                                   on 2001/10/28  08:12:53
35414         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
35415              line manually!
35416      Branch: perl
35417            ! lib/ExtUtils/xsubpp
35418 ____________________________________________________________________________
35419 [ 12727] By: sky                                   on 2001/10/28  08:02:09
35420         Log: And here we use the prototypes.
35421      Branch: perl
35422            ! ext/threads/shared/shared.xs
35423 ____________________________________________________________________________
35424 [ 12726] By: sky                                   on 2001/10/28  08:00:48
35425         Log: Support [] style prototypes.
35426      Branch: perl
35427            ! lib/ExtUtils/xsubpp
35428 ____________________________________________________________________________
35429 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
35430         Log: yet another multi-arg system() fix on windows: batch files as the
35431              first argument (i.e. directly executed by CreateProcess()) need
35432              extra quoting to escape shell-shock
35433      Branch: maint-5.6/perl
35434            ! win32/win32.c
35435 ____________________________________________________________________________
35436 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
35437         Log: another multi-arg system() fix on windows: passing empty arguments
35438              now works
35439      Branch: maint-5.6/perl
35440            ! win32/win32.c
35441 ____________________________________________________________________________
35442 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
35443         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
35444              No final #else #error because we do not seem to
35445              be using #error?
35446      Branch: perl
35447            ! op.h
35448 ____________________________________________________________________________
35449 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
35450         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
35451              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
35452              Date: Sat, 27 Oct 2001 23:28:44 EST 
35453              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
35454      Branch: perl
35455            ! ext/Time/HiRes/HiRes.xs
35456 ____________________________________________________________________________
35457 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
35458         Log: Regen perlapi, perltoc.
35459      Branch: perl
35460            ! pod/perlapi.pod pod/perltoc.pod
35461 ____________________________________________________________________________
35462 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
35463         Log: Subject: [PATCH] sv.h documentation
35464              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
35465              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
35466              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
35467      Branch: perl
35468            ! sv.h
35469 ____________________________________________________________________________
35470 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
35471         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
35472              system("nmake -nologo", "clean") and there is no executable
35473              called "nmake -nologo"; this used to "work" pre-change#12559 due
35474              to bugs in multiarg system() that have since been fixed
35475      Branch: perl
35476            ! win32/buildext.pl
35477 ____________________________________________________________________________
35478 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
35479         Log: Update Changes.
35480      Branch: perl
35481            ! Changes patchlevel.h
35482 ____________________________________________________________________________
35483 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
35484         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
35485              From: Richard.Foley@t-online.de (Richard Foley)            
35486              Date: Sun, 28 Oct 2001 00:48:32 +0200
35487              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
35488      Branch: perl
35489            ! pod/perlhack.pod
35490 ____________________________________________________________________________
35491 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
35492         Log: Must store pointers with the right width.
35493      Branch: perl
35494            ! op.h
35495 ____________________________________________________________________________
35496 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
35497         Log: Integrate change #12711 from perlio;
35498              
35499              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35500              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35501      Branch: perl
35502           !> perlio.c
35503 ____________________________________________________________________________
35504 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
35505         Log: Subject: [PATCH] make minitest
35506              From: Nicholas Clark <nick@ccl4.org>
35507              Date: Sat, 27 Oct 2001 22:56:16 +0100
35508              Message-ID: <20011027225616.L20275@plum.flirble.org>
35509      Branch: perl
35510            ! t/TEST
35511 ____________________________________________________________________________
35512 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
35513         Log: Patch #12661 missed this.
35514      Branch: perl
35515            ! ext/DB_File/DB_File.pm
35516 ____________________________________________________________________________
35517 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
35518         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
35519              From: "Craig A. Berry" <craigberry@mac.com>
35520              Date: Sat, 27 Oct 2001 16:07:47 -0500
35521              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
35522      Branch: perl
35523            ! configure.com perlio.c
35524 ____________________________________________________________________________
35525 [ 12711] By: nick                                  on 2001/10/27  19:49:25
35526         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35527              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35528      Branch: perlio
35529            ! perlio.c
35530 ____________________________________________________________________________
35531 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
35532         Log: Let's not replace reason if there's one already supplied.
35533      Branch: perl
35534            ! t/op/regexp.t
35535 ____________________________________________________________________________
35536 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
35537         Log: is not good.
35538      Branch: perl
35539            ! t/op/regexp.t
35540 ____________________________________________________________________________
35541 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
35542         Log: ldlibpth can exist but be unset.
35543      Branch: perl
35544            ! t/TEST
35545 ____________________________________________________________________________
35546 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
35547         Log: Unicode: property alias naming cleanup.
35548      Branch: perl
35549            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
35550 ____________________________________________________________________________
35551 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
35552         Log: FAQ sync.
35553      Branch: perl
35554            ! pod/perlfaq4.pod
35555 ____________________________________________________________________________
35556 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
35557         Log: Integrate change #12703 from maintperl;
35558              
35559              typemap stuff intervenes before declaration, move it to PREINIT
35560              section
35561              
35562              (an empty integrate, but now the files are in sync
35563              between the branches)
35564      Branch: perl
35565           !> ext/ODBM_File/ODBM_File.xs
35566 ____________________________________________________________________________
35567 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
35568         Log: More PerlIO symbols.
35569      Branch: perl
35570            ! makedef.pl
35571 ____________________________________________________________________________
35572 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
35573         Log: typemap stuff intervenes before declaration, move it to PREINIT
35574              section
35575      Branch: maint-5.6/perl
35576            ! ext/ODBM_File/ODBM_File.xs
35577 ____________________________________________________________________________
35578 [ 12702] By: nick                                  on 2001/10/27  14:09:35
35579         Log: Integrate mainline
35580      Branch: perlio
35581           +> ext/threads/shared/t/av_simple.t
35582           +> ext/threads/shared/t/hv_refs.t
35583           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
35584           !> (integrate 109 files)
35585 ____________________________________________________________________________
35586 [ 12700] By: ams                                   on 2001/10/26  21:22:23
35587         Log: Subject: [PATCH] tweak divide
35588              From: Nicholas Clark <nick@ccl4.org>
35589              Date: Fri, 26 Oct 2001 22:52:17 +0100
35590              Message-Id: <20011026225217.B20275@plum.flirble.org>
35591      Branch: perl
35592            ! pp.c
35593 ____________________________________________________________________________
35594 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
35595         Log: Integrate a buncha things from maintperl.
35596      Branch: maint-5.6/macperl
35597           !> (integrate 32 files)
35598 ____________________________________________________________________________
35599 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
35600         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
35601              From: Andy Dougherty <doughera@lafayette.edu>
35602              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
35603              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
35604      Branch: perl
35605            ! hints/svr4.sh
35606 ____________________________________________________________________________
35607 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
35608         Log: When you're root, many things become writable.
35609      Branch: perl
35610            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
35611 ____________________________________________________________________________
35612 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
35613         Log: Update Changes.
35614      Branch: perl
35615            ! Changes patchlevel.h
35616 ____________________________________________________________________________
35617 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
35618         Log: Term/Cap.t attempts to access the floppy drive for no good reason
35619              on dosish systems
35620      Branch: perl
35621            ! lib/Term/Cap.t
35622 ____________________________________________________________________________
35623 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
35624         Log: fix misleading comment on known inadequacy in B::Terse, and skip
35625              it correctly
35626      Branch: perl
35627            ! ext/B/t/terse.t
35628 ____________________________________________________________________________
35629 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
35630         Log: fix spurious AutoSplit.t failure under windows
35631      Branch: perl
35632            ! lib/AutoSplit.t
35633 ____________________________________________________________________________
35634 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
35635         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
35636      Branch: perl
35637            ! ext/Time/HiRes/HiRes.t
35638 ____________________________________________________________________________
35639 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
35640         Log: More logical to use %04"UVXf" than %"UVuf" since
35641              the Unicode standard prefers hex.
35642      Branch: perl
35643            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
35644            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
35645            ! lib/unicore/mktables utf8.c
35646 ____________________________________________________________________________
35647 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
35648         Log: change#12065 seems to have broken Encode build on windows; fix
35649      Branch: perl
35650            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
35651 ____________________________________________________________________________
35652 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
35653         Log: Unicode: add the case folding table.
35654      Branch: perl
35655            + lib/unicore/To/Fold.pl
35656            ! MANIFEST lib/unicore/mktables
35657 ____________________________________________________________________________
35658 [ 12688] By: sky                                   on 2001/10/26  13:51:29
35659         Log: Get the new functions right, do not export lock since we use builtin lock.
35660              TODO: fix xsubpp to support the new prototypes
35661      Branch: perl
35662            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35663 ____________________________________________________________________________
35664 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
35665         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
35666              as suggested by Sarathy.
35667      Branch: perl
35668            ! mg.c
35669 ____________________________________________________________________________
35670 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
35671         Log: avoid compiler warning
35672      Branch: perl
35673            ! win32/win32.c
35674 ____________________________________________________________________________
35675 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
35676         Log: WinCE update from Rainer Keuchel.
35677      Branch: perl
35678            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
35679            ! wince/wince.c
35680 ____________________________________________________________________________
35681 [ 12684] By: sky                                   on 2001/10/26  13:34:33
35682         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
35683      Branch: perl
35684            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35685 ____________________________________________________________________________
35686 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
35687         Log: More fixes that were made to the core and not in the libnet src
35688      Branch: perl
35689            ! lib/Net/Domain.pm
35690 ____________________________________________________________________________
35691 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
35692         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
35693              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
35694              Date: Fri, 26 Oct 2001 13:55:21 +0200
35695              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
35696              
35697              (plus make the db-recno.t#59 accept both \n and \r\n)
35698      Branch: perl
35699            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35700            ! ext/DB_File/t/db-recno.t
35701 ____________________________________________________________________________
35702 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
35703         Log: Fix tests to be able to run in the core and the CPAN dist
35704      Branch: perl
35705            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
35706            ! lib/Net/t/require.t lib/Net/t/smtp.t
35707 ____________________________________________________________________________
35708 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
35709         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
35710              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35711              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
35712              Date: Fri, 26 Oct 2001 08:34:46 EDT
35713      Branch: perl
35714            ! ext/Time/HiRes/HiRes.t
35715 ____________________________________________________________________________
35716 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
35717         Log: Sync libnet modules with what will be libnet-1.08
35718      Branch: perl
35719            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
35720            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
35721            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
35722            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
35723 ____________________________________________________________________________
35724 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
35725         Log: Integrate maintperl changes #12268 and #12669;
35726              
35727              final touches to the audit for statics and thread-unsafe code
35728              * make DB_File, ODBM_File thread-safe 
35729              * remove unnecessary/dangerous statics and protect others
35730              from not getting accidentally enabled under threaded perls
35731              
35732              windows support functions get_childdir() et al aren't exported
35733              correctly under vanilla build
35734              
35735              Testing under win32 appreciated since changes there had
35736              to be manually merged and I cannot test how badly did I do.
35737      Branch: perl
35738           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
35739           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
35740           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
35741           !> win32/vmem.h win32/win32.c win32/win32iop.h
35742 ____________________________________________________________________________
35743 [ 12677] By: sky                                   on 2001/10/26  12:37:17
35744         Log: More Config::threads to threads::threads changes
35745      Branch: perl
35746            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
35747 ____________________________________________________________________________
35748 [ 12676] By: sky                                   on 2001/10/26  12:31:46
35749         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
35750      Branch: perl
35751            ! ext/threads/threads.pm ext/threads/threads.xs
35752 ____________________________________________________________________________
35753 [ 12675] By: sky                                   on 2001/10/26  12:06:30
35754         Log: Allocing a TLS in runtime is not too hot.
35755      Branch: perl
35756            ! ext/threads/threads.xs
35757 ____________________________________________________________________________
35758 [ 12674] By: sky                                   on 2001/10/26  11:59:09
35759         Log: Don't display debug data.
35760      Branch: perl
35761            ! ext/threads/threads.pm
35762 ____________________________________________________________________________
35763 [ 12673] By: sky                                   on 2001/10/26  11:35:47
35764         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
35765              complete bar support for blessed objects.
35766              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
35767      Branch: perl
35768            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
35769 ____________________________________________________________________________
35770 [ 12672] By: sky                                   on 2001/10/26  11:15:28
35771         Log: Fix case where shared reference does not exist in current thread.
35772      Branch: perl
35773            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
35774 ____________________________________________________________________________
35775 [ 12671] By: sky                                   on 2001/10/26  08:48:52
35776         Log: Support for references in shared arrays.
35777      Branch: perl
35778            ! ext/threads/shared/shared.xs
35779 ____________________________________________________________________________
35780 [ 12670] By: sky                                   on 2001/10/26  08:30:11
35781         Log: Add tests for references in hashes.
35782      Branch: perl
35783            + ext/threads/shared/t/hv_refs.t
35784            ! MANIFEST
35785 ____________________________________________________________________________
35786 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
35787         Log: windows support functions get_childdir() et al aren't exported
35788              correctly under vanilla build
35789      Branch: maint-5.6/perl
35790            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
35791 ____________________________________________________________________________
35792 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
35793         Log: final touches to the audit for statics and thread-unsafe code
35794              * make DB_File, ODBM_File thread-safe 
35795              * remove unnecessary/dangerous statics and protect others
35796              from not getting accidentally enabled under threaded perls
35797      Branch: maint-5.6/perl
35798            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
35799            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
35800            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
35801            ! win32/win32.c
35802 ____________________________________________________________________________
35803 [ 12667] By: ams                                   on 2001/10/26  03:48:36
35804         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
35805              From: "Richard Soderberg" <rs@crystalflame.net>
35806              Date: Thu, 25 Oct 2001 23:42:50 -0400
35807              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
35808      Branch: perl
35809            ! sharedsv.c
35810 ____________________________________________________________________________
35811 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
35812         Log: Integrate change #12664 from maintperl;
35813              
35814              the newest GCCs don't seem to like C<"string1"##STRING2>
35815              so keep it as C<"string1" STRING2> (latter appears to
35816              work everywhere)
35817      Branch: perl
35818           !> ext/DynaLoader/dlutils.c
35819 ____________________________________________________________________________
35820 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
35821         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
35822              From: Chris Nandor <pudge@pobox.com>
35823              Date: Thu, 25 Oct 2001 22:15:03 -0400
35824              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
35825      Branch: perl
35826            ! perl.h
35827 ____________________________________________________________________________
35828 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
35829         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
35830              C<"string1" STRING2> (latter appears to work everywhere)
35831      Branch: maint-5.6/perl
35832            ! ext/DynaLoader/dlutils.c
35833 ____________________________________________________________________________
35834 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
35835         Log: AUTHORS update.
35836      Branch: perl
35837            ! AUTHORS
35838 ____________________________________________________________________________
35839 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
35840         Log: Integrate change #12660 from maintperl;
35841              
35842              make the dMY_CXT stuff available under all of
35843              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
35844      Branch: perl
35845           !> perl.h
35846 ____________________________________________________________________________
35847 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
35848         Log: Subject: [PATCH] DB_File-1.79
35849              From: "Paul Marquess" <paul.marquess@openwave.com>
35850              Date: Fri, 26 Oct 2001 00:03:54 +0100
35851              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
35852      Branch: perl
35853            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
35854            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
35855 ____________________________________________________________________________
35856 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
35857         Log: make the dMY_CXT stuff available under all of
35858              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
35859      Branch: maint-5.6/perl
35860            ! perl.h
35861 ____________________________________________________________________________
35862 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
35863         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
35864              From: Michael G Schwern <schwern@pobox.com>
35865              Date: Thu, 25 Oct 2001 18:28:12 -0400
35866              Message-ID: <20011025182812.M4811@blackrider>
35867      Branch: perl
35868            ! t/run/kill_perl.t
35869 ____________________________________________________________________________
35870 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
35871         Log: STRLEN != int.
35872      Branch: perl
35873            ! regcomp.c regexec.c
35874 ____________________________________________________________________________
35875 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
35876         Log: Subject: [PATCH] remove small IVop redundancy
35877              From: Nicholas Clark <nick@ccl4.org>
35878              Date: Thu, 25 Oct 2001 22:48:28 +0100
35879              Message-ID: <20011025224827.M66471@plum.flirble.org>
35880      Branch: perl
35881            ! pp.c pp_hot.c
35882 ____________________________________________________________________________
35883 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
35884         Log: Metaconfig unit change for #12655.
35885      Branch: metaconfig/U/perl
35886            ! Extensions.U
35887 ____________________________________________________________________________
35888 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
35889         Log: Subject: Re: Not OK @12650
35890              From: Andy Dougherty <doughera@lafayette.edu>
35891              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
35892              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
35893      Branch: perl
35894            ! Configure
35895 ____________________________________________________________________________
35896 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
35897         Log: Integrate changes #12652 and #12653 from maintperl;
35898              
35899              more tweaks to change#12626
35900              * move the boilerplate code over to perl.h and make DynaLoader
35901              use it
35902              * make re, Opcode, File::Glob and B threadsafe
35903              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
35904              C<no re;> anywhere)
35905              
35906              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
35907              
35908              File::Glob required a bit more work in bleadperl
35909              because of ExtUtils::Constant (see the Makefile.PL change)
35910      Branch: perl
35911            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
35912           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
35913           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
35914 ____________________________________________________________________________
35915 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
35916         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
35917      Branch: maint-5.6/perl
35918            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
35919            ! ext/Opcode/Opcode.xs ext/re/re.xs
35920 ____________________________________________________________________________
35921 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
35922         Log: more tweaks to change#12626
35923              * move the boilerplate code over to perl.h and make DynaLoader
35924              use it
35925              * make re, Opcode, File::Glob and B threadsafe
35926              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
35927              C<no re;> anywhere)
35928      Branch: maint-5.6/perl
35929            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
35930            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
35931 ____________________________________________________________________________
35932 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
35933         Log: Metaconfig unit change for #12650.
35934      Branch: metaconfig/U/perl
35935            ! Extensions.U
35936 ____________________________________________________________________________
35937 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
35938         Log: Subject: Re: ithreads doesn't like usedl=n
35939              From: Andy Dougherty <doughera@lafayette.edu>
35940              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
35941              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
35942              
35943              Special-case threads::shared.
35944      Branch: perl
35945            ! Configure
35946 ____________________________________________________________________________
35947 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
35948         Log: Getting fancier...
35949      Branch: perl
35950            ! t/TEST
35951 ____________________________________________________________________________
35952 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
35953         Log: csh - what a pain.
35954      Branch: perl
35955            ! t/TEST
35956 ____________________________________________________________________________
35957 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
35958         Log: Update Changes.
35959      Branch: perl
35960            ! Changes patchlevel.h
35961 ____________________________________________________________________________
35962 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
35963         Log: Allow resetting the locale system for the duration
35964              of the build (Mac OS X default setting LANG=En_US
35965              ist kaputt)
35966      Branch: perl
35967            ! Makefile.SH
35968 ____________________________________________________________________________
35969 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
35970         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
35971      Branch: perl
35972            ! ext/Digest/MD5/t/files.t
35973 ____________________________________________________________________________
35974 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
35975         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
35976              From: Andy Dougherty <doughera@lafayette.edu>
35977              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
35978              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
35979      Branch: perl
35980            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
35981            ! ext/threads/shared/Makefile.PL
35982 ____________________________________________________________________________
35983 [ 12643] By: sky                                   on 2001/10/25  12:28:26
35984         Log: Add support for reference members of hashes.
35985      Branch: perl
35986            ! ext/threads/shared/shared.xs
35987 ____________________________________________________________________________
35988 [ 12642] By: ams                                   on 2001/10/25  12:21:13
35989         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
35990              From: "Norton Allen" <nort@qnx.com>
35991              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
35992              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
35993      Branch: perl
35994            ! ext/Digest/MD5/MD5.xs
35995 ____________________________________________________________________________
35996 [ 12641] By: sky                                   on 2001/10/25  10:27:39
35997         Log: Tests shared hashes.
35998      Branch: perl
35999            + ext/threads/shared/t/hv_simple.t
36000            ! MANIFEST
36001 ____________________________________________________________________________
36002 [ 12640] By: sky                                   on 2001/10/25  10:18:23
36003         Log: Fix threadcounts for arrays and hashes.
36004      Branch: perl
36005            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36006 ____________________________________________________________________________
36007 [ 12639] By: sky                                   on 2001/10/25  10:17:26
36008         Log: Note to self, doing *src_ary++ in a macro that evaluates
36009              the value more than once is a good way to dump core.
36010      Branch: perl
36011            ! sharedsv.c
36012 ____________________________________________________________________________
36013 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
36014         Log: Integrate change #12636 from maintperl; more dl fixups.
36015      Branch: perl
36016           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36017           !> ext/DynaLoader/dl_vms.xs
36018 ____________________________________________________________________________
36019 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
36020         Log: Like dl_hpux, like dl_dld.
36021      Branch: perl
36022            ! ext/DynaLoader/dl_dld.xs
36023 ____________________________________________________________________________
36024 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
36025         Log: followups to change#12635
36026      Branch: maint-5.6/perl
36027            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36028            ! ext/DynaLoader/dl_vms.xs
36029 ____________________________________________________________________________
36030 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
36031         Log: add part of change#12634 to the two files that need it; dl_aix.xs
36032              in maint-5.6 doesn't have the branch that had the problem in
36033              mainline
36034      Branch: maint-5.6/perl
36035            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
36036 ____________________________________________________________________________
36037 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
36038         Log: Fixes for #12627.
36039      Branch: perl
36040            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
36041 ____________________________________________________________________________
36042 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
36043         Log: Since pv_uni_display and sv_uni_display are now used
36044              in the re extension, their symbols have to be exported.
36045      Branch: perl
36046            ! embed.pl global.sym
36047 ____________________________________________________________________________
36048 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
36049         Log: Subject:  Re: [PATCH Perl@12567] debug /list
36050              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36051              Date: Tue, 23 Oct 2001 21:40:33 EDT
36052              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
36053      Branch: perl
36054            ! configure.com
36055 ____________________________________________________________________________
36056 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
36057         Log: This takes care of some of the re 'debug' cases but
36058              not all cases since the information whether the pattern
36059              or the target are utf8 seems to be either lost or not
36060              spread widely enough, sigh.
36061      Branch: perl
36062            ! regcomp.c
36063 ____________________________________________________________________________
36064 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
36065         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
36066              From: John Peacock <jpeacock@rowman.com>
36067              Date: Wed, 24 Oct 2001 16:53:29 -0400
36068              Message-ID: <3BD72A49.1508D152@rowman.com>
36069      Branch: perl
36070            ! configure.com
36071 ____________________________________________________________________________
36072 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
36073         Log: Upgrade NetWare and WinCE as in #12626.
36074      Branch: perl
36075            ! NetWare/dl_netware.xs wince/dl_win32.xs
36076 ____________________________________________________________________________
36077 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
36078         Log: Tru64 compiler nit.
36079      Branch: perl
36080            ! ext/threads/shared/shared.xs
36081 ____________________________________________________________________________
36082 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
36083         Log: Integrate change #12626 from maintperl;
36084              make DynaLoader threadsafe by moving all statics into
36085              interpreter-local space
36086              
36087              TODO: Netware, OS/2, WinCE
36088      Branch: perl
36089           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
36090           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
36091           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
36092           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
36093           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
36094           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
36095           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
36096 ____________________________________________________________________________
36097 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
36098         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
36099              space
36100      Branch: maint-5.6/perl
36101            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
36102            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
36103            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
36104            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
36105            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
36106            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
36107            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
36108 ____________________________________________________________________________
36109 [ 12625] By: sky                                   on 2001/10/24  20:05:26
36110         Log: Change #12623 inflicted an infinite hang. Fixed.
36111      Branch: perl
36112            ! ext/threads/shared/shared.xs
36113 ____________________________________________________________________________
36114 [ 12624] By: sky                                   on 2001/10/24  19:06:55
36115         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
36116      Branch: perl
36117            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36118 ____________________________________________________________________________
36119 [ 12623] By: sky                                   on 2001/10/24  18:06:34
36120         Log: We need to do sharedsv_find in the original perl context.
36121      Branch: perl
36122            ! ext/threads/shared/shared.xs
36123 ____________________________________________________________________________
36124 [ 12622] By: sky                                   on 2001/10/24  17:26:51
36125         Log: Add support for basic support for AVs, references not supported yet.
36126              Add test for AVs.
36127              Add more tests to sv_refs
36128              Fix documentation issues.  
36129      Branch: perl
36130            + ext/threads/shared/t/av_simple.t
36131            ! MANIFEST ext/threads/shared/shared.pm
36132            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
36133 ____________________________________________________________________________
36134 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
36135         Log: Dump Unicode better for re 'debug'.  The regprop()
36136              is unfinished since have to figure out how to detect
36137              Unicodeness in there.
36138      Branch: perl
36139            ! regcomp.c regexec.c
36140 ____________________________________________________________________________
36141 [ 12620] By: sky                                   on 2001/10/24  13:18:07
36142         Log: Add support for finding shared arrays and hashes.
36143      Branch: perl
36144            ! sharedsv.c
36145 ____________________________________________________________________________
36146 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
36147         Log: Rewrite sv_uni_display() as pv_uni_display() as
36148              reimplement sv_uni_display() using that.
36149      Branch: perl
36150            ! dump.c embed.h embed.pl proto.h
36151 ____________________________________________________________________________
36152 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
36153         Log: Integrate change #12615 from maintperl;
36154              on Windows, IO::File::new_tmpfile() fails after being called
36155              32767 times because MSVCRT thinks stdio's TMP_MAX is a
36156              process-wide limit
36157      Branch: perl
36158           !> win32/win32.c
36159 ____________________________________________________________________________
36160 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
36161         Log: Don't try to print ints as IVs.
36162      Branch: perl
36163            ! ext/Time/HiRes/HiRes.xs
36164 ____________________________________________________________________________
36165 [ 12616] By: sky                                   on 2001/10/24  11:06:35
36166         Log: We only need to fetch the SV from the backend if the index
36167              is not the same as mg_private.     In theory this could be
36168              a problem if there are an exact multiple of U16 changes
36169              of a shared variable between two access in a given thread,
36170              we choose to avoid theory for now.
36171      Branch: perl
36172            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
36173 ____________________________________________________________________________
36174 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
36175         Log: on Windows, IO::File::new_tmpfile() fails after being called
36176              32767 times because MSVCRT thinks stdio's TMP_MAX is a
36177              process-wide limit
36178      Branch: maint-5.6/perl
36179            ! win32/win32.c
36180 ____________________________________________________________________________
36181 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
36182         Log: Negation and Unicode: sort of solves 20010303.010,
36183              except not quite like reported in the Subject
36184              (Perl_warner is still utf8-ignorant).
36185      Branch: perl
36186            ! pp.c t/lib/warnings/sv
36187 ____________________________________________________________________________
36188 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
36189         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
36190      Branch: perl
36191            ! sv.c t/lib/warnings/sv
36192 ____________________________________________________________________________
36193 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
36194         Log: sv_uni_display(): do not add the "...", let the caller
36195              do it if wanted, and be prepared for more display options.
36196      Branch: perl
36197            ! dump.c embed.h embed.pl proto.h
36198 ____________________________________________________________________________
36199 [ 12611] By: nick                                  on 2001/10/23  20:28:07
36200         Log: Integrate mainline
36201      Branch: perlio
36202           !> Changes configure.com cygwin/cygwin.c
36203           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
36204           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
36205           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
36206           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
36207           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
36208           !> utils/h2xs.PL utils/perldoc.PL
36209 ____________________________________________________________________________
36210 [ 12610] By: sky                                   on 2001/10/23  19:39:24
36211         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
36212              don't call themselves READONLY but still die with modification
36213              attempt. We only call bless for ext and umagic.
36214      Branch: perl
36215            ! sv.c
36216 ____________________________________________________________________________
36217 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
36218         Log: Croak() on negative time; doc tweaks.
36219      Branch: perl
36220            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36221            ! ext/Time/HiRes/HiRes.xs
36222 ____________________________________________________________________________
36223 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
36224         Log: FAQ sync.
36225      Branch: perl
36226            ! pod/perlfaq4.pod pod/perlfaq7.pod
36227 ____________________________________________________________________________
36228 [ 12607] By: sky                                   on 2001/10/23  18:27:27
36229         Log: Call setmagic on the referent we are blessing.
36230      Branch: perl
36231            ! sv.c
36232 ____________________________________________________________________________
36233 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
36234         Log: Small test nits.
36235      Branch: perl
36236            ! t/op/lc.t
36237 ____________________________________________________________________________
36238 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
36239         Log: Update Changes.
36240      Branch: perl
36241            ! Changes patchlevel.h
36242 ____________________________________________________________________________
36243 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
36244         Log: Make the PerlIO_init() prototypes consistent.
36245      Branch: perl
36246            ! perlio.c
36247 ____________________________________________________________________________
36248 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
36249         Log: Upping the test count is a good idea.
36250      Branch: perl
36251            ! t/op/lc.t
36252 ____________________________________________________________________________
36253 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
36254         Log: Document the final sigma spot.
36255      Branch: perl
36256            ! pp.c
36257 ____________________________________________________________________________
36258 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
36259         Log: Fix multicharacter titlecase (ucfirst).
36260      Branch: perl
36261            ! pod/perlunicode.pod pp.c t/op/lc.t
36262 ____________________________________________________________________________
36263 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
36264         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
36265              From: Mikhail Zabaluev <mhz@alt-linux.org>
36266              Date: Tue, 23 Oct 2001 10:40:37 +0400
36267              Message-ID: <20011023104037.A12761@localhost.localdomain>
36268              
36269              (#12406 replaced with this)
36270      Branch: perl
36271            ! utils/perldoc.PL
36272 ____________________________________________________________________________
36273 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
36274         Log: MacOS Classic updates from Pudge.
36275      Branch: perl
36276            ! lib/File/Spec.t lib/File/Spec/Mac.pm
36277 ____________________________________________________________________________
36278 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
36279         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
36280              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36281              Date: Sun, 14 Oct 2001 23:14:46 +0200
36282              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
36283              
36284              except for the 2->4 changes.
36285      Branch: perl
36286            ! lib/AutoSplit.t
36287 ____________________________________________________________________________
36288 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
36289         Log: integrate macperl contents into maint-5.6
36290      Branch: maint-5.6/perl
36291            ! mg.c
36292           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
36293           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
36294           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
36295           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36296           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
36297           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
36298           !> t/lib/filefind.t t/lib/filespec.t
36299 ____________________________________________________________________________
36300 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
36301         Log: At some point the #6234 has been lost from the mainline
36302              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
36303      Branch: perl
36304            ! lib/File/Spec/Win32.pm
36305 ____________________________________________________________________________
36306 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
36307         Log: Cygwin seems to round up (or closest, but not down)
36308              for time(), so half of the time (bad pun intended)
36309              Time::HiRes::time() is less than time(), half of
36310              the time it's more.  So let's try harder in the loop.
36311      Branch: perl
36312            ! ext/Time/HiRes/HiRes.t
36313 ____________________________________________________________________________
36314 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
36315         Log: MacOS Classic timeofday(), from Chris Nandor. 
36316      Branch: perl
36317            ! ext/Time/HiRes/HiRes.xs
36318 ____________________________________________________________________________
36319 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
36320         Log: Integrate changes #12580 and #12581 from macperl;
36321              
36322              Fix path construction.
36323              
36324              (Copyright) Nit.
36325      Branch: perl
36326           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
36327 ____________________________________________________________________________
36328 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
36329         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
36330              doesn't seem to help (the error being output to console, maybe?)
36331      Branch: perl
36332            ! lib/Net/Domain.pm
36333 ____________________________________________________________________________
36334 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
36335         Log: Taint the getcwd() result also in Cygwin.
36336              (TODO: which other platforms need the same thing?)
36337      Branch: perl
36338            ! cygwin/cygwin.c
36339 ____________________________________________________________________________
36340 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
36341         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
36342      Branch: perl
36343            ! t/op/taint.t
36344 ____________________________________________________________________________
36345 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
36346         Log: getpwuid() fragility continues.
36347      Branch: perl
36348            ! utils/h2xs.PL
36349 ____________________________________________________________________________
36350 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
36351         Log: getpwuid() might succeed but that's no guarantee
36352              that the $home will be defined.
36353      Branch: perl
36354            ! ext/File/Glob/t/basic.t
36355 ____________________________________________________________________________
36356 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
36357         Log: It's safer to to expand the variable, too... (see #12571)
36358      Branch: perl
36359            ! t/TEST
36360 ____________________________________________________________________________
36361 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
36362         Log: Integrate with maintperl.
36363      Branch: maint-5.6/macperl
36364           !> win32/bin/pl2bat.pl win32/win32.c
36365 ____________________________________________________________________________
36366 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
36367         Log: Oops, forgot to include Win32 ... just as well, since it
36368              seems in bleadperl, change #7764 was not included
36369              (adding C:\temp).  Re-added.  Rip it back out if it
36370              doesn't belong.  :-)
36371      Branch: maint-5.6/macperl
36372            ! lib/File/Spec/Win32.pm
36373 ____________________________________________________________________________
36374 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
36375         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
36376              From: "Craig A. Berry" <craigberry@mac.com>
36377              Date: Mon, 22 Oct 2001 15:25:19 -0500
36378              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
36379      Branch: perl
36380            ! configure.com
36381 ____________________________________________________________________________
36382 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
36383         Log: Add in lots of File::Spec changes, from Thomas Wegner,
36384              and sync with changes from bleadperl.
36385      Branch: maint-5.6/macperl
36386            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
36387            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36388            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36389            ! lib/File/Spec/Win32.pm t/lib/filespec.t
36390 ____________________________________________________________________________
36391 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
36392         Log: Sync with latest File::Find and tests from bleadperl.
36393      Branch: maint-5.6/macperl
36394            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
36395 ____________________________________________________________________________
36396 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
36397         Log: Nit.
36398      Branch: maint-5.6/macperl
36399            ! perl.c
36400 ____________________________________________________________________________
36401 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
36402         Log: Fix path construction.
36403      Branch: maint-5.6/macperl
36404            ! ext/DynaLoader/DynaLoader_pm.PL
36405 ____________________________________________________________________________
36406 [ 12579] By: nick                                  on 2001/10/22  19:08:35
36407         Log: Integrate mainline (for Arthurs thread.xs fix)
36408      Branch: perlio
36409           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
36410 ____________________________________________________________________________
36411 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
36412         Log: Fix up exported symbols, move relevant docs
36413              over from macperl.pod.
36414      Branch: maint-5.6/macperl
36415            ! macos/ext/MacPerl/MacPerl.pm
36416 ____________________________________________________________________________
36417 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
36418         Log: Make ADDRESS called optionally as a method.
36419      Branch: maint-5.6/macperl
36420            ! macos/lib/Mac/Glue.pm
36421 ____________________________________________________________________________
36422 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
36423         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
36424              Apple event.
36425      Branch: maint-5.6/macperl
36426            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
36427            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
36428            ! macos/macperl/MPTerminology.aete
36429 ____________________________________________________________________________
36430 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
36431         Log: Clean up some build utilities. Change Entab to Duplicate;
36432              fix docs and error reporting; improve macify() of paths;
36433              remove requirement for Exporter.pm presence.
36434      Branch: maint-5.6/macperl
36435            ! macos/InstallBLIB macos/MacPerlTests.cmd
36436            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
36437 ____________________________________________________________________________
36438 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
36439         Log: Sync Time::HiRes with bleadperl
36440      Branch: maint-5.6/macperl
36441            ! macos/bundled_ext/Time/HiRes/HiRes.pm
36442            ! macos/bundled_ext/Time/HiRes/HiRes.t
36443            ! macos/bundled_ext/Time/HiRes/HiRes.xs
36444 ____________________________________________________________________________
36445 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
36446         Log: Fix up Changes
36447      Branch: maint-5.6/macperl
36448            ! macos/Changes
36449 ____________________________________________________________________________
36450 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
36451         Log: A user might belong to only a single group
36452              (the group equal to the group id).
36453      Branch: perl
36454            ! t/op/groups.t
36455 ____________________________________________________________________________
36456 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
36457         Log: Prepending (instead of replacing with) the pwd is safer. 
36458      Branch: perl
36459            ! t/TEST
36460 ____________________________________________________________________________
36461 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
36462         Log: Be more robust if no hostname or domainname
36463              (especially the latter)
36464      Branch: perl
36465            ! lib/Net/Domain.pm
36466 ____________________________________________________________________________
36467 [ 12569] By: sky                                   on 2001/10/22  17:41:07
36468         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
36469      Branch: perl
36470            ! ext/threads/threads.xs
36471 ____________________________________________________________________________
36472 [ 12568] By: nick                                  on 2001/10/22  16:31:24
36473         Log: Integrate mainline
36474      Branch: perlio
36475           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
36476           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36477           +> ext/threads/shared/t/sv_refs.t
36478           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
36479            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36480            - lib/unicore/To/SpecUpper.pl
36481           !> (integrate 42 files)
36482 ____________________________________________________________________________
36483 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
36484         Log: Update Changes.
36485      Branch: perl
36486            ! Changes patchlevel.h
36487 ____________________________________________________________________________
36488 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
36489         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
36490              From: Michael G Schwern <schwern@pobox.com>
36491              Date: Mon, 22 Oct 2001 03:48:38 -0400
36492              Message-ID: <20011022034838.B1676@blackrider>
36493      Branch: perl
36494            ! pod/perlvar.pod
36495 ____________________________________________________________________________
36496 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
36497         Log: Pod nits, as suggested by Stas Bekman.
36498      Branch: perl
36499            ! ext/threads/shared/shared.pm ext/threads/threads.pm
36500 ____________________________________________________________________________
36501 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
36502         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
36503              From: "Paul Marquess" <paul.marquess@openwave.com> 
36504              Date: Sun, 21 Oct 2001 21:11:15 +0100
36505              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
36506      Branch: perl
36507            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
36508            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
36509            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
36510            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
36511            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
36512            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
36513            ! ext/SDBM_File/sdbm.t
36514 ____________________________________________________________________________
36515 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
36516         Log: Integrate change #12559 from maintperl;
36517              various fixes for system() and backticks under windows
36518      Branch: perl
36519           !> win32/win32.c
36520 ____________________________________________________________________________
36521 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
36522         Log: Integrate change #12560 from maintperl;
36523              make pl2bat use %0 rather than "%0" (the latter fails to work
36524              in a lot of common cases)
36525      Branch: perl
36526           !> win32/bin/pl2bat.pl
36527 ____________________________________________________________________________
36528 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
36529         Log: Integrate changes #12549 and #12550 from maintperl;
36530              
36531              readline() doesn't work with our variables; it confuses them with
36532              my variables (change#4227 was incomplete)
36533      Branch: perl
36534            ! t/lib/strict/vars
36535           !> t/base/rs.t toke.c
36536 ____________________________________________________________________________
36537 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
36538         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
36539              in a lot of common cases)
36540      Branch: maint-5.6/perl
36541            ! win32/bin/pl2bat.pl
36542 ____________________________________________________________________________
36543 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
36544         Log: various fixes for system() and backticks under windows:
36545              
36546              * avoid munging whitespace that is passed within quotes
36547              * work around a cmd.exe misfeature that made multi-arg
36548              system() unreliable when there is more than one quoted
36549              argument
36550              * make multi-arg system() autoquote arguments as needed
36551              before passing them to the shell (this avoids having to
36552              second guess the shell quoting)
36553              * perl's -Dp switch can be used to trace the innards
36554      Branch: maint-5.6/perl
36555            ! win32/win32.c
36556 ____________________________________________________________________________
36557 [ 12558] By: nick                                  on 2001/10/22  08:58:42
36558         Log: Integrate ithreads buffer flush fix from perlio
36559      Branch: perl
36560           !> ext/threads/t/basic.t perl.c
36561 ____________________________________________________________________________
36562 [ 12557] By: nick                                  on 2001/10/22  08:35:09
36563         Log: All tests pass (legitimately) on ithreads
36564      Branch: perlio
36565            ! ext/threads/t/basic.t perl.c
36566 ____________________________________________________________________________
36567 [ 12556] By: nick                                  on 2001/10/22  06:51:22
36568         Log: Integrate non-ithreads fix to mainline
36569      Branch: perl
36570           !> perlio.c
36571 ____________________________________________________________________________
36572 [ 12555] By: nick                                  on 2001/10/22  06:48:33
36573         Log: Restore non-ithreads build. Interestingly binmode test passes
36574              non-ithreads - so crlf layer is not damaged and ithreads fail
36575              is a symptom ...
36576      Branch: perlio
36577            ! perlio.c
36578 ____________________________________________________________________________
36579 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
36580         Log: Integrate from perlio; restructuring.
36581      Branch: perl
36582           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
36583           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
36584           !> win32/perlhost.h
36585 ____________________________________________________________________________
36586 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
36587         Log: Integrate from maintperl
36588              (Changes 12350, 12496, 12548, 12549, 12550)
36589      Branch: maint-5.6/macperl
36590           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
36591           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
36592 ____________________________________________________________________________
36593 [ 12552] By: nick                                  on 2001/10/21  19:18:12
36594         Log: Win32 PerlIO_cleanup special cases should no longer be required.
36595      Branch: perlio
36596            ! perl.c
36597 ____________________________________________________________________________
36598 [ 12551] By: nick                                  on 2001/10/21  19:16:56
36599         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
36600      Branch: perlio
36601            ! win32/makefile.mk
36602 ____________________________________________________________________________
36603 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
36604         Log: change#12549 wasn't aware of strictures
36605      Branch: maint-5.6/perl
36606            ! t/pragma/strict-vars toke.c
36607 ____________________________________________________________________________
36608 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
36609         Log: readline() doesn't work with our variables; it confuses them with
36610              my variables (change#4227 was incomplete)
36611      Branch: maint-5.6/perl
36612            ! t/base/rs.t toke.c
36613 ____________________________________________________________________________
36614 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
36615         Log: change#12220 appears to have pulled in a mainline change that
36616              isn't applicable to maint-5.6 (some platforms don't taint
36617              cwd)
36618      Branch: maint-5.6/perl
36619            ! t/lib/filefind-taint.t
36620 ____________________________________________________________________________
36621 [ 12547] By: nick                                  on 2001/10/21  17:15:54
36622         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
36623              for them. Call explicit cleanup during destruct process.
36624              - one binmode test is failing
36625              - also ext/threads/t/basic.t fails under make test, and is noisy under
36626              harness. (Threads results are intermingled and don't match order expected.)
36627      Branch: perlio
36628            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
36629            ! perlio.h perliol.h pod/perlapi.pod sv.c
36630 ____________________________________________________________________________
36631 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
36632         Log: Implement multicharacter case mappings where a single
36633              Unicode character can be mapped into several.
36634      Branch: perl
36635            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36636            - lib/unicore/To/SpecUpper.pl
36637            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
36638            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
36639            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
36640            ! proto.h t/op/lc.t utf8.c
36641 ____________________________________________________________________________
36642 [ 12545] By: sky                                   on 2001/10/21  15:25:16
36643         Log: First support of threads::shared, support shared svs and references.
36644      Branch: perl
36645            + ext/threads/shared/Makefile.PL ext/threads/shared/README
36646            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36647            + ext/threads/shared/t/sv_refs.t
36648            + ext/threads/shared/t/sv_simple.t
36649            ! MANIFEST sharedsv.c
36650 ____________________________________________________________________________
36651 [ 12544] By: nick                                  on 2001/10/21  14:52:35
36652         Log: PerlIO layer table as PL_perlio (per-interpreter)
36653      Branch: perlio
36654            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
36655            ! pod/perlapi.pod sv.c
36656 ____________________________________________________________________________
36657 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
36658         Log: Prettyprinting.
36659      Branch: perl
36660            ! pod/perlunicode.pod
36661 ____________________________________________________________________________
36662 [ 12542] By: ams                                   on 2001/10/21  03:50:25
36663         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
36664              From: "Sean M. Burke" <sburke@cpan.org>
36665              Date: Sat, 20 Oct 2001 17:51:09 -0600
36666              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
36667      Branch: perl
36668            + pod/perlpodspec.pod
36669            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
36670            ! pod/perltoc.pod
36671 ____________________________________________________________________________
36672 [ 12541] By: nick                                  on 2001/10/20  22:23:53
36673         Log: Fix typos in new locking on MemShared
36674              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
36675              - seems to make segfaults more deterministic - suspect they are 
36676              attempt to free() after Interp and Host have gone.
36677      Branch: perlio
36678            ! perlio.c win32/perlhost.h
36679 ____________________________________________________________________________
36680 [ 12540] By: nick                                  on 2001/10/20  21:50:46
36681         Log: Remove the MemShared re-#define (again)
36682      Branch: perlio
36683            ! perlio.c
36684 ____________________________________________________________________________
36685 [ 12539] By: nick                                  on 2001/10/20  21:49:06
36686         Log: Use locks on MemShared
36687      Branch: perlio
36688            ! win32/perlhost.h
36689 ____________________________________________________________________________
36690 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
36691         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
36692              From: "chromatic" <chromatic@rmci.net>
36693              Date: Sat, 20 Oct 2001 11:13:47 -0600
36694              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
36695      Branch: perl
36696            ! installhtml
36697 ____________________________________________________________________________
36698 [ 12537] By: nick                                  on 2001/10/20  16:44:03
36699         Log: Integrate mainline
36700      Branch: perlio
36701           !> (integrate 48 files)
36702 ____________________________________________________________________________
36703 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
36704         Log: Update Changes.
36705      Branch: perl
36706            ! Changes patchlevel.h
36707 ____________________________________________________________________________
36708 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
36709         Log: Upgrade to podlators 1.11, from Russ Allbery.
36710      Branch: perl
36711            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
36712            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
36713            ! pod/pod2man.PL pod/pod2text.PL
36714 ____________________________________________________________________________
36715 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
36716         Log: Integrate perlio:
36717              
36718              [ 12532]
36719              Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
36720              Use for non-PERLIO fdupopen().
36721      Branch: perl
36722           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
36723 ____________________________________________________________________________
36724 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
36725         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
36726      Branch: perl
36727            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
36728 ____________________________________________________________________________
36729 [ 12532] By: nick                                  on 2001/10/20  14:25:37
36730         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
36731              Use for non-PERLIO fdupopen().
36732      Branch: perlio
36733            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
36734 ____________________________________________________________________________
36735 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
36736         Log: Integrate perlio:
36737              
36738              [ 12530]
36739              Fixed in two places - p4 resolve
36740              
36741              [ 12529]
36742              Fix for ithreads/stdio build
36743              
36744              [ 12525]
36745              Avoid calling (now non-existant) Perl_sv_setsv(), by calling
36746              Perl_sv_setsv_flags directly.
36747              
36748              [ 12524]
36749              Add a new flag character 'm' to embed.pl set to represent
36750              "functions" which are really macros. Use it foe the troublesome
36751              sv_setsv() etc. macros in sv.h - changing latter to define
36752              sv_setsv rather than sv_setsv_macro etc.
36753              
36754              [ 12523]
36755              Add comments explaining why win32.h/embed.h are included where they are
36756              in perl.h 
36757              
36758              [ 12522]
36759              Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
36760              being used yet.
36761              
36762              [ 12511]
36763              Fix gross win32 build issues
36764      Branch: perl
36765           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
36766           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
36767           !> proto.h sv.h win32/win32io.c
36768 ____________________________________________________________________________
36769 [ 12530] By: nick                                  on 2001/10/20  12:53:30
36770         Log: Fixed in two places - p4 resolve
36771      Branch: perlio
36772            ! perlsdio.h
36773 ____________________________________________________________________________
36774 [ 12529] By: nick                                  on 2001/10/20  12:51:05
36775         Log: Fix for ithreads/stdio build
36776      Branch: perlio
36777            ! perlio.c perlsdio.h
36778 ____________________________________________________________________________
36779 [ 12528] By: ams                                   on 2001/10/20  12:13:25
36780         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
36781              From: Michael G Schwern <schwern@pobox.com>
36782              Date: Sat, 20 Oct 2001 01:41:21 -0400
36783              Message-Id: <20011020014121.I3681@blackrider>
36784      Branch: perl
36785            ! installman
36786 ____________________________________________________________________________
36787 [ 12527] By: ams                                   on 2001/10/20  12:09:41
36788         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
36789              From: Michael G Schwern <schwern@pobox.com>
36790              Date: Sat, 20 Oct 2001 02:04:21 -0400
36791              Message-Id: <20011020020421.A11732@blackrider>
36792      Branch: perl
36793            ! lib/Pod/Checker.pm
36794 ____________________________________________________________________________
36795 [ 12526] By: ams                                   on 2001/10/20  11:59:41
36796         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
36797              From: "chromatic" <chromatic@rmci.net>
36798              Date: Fri, 19 Oct 2001 22:46:39 -0600
36799              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
36800      Branch: perl
36801            ! lib/Net/Config.pm
36802 ____________________________________________________________________________
36803 [ 12525] By: nick                                  on 2001/10/20  11:16:18
36804         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
36805              Perl_sv_setsv_flags directly.
36806      Branch: perlio
36807            ! ext/threads/threads.xs
36808 ____________________________________________________________________________
36809 [ 12524] By: nick                                  on 2001/10/20  10:28:17
36810         Log: Add a new flag character 'm' to embed.pl set to represent
36811              "functions" which are really macros. Use it foe the troublesome
36812              sv_setsv() etc. macros in sv.h - changing latter to define
36813              sv_setsv rather than sv_setsv_macro etc.
36814      Branch: perlio
36815            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
36816            ! pod/perlapi.pod proto.h sv.h
36817 ____________________________________________________________________________
36818 [ 12523] By: nick                                  on 2001/10/20  09:17:17
36819         Log: Add comments explaining why win32.h/embed.h are included where they are
36820              in perl.h 
36821      Branch: perlio
36822            ! perl.h
36823 ____________________________________________________________________________
36824 [ 12522] By: nick                                  on 2001/10/20  08:27:44
36825         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
36826              being used yet.
36827      Branch: perlio
36828            ! win32/win32io.c
36829 ____________________________________________________________________________
36830 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
36831         Log: Wording tweaks.
36832      Branch: perl
36833            ! t/TEST
36834 ____________________________________________________________________________
36835 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
36836         Log: Subject: IO module with nonblocking socket connect patch 
36837              From: Raul Dias <raul@dias.com.br>
36838              Date: Fri, 19 Oct 2001 22:45:32 -0300
36839              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
36840      Branch: perl
36841            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
36842 ____________________________________________________________________________
36843 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
36844         Log: Test vertical whitespace combined with /x in \p{}.
36845      Branch: perl
36846            ! t/op/pat.t
36847 ____________________________________________________________________________
36848 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
36849         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
36850              From: Gisle Aas <gisle@ActiveState.com> 
36851              Date: 19 Oct 2001 16:46:02 -0700
36852              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
36853      Branch: perl
36854            ! lib/ExtUtils/MakeMaker.pm
36855 ____________________________________________________________________________
36856 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
36857         Log: No more this symbol.
36858      Branch: perl
36859            ! makedef.pl
36860 ____________________________________________________________________________
36861 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
36862         Log: Integrate change #12511; fix gross win32 build issues.
36863      Branch: perl
36864           !> makedef.pl sv.c
36865 ____________________________________________________________________________
36866 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
36867         Log: Unpack in scalar context should return the first value
36868              returned in list context, as pointed out by Ton Hospel
36869              in 2001-05-21 (this is how it works already in blead,
36870              just adding the test).
36871      Branch: perl
36872            ! t/op/pack.t
36873 ____________________________________________________________________________
36874 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
36875         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
36876              From: "Craig A. Berry" <craigberry@mac.com>
36877              Date: Fri, 19 Oct 2001 16:59:30 -0500
36878              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
36879      Branch: perl
36880            ! utils/perldoc.PL
36881 ____________________________________________________________________________
36882 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
36883         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
36884              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36885              Date: Fri, 19 Oct 2001 17:45:23 EDT
36886              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
36887      Branch: perl
36888            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
36889            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
36890            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
36891            ! vms/vmsish.h
36892 ____________________________________________________________________________
36893 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
36894         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
36895              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36896              Date: Fri, 19 Oct 2001 17:26:35 EDT
36897              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
36898      Branch: perl
36899            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
36900 ____________________________________________________________________________
36901 [ 12511] By: nick                                  on 2001/10/19  19:55:36
36902         Log: Fix gross win32 build issues
36903      Branch: perlio
36904            ! makedef.pl sv.c
36905 ____________________________________________________________________________
36906 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
36907         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
36908              From: David Dyck <dcd@tc.fluke.com>
36909              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
36910              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
36911      Branch: perl
36912            ! lib/File/Find.pm
36913 ____________________________________________________________________________
36914 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
36915         Log: Subject: Re: PerlIO and Encode
36916              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36917              Date: Tue, 16 Oct 2001 01:50:16 +0900
36918              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
36919      Branch: perl
36920            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
36921            ! ext/Encode/Encode/Tcl.t
36922 ____________________________________________________________________________
36923 [ 12508] By: ams                                   on 2001/10/19  17:59:16
36924         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
36925              (See #12499)
36926      Branch: perl
36927            ! pod/perlintro.pod
36928 ____________________________________________________________________________
36929 [ 12507] By: nick                                  on 2001/10/19  16:30:43
36930         Log: Integrate mainline
36931      Branch: perlio
36932           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
36933           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
36934           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
36935           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
36936           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
36937           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
36938           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36939           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
36940           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
36941           +> win32/config_H.win64
36942            - lib/Test/Utils.pm lib/unicore/mktables.PL
36943            - t/lib/Test/Simple/Catch/More.pm
36944           !> (integrate 84 files)
36945 ____________________________________________________________________________
36946 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
36947         Log: Retract the #10451 which seems to be the cause
36948              of the major leakage from while(){eval"sub{}"}
36949      Branch: perl
36950            ! op.c t/run/kill_perl.t
36951 ____________________________________________________________________________
36952 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
36953         Log: Regen toc.
36954      Branch: perl
36955            ! pod/perltoc.pod
36956 ____________________________________________________________________________
36957 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
36958         Log: Tiny tweaks.
36959      Branch: perl
36960            ! pod/perl.pod
36961 ____________________________________________________________________________
36962 [ 12503] By: ams                                   on 2001/10/19  13:34:24
36963         Log: Subject: Re: perlintro.pod
36964              From: Abe Timmerman <abe@ztreet.demon.nl>
36965              Date: Fri, 19 Oct 2001 14:12:40 +0200
36966              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
36967      Branch: perl
36968            ! pod/perlintro.pod
36969 ____________________________________________________________________________
36970 [ 12502] By: ams                                   on 2001/10/19  13:24:12
36971         Log: Slight reorganisation of references.
36972      Branch: perl
36973            ! pod/perl.pod
36974 ____________________________________________________________________________
36975 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
36976         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
36977              From: Kay Röpke <kroepke@dolphin-services.de>
36978              Date: Fri, 19 Oct 2001 14:04:01 +0200 
36979              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
36980      Branch: perl
36981            ! lib/ExtUtils/MakeMaker.pm
36982 ____________________________________________________________________________
36983 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
36984         Log: Unicode categories continue:
36985              implement Category=, Script=, Block=
36986              (these are based on an upcoming update of TR#18)
36987              Fix a bug where we got two In categories named "old italic",
36988              and another where shortcut for the Is categories wasn't taken.
36989      Branch: perl
36990            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
36991            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
36992            ! pod/perlunicode.pod t/op/pat.t
36993 ____________________________________________________________________________
36994 [ 12499] By: ams                                   on 2001/10/19  01:42:29
36995         Log: Subject: a small patch to perlintro.pod.
36996              From: Autrijus Tang <autrijus@autrijus.org>
36997              Date: Fri, 19 Oct 2001 01:45:51 +0800
36998              Message-Id: <20011019014551.A35625@not.autrijus.org>
36999              (Applied by hand with nits.)
37000      Branch: perl
37001            ! pod/perlintro.pod
37002 ____________________________________________________________________________
37003 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
37004         Log: Subject: [PATCH] OpenBSD hints for ithreads
37005              From: Andy Dougherty <doughera@lafayette.edu>
37006              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
37007              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
37008      Branch: perl
37009            ! hints/openbsd.sh
37010 ____________________________________________________________________________
37011 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
37012         Log: Retract #12446; the problem solved by #12474.
37013      Branch: perl
37014            ! hints/aix.sh
37015 ____________________________________________________________________________
37016 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
37017         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
37018              message and suppress line number info (from Steve Hay
37019              <Steve.Hay@uk.radan.com>)
37020      Branch: maint-5.6/perl
37021            ! lib/Carp/Heavy.pm
37022 ____________________________________________________________________________
37023 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
37024         Log: More documented In categories.
37025      Branch: perl
37026            ! pod/perlunicode.pod
37027 ____________________________________________________________________________
37028 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
37029         Log: Update Changes.
37030      Branch: perl
37031            ! Changes patchlevel.h
37032 ____________________________________________________________________________
37033 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
37034         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
37035      Branch: perl
37036            ! MANIFEST
37037 ____________________________________________________________________________
37038 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
37039         Log: Wrong skip() arguments.
37040      Branch: perl
37041            ! ext/B/t/terse.t
37042 ____________________________________________________________________________
37043 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
37044         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
37045              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37046              Date: Wed, 17 Oct 2001 09:10:53 EDT 
37047              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
37048      Branch: perl
37049            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
37050            ! pod/perlapi.pod vms/vms.c
37051 ____________________________________________________________________________
37052 [ 12490] By: ams                                   on 2001/10/18  09:31:00
37053         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
37054              From: Mark-Jason Dominus <mjd@plover.com>
37055              Date: Thu, 18 Oct 2001 06:25:35 -0400
37056              Message-Id: <20011018102535.19264.qmail@plover.com>
37057      Branch: perl
37058            ! pod/perl.pod
37059 ____________________________________________________________________________
37060 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
37061         Log: Prettyprinting.
37062      Branch: perl
37063            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
37064 ____________________________________________________________________________
37065 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
37066         Log: Regen toc.
37067      Branch: perl
37068            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37069 ____________________________________________________________________________
37070 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
37071         Log: Add perlintro, from Skud.
37072      Branch: perl
37073            + pod/perlintro.pod
37074            ! MANIFEST
37075 ____________________________________________________________________________
37076 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
37077         Log: FAQ sync.
37078      Branch: perl
37079            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
37080            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
37081            ! pod/perlfaq8.pod pod/perlfaq9.pod
37082 ____________________________________________________________________________
37083 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
37084         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
37085              in speed (upto 20% speedup in certain operations) but meanwhile
37086              regexps and arithmetics got slower (5-10%) (according to
37087              perlbench average speedup is negligible, and within measuring
37088              flutter, 1%).  Therefore retracting all the changes
37089              aimed at getting -std1 to compile cleanly:  #12475, #12476,
37090              #12479, #12480, #12481, #12482, #12483, #12484.
37091      Branch: perl
37092            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
37093            ! pp_hot.c pp_sys.c toke.c
37094 ____________________________________________________________________________
37095 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
37096         Log: (retracted by #12485)
37097              Strict ANSI doesn't like the third argument of main()
37098              so enable ignoring it if using ultra picky compiler.
37099      Branch: perl
37100            ! miniperlmain.c
37101 ____________________________________________________________________________
37102 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
37103         Log: (retracted by #12485)
37104              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
37105      Branch: perl
37106            ! perl.h
37107 ____________________________________________________________________________
37108 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
37109         Log: (retracted by #12485)
37110              Add explanatory comment.
37111      Branch: perl
37112            ! mg.c
37113 ____________________________________________________________________________
37114 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
37115         Log: (retracted by #12485)
37116              More dollar$hiding.
37117      Branch: perl
37118            ! doio.c perl.h pp_sys.c
37119 ____________________________________________________________________________
37120 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
37121         Log: (retracted by #12485)
37122              KISS.
37123      Branch: perl
37124            ! mg.c
37125 ____________________________________________________________________________
37126 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
37127         Log: (retracted by #12485)
37128              Thou shalt not #ifdef inside macro invocations,
37129              noticed by Rafael Garcia-Suarez.
37130      Branch: perl
37131            ! mg.c
37132 ____________________________________________________________________________
37133 [ 12478] By: ams                                   on 2001/10/17  18:50:55
37134         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
37135              From: Anton Berezin <tobez@tobez.org>
37136              Date: Wed, 17 Oct 2001 18:25:48 +0200
37137              Message-Id: <20011017182548.A12082@heechee.tobez.org>
37138      Branch: perl
37139            ! pp_sys.c
37140 ____________________________________________________________________________
37141 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
37142         Log: (retracted by #12485)
37143              Unterminated #ifdef.
37144      Branch: perl
37145            ! mg.c
37146 ____________________________________________________________________________
37147 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
37148         Log: (retracted by #12485)
37149              Avoid dollar signs in identifiers (in non-VMS) to
37150              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
37151      Branch: perl
37152            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
37153            ! toke.c
37154 ____________________________________________________________________________
37155 [ 12474] By: ams                                   on 2001/10/17  15:14:50
37156         Log: Subject: Two AIX patches
37157              From: H.Merijn Brand <h.m.brand@hccnet.nl>
37158              Date: Wed, 17 Oct 2001 18:04:35 +0200
37159              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
37160      Branch: perl
37161            ! hints/aix.sh makedef.pl
37162 ____________________________________________________________________________
37163 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
37164         Log: Limiting the Time::HiRes::sleep and usleep to
37165              one second is not a good policy if drop-in
37166              replacement is still a goal.
37167      Branch: perl
37168            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37169            ! ext/Time/HiRes/HiRes.xs
37170 ____________________________________________________________________________
37171 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
37172         Log: Subject: [PATCH] Test::Simple 0.32
37173              From: Michael G Schwern <schwern@pobox.com> 
37174              Date: Wed, 17 Oct 2001 03:42:41 -0400
37175              Message-ID: <20011017034241.A25038@blackrider>
37176      Branch: perl
37177            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
37178            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
37179            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
37180            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
37181            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
37182            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
37183            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
37184            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
37185            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
37186            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
37187            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
37188            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
37189            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
37190            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
37191            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
37192            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
37193            ! t/lib/Test/Simple/Catch.pm
37194            ! t/lib/Test/Simple/sample_tests/five_fail.plx
37195 ____________________________________________________________________________
37196 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
37197         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
37198              From: Michael G Schwern <schwern@pobox.com> 
37199              Date: Wed, 17 Oct 2001 04:04:13 -0400
37200              Message-ID: <20011017040413.C25550@blackrider>
37201      Branch: perl
37202            ! t/TEST t/harness vms/test.com
37203 ____________________________________________________________________________
37204 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
37205         Log: Regen doc with perlmodstyle added.
37206      Branch: perl
37207            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37208 ____________________________________________________________________________
37209 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
37210         Log: Pod cleanup.
37211      Branch: perl
37212            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
37213 ____________________________________________________________________________
37214 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
37215         Log: Subject: perlmodstyle as a patch
37216              From: Kirrily Robert <skud@infotrope.net>
37217              Date: Tue, 16 Oct 2001 22:47:23 -0400
37218              Message-ID: <20011016224723.A20673@infotrope.net>
37219      Branch: perl
37220            + pod/perlmodstyle.pod
37221            ! MANIFEST
37222 ____________________________________________________________________________
37223 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
37224         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
37225              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
37226              Date: Thu, 6 Sep 2001 11:09:40 +0100
37227              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
37228              
37229              Mention also the develooper p5p archive.
37230      Branch: perl
37231            ! pod/perlhack.pod
37232 ____________________________________________________________________________
37233 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
37234         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
37235              From: Kay Röpke <kroepke@dolphin-services.de>
37236              Date: Tue, 16 Oct 2001 17:23:52 +0200
37237              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
37238      Branch: perl
37239            ! lib/ExtUtils/MakeMaker.pm
37240 ____________________________________________________________________________
37241 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
37242         Log: Add the special casing mappings (from SpecCase.txt)
37243              (except for the hyper special case mappings that have
37244              the condition list); the special casing mappings are
37245              unused for now.  Small tidying up on mktables.
37246      Branch: perl
37247            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37248            + lib/unicore/To/SpecUpper.pl
37249            ! lib/unicore/mktables
37250 ____________________________________________________________________________
37251 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
37252         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
37253              From: "David H. Adler" <dha@panix.com>       
37254              Date: Tue, 16 Oct 2001 11:59:35 -0400
37255              Message-ID: <20011016115935.A13078@panix.com>
37256              
37257              Subject: [ PATCH ] perldata patch, revised
37258              From: "David H. Adler" <dha@panix.com>     
37259              Date: Tue, 16 Oct 2001 18:26:49 -0400
37260              Message-ID: <20011016182649.C23970@panix.com>
37261      Branch: perl
37262            ! pod/perldata.pod pod/perlop.pod
37263 ____________________________________________________________________________
37264 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
37265         Log: Integrate perlio:
37266              
37267              [ 12462]
37268              PerlIOXxxx_dups for all but Win32
37269              
37270              [ 12461]
37271              Implement PerlIOStdio_dup (explains core dumps - dup
37272              was not setting up a FILE * to be fclosed()).
37273              
37274              [ 12460]
37275              When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
37276              overflow.
37277              
37278              [ 12456]
37279              Builds under ithreads (but fails all threads tests)
37280              
37281              [ 12451]
37282              Skeleton of "PerlIO_dup" coded.
37283              Still-passes all tests non-threaded (well it would wouldn't it!)
37284              
37285              [ 12447]
37286              Beginings of PerlIO_dup support (unstable)
37287              
37288              [ 11615]
37289              Avoid testing for (non-)existance of "encoding(xxxx)"
37290              layer is called "encoding" the (xxxx) is an argument.
37291      Branch: perl
37292           !> embed.h embed.pl ext/Encode/Encode.xs
37293           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
37294           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
37295           !> win32/win32io.c
37296 ____________________________________________________________________________
37297 [ 12462] By: nick                                  on 2001/10/16  19:11:30
37298         Log: PerlIOXxxx_dups for all but Win32
37299      Branch: perlio
37300            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
37301            ! ext/PerlIO/Via/Via.xs
37302 ____________________________________________________________________________
37303 [ 12461] By: nick                                  on 2001/10/16  18:28:48
37304         Log: Implement PerlIOStdio_dup (explains core dumps - dup
37305              was not setting up a FILE * to be fclosed()).
37306      Branch: perlio
37307            ! perlio.c
37308 ____________________________________________________________________________
37309 [ 12460] By: nick                                  on 2001/10/16  17:31:47
37310         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
37311              overflow.
37312      Branch: perlio
37313            ! perlio.c
37314 ____________________________________________________________________________
37315 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
37316         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
37317              From: "Craig A. Berry" <craigberry@mac.com>
37318              Date: Tue, 16 Oct 2001 13:08:38 -0500
37319              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
37320      Branch: perl
37321            ! configure.com
37322 ____________________________________________________________________________
37323 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
37324         Log: Can't expect too much accuracy from a sleep of one second.
37325              (I think this will also fail with high load.)
37326      Branch: perl
37327            ! ext/Time/HiRes/HiRes.t
37328 ____________________________________________________________________________
37329 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
37330         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
37331              From: "Werner, Randolf" <randolf.werner@sap.com>
37332              Date: Tue, 16 Oct 2001 18:33:02 +0200
37333              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
37334      Branch: perl
37335            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
37336            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
37337 ____________________________________________________________________________
37338 [ 12456] By: nick                                  on 2001/10/16  14:08:16
37339         Log: Builds under ithreads (but fails all threads tests)
37340      Branch: perlio
37341            ! hv.c perlio.c sv.c
37342 ____________________________________________________________________________
37343 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
37344         Log: I think the Perl_sortsv needs *not* be skipped?
37345      Branch: perl
37346            ! makedef.pl
37347 ____________________________________________________________________________
37348 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
37349         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
37350              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
37351              Date: Tue, 16 Oct 2001 15:32:44 +0200
37352              Message-ID: <3BCC531C.11494.3E433F@localhost>
37353      Branch: perl
37354            ! t/op/groups.t
37355 ____________________________________________________________________________
37356 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
37357         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
37358              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
37359              Date: Tue, 16 Oct 2001 15:01:04 +0200
37360              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
37361      Branch: perl
37362            ! t/io/fs.t
37363 ____________________________________________________________________________
37364 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
37365         Log: A forgotten deletion.
37366      Branch: perl
37367            - lib/unicore/mktables.PL
37368 ____________________________________________________________________________
37369 [ 12451] By: nick                                  on 2001/10/16  11:32:48
37370         Log: Skeleton of "PerlIO_dup" coded.
37371              Still-passes all tests non-threaded (well it would wouldn't it!)
37372      Branch: perlio
37373            ! embed.h embed.pl ext/Encode/Encode.xs
37374            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
37375            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
37376            ! win32/win32io.c
37377 ____________________________________________________________________________
37378 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
37379         Log: Document the problem with the swash_fetch() API that affects
37380              more complex case conversions.
37381      Branch: perl
37382            ! lib/utf8_heavy.pl utf8.c
37383 ____________________________________________________________________________
37384 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
37385         Log: Make Time::HiRes::sleep() and usleep() to return
37386              the number of seconds (a floating point value) and 
37387              microseconds (an integer) actually slept (well,
37388              modulo the time spent in measuring the time actually
37389              slept...), to be a better drop-in replacement for
37390              the builtin sleep().  Noticed by Chris Nandor.
37391              
37392              Also make usleep() to croak if fed illegal number
37393              of useconds (anything greater than 1_000_000).
37394      Branch: perl
37395            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37396            ! ext/Time/HiRes/HiRes.xs
37397 ____________________________________________________________________________
37398 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
37399         Log: A missing SvREFCNT_dec.
37400      Branch: perl
37401            ! perl.c
37402 ____________________________________________________________________________
37403 [ 12447] By: nick                                  on 2001/10/15  20:27:53
37404         Log: Beginings of PerlIO_dup support (unstable)
37405      Branch: perlio
37406            ! perlio.c perliol.h
37407 ____________________________________________________________________________
37408 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
37409         Log: (retracted by #12497)
37410              In AIX vac 5 just can't seem to get regcomp right.
37411      Branch: perl
37412            ! hints/aix.sh
37413 ____________________________________________________________________________
37414 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
37415         Log: Bump the version number to agree with the maintperl one.
37416      Branch: perl
37417            ! lib/Tie/RefHash.pm
37418 ____________________________________________________________________________
37419 [ 12444] By: nick                                  on 2001/10/15  15:59:57
37420         Log: Integrate mainline
37421      Branch: perlio
37422           +> lib/Math/BigInt/t/Math/Subclass.pm
37423           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
37424           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
37425           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
37426           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
37427           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
37428           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
37429           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
37430           +> lib/unicore/mktables
37431            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
37432            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
37433            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
37434            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
37435            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
37436            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
37437            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
37438            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
37439            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
37440            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
37441            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
37442            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
37443            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
37444            - lib/unicore/syllables.txt
37445           !> (integrate 344 files)
37446 ____________________________________________________________________________
37447 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
37448         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
37449      Branch: perl
37450            ! ext/DB_File/DB_File.xs
37451 ____________________________________________________________________________
37452 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
37453         Log: Sync the skip() amounts with the number of tests.
37454      Branch: perl
37455            ! lib/Term/Complete.t
37456 ____________________________________________________________________________
37457 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
37458         Log: Update Changes.
37459      Branch: perl
37460            ! Changes patchlevel.h
37461 ____________________________________________________________________________
37462 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
37463         Log: MacOS Classic catdir() rewrite from Thomas Wegner
37464              (backward incompatibility, but a deliberate one,
37465              the old version simply is broken in its logic),
37466              also documentation updates, and as suggested replicated
37467              the File::Spec::Unix documentation updates also on the
37468              File::Spec documentation.
37469              
37470              TODO: there seems to be duplication of documentation
37471              between File::Spec and File::Spec::Unix.  I think
37472              the ::Unix should be left only with specific UNIXisms,
37473              and all the generic documentation should be in ::Spec.
37474      Branch: perl
37475            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
37476            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
37477            ! lib/File/Spec/Unix.pm
37478 ____________________________________________________________________________
37479 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
37480         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
37481              From: Blair Zajac <blair@orcaware.com>
37482              Date: Mon, 24 Sep 2001 11:48:58 -0700
37483              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
37484              
37485              (the skip() messages)
37486      Branch: perl
37487            ! t/op/magic.t
37488 ____________________________________________________________________________
37489 [ 12438] By: ams                                   on 2001/10/14  23:43:59
37490         Log: Subject: [PATCH] make PerlIO default on VMS
37491              From: "Craig A. Berry" <craigberry@mac.com>
37492              Date: Sun, 14 Oct 2001 15:27:18 -0500
37493              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
37494      Branch: perl
37495            ! configure.com
37496 ____________________________________________________________________________
37497 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
37498         Log: Retract #12436 (Abhijit already did this at #12426)
37499      Branch: perl
37500            ! lib/ExtUtils/MM_Unix.pm
37501 ____________________________________________________________________________
37502 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
37503         Log: (retracted by #12437)
37504              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
37505              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
37506              Date: Sat, 13 Oct 2001 20:33:55 +0200
37507              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
37508      Branch: perl
37509            ! lib/ExtUtils/MM_Unix.pm
37510 ____________________________________________________________________________
37511 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
37512         Log: Subject: h2xs grammar nit
37513              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37514              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
37515              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
37516      Branch: perl
37517            ! utils/h2xs.PL
37518 ____________________________________________________________________________
37519 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
37520         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
37521              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
37522              Date: Sun, 14 Oct 2001 11:25:08 +0100
37523              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
37524      Branch: perl
37525            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
37526            ! warnings.pl
37527 ____________________________________________________________________________
37528 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
37529         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
37530              for File::Spec::Mac::catfile)
37531      Branch: perl
37532            ! lib/h2xs.t
37533 ____________________________________________________________________________
37534 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
37535         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
37536              From: Nicholas Clark <nick@ccl4.org>
37537              Date: Sat, 13 Oct 2001 00:07:31 +0100
37538              Message-ID: <20011013000731.D67535@plum.flirble.org>
37539      Branch: perl
37540            ! lib/h2xs.t utils/h2xs.PL
37541 ____________________________________________________________________________
37542 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
37543         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
37544              before DEFINE and INC), and repent by taking DEFINE and
37545              INC away from PASTHRU.
37546      Branch: perl
37547            ! lib/ExtUtils/MM_Unix.pm
37548 ____________________________________________________________________________
37549 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
37550         Log: More MANIFEST anomalies.
37551      Branch: perl
37552            ! MANIFEST
37553 ____________________________________________________________________________
37554 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
37555         Log: Not that many.
37556      Branch: perl
37557            ! MANIFEST
37558 ____________________________________________________________________________
37559 [ 12428] By: sky                                   on 2001/10/13  20:59:27
37560         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
37561              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37562              Date: Sat, 13 Oct 2001 23:15:55 +0200
37563              Message-ID: <20011013231555.A18071@rafael>
37564      Branch: perl
37565            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
37566            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
37567 ____________________________________________________________________________
37568 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
37569         Log: Rewrite mktables from scratch.
37570              - Cleaner.
37571              - Faster: 15-20 seconds as opposed to several minutes.
37572              - More dynamic: the names of the various categories
37573              such as the linebreak ones are dynamic, not static.
37574              - Is.pl: long names for the general category properties
37575              are now available.
37576              - Ranges (<... ,First>, <..., Last>) from the general
37577              categories work now.
37578              - No more mktables.PL because the mktables.PL is not
37579              and never has been run to create a mktables.
37580              - syllables.txt and Is/Syl*.pl removed: non-standard
37581              (not part of the Unicode), and the whole concept is
37582              being reworked (http://syllabary.sourceforge.net/),
37583              the old way wouldn't even work with the new Syllables.txt
37584              (it would result in 1000+ new categories)
37585      Branch: perl
37586            + lib/unicore/In/163.pl lib/unicore/In/164.pl
37587            + lib/unicore/In/165.pl lib/unicore/In/166.pl
37588            + lib/unicore/In/167.pl lib/unicore/In/168.pl
37589            + lib/unicore/In/169.pl lib/unicore/In/170.pl
37590            + lib/unicore/In/171.pl lib/unicore/Is.pl
37591            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
37592            + lib/unicore/mktables
37593            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
37594            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
37595            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
37596            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
37597            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
37598            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
37599            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
37600            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
37601            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
37602            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
37603            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
37604            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
37605            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
37606            - lib/unicore/syllables.txt
37607            ! (edit 304 files)
37608 ____________________________________________________________________________
37609 [ 12426] By: ams                                   on 2001/10/13  18:05:36
37610         Log: ExtUtils::MM_Unix should ignore comments when searching for
37611              $VERSION.
37612      Branch: perl
37613            ! lib/ExtUtils/MM_Unix.pm
37614 ____________________________________________________________________________
37615 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
37616         Log: Subject: Re: New module XML::Clean
37617              From: andreas.koenig@anima.de (Andreas J. Koenig)
37618              Date: 13 Oct 2001 10:17:09 +0200
37619              Message-ID: <m37ku0t0my.fsf@anima.de>
37620      Branch: perl
37621            ! pod/perlnewmod.pod
37622 ____________________________________________________________________________
37623 [ 12424] By: sky                                   on 2001/10/13  09:39:59
37624         Log: Set thread stack size if needed.
37625      Branch: perl
37626            ! ext/threads/threads.xs
37627 ____________________________________________________________________________
37628 [ 12423] By: sky                                   on 2001/10/13  09:36:49
37629         Log: We do want to set the attribute to joinable even on modern posix
37630              platforms.
37631      Branch: perl
37632            ! ext/threads/threads.xs
37633 ____________________________________________________________________________
37634 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
37635         Log: Subject: [PATCH ext/Data/Dumper.xs]
37636              From: Brian Ingerson <ingy@ttul.org>
37637              Date: Fri, 12 Oct 2001 19:32:35 -0700
37638              Message-ID: <20011012193235.B889@ttul.org>
37639      Branch: perl
37640            ! ext/Data/Dumper/Dumper.xs
37641 ____________________________________________________________________________
37642 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
37643         Log: Update Changes.
37644      Branch: perl
37645            ! Changes patchlevel.h
37646 ____________________________________________________________________________
37647 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
37648         Log: FAQ sync.
37649      Branch: perl
37650            ! pod/perlfaq3.pod pod/perlfaq4.pod
37651 ____________________________________________________________________________
37652 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
37653         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
37654              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
37655              Date: Fri, 12 Oct 2001 11:51:05 -0700
37656              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
37657      Branch: perl
37658            ! lib/File/Copy.pm
37659 ____________________________________________________________________________
37660 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
37661         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
37662              From: "chromatic" <chromatic@rmci.net>     
37663              Date: Thu, 11 Oct 2001 10:57:55 -0600
37664              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
37665              
37666              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
37667              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37668              Date: Thu, 11 Oct 2001 22:34:21 +0200
37669              Message-ID: <20011011223421.A693@rafael>     
37670              
37671              plus undef $Term::Complete::stty as suggested by Rafael.
37672      Branch: perl
37673            ! lib/Term/Complete.pm lib/Term/Complete.t
37674 ____________________________________________________________________________
37675 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
37676         Log: UUnndduupplleexx..
37677      Branch: perl
37678            ! perl.h
37679 ____________________________________________________________________________
37680 [ 12416] By: sky                                   on 2001/10/12  20:16:19
37681         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
37682              From: Andy Dougherty <doughera@lafayette.edu>
37683              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
37684              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
37685              (Potentially only band-aid)
37686      Branch: perl
37687            ! sv.c
37688 ____________________________________________________________________________
37689 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
37690         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
37691              mishandles kill(), and therefore the sigaction test
37692              should be skipped, from Charles Lane.
37693      Branch: perl
37694            ! ext/POSIX/t/sigaction.t
37695 ____________________________________________________________________________
37696 [ 12414] By: sky                                   on 2001/10/12  18:47:49
37697         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
37698      Branch: perl
37699            ! op.h
37700 ____________________________________________________________________________
37701 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
37702         Log: Upgrade to Math::BigInt 1.44 from Tels and
37703              further fixes from John Peacock.
37704      Branch: perl
37705            + lib/Math/BigInt/t/Math/Subclass.pm
37706            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
37707            + lib/Math/BigInt/t/subclass.t
37708            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
37709            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
37710            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
37711            ! lib/Math/BigInt/t/mbimbf.t
37712 ____________________________________________________________________________
37713 [ 12412] By: sky                                   on 2001/10/12  18:28:23
37714         Log: perhaps pthread_attr_t really needs to be set for the old api
37715      Branch: perl
37716            ! ext/threads/threads.xs
37717 ____________________________________________________________________________
37718 [ 12411] By: sky                                   on 2001/10/12  18:11:45
37719         Log: pthread_keycreate not pthread_key_create under the here be dragons API
37720      Branch: perl
37721            ! ext/threads/threads.h
37722 ____________________________________________________________________________
37723 [ 12410] By: sky                                   on 2001/10/12  18:07:37
37724         Log: Apperently OLD PTHREADS API is a bit retarded.
37725              This should fix another set of compile failures in HP-UX 10.20.
37726      Branch: perl
37727            ! ext/threads/threads.h ext/threads/threads.xs
37728 ____________________________________________________________________________
37729 [ 12409] By: nick                                  on 2001/10/12  15:30:01
37730         Log: Blind integrate of mainline
37731      Branch: perlio
37732           +> (branch 32 files)
37733            - lib/unicode/README
37734           !> (integrate 121 files)
37735 ____________________________________________________________________________
37736 [ 12408] By: sky                                   on 2001/10/12  14:55:08
37737         Log: Let us avoid being smart for now.
37738      Branch: perl
37739            ! ext/threads/threads.h
37740 ____________________________________________________________________________
37741 [ 12407] By: sky                                   on 2001/10/12  14:38:12
37742         Log: (void*) the argument to make sure we work with picky compilers
37743      Branch: perl
37744            ! ext/threads/threads.xs
37745 ____________________________________________________________________________
37746 [ 12406] By: ams                                   on 2001/10/12  13:26:04
37747         Log: (replaced with #12600)
37748              
37749              Subject: [PATCH 5.6.1 perldoc] use File::Temp
37750              From: Mikhail Zabaluev <mhz@alt-linux.org>
37751              Date: Fri, 12 Oct 2001 12:47:47 +0400
37752              Message-Id: <20011012124747.E13918@localhost.localdomain>
37753      Branch: perl
37754            ! utils/perldoc.PL
37755 ____________________________________________________________________________
37756 [ 12405] By: ams                                   on 2001/10/12  13:05:32
37757         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
37758              From: andreas.koenig@anima.de (Andreas J. Koenig)
37759              Date: 12 Oct 2001 11:12:07 +0200
37760              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
37761      Branch: perl
37762            ! lib/Memoize/t/speed.t
37763 ____________________________________________________________________________
37764 [ 12404] By: sky                                   on 2001/10/12  12:46:15
37765         Log: A) Support OLD_PTHREADS_API
37766              B) Change from using pthread_t to using a TLS to store the
37767              index of the thread in an hash, this is to avoid problems when
37768              in fact pthread_t was not a seralizable type.
37769              Both these changes are because of HP-UX 10.20
37770              This has not been tested on win32 but should work there.
37771              Need to add support for NetWare.
37772      Branch: perl
37773            ! ext/threads/threads.h ext/threads/threads.xs
37774 ____________________________________________________________________________
37775 [ 12403] By: ams                                   on 2001/10/12  07:34:19
37776         Log: Subject: Re: New module XML::Clean
37777              From: andreas.koenig@anima.de (Andreas J. Koenig)
37778              Date: 12 Oct 2001 10:20:35 +0200
37779              Message-Id: <m3elo9uv58.fsf@anima.de>
37780      Branch: perl
37781            ! pod/perlnewmod.pod
37782 ____________________________________________________________________________
37783 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
37784         Log: More HP model tweaks from Merijn.
37785      Branch: perl
37786            ! README.hpux
37787 ____________________________________________________________________________
37788 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
37789         Log: Update Changes.
37790      Branch: perl
37791            ! Changes patchlevel.h
37792 ____________________________________________________________________________
37793 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
37794         Log: HP-UX update from H.Merijn Brand.
37795      Branch: perl
37796            ! README.hpux
37797 ____________________________________________________________________________
37798 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
37799         Log: Subject: [PATCH] fix link rot in README.vms
37800              From: "Craig A. Berry" <craigberry@mac.com>
37801              Date: Wed, 10 Oct 2001 17:17:00 -0500
37802              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
37803      Branch: perl
37804            ! README.vms
37805 ____________________________________________________________________________
37806 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
37807         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
37808              From: "chromatic" <chromatic@rmci.net>
37809              Date: Wed, 10 Oct 2001 15:50:30 -0600
37810              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
37811      Branch: perl
37812            ! lib/Term/Complete.t
37813 ____________________________________________________________________________
37814 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
37815         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
37816              From: "chromatic" <chromatic@rmci.net>
37817              Date: Wed, 10 Oct 2001 15:45:42 -0600
37818              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
37819      Branch: perl
37820            + lib/ExtUtils/Packlist.t
37821            ! MANIFEST
37822 ____________________________________________________________________________
37823 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
37824         Log: VMS needs quotes around the -I option to keep it from
37825              being downcased, from Charles Lane.
37826      Branch: perl
37827            ! t/run/kill_perl.t
37828 ____________________________________________________________________________
37829 [ 12395] By: ams                                   on 2001/10/10  16:22:32
37830         Log: Subject: [PATCH lib/FindBin.pm]
37831              From: Stas Bekman <stas@stason.org>
37832              Date: Tue, 09 Oct 2001 23:57:10 +0800
37833              Message-Id: <3BC31E56.60805@stason.org>
37834      Branch: perl
37835            ! lib/FindBin.pm
37836 ____________________________________________________________________________
37837 [ 12394] By: ams                                   on 2001/10/10  16:09:53
37838         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
37839              From: Abhijit Menon-Sen <ams@wiw.org>
37840              Date: Wed, 10 Oct 2001 21:59:33 +0530
37841              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
37842      Branch: perl
37843            ! ext/Data/Dumper/Dumper.xs
37844 ____________________________________________________________________________
37845 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
37846         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
37847              from Charles Lane.
37848      Branch: perl
37849            ! lib/File/Spec/VMS.pm
37850 ____________________________________________________________________________
37851 [ 12392] By: ams                                   on 2001/10/10  14:49:43
37852         Log: Subject: [PATCH] two s/// bugfixes
37853              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37854              Date: Wed, 10 Oct 2001 17:23:44 +0200
37855              Message-Id: <20011010172344.C22440@rafael>
37856      Branch: perl
37857            ! pp_ctl.c regexec.c t/op/subst.t
37858 ____________________________________________________________________________
37859 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
37860         Log: Fix/improve handling of the [000000] special "root"
37861              directory, by putting cwd in canonical form when doing
37862              abs2rel, and prepending a 000000 to directory "chunks"
37863              if missing from base or path.  Also adjust test to
37864              reflect the (improved) output from abs2rel.
37865              From Charles Lane.
37866      Branch: perl
37867            ! lib/File/Spec.t lib/File/Spec/VMS.pm
37868 ____________________________________________________________________________
37869 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
37870         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
37871              all of the extra VMSish attributes (such as "treat this logical
37872              as a device name") that are necessary to make programs run.
37873              A tainted %ENV does not hinder VMS.  From Charles Lane.
37874      Branch: perl
37875            ! lib/File/Find/t/taint.t
37876 ____________________________________________________________________________
37877 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
37878         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
37879              
37880              o  VMS is case-insensitive, RTL downcases filenames read
37881              by perl... so need to re-upcase filenames like MANIFEST
37882              and MANIFEST.SKIP
37883              
37884              o  Need to convert VMS-style to Unix-style filenames when comparing
37885              names in MANIFEST to names in filesystem.
37886              
37887              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
37888              since VMS won't let you (easily) delete non-empty directories.
37889              
37890              From Charles Lane.
37891      Branch: perl
37892            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
37893 ____________________________________________________________________________
37894 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
37895         Log: Unix and VMS agree on "*" as a "match any number of any chars"
37896              wildcards, but differ ("?"  vs.  "%") for their "match any single
37897              char" wildcard.  This patch changes "?"  chars to "%" before doing a
37898              VMS glob...at no loss of functionality, since "?"  isn't a valid
37899              filename char on VMS.  From Charles Lane.
37900      Branch: perl
37901            ! doio.c
37902 ____________________________________________________________________________
37903 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
37904         Log: (accidentally empty submit; new life as #12390)
37905      Branch: perl
37906            ! lib/File/Find/t/taint.t
37907 ____________________________________________________________________________
37908 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
37909         Log: Even more VMS tweakage from Charles Lane:
37910              
37911              Tweak #1:  splitdir only works on directory part of filespec,
37912              split off volume first
37913              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
37914              (it's a horrible kludge in the run-time library,
37915              improved in later versions). Check the
37916              $Config{'d_setenv'} flag before attempting to set it.
37917      Branch: perl
37918            ! t/op/chdir.t
37919 ____________________________________________________________________________
37920 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
37921         Log: VMS tweakage from Charles Lane.
37922              
37923              . command.com doubles an output line when prompting for extensions
37924              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
37925              . perl5db doesn't clean up after itself
37926      Branch: perl
37927            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
37928 ____________________________________________________________________________
37929 [ 12384] By: sky                                   on 2001/10/09  19:16:11
37930         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
37931              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37932              Date: Tue, 9 Oct 2001 22:10:26 +0200
37933              Message-ID: <20011009221026.A8579@rafael>
37934      Branch: perl
37935            ! pod/perldata.pod
37936 ____________________________________________________________________________
37937 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
37938         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
37939              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
37940              Date: 9 Oct 2001 15:15:06 -0000
37941              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
37942      Branch: perl
37943            ! t/op/subst.t
37944 ____________________________________________________________________________
37945 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
37946         Log: Update Changes.
37947      Branch: perl
37948            ! Changes patchlevel.h
37949 ____________________________________________________________________________
37950 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
37951         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
37952              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
37953              when a NULL is passed for the filename string pointer.
37954              From Charles Lane.
37955      Branch: perl
37956            ! vms/vms.c
37957 ____________________________________________________________________________
37958 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
37959         Log: Subject: HP systems update
37960              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37961              Date: Tue, 09 Oct 2001 15:59:22 +0200
37962              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
37963      Branch: perl
37964            ! README.hpux
37965 ____________________________________________________________________________
37966 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
37967         Log: CPAN::Nox does now have a test.
37968      Branch: perl
37969            ! t/lib/1_compile.t
37970 ____________________________________________________________________________
37971 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
37972         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
37973              From: David Dyck <dcd@tc.fluke.com>
37974              Date: Mon, 1 Oct 2001 12:17:36 -0700
37975              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
37976      Branch: perl
37977            ! installperl
37978 ____________________________________________________________________________
37979 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
37980         Log: NetWare update from Ananth Kesari.
37981      Branch: perl
37982            ! NetWare/nwperlsys.h makedef.pl
37983 ____________________________________________________________________________
37984 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
37985         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
37986              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37987              Date: Tue, 9 Oct 2001 08:40:57 EDT
37988              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
37989      Branch: perl
37990            ! lib/File/Find/t/find.t
37991 ____________________________________________________________________________
37992 [ 12374] By: ams                                   on 2001/10/09  05:31:45
37993         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
37994              ExtUtils::Mkbootstrap
37995              From: "chromatic" <chromatic@rmci.net>
37996              Date: Tue, 09 Oct 2001 00:08:37 -0600
37997              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
37998      Branch: perl
37999            + lib/ExtUtils/Mkbootstrap.t
38000            ! MANIFEST
38001 ____________________________________________________________________________
38002 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
38003         Log: Enable more debugging.
38004      Branch: perl
38005            ! lib/utf8_heavy.pl
38006 ____________________________________________________________________________
38007 [ 12372] By: ams                                   on 2001/10/09  02:11:59
38008         Log: #12370 forgot to modify is_gv_magical().
38009      Branch: perl
38010            ! gv.c
38011 ____________________________________________________________________________
38012 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
38013         Log: Make the toupper/lower/title API for Unicode not right
38014              but at least less wrong: prepare for the mapping being
38015              more than just one-character-to-one-character.
38016      Branch: perl
38017            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
38018            ! regexec.c utf8.c
38019 ____________________________________________________________________________
38020 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
38021         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
38022              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38023              Date: Mon, 8 Oct 2001 22:18:23 -0400
38024              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
38025      Branch: perl
38026            ! pod/perlvar.pod t/op/taint.t
38027 ____________________________________________________________________________
38028 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
38029         Log: FAQ sync.
38030      Branch: perl
38031            ! pod/perlfaq3.pod pod/perlfaq4.pod
38032 ____________________________________________________________________________
38033 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
38034         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
38035              From: "chromatic" <chromatic@rmci.net>
38036              Date: Mon, 08 Oct 2001 14:05:32 -0600
38037              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
38038      Branch: perl
38039            ! lib/Term/Cap.t
38040 ____________________________________________________________________________
38041 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
38042         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38043              From: Michael G Schwern <schwern@pobox.com>
38044              Date: Mon, 8 Oct 2001 17:00:14 -0400
38045              Message-ID: <20011008170014.L17083@blackrider>
38046      Branch: perl
38047            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
38048 ____________________________________________________________________________
38049 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
38050         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
38051              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38052              Date: Mon, 8 Oct 2001 16:01:33 EDT
38053              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
38054      Branch: perl
38055            ! ext/Time/HiRes/HiRes.xs
38056 ____________________________________________________________________________
38057 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
38058         Log: Subject: [PATCH] Autosplit patch for VMS
38059              From: "Craig A. Berry" <craigberry@mac.com>
38060              Date: Mon, 08 Oct 2001 15:40:43 -0500
38061              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
38062      Branch: perl
38063            ! lib/AutoSplit.pm lib/AutoSplit.t
38064 ____________________________________________________________________________
38065 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
38066         Log: Don't assume that everybody is running OS X 10.1 yet;
38067              from Kay Röpke.
38068      Branch: perl
38069            ! hints/darwin.sh
38070 ____________________________________________________________________________
38071 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
38072         Log: Update Changes.
38073      Branch: perl
38074            ! Changes patchlevel.h
38075 ____________________________________________________________________________
38076 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
38077         Log: Retract #12358 for now.
38078      Branch: perl
38079            ! lib/Term/Cap.t
38080 ____________________________________________________________________________
38081 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
38082         Log: Can't figure out what this is testing.
38083              (If it is trying to catch SIGKILL, it should stop
38084              trying because that is by definition impossible.)
38085      Branch: perl
38086            ! lib/sigtrap.t
38087 ____________________________________________________________________________
38088 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
38089         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
38090              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
38091              Date: Sun, 30 Sep 2001 21:15:13 +0200
38092              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
38093      Branch: perl
38094            ! lib/ExtUtils/MM_Win32.pm
38095 ____________________________________________________________________________
38096 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
38097         Log: Clarify the ldlibpth part and condense the overall text.
38098      Branch: perl
38099            ! t/TEST
38100 ____________________________________________________________________________
38101 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
38102         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
38103              From: "chromatic" <chromatic@rmci.net>
38104              Date: Sun, 07 Oct 2001 16:59:26 -0600
38105              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
38106      Branch: perl
38107            ! lib/Term/Cap.t
38108 ____________________________________________________________________________
38109 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
38110         Log: Update the list because fo #12265.
38111      Branch: perl
38112            ! t/lib/1_compile.t
38113 ____________________________________________________________________________
38114 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
38115         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
38116              From: Nicholas Clark <nick@ccl4.org>
38117              Date: Sun, 7 Oct 2001 20:53:33 +0100
38118              Message-ID: <20011007205333.S38756@plum.flirble.org>   
38119      Branch: perl
38120            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
38121            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
38122            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
38123            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
38124            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
38125            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
38126            ! lib/Switch/t/switch.t lib/Term/Complete.t
38127            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
38128            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
38129            ! t/op/my_stash.t
38130 ____________________________________________________________________________
38131 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
38132         Log: Integrate patch #12350 from maintperl; typo in
38133              IO::Seekable doc.
38134      Branch: perl
38135           !> ext/IO/lib/IO/Seekable.pm
38136 ____________________________________________________________________________
38137 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
38138         Log: Detypo.
38139      Branch: perl
38140            ! hints/darwin.sh
38141 ____________________________________________________________________________
38142 [ 12353] By: sky                                   on 2001/10/07  17:16:14
38143         Log: Change 12349 didn't really get it right.
38144      Branch: perl
38145            ! lib/Unicode/README
38146 ____________________________________________________________________________
38147 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
38148         Log: If running the harness the dynamic library search path
38149              may need setting.
38150      Branch: perl
38151            ! t/TEST
38152 ____________________________________________________________________________
38153 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
38154         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
38155              in ldflags.
38156      Branch: perl
38157            ! hints/darwin.sh
38158 ____________________________________________________________________________
38159 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
38160         Log: typo in IO::Seekable doc
38161      Branch: maint-5.6/perl
38162            ! ext/IO/lib/IO/Seekable.pm
38163 ____________________________________________________________________________
38164 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
38165         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
38166              doesn't work on Mac OS X 10.1 (when unpacking the tar the
38167              latter gets renamed as lib/unicode:1, assumedly for security
38168              reasons not to overwrite stuff)
38169      Branch: perl
38170            + lib/Unicode/README
38171            - lib/unicode/README
38172            ! MANIFEST
38173 ____________________________________________________________________________
38174 [ 12348] By: ams                                   on 2001/10/07  05:33:40
38175         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
38176              From: "chromatic" <chromatic@rmci.net>
38177              Date: Sat, 06 Oct 2001 21:42:03 -0600
38178              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
38179      Branch: perl
38180            + lib/CPAN/t/Nox.t
38181            ! MANIFEST
38182 ____________________________________________________________________________
38183 [ 12347] By: ams                                   on 2001/10/07  00:48:10
38184         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
38185              From: "chromatic" <chromatic@rmci.net>
38186              Date: Sat, 06 Oct 2001 18:52:10 -0600
38187              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
38188      Branch: perl
38189            + lib/sigtrap.t
38190            ! MANIFEST
38191 ____________________________________________________________________________
38192 [ 12346] By: ams                                   on 2001/10/06  23:14:01
38193         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
38194              h2xs write?)
38195              From: Nicholas Clark <nick@ccl4.org>
38196              Date: Sat, 6 Oct 2001 21:46:43 +0100
38197              Message-Id: <20011006214643.L38756@plum.flirble.org>
38198      Branch: perl
38199            ! utils/h2xs.PL
38200 ____________________________________________________________________________
38201 [ 12345] By: ams                                   on 2001/10/06  17:39:53
38202         Log: Subject: [PATCH] Memoize tests
38203              From: Nicholas Clark <nick@ccl4.org>
38204              Date: Sat, 6 Oct 2001 18:04:21 +0100
38205              Message-Id: <20011006180421.J38756@plum.flirble.org>
38206      Branch: perl
38207            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
38208            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
38209            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
38210            ! lib/Memoize/t/expire_module_n.t
38211            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
38212            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
38213            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
38214            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
38215            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
38216            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
38217 ____________________________________________________________________________
38218 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
38219         Log: Retract the latter part of #12343.
38220      Branch: perl
38221            ! ext/IO/lib/IO/Socket/INET.pm
38222 ____________________________________________________________________________
38223 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
38224         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
38225              From: David Dyck <dcd@tc.fluke.com>
38226              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
38227              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
38228              
38229              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
38230              From: David Dyck <dcd@tc.fluke.com>
38231              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
38232              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
38233      Branch: perl
38234            ! ext/IO/lib/IO/Socket/INET.pm
38235 ____________________________________________________________________________
38236 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
38237         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
38238              From: Robin Barker <rmb1@cise.npl.co.uk>
38239              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
38240              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
38241      Branch: perl
38242            ! t/TEST
38243 ____________________________________________________________________________
38244 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
38245         Log: Don't assume that %x is good for displaying UVs.
38246      Branch: perl
38247            ! dump.c
38248 ____________________________________________________________________________
38249 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
38250         Log: Update Changes.
38251      Branch: perl
38252            ! Changes patchlevel.h
38253 ____________________________________________________________________________
38254 [ 12339] By: ams                                   on 2001/10/05  10:22:34
38255         Log: Subject: [PATCH] perlfunc/select
38256              From: Nicholas Clark <nick@ccl4.org>
38257              Date: Fri, 5 Oct 2001 11:33:58 +0100
38258              Message-Id: <20011005113358.Z38756@plum.flirble.org>
38259      Branch: perl
38260            ! pod/perlfunc.pod
38261 ____________________________________________________________________________
38262 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
38263         Log: Retract #12313 and #12249.
38264      Branch: perl
38265            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
38266            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
38267            ! pod/perlebcdic.pod
38268 ____________________________________________________________________________
38269 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
38270         Log: Subject: [PATCH] perlvms.pod update
38271              From: "Craig A. Berry" <craigberry@mac.com>
38272              Date: Thu, 04 Oct 2001 12:55:52 -0500
38273              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
38274      Branch: perl
38275            ! vms/perlvms.pod
38276 ____________________________________________________________________________
38277 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
38278         Log: Subject: PATCH: Tie::SubstrHash
38279              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
38280              Date: Thu, 04 Oct 2001 12:12:41 +0100
38281              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
38282      Branch: perl
38283            ! lib/Tie/SubstrHash.pm
38284 ____________________________________________________________________________
38285 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
38286         Log: Unicode properties saga continues.
38287      Branch: perl
38288            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
38289            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
38290 ____________________________________________________________________________
38291 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
38292         Log: Yet more Unicode properties.
38293      Branch: perl
38294            + lib/unicore/In/137.pl lib/unicore/In/138.pl
38295            + lib/unicore/In/139.pl lib/unicore/In/140.pl
38296            + lib/unicore/In/141.pl lib/unicore/In/142.pl
38297            + lib/unicore/In/143.pl lib/unicore/In/144.pl
38298            + lib/unicore/In/145.pl lib/unicore/In/146.pl
38299            + lib/unicore/In/147.pl lib/unicore/In/148.pl
38300            + lib/unicore/In/149.pl lib/unicore/In/150.pl
38301            + lib/unicore/In/151.pl lib/unicore/In/152.pl
38302            + lib/unicore/In/153.pl lib/unicore/In/154.pl
38303            + lib/unicore/In/155.pl lib/unicore/In/156.pl
38304            + lib/unicore/In/157.pl lib/unicore/In/158.pl
38305            + lib/unicore/In/159.pl lib/unicore/In/160.pl
38306            + lib/unicore/In/161.pl lib/unicore/In/162.pl
38307            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
38308            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
38309            ! pod/perlunicode.pod
38310 ____________________________________________________________________________
38311 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
38312         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
38313              From: "Craig A. Berry" <craigberry@mac.com>
38314              Date: Wed, 03 Oct 2001 17:45:25 -0500
38315              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
38316              
38317              (the lib/Term/Complete.t patched differently by #12332)
38318      Branch: perl
38319            ! lib/ExtUtils/Command.t
38320 ____________________________________________________________________________
38321 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
38322         Log: Restore only if something to restore.
38323      Branch: perl
38324            ! lib/Term/Complete.t
38325 ____________________________________________________________________________
38326 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
38327         Log: Update various resources for credits,
38328              minor icons fixes, and versions.
38329      Branch: maint-5.6/macperl
38330            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
38331            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
38332            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
38333 ____________________________________________________________________________
38334 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
38335         Log: Quiet the warnings about using undef value
38336      Branch: maint-5.6/macperl
38337            ! lib/File/Temp.pm
38338 ____________________________________________________________________________
38339 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
38340         Log: Fix up Ballon Help and Help menu docs (first pass);
38341              remove balloon rez file, and autogenerate with
38342              Balloon2Rez instead.
38343      Branch: maint-5.6/macperl
38344            + macos/macperl/macscripts/Balloon2Rez
38345            - macos/macperl/MPBalloons.r
38346            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
38347 ____________________________________________________________________________
38348 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
38349         Log: Allow overriding of defaults, for change #12327.
38350      Branch: maint-5.6/macperl
38351            ! perl.h
38352 ____________________________________________________________________________
38353 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
38354         Log: Override PerlProc_exit.
38355      Branch: maint-5.6/macperl
38356            ! macos/macish.h
38357 ____________________________________________________________________________
38358 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
38359         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
38360      Branch: maint-5.6/macperl
38361            + macos/bundled_lib/blib/lib/MD5.pm
38362            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
38363            + macos/lib/Mac/AETE/Dialect.pm
38364            + macos/lib/Mac/AETE/Format/Converter.pm
38365            + macos/lib/Mac/AETE/Format/Dictionary.pm
38366            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
38367            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
38368            + macos/lib/Mac/Toolbox.pod
38369            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
38370 ____________________________________________________________________________
38371 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
38372         Log: Sync up silly CVS headers ... I should commit CVS
38373              first to avoid this ...
38374      Branch: maint-5.6/macperl
38375            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
38376            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
38377            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
38378            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
38379 ____________________________________________________________________________
38380 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
38381         Log: Fix Matthias' address, and attributions.
38382      Branch: maint-5.6/macperl
38383            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
38384            ! pod/perlport.pod
38385 ____________________________________________________________________________
38386 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
38387         Log: Fix Matthias' address, and attributions.
38388      Branch: maint-5.6/macperl
38389            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
38390            ! macos/ext/Mac/Components/Components.pm
38391            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
38392            ! macos/ext/Mac/Dialogs/Dialogs.pm
38393            ! macos/ext/Mac/Events/Events.pm
38394            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
38395            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
38396            ! macos/ext/Mac/Gestalt/Gestalt.pm
38397            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
38398            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
38399            ! macos/ext/Mac/Menus/Menus.pm
38400            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
38401            ! macos/ext/Mac/Movies/Movies.pm
38402            ! macos/ext/Mac/Navigation/Navigation.pm
38403            ! macos/ext/Mac/Notification/Notification.pm
38404            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
38405            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
38406            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
38407            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
38408            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
38409            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
38410            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
38411            ! macos/ext/Mac/StandardFile/StandardFile.pm
38412            ! macos/ext/Mac/TextEdit/TextEdit.pm
38413            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
38414            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
38415            ! macos/lib/Mac/LowMem.pm
38416 ____________________________________________________________________________
38417 [ 12322] By: sky                                   on 2001/10/03  18:41:07
38418         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
38419              From: "Craig A. Berry" <craigberry@mac.com>
38420              Date: Wed, 03 Oct 2001 14:30:55 -0500
38421              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
38422      Branch: perl
38423            ! vms/vms.c
38424 ____________________________________________________________________________
38425 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
38426         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
38427              From: "Craig A. Berry" <craigberry@mac.com>
38428              Date: Wed, 03 Oct 2001 14:30:55 -0500
38429              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
38430      Branch: perl
38431            ! vms/vms.c
38432 ____________________________________________________________________________
38433 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
38434         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
38435              only IsL&) and Inherited (negative lookahead good);
38436              add tests for Common, Inherited, and L&.
38437      Branch: perl
38438            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
38439 ____________________________________________________________________________
38440 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
38441         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
38442              (The Unicode standard uses L& quite often.)
38443      Branch: perl
38444            ! lib/utf8_heavy.pl
38445 ____________________________________________________________________________
38446 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
38447         Log: Add the 'Common' Unicode property (code points not
38448              explicitly assigned to any other script).
38449      Branch: perl
38450            + lib/unicore/In/136.pl
38451            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
38452 ____________________________________________________________________________
38453 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
38454         Log: Skip the RV printing test under threads until fixed.
38455      Branch: perl
38456            ! ext/B/t/terse.t
38457 ____________________________________________________________________________
38458 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
38459         Log: Subject: 12309 / cygwin / win2k
38460              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38461              Date: Wed, 03 Oct 2001 15:25:15 +0200
38462              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
38463      Branch: perl
38464            ! makedef.pl
38465 ____________________________________________________________________________
38466 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
38467         Log: Metaconfig unit change for #12314.
38468      Branch: metaconfig
38469            ! U/modified/Head.U
38470 ____________________________________________________________________________
38471 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
38472         Log: Subject: Both cygwin and djgpp on one machine
38473              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38474              Date: Wed, 03 Oct 2001 15:02:59 +0200
38475              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
38476      Branch: perl
38477            ! Configure
38478 ____________________________________________________________________________
38479 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
38480         Log: (retracted by #12338)
38481              
38482              Subject: [PATCH] Code clean up for perlboot.pod
38483              From: Casey West <casey@geeknest.com>
38484              Date: Tue, 2 Oct 2001 19:24:43 -0400
38485              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
38486              
38487              Subject: [PATCH] Code clean up for perlbot.diff
38488              From: Casey West <casey@geeknest.com>
38489              Date: Tue, 2 Oct 2001 19:25:22 -0400
38490              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
38491              
38492              Subject: [PATCH] Code clean up for perlcall.pod
38493              From: Casey West <casey@geeknest.com>
38494              Date: Tue, 2 Oct 2001 19:25:57 -0400
38495              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
38496              
38497              Subject: [PATCH] Code clean up for perldata.pod
38498              From: Casey West <casey@geeknest.com>
38499              Date: Tue, 2 Oct 2001 19:26:29 -0400
38500              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
38501              
38502              Subject: [PATCH] Code clean up for perldbmfilter.pod
38503              From: Casey West <casey@geeknest.com>
38504              Date: Tue, 2 Oct 2001 19:26:59 -0400
38505              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
38506              
38507              Subject: [PATCH] Code clean up for perlebcdic.pod
38508              From: Casey West <casey@geeknest.com>
38509              Date: Tue, 2 Oct 2001 19:27:37 -0400
38510              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
38511      Branch: perl
38512            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
38513            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
38514 ____________________________________________________________________________
38515 [ 12312] By: ams                                   on 2001/10/02  23:43:55
38516         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
38517              From: Michael G Schwern <schwern@pobox.com>
38518              Date: Tue, 2 Oct 2001 17:00:49 -0400
38519              Message-Id: <20011002170049.A9955@blackrider>
38520      Branch: perl
38521            ! lib/ExtUtils/MakeMaker.pm
38522 ____________________________________________________________________________
38523 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
38524         Log: FAQ sync.
38525      Branch: perl
38526            ! pod/perlfaq3.pod
38527 ____________________________________________________________________________
38528 [ 12310] By: nick                                  on 2001/10/02  16:09:49
38529         Log: Integrate mainline
38530      Branch: perlio
38531           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
38532           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
38533           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
38534           !> patchlevel.h t/op/pat.t
38535 ____________________________________________________________________________
38536 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
38537         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
38538              not just one single space.
38539      Branch: perl
38540            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
38541 ____________________________________________________________________________
38542 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
38543         Log: AUTHORS updates.
38544      Branch: perl
38545            ! AUTHORS
38546 ____________________________________________________________________________
38547 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
38548         Log: Update Changes.
38549      Branch: perl
38550            ! Changes patchlevel.h
38551 ____________________________________________________________________________
38552 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
38553         Log: Work around old buggy glibcs for langinfo constants,
38554              from Nicholas Clark and David Dyck.
38555      Branch: perl
38556            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
38557 ____________________________________________________________________________
38558 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
38559         Log: Eradicate Time::Piece; add an example.
38560      Branch: perl
38561            ! ext/I18N/Langinfo/Langinfo.pm
38562 ____________________________________________________________________________
38563 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
38564         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
38565              From: Robert Spier <rspier@pobox.com>
38566              Date: Mon, 1 Oct 2001 23:20:16 -0700
38567              Message-ID: <15289.23712.422087.878224@rls.cx>
38568      Branch: perl
38569            ! lib/Pod/Html.pm
38570 ____________________________________________________________________________
38571 [ 12303] By: sky                                   on 2001/10/02  10:40:57
38572         Log: Fixes obscure bug that manifests itself by.
38573              local $!=0;undef*STDOUT;#segfaults
38574              Has been around for a while. Possible other magic IO vars are
38575              possibly affected as well. Reported by Jos Boumans.
38576      Branch: perl
38577            ! mg.c
38578 ____________________________________________________________________________
38579 [ 12302] By: nick                                  on 2001/10/02  09:00:52
38580         Log: Integrate mainline
38581      Branch: perlio
38582           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
38583           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
38584           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
38585 ____________________________________________________________________________
38586 [ 12301] By: nick                                  on 2001/10/02  08:40:57
38587         Log: Integrate mainline + lib/open.t patch from Chromatic
38588      Branch: perlio
38589           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
38590            ! lib/open.t
38591           !> (integrate 29 files)
38592 ____________________________________________________________________________
38593 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
38594         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
38595              Until it has, better stop early if someone requests threads.
38596      Branch: perl
38597            ! hints/darwin.sh
38598 ____________________________________________________________________________
38599 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
38600         Log: Subject: [ID 20011001.011] redundant code in t/TEST
38601              From: David Dyck <dcd@tc.fluke.com>
38602              Date: Mon, 1 Oct 2001 12:56:24 -0700
38603              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
38604      Branch: perl
38605            ! t/TEST
38606 ____________________________________________________________________________
38607 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
38608         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
38609              From: "chromatic" <chromatic@rmci.net>
38610              Date: Mon, 01 Oct 2001 12:27:12 -0600
38611              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
38612      Branch: perl
38613            ! lib/Term/Cap.t
38614 ____________________________________________________________________________
38615 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
38616         Log: UNICOS testing patches from Nicholas Clark.
38617      Branch: perl
38618            ! t/op/arith.t t/op/pack.t
38619 ____________________________________________________________________________
38620 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
38621         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
38622              From: "chromatic" <chromatic@rmci.net>
38623              Date: Mon, 01 Oct 2001 10:21:51 -0600
38624              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
38625      Branch: perl
38626            ! lib/open.t
38627 ____________________________________________________________________________
38628 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
38629         Log: Make missing the RADIXCHAR a softer, gentler error.
38630      Branch: perl
38631            ! ext/I18N/Langinfo/Langinfo.t
38632 ____________________________________________________________________________
38633 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
38634         Log: Nuke also the LANG because of glibc.
38635      Branch: perl
38636            ! lib/open.t
38637 ____________________________________________________________________________
38638 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
38639         Log: Also the ^Is is optional.
38640      Branch: perl
38641            ! pod/perlunicode.pod t/op/pat.t
38642 ____________________________________________________________________________
38643 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
38644         Log: Be careful to pull chars from the varargs stack when
38645              formatting chars.
38646      Branch: perl
38647            ! regcomp.c
38648 ____________________________________________________________________________
38649 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
38650         Log: sortsv not in place anymore, noticed by John P. Linderman.
38651      Branch: perl
38652            ! pod/perlapi.pod pp_ctl.c
38653 ____________________________________________________________________________
38654 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
38655         Log: Make the diagnostic messages more neutral.
38656      Branch: perl
38657            ! ext/B/t/terse.t
38658 ____________________________________________________________________________
38659 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
38660         Log: Forgotten from #12288.
38661      Branch: perl
38662            ! ext/Data/Dumper/Dumper.pm
38663 ____________________________________________________________________________
38664 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
38665         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
38666              From: Brian Ingerson <ingy@ttul.org>
38667              Date: Sun, 30 Sep 2001 21:45:56 -0700
38668              Message-ID: <20010930214556.D26392@ttul.org>
38669              
38670              (remember also the #12289)
38671      Branch: perl
38672            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
38673 ____________________________________________________________________________
38674 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
38675         Log: More Unicode property tests for the abbreviated
38676              general properties.
38677      Branch: perl
38678            ! t/op/pat.t
38679 ____________________________________________________________________________
38680 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
38681         Log: Further tweaks to the Unicode properties.
38682      Branch: perl
38683            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
38684 ____________________________________________________________________________
38685 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
38686         Log: Retract #12284.
38687      Branch: perl
38688            ! lib/Term/Cap.t
38689 ____________________________________________________________________________
38690 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
38691         Log: (Retracted by #12285)
38692      Branch: perl
38693            ! lib/Term/Cap.t
38694 ____________________________________________________________________________
38695 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
38696         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
38697              From: "chromatic" <chromatic@rmci.net>  
38698              Date: Sun, 30 Sep 2001 16:10:02 -0600
38699              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
38700      Branch: perl
38701            + lib/Term/Cap.t
38702            ! MANIFEST
38703 ____________________________________________________________________________
38704 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
38705         Log: Use stty -g to restore the terminal state, do not even
38706              try to run the tests if stty -g is not available.
38707      Branch: perl
38708            ! lib/Term/Complete.t
38709 ____________________________________________________________________________
38710 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
38711         Log: Cleanup utf8_heavy; allow dropping the In prefix from
38712              Unicode script/block properties.
38713      Branch: perl
38714            ! lib/utf8_heavy.pl
38715 ____________________________________________________________________________
38716 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
38717         Log: Retract the #12259 for now.
38718      Branch: perl
38719            ! embed.h embed.pl sv.h
38720 ____________________________________________________________________________
38721 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
38722         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
38723      Branch: perl
38724            + lib/Text/TabsWrap/CHANGELOG
38725            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
38726 ____________________________________________________________________________
38727 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
38728         Log: #12272 wasn't right, it introduced an extra ().
38729      Branch: perl
38730            ! lib/utf8_heavy.pl
38731 ____________________________________________________________________________
38732 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
38733         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
38734              From: Jonathan Stowe <gellyfish@gellyfish.com>
38735              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
38736              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
38737      Branch: perl
38738            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
38739 ____________________________________________________________________________
38740 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
38741         Log: Subject: Patch to put qsortsv in the public API
38742              From: Brian Ingerson <ingy@ttul.org>
38743              Date: Sat, 29 Sep 2001 17:41:13 -0700
38744              Message-ID: <20010929174113.A30223@ttul.org>
38745      Branch: perl
38746            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
38747 ____________________________________________________________________________
38748 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
38749         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
38750              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38751              Date: Sat, 29 Sep 2001 23:54:48 +0200
38752              Message-ID: <20010929235448.A5017@rafael>
38753      Branch: perl
38754            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
38755 ____________________________________________________________________________
38756 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
38757         Log: FAQ sync.
38758      Branch: perl
38759            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
38760            ! pod/perlfaq9.pod
38761 ____________________________________________________________________________
38762 [ 12273] By: bailey                                on 2001/09/29  23:43:46
38763         Log: Resync with mainline
38764      Branch: vmsperl
38765           +> (branch 1207 files)
38766            - (delete 324 files)
38767           !> (integrate 866 files)
38768 ____________________________________________________________________________
38769 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
38770         Log: Nasty recursion trap if one would match Unicode.
38771      Branch: perl
38772            ! lib/utf8_heavy.pl
38773 ____________________________________________________________________________
38774 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
38775         Log: More Unicode todo.
38776      Branch: perl
38777            ! pod/perltodo.pod
38778 ____________________________________________________________________________
38779 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
38780         Log: Explain a bit the new more flexible \p\P syntax.
38781      Branch: perl
38782            ! pod/perlunicode.pod
38783 ____________________________________________________________________________
38784 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
38785         Log: More leniency to the \p and \P: now can have whitespace
38786              between the property definition and the curlies; now can
38787              invert the property by having a caret between the open
38788              curly and the property.
38789      Branch: perl
38790            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
38791 ____________________________________________________________________________
38792 [ 12268] By: nick                                  on 2001/09/29  17:39:26
38793         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
38794              one test (lib/open.t) fails
38795      Branch: perlio
38796           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
38797           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
38798           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
38799           +> lib/Tie/Scalar.t lib/open.t
38800            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
38801            - ext/B/Stash.t
38802           !> (integrate 62 files)
38803 ____________________________________________________________________________
38804 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
38805         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
38806      Branch: perl
38807            ! t/op/chdir.t
38808 ____________________________________________________________________________
38809 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
38810         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
38811              From: "Craig A. Berry" <craigberry@mac.com> 
38812              Date: Sat, 29 Sep 2001 09:35:33 -0500
38813              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
38814      Branch: perl
38815            ! t/op/chdir.t
38816 ____________________________________________________________________________
38817 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
38818         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
38819              From: "chromatic" <chromatic@rmci.net>
38820              Date: Fri, 28 Sep 2001 21:20:12 -0600
38821              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
38822      Branch: perl
38823            + lib/Tie/Scalar.t
38824            ! MANIFEST lib/Tie/Scalar.pm
38825 ____________________________________________________________________________
38826 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
38827         Log: Allow for more flexibility in the \p{In...} names, now
38828              case doesn't matter, and any space or dash can be
38829              matched by any space, dash, underbar, or empty.
38830              (may be going too far on leniency)
38831      Branch: perl
38832            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
38833            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
38834            ! t/op/pat.t
38835 ____________________________________________________________________________
38836 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
38837         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
38838              From: "chromatic" <chromatic@rmci.net>
38839              Date: Fri, 28 Sep 2001 17:39:50 -0600
38840              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
38841      Branch: perl
38842            + lib/open.t
38843            ! MANIFEST
38844 ____________________________________________________________________________
38845 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
38846         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
38847              From: "Craig A. Berry" <craigberry@mac.com>
38848              Date: Fri, 28 Sep 2001 16:24:51 -0500
38849              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
38850      Branch: perl
38851            ! ext/File/Glob/t/basic.t
38852 ____________________________________________________________________________
38853 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
38854         Log: Subject: [DOC PATCH] Carp.pm pod typo
38855              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38856              Date: Fri, 28 Sep 2001 23:14:51 +0200
38857              Message-ID: <20010928231451.E16889@rafael>
38858      Branch: perl
38859            ! lib/Carp.pm
38860 ____________________________________________________________________________
38861 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
38862         Log: Subject: [PATCH] Allow an @INC hook to set %INC
38863              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38864              Date: Fri, 28 Sep 2001 22:18:13 +0200
38865              Message-ID: <20010928221813.A16889@rafael>
38866      Branch: perl
38867            ! pp_ctl.c
38868 ____________________________________________________________________________
38869 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
38870         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
38871              From: Nicholas Clark <nick@ccl4.org>
38872              Date: Fri, 28 Sep 2001 23:39:33 +0100
38873              Message-ID: <20010928233933.C23673@plum.flirble.org>
38874      Branch: perl
38875            ! embed.h embed.pl sv.h
38876 ____________________________________________________________________________
38877 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
38878         Log: Update Changes.
38879      Branch: perl
38880            ! Changes patchlevel.h
38881 ____________________________________________________________________________
38882 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
38883         Log: Move the B tests to B/t.
38884      Branch: perl
38885            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
38886            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
38887            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
38888            - ext/B/Showlex.t ext/B/Stash.t
38889            ! MANIFEST
38890 ____________________________________________________________________________
38891 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
38892         Log: Forgot from #12254.
38893      Branch: perl
38894            + ext/B/B/Terse.t
38895 ____________________________________________________________________________
38896 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
38897         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
38898              From: "chromatic" <chromatic@rmci.net>
38899              Date: Thu, 27 Sep 2001 23:22:17 -0600
38900              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
38901      Branch: perl
38902            ! MANIFEST
38903 ____________________________________________________________________________
38904 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
38905         Log: Test numbering mismatch.
38906      Branch: perl
38907            ! t/op/chdir.t
38908 ____________________________________________________________________________
38909 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
38910         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
38911              From: "Craig A. Berry" <craigberry@mac.com>
38912              Date: Wed, 26 Sep 2001 17:43:14 -0500
38913              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
38914      Branch: perl
38915            ! iperlsys.h t/op/chdir.t
38916 ____________________________________________________________________________
38917 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
38918         Log: Subject: [PATCH gv.c] make __ANON__ global
38919              From: Robin Barker <rmb1@cise.npl.co.uk>
38920              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
38921              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
38922      Branch: perl
38923            ! gv.c t/op/anonsub.t t/op/runlevel.t
38924 ____________________________________________________________________________
38925 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
38926         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
38927              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38928              Date: Thu, 27 Sep 2001 22:34:32 +0200
38929              Message-ID: <20010927223432.A1485@rafael>
38930      Branch: perl
38931            ! ext/B/B/Terse.pm
38932 ____________________________________________________________________________
38933 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
38934         Log: (retracted by #12338)
38935              
38936              Subject: [PATCH] Cleanup of perldsc.pod      
38937              From: Casey West <casey@geeknest.com>
38938              Date: Thu, 27 Sep 2001 11:13:17 -0400
38939              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
38940      Branch: perl
38941            ! pod/perldsc.pod
38942 ____________________________________________________________________________
38943 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
38944         Log: Not everyone is using ithreads...
38945      Branch: perl
38946            ! ext/Devel/Peek/Peek.t
38947 ____________________________________________________________________________
38948 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
38949         Log: Document the nss_delete core dump workaround for HP-UX
38950              and Solaris, bug IDs 20010805.018 and 20010629.004.
38951      Branch: perl
38952            ! README.hpux README.solaris
38953 ____________________________________________________________________________
38954 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
38955         Log: Dump Unicode hash keys also as Unicode,
38956              not just as a byte string.
38957      Branch: perl
38958            ! dump.c ext/Devel/Peek/Peek.t
38959 ____________________________________________________________________________
38960 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
38961         Log: Integrate changes #12241 and #12242 from macperl:
38962              
38963              Remove unneeded disabling of umask() calls
38964              
38965              Note (get|set)sockopt are available.
38966      Branch: perl
38967           !> lib/File/Temp.pm pod/perlport.pod
38968 ____________________________________________________________________________
38969 [ 12244] By: sky                                   on 2001/09/27  08:53:00
38970         Log: Flush buffers on thread closedown.
38971      Branch: perl
38972            ! ext/threads/threads.xs
38973 ____________________________________________________________________________
38974 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
38975         Log: Dump SvUTF8(sv)s also as \x{...}.
38976              
38977              TODO: dump the SvUTF8() hash keys similarly. 
38978      Branch: perl
38979            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
38980 ____________________________________________________________________________
38981 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
38982         Log: Note (get|set)sockopt are available.
38983      Branch: maint-5.6/macperl
38984            ! pod/perlport.pod
38985 ____________________________________________________________________________
38986 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
38987         Log: Remove unneeded disabling of umask() calls
38988      Branch: maint-5.6/macperl
38989            ! lib/File/Temp.pm
38990 ____________________________________________________________________________
38991 [ 12240] By: sky                                   on 2001/09/26  18:44:56
38992         Log: Documention update
38993      Branch: perl
38994            ! ext/threads/threads.pm
38995 ____________________________________________________________________________
38996 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
38997         Log: Update Changes.
38998      Branch: perl
38999            ! Changes patchlevel.h
39000 ____________________________________________________________________________
39001 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
39002         Log: Check that all environment variables are tainted.
39003      Branch: perl
39004            ! t/op/taint.t
39005 ____________________________________________________________________________
39006 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
39007         Log: Manual integration error in #12235.
39008      Branch: perl
39009            ! lib/File/DosGlob.t
39010 ____________________________________________________________________________
39011 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
39012         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
39013              From: "chromatic" <chromatic@rmci.net>
39014              Date: Tue, 25 Sep 2001 23:57:07 -0600
39015              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
39016      Branch: perl
39017            ! perlio.c
39018 ____________________________________________________________________________
39019 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
39020         Log: Integrate macperl changes from Chris Nandor:
39021              12192 11817 11815 11813 11778 11775
39022              
39023              Update CPAN.pm to work with new Mac::BuildTools instead
39024              of ExtUtils::MM_MacOS "orphan" functions
39025              
39026              Fix test
39027              
39028              Make syntax check report in MPW style, fix tests
39029              to use Mac::err=unix to get normal-style error
39030              messages.
39031              
39032              More module and test ports from Thomas Wegner et al
39033              
39034              Fix open of /dev/null for Mac OS
39035              
39036              Allow for platforms to override formatting of errors
39037              on output from Matthias Neeracher (core files)
39038      Branch: perl
39039            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
39040            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
39041            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
39042           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
39043           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
39044           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
39045 ____________________________________________________________________________
39046 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
39047         Log: grrr.
39048      Branch: perl
39049            ! t/op/gv.t
39050 ____________________________________________________________________________
39051 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
39052         Log: Retract #12232.
39053      Branch: perl
39054            ! t/op/gv.t
39055 ____________________________________________________________________________
39056 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
39057         Log: (Retracted by #12233.)
39058      Branch: perl
39059            ! t/op/gv.t
39060 ____________________________________________________________________________
39061 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
39062         Log: Detypo.
39063      Branch: perl
39064            ! ext/Encode/Makefile.PL
39065 ____________________________________________________________________________
39066 [ 12230] By: sky                                   on 2001/09/26  11:36:23
39067         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
39068              We are using a "delay" here because we do not want to depend on thread synchronization issues.
39069      Branch: perl
39070            + ext/threads/t/stress_cv.t
39071            ! MANIFEST ext/threads/t/stress_string.t
39072 ____________________________________________________________________________
39073 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
39074         Log: NetWare tweak from Ananth Kesari.
39075      Branch: perl
39076            ! NetWare/t/Readme.txt
39077 ____________________________________________________________________________
39078 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
39079         Log: Trick to fool case-blind filesystems.
39080      Branch: perl
39081            ! ext/Encode/Makefile.PL
39082 ____________________________________________________________________________
39083 [ 12227] By: sky                                   on 2001/09/26  11:06:50
39084         Log: Threads can start executing in a different order than they were
39085              created.... so we cannot ok() inside the threadstarter.
39086      Branch: perl
39087            ! ext/threads/t/stress_string.t
39088 ____________________________________________________________________________
39089 [ 12226] By: sky                                   on 2001/09/26  07:41:45
39090         Log: Add in stress_string.t to stress test threads a bit more.
39091      Branch: perl
39092            + ext/threads/t/stress_string.t
39093            ! MANIFEST
39094 ____________________________________________________________________________
39095 [ 12225] By: sky                                   on 2001/09/26  07:04:21
39096         Log: Fix negative refcount introduced by #12223.
39097      Branch: perl
39098            ! ext/threads/threads.xs
39099 ____________________________________________________________________________
39100 [ 12224] By: sky                                   on 2001/09/26  06:57:58
39101         Log: Update documentation to match change #12223
39102      Branch: perl
39103            ! sharedsv.c
39104 ____________________________________________________________________________
39105 [ 12223] By: sky                                   on 2001/09/26  06:54:32
39106         Log: Use a separate interpreter for the sharedsv space. Another
39107              negative sv leak. Sigh.
39108      Branch: perl
39109            ! sharedsv.c
39110 ____________________________________________________________________________
39111 [ 12222] By: sky                                   on 2001/09/26  05:58:35
39112         Log: Do the environ assignment in perl_contruct to match perl_destruct.
39113              Now we don't need to perl_parse/perl_run. However environ is a
39114              global....
39115      Branch: perl
39116            ! perl.c
39117 ____________________________________________________________________________
39118 [ 12221] By: sky                                   on 2001/09/26  05:41:02
39119         Log: Move the creation of PL_strtab to perl_construct so we can work
39120              with HV and HEs without running perl_parse.
39121      Branch: perl
39122            ! perl.c
39123 ____________________________________________________________________________
39124 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
39125         Log: integrate macperl changes into maint-5.6
39126      Branch: maint-5.6/perl
39127           !> (integrate 26 files)
39128 ____________________________________________________________________________
39129 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
39130         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
39131              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
39132      Branch: maint-5.6/macperl
39133            ! macos/ext/Mac/Fonts/Fonts.xs
39134            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
39135 ____________________________________________________________________________
39136 [ 12218] By: ams                                   on 2001/09/25  23:31:33
39137         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
39138              From: Nicholas Clark <nick@ccl4.org>
39139              Date: Wed, 26 Sep 2001 01:20:20 +0100
39140              Message-Id: <20010926012020.B48092@plum.flirble.org>
39141      Branch: perl
39142            ! lib/AutoSplit.t
39143 ____________________________________________________________________________
39144 [ 12217] By: ams                                   on 2001/09/25  22:33:05
39145         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
39146              From: "Craig A. Berry" <craigberry@mac.com>
39147              Date: Tue, 25 Sep 2001 18:08:42 -0500
39148              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
39149      Branch: perl
39150            ! vms/vms.c
39151 ____________________________________________________________________________
39152 [ 12216] By: ams                                   on 2001/09/25  21:41:01
39153         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
39154              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
39155              From: Michael G Schwern <schwern@pobox.com>
39156              Date: Wed, 26 Sep 2001 00:38:21 -0400
39157              Message-Id: <20010926003821.A627@blackrider>
39158      Branch: perl
39159            ! lib/AutoSplit.t
39160 ____________________________________________________________________________
39161 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
39162         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
39163              From: Michael G Schwern <schwern@pobox.com>
39164              Date: Tue, 25 Sep 2001 17:43:49 -0400
39165              Message-ID: <20010925174349.B19534@blackrider>
39166      Branch: perl
39167            ! lib/Test/Simple.pm lib/Test/Utils.pm
39168 ____________________________________________________________________________
39169 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
39170         Log: Integrate changes from bleadperl.
39171      Branch: maint-5.6/macperl
39172           !> pod/perlport.pod
39173 ____________________________________________________________________________
39174 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
39175         Log: skip($mess) should result in one skip.
39176      Branch: perl
39177            ! t/test.pl
39178 ____________________________________________________________________________
39179 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
39180         Log: Integrate change #12200 from maintperl.
39181      Branch: maint-5.6/macperl
39182           !> win32/perlhost.h
39183 ____________________________________________________________________________
39184 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
39185         Log: Fix file types to "apple"
39186      Branch: maint-5.6/macperl
39187            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
39188            ! macos/ext/Mac/SAT/t/Collision.rsrc
39189 ____________________________________________________________________________
39190 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
39191         Log: Fix rsrc file as snd file; fix path in t file.
39192      Branch: maint-5.6/macperl
39193            ! macos/ext/Mac/Notification/t/Notification.rsrc
39194            ! macos/ext/Mac/Notification/t/Notification.t
39195 ____________________________________________________________________________
39196 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
39197         Log: Sync up with File::Find from bleadperl.
39198      Branch: maint-5.6/macperl
39199            ! lib/File/Find.pm t/lib/filefind-taint.t
39200 ____________________________________________________________________________
39201 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
39202         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
39203              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
39204              of hundreds)
39205      Branch: maint-5.6/macperl
39206            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
39207            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
39208            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
39209 ____________________________________________________________________________
39210 [ 12207] By: nick                                  on 2001/09/25  19:04:36
39211         Log: Integrate mainline (untested while modem is up)
39212      Branch: perlio
39213           +> lib/AutoSplit.t t/test.pl
39214            - lib/warnings/register.t
39215           !> (integrate 28 files)
39216 ____________________________________________________________________________
39217 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
39218         Log: perldiag entry for #12205.
39219      Branch: perl
39220            ! pod/perldiag.pod
39221 ____________________________________________________________________________
39222 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
39223         Log: Subject: [PATCH] warning on v-string in use/require
39224              From: John Peacock <jpeacock@rowman.com>
39225              Date: Mon, 24 Sep 2001 17:29:03 -0400
39226              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
39227      Branch: perl
39228            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
39229 ____________________________________________________________________________
39230 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
39231         Log: perltooc et al updates.
39232      Branch: perl
39233            ! plan9/mkfile pod/roffitall
39234 ____________________________________________________________________________
39235 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
39236         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
39237              From: Michael G Schwern <schwern@pobox.com>
39238              Date: Sun, 23 Sep 2001 00:07:12 -0400
39239              Message-ID: <20010923000712.A7005@blackrider>
39240      Branch: perl
39241            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
39242 ____________________________________________________________________________
39243 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
39244         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
39245              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39246              Date: Wed, 26 Sep 2001 01:25:10 +0900
39247              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
39248      Branch: perl
39249            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
39250            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
39251            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
39252 ____________________________________________________________________________
39253 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
39254         Log: Integrate change #12200 from maintperl;
39255              on windows, virtualized environment could propagate deleted variables
39256              into children if they happen to be at the very end of the table
39257      Branch: perl
39258           !> win32/perlhost.h
39259 ____________________________________________________________________________
39260 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
39261         Log: on windows, virtualized environment could propagate deleted variables
39262              into children if they happen to be at the very end of the table
39263              (thanks for succinct test case from Johan Holmberg, and fix from
39264              Doug Lankshear)
39265      Branch: maint-5.6/perl
39266            ! win32/perlhost.h
39267 ____________________________________________________________________________
39268 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
39269         Log: avoid the use of ftime() (it does a useless, potentially
39270              expensive call to GetTimeZoneInformation()); this potentially
39271              also results in three more digits of precision from
39272              Time::HiRes::time()
39273      Branch: perl
39274            ! ext/Time/HiRes/HiRes.xs
39275 ____________________________________________________________________________
39276 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
39277         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
39278              
39279              Note: io/binmode is failing, have to figure out why.
39280      Branch: perl
39281            + t/test.pl
39282            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
39283            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
39284            ! t/run/exit.t
39285 ____________________________________________________________________________
39286 [ 12197] By: ams                                   on 2001/09/25  13:48:55
39287         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
39288              From: Nicholas Clark <nick@ccl4.org>
39289              Date: Tue, 25 Sep 2001 00:37:40 +0100
39290              Message-Id: <20010925003740.S4971@plum.flirble.org>
39291              (Further changes expected.)
39292      Branch: perl
39293            + lib/AutoSplit.t
39294            ! MANIFEST
39295 ____________________________________________________________________________
39296 [ 12196] By: sky                                   on 2001/09/25  13:37:12
39297         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
39298              _ftime to try and be more robust.
39299      Branch: perl
39300            ! ext/Time/HiRes/HiRes.xs
39301 ____________________________________________________________________________
39302 [ 12194] By: ams                                   on 2001/09/25  11:40:00
39303         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
39304              From: "Craig A. Berry" <craigberry@mac.com>
39305              Date: Mon, 24 Sep 2001 17:54:20 -0500
39306              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
39307      Branch: perl
39308            ! vms/descrip_mms.template
39309 ____________________________________________________________________________
39310 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
39311         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
39312              not working, cursor not spinning (Bug #422129); external
39313              editor problems (Bug #456329); escape/cmd-. not activating
39314              "Cancel" in Save dialog box (Bug #446960); Runtimes not
39315              executing on launch (Bug #464441).
39316      Branch: maint-5.6/macperl
39317            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
39318            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
39319            ! macos/macperl/MacPerl.r
39320 ____________________________________________________________________________
39321 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
39322         Log: Update CPAN.pm to work with new Mac::BuildTools instead
39323              of ExtUtils::MM_MacOS "orphan" functions
39324      Branch: maint-5.6/macperl
39325            ! lib/CPAN.pm
39326 ____________________________________________________________________________
39327 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
39328         Log: Fix up another xsubpp problem (Matthias Neeracher)
39329      Branch: maint-5.6/macperl
39330            ! macos/xsubpp
39331 ____________________________________________________________________________
39332 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
39333         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
39334      Branch: maint-5.6/macperl
39335            ! macos/lib/ExtUtils/MM_MacOS.pm
39336 ____________________________________________________________________________
39337 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
39338         Log: Fix up Makefiles for more Mac:: modules (and prepare for
39339              static build ...?)
39340      Branch: maint-5.6/macperl
39341            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
39342            ! macos/macperl/Makefile.mk
39343 ____________________________________________________________________________
39344 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
39345         Log: Fix up tests
39346      Branch: maint-5.6/macperl
39347            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
39348 ____________________________________________________________________________
39349 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
39350         Log: Make malloc smarter, fix bugs.  (Bug #404030)
39351      Branch: maint-5.6/macperl
39352            ! macos/icemalloc.c macos/icemalloc.h
39353 ____________________________________________________________________________
39354 [ 12186] By: nick                                  on 2001/09/24  19:18:17
39355         Log: Integrate mainline
39356      Branch: perlio
39357           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
39358           +> lib/filetest.t
39359           !> (integrate 30 files)
39360 ____________________________________________________________________________
39361 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
39362         Log: Retract #12136, the warnings::register is already
39363              tested by t/lib/warnings/9enabled, as pointed out
39364              by Paul Marquess.
39365      Branch: perl
39366            - lib/warnings/register.t
39367            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
39368 ____________________________________________________________________________
39369 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
39370         Log: fix Time::HiRes implementation of gettimeofday() on windows
39371              (HiRes.t#14 now passes)
39372      Branch: perl
39373            ! ext/Time/HiRes/HiRes.xs
39374 ____________________________________________________________________________
39375 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
39376         Log: File::Spec::catfile() canonifies everything to blackslashes on
39377              windows :-(
39378      Branch: perl
39379            ! lib/ExtUtils/Manifest.t
39380 ____________________________________________________________________________
39381 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
39382         Log: test number mismatch
39383      Branch: perl
39384            ! t/op/magic.t
39385 ____________________________________________________________________________
39386 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
39387         Log: ok().
39388      Branch: perl
39389            ! t/op/pack.t
39390 ____________________________________________________________________________
39391 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
39392         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
39393              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
39394      Branch: perl
39395            ! pp_pack.c t/op/pack.t
39396 ____________________________________________________________________________
39397 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
39398         Log: Update Changes.
39399      Branch: perl
39400            ! Changes patchlevel.h
39401 ____________________________________________________________________________
39402 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
39403         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
39404              From: Michael G Schwern <schwern@pobox.com>
39405              Date: Mon, 24 Sep 2001 11:12:13 -0400
39406              Message-ID: <20010924111213.G27885@blackrider>
39407      Branch: perl
39408            ! lib/ExtUtils/Manifest.pm
39409 ____________________________________________________________________________
39410 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
39411         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
39412              From: Michael G Schwern <schwern@pobox.com> 
39413              Date: Mon, 24 Sep 2001 11:02:07 -0400
39414              Message-ID: <20010924110207.E27885@blackrider>
39415      Branch: perl
39416            ! vms/test.com
39417 ____________________________________________________________________________
39418 [ 12176] By: ams                                   on 2001/09/24  14:01:59
39419         Log: Update Changes.
39420      Branch: perl
39421            ! Changes
39422 ____________________________________________________________________________
39423 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
39424         Log: Various cleanups.
39425      Branch: perl
39426            ! ext/threads/Makefile.PL ext/threads/threads.xs
39427 ____________________________________________________________________________
39428 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
39429         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
39430      Branch: maint-5.6/macperl
39431           !> (integrate 33 files)
39432 ____________________________________________________________________________
39433 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
39434         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
39435              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39436              Date: Mon, 24 Sep 2001 20:04:58 +0900
39437              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
39438      Branch: perl
39439            ! ext/Encode/Encode/gb2312.enc
39440 ____________________________________________________________________________
39441 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
39442         Log: Clarifying comment to #12164.
39443      Branch: perl
39444            ! lib/Cwd.pm
39445 ____________________________________________________________________________
39446 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
39447         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
39448              From: Nicholas Clark <nick@ccl4.org>
39449              Date: Sun, 23 Sep 2001 23:00:56 +0100
39450              Message-ID: <20010923230055.Y4971@plum.flirble.org>
39451              
39452              (with "sample_constants" changed to "fallback")
39453      Branch: perl
39454            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
39455            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
39456            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
39457            ! lib/h2xs.t utils/h2xs.PL
39458 ____________________________________________________________________________
39459 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
39460         Log: Metaconfig unit change for #12167.
39461      Branch: metaconfig
39462            ! U/modified/Cppsym.U
39463 ____________________________________________________________________________
39464 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
39465         Log: Add a few glibc cpp symbols to probe for.
39466      Branch: perl
39467            ! Configure
39468 ____________________________________________________________________________
39469 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
39470         Log: DJGPP tweaks for Laszlo Molnar.
39471      Branch: perl
39472            ! djgpp/djgppsed.sh dosish.h
39473 ____________________________________________________________________________
39474 [ 12165] By: ams                                   on 2001/09/24  10:07:08
39475         Log: Subject: [PATCH t/op/inccode.t] More tests
39476              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
39477              Date: 24 Sep 2001 10:01:44 -0000
39478              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
39479      Branch: perl
39480            ! t/op/inccode.t
39481 ____________________________________________________________________________
39482 [ 12164] By: ams                                   on 2001/09/24  09:43:29
39483         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
39484              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
39485              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
39486              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
39487      Branch: perl
39488            ! lib/Cwd.pm
39489 ____________________________________________________________________________
39490 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
39491         Log: 1_compile updates.
39492      Branch: perl
39493            ! t/lib/1_compile.t
39494 ____________________________________________________________________________
39495 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
39496         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
39497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39498              Date: Wed, 19 Sep 2001 22:47:14 +0200
39499              Message-ID: <20010919224714.A6382@rafael>
39500      Branch: perl
39501            ! pod/perlvar.pod pp_ctl.c
39502 ____________________________________________________________________________
39503 [ 12161] By: ams                                   on 2001/09/23  17:40:02
39504         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
39505              filetest Pragma
39506              From: "chromatic" <chromatic@rmci.net>
39507              Date: Sun, 23 Sep 2001 12:07:25 -0600
39508              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
39509      Branch: perl
39510            + lib/filetest.t
39511            ! MANIFEST t/lib/1_compile.t
39512 ____________________________________________________________________________
39513 [ 12160] By: ams                                   on 2001/09/23  16:32:11
39514         Log: Additional minor chdir() tweak.
39515      Branch: perl
39516            ! pod/perlfunc.pod
39517 ____________________________________________________________________________
39518 [ 12159] By: ams                                   on 2001/09/23  16:25:01
39519         Log: Subject: PATCH lib/ExtUtils/Command.t
39520              From: Abe Timmerman <abe@ztreet.demon.nl>
39521              Date: Sun, 23 Sep 2001 19:11:44 +0200
39522              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
39523      Branch: perl
39524            ! lib/ExtUtils/Command.t
39525 ____________________________________________________________________________
39526 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
39527         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
39528              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
39529              Date: Sun, 23 Sep 2001 02:02:26 +0200
39530              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
39531      Branch: perl
39532            ! makedef.pl
39533 ____________________________________________________________________________
39534 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
39535         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
39536              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
39537              Date: Sat, 22 Sep 2001 12:54:39 -0500
39538              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
39539      Branch: perl
39540            ! t/op/study.t
39541 ____________________________________________________________________________
39542 [ 12156] By: nick                                  on 2001/09/23  07:48:44
39543         Log: Integrate mainline
39544      Branch: perlio
39545            - check83.pl
39546           !> ext/Encode/Encode/2022-cn.enc
39547 ____________________________________________________________________________
39548 [ 12155] By: nick                                  on 2001/09/23  07:48:01
39549         Log: Integrate mainline
39550      Branch: perlio
39551           +> (branch 64 files)
39552            - ext/Encode/Encode/cns11643-1.enc
39553            - ext/Encode/Encode/cns11643-2.enc
39554            - ext/Encode/Encode/iso2022-cn.enc
39555            - ext/Encode/Encode/iso2022-jp.enc
39556            - ext/Encode/Encode/iso2022-jp1.enc
39557            - ext/Encode/Encode/iso2022-jp2.enc
39558            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
39559            - ext/Encode/Encode/iso8859-1.enc
39560            - ext/Encode/Encode/iso8859-1.ucm
39561            - ext/Encode/Encode/iso8859-10.enc
39562            - ext/Encode/Encode/iso8859-10.ucm
39563            - ext/Encode/Encode/iso8859-13.enc
39564            - ext/Encode/Encode/iso8859-13.ucm
39565            - ext/Encode/Encode/iso8859-14.enc
39566            - ext/Encode/Encode/iso8859-14.ucm
39567            - ext/Encode/Encode/iso8859-15.enc
39568            - ext/Encode/Encode/iso8859-15.ucm
39569            - ext/Encode/Encode/iso8859-16.enc
39570            - ext/Encode/Encode/iso8859-16.ucm
39571            - ext/Encode/Encode/iso8859-2.enc
39572            - ext/Encode/Encode/iso8859-2.ucm
39573            - ext/Encode/Encode/iso8859-3.enc
39574            - ext/Encode/Encode/iso8859-3.ucm
39575            - ext/Encode/Encode/iso8859-4.enc
39576            - ext/Encode/Encode/iso8859-4.ucm
39577            - ext/Encode/Encode/iso8859-5.enc
39578            - ext/Encode/Encode/iso8859-5.ucm
39579            - ext/Encode/Encode/iso8859-6.enc
39580            - ext/Encode/Encode/iso8859-6.ucm
39581            - ext/Encode/Encode/iso8859-7.enc
39582            - ext/Encode/Encode/iso8859-7.ucm
39583            - ext/Encode/Encode/iso8859-8.enc
39584            - ext/Encode/Encode/iso8859-8.ucm
39585            - ext/Encode/Encode/iso8859-9.enc
39586            - ext/Encode/Encode/iso8859-9.ucm
39587            - ext/Encode/Encode/isoir-197.enc
39588            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
39589            - t/lib/sample-tests/header_at_end
39590            - t/lib/sample-tests/header_at_end_fail
39591           !> (integrate 174 files)
39592 ____________________________________________________________________________
39593 [ 12154] By: ams                                   on 2001/09/23  07:11:46
39594         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
39595              by Blair Zajac.
39596      Branch: perl
39597            ! pod/perlfunc.pod
39598 ____________________________________________________________________________
39599 [ 12153] By: ams                                   on 2001/09/23  06:56:32
39600         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
39601              Forgotten deprecation of *glob{FILEHANDLE}?
39602              From: "chromatic" <chromatic@rmci.net>
39603              Date: Sat, 22 Sep 2001 21:27:56 -0600
39604              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
39605      Branch: perl
39606            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
39607 ____________________________________________________________________________
39608 [ 12152] By: ams                                   on 2001/09/23  06:42:58
39609         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
39610              From: Michael G Schwern <schwern@pobox.com>
39611              Date: Sun, 23 Sep 2001 03:34:39 -0400
39612              Message-Id: <20010923033439.E7005@blackrider>
39613      Branch: perl
39614            ! lib/File/Find.pm
39615 ____________________________________________________________________________
39616 [ 12151] By: ams                                   on 2001/09/23  06:37:57
39617         Log: Subject: Re: t/op/magic.t missing tests on Win32
39618              From: Michael G Schwern <schwern@pobox.com>
39619              Date: Sat, 22 Sep 2001 20:29:09 -0400
39620              Message-Id: <20010922202909.I18223@blackrider>
39621      Branch: perl
39622            ! t/op/magic.t
39623 ____________________________________________________________________________
39624 [ 12150] By: ams                                   on 2001/09/23  06:36:26
39625         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
39626              Dumpvalue.pm
39627              From: "chromatic" <chromatic@rmci.net>
39628              Date: Sat, 22 Sep 2001 19:41:31 -0600
39629              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
39630      Branch: perl
39631            + lib/Dumpvalue.t
39632            ! MANIFEST lib/Dumpvalue.pm
39633 ____________________________________________________________________________
39634 [ 12149] By: ams                                   on 2001/09/23  06:25:35
39635         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
39636              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39637              Date: Sun, 23 Sep 2001 15:27:56 +0900
39638              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
39639      Branch: perl
39640            ! ext/Encode/Encode/2022-cn.enc
39641 ____________________________________________________________________________
39642 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
39643         Log: Manual eror in #12147.
39644      Branch: perl
39645            ! win32/win32.c
39646 ____________________________________________________________________________
39647 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
39648         Log: Integrate change #12146 from maintperl;
39649              win32_chdir() et al don't handle a NULL argument gracefully
39650      Branch: perl
39651           !> win32/perlhost.h win32/win32.c
39652 ____________________________________________________________________________
39653 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
39654         Log: win32_chdir() et al don't handle a NULL argument gracefully
39655      Branch: maint-5.6/perl
39656            ! win32/perlhost.h win32/win32.c
39657 ____________________________________________________________________________
39658 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
39659         Log: typo in change#12026
39660      Branch: maint-5.6/perl
39661            ! op.c
39662 ____________________________________________________________________________
39663 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
39664         Log: Subject: [PATCH] Re: scalar context unpack bugs
39665              From: Nicholas Clark <nick@ccl4.org>
39666              Date: Sat, 22 Sep 2001 23:07:56 +0100
39667              Message-ID: <20010922230755.O4971@plum.flirble.org>
39668      Branch: perl
39669            ! pp_pack.c t/op/pack.t
39670 ____________________________________________________________________________
39671 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
39672         Log: Try ExtUtils::Command.t everywhere, not just on Win32
39673              (as suggested by NI-S).  Also allow running it either
39674              in t/ or in the main directory.
39675      Branch: perl
39676            ! lib/ExtUtils/Command.t
39677 ____________________________________________________________________________
39678 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
39679         Log: Update the test on warnings/register.t.
39680      Branch: perl
39681            ! t/lib/1_compile.t
39682 ____________________________________________________________________________
39683 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
39684         Log: The code is now almost tidy enough to keep the IRIX cc happy.
39685      Branch: perl
39686            ! hints/irix_6.sh
39687 ____________________________________________________________________________
39688 [ 12140] By: ams                                   on 2001/09/22  17:26:32
39689         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
39690              use_ithreads
39691              From: "Craig A. Berry" <craigberry@mac.com>
39692              Date: Sat, 22 Sep 2001 13:15:32 -0500
39693              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
39694      Branch: perl
39695            ! configure.com
39696 ____________________________________________________________________________
39697 [ 12139] By: ams                                   on 2001/09/22  16:44:08
39698         Log: Do what perl_clone() does for sharedsv functions.
39699      Branch: perl
39700            ! embed.pl proto.h
39701 ____________________________________________________________________________
39702 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
39703         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
39704              (suggested by Sarathy, extensions shouldn't be dabbling with
39705              op structures, so binary backward compatibility should not be
39706              an issue.)
39707      Branch: perl
39708            ! hints/irix_6.sh op.h
39709 ____________________________________________________________________________
39710 [ 12137] By: ams                                   on 2001/09/22  16:21:05
39711         Log: More cleanups. (What's PERL_DECL_PROT?)
39712      Branch: perl
39713            ! embed.pl proto.h sharedsv.h
39714 ____________________________________________________________________________
39715 [ 12136] By: ams                                   on 2001/09/22  15:14:34
39716         Log: (Retracted by #12185)
39717              
39718              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
39719              Add Tests for warnings::register, Doc Update
39720              From: "chromatic" <chromatic@rmci.net>
39721              Date: Sat, 22 Sep 2001 09:43:20 -0600
39722              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
39723      Branch: perl
39724            + lib/warnings/register.t
39725            ! MANIFEST lib/warnings/register.pm
39726 ____________________________________________________________________________
39727 [ 12135] By: ams                                   on 2001/09/22  15:07:50
39728         Log: `@foo' should be @foo for consistency.
39729      Branch: perl
39730            ! pod/perldiag.pod
39731 ____________________________________________________________________________
39732 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
39733         Log: (Retracted by #12138)
39734              
39735              Add -woff (turn warning off) 3187:
39736              "A pointer is converted to a smaller integer."
39737              This happens when your pointers are 64-bit: then every case
39738              of converting pointers to PADOFFSETs (explicitly 32-bit)
39739              faces truncation (even explicit use of INT2PTR doesn't help).
39740              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
39741              Changing PADOFFSET from U32 to UV would help, but that
39742              would break binary backward compatibility of BASEOP and padop
39743              (assuming you have been using 64-bit pointers).
39744      Branch: perl
39745            ! hints/irix_6.sh
39746 ____________________________________________________________________________
39747 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
39748         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
39749              but the name comes from the inside the file, not from the file
39750              name, and Rumanian is the name of the language.
39751      Branch: perl
39752            + ext/Encode/Encode/macRumanian.enc
39753            - ext/Encode/Encode/macRomania.enc
39754            ! MANIFEST
39755 ____________________________________________________________________________
39756 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
39757         Log: Rename perltootc as perltooc for 8.3-friedliness.
39758      Branch: perl
39759            + pod/perltooc.pod
39760            - pod/perltootc.pod
39761            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
39762            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
39763            ! pod/perltoot.pod
39764 ____________________________________________________________________________
39765 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
39766         Log: Find more conflicts by lowercasing.
39767      Branch: perl
39768            + Porting/check83.pl
39769            - check83.pl
39770            ! MANIFEST
39771 ____________________________________________________________________________
39772 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
39773         Log: The AIX cc 5.0.0.0 is simply too buggy.
39774      Branch: perl
39775            ! hints/aix.sh
39776 ____________________________________________________________________________
39777 [ 12129] By: ams                                   on 2001/09/22  12:35:38
39778         Log: Uninteresting cleanup.
39779      Branch: perl
39780            ! form.h
39781 ____________________________________________________________________________
39782 [ 12128] By: ams                                   on 2001/09/22  12:28:48
39783         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
39784              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
39785              Date: Sat, 22 Sep 2001 14:29:13 +0100
39786              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
39787      Branch: perl
39788            ! cv.h
39789 ____________________________________________________________________________
39790 [ 12127] By: ams                                   on 2001/09/22  12:04:28
39791         Log: What's a backet?
39792      Branch: perl
39793            ! dump.c
39794 ____________________________________________________________________________
39795 [ 12126] By: ams                                   on 2001/09/22  10:02:34
39796         Log: Removed duplicated tests #19 and #20.
39797      Branch: perl
39798            ! t/op/do.t
39799 ____________________________________________________________________________
39800 [ 12125] By: ams                                   on 2001/09/22  03:58:41
39801         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
39802              From: Michael Carman <mjcarman@home.com>
39803              Date: Fri, 21 Sep 2001 17:54:05 -0500
39804              Message-Id: <3BABC50D.6040202@home.com>
39805              (Applied with some changes.)
39806      Branch: perl
39807            ! pod/perlmod.pod
39808 ____________________________________________________________________________
39809 [ 12124] By: ams                                   on 2001/09/22  03:44:19
39810         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
39811              From: Michael G Schwern <schwern@pobox.com>
39812              Date: Fri, 21 Sep 2001 19:20:40 -0400
39813              Message-Id: <20010921192040.E5494@blackrider>
39814      Branch: perl
39815            ! t/op/chdir.t
39816 ____________________________________________________________________________
39817 [ 12123] By: ams                                   on 2001/09/22  03:41:08
39818         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
39819              From: Blair Zajac <blair@orcaware.com>
39820              Date: Fri, 21 Sep 2001 15:13:04 -0700
39821              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
39822      Branch: perl
39823            ! t/op/chdir.t
39824 ____________________________________________________________________________
39825 [ 12122] By: ams                                   on 2001/09/22  03:37:07
39826         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
39827              20010920.007
39828              From: Michael G Schwern <schwern@pobox.com>
39829              Date: Fri, 21 Sep 2001 17:59:03 -0400
39830              Message-Id: <20010921175903.V5494@blackrider>
39831      Branch: perl
39832            ! t/op/do.t
39833 ____________________________________________________________________________
39834 [ 12121] By: ams                                   on 2001/09/22  03:30:38
39835         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
39836              suite on WinCE)
39837              From: Michael G Schwern <schwern@pobox.com>
39838              Date: Fri, 21 Sep 2001 19:41:03 -0400
39839              Message-Id: <20010921194103.G5494@blackrider>
39840      Branch: perl
39841            ! pod/perlport.pod
39842 ____________________________________________________________________________
39843 [ 12120] By: ams                                   on 2001/09/22  03:28:06
39844         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
39845              From: Michael G Schwern <schwern@pobox.com>
39846              Date: Fri, 21 Sep 2001 17:33:35 -0400
39847              Message-Id: <20010921173335.T5494@blackrider>
39848              ($ENV{FOO}=undef hunk not applied.)
39849      Branch: perl
39850            ! t/op/magic.t
39851 ____________________________________________________________________________
39852 [ 12119] By: ams                                   on 2001/09/22  03:02:26
39853         Log: Subject: [PATCH] perldiag.pod
39854              From: Peter Scott <Peter@PSDT.com>
39855              Date: Fri, 21 Sep 2001 18:54:50 -0700
39856              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
39857              (Moved to the right place.)
39858      Branch: perl
39859            ! pod/perldiag.pod
39860 ____________________________________________________________________________
39861 [ 12118] By: ams                                   on 2001/09/21  20:05:29
39862         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
39863              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39864              Date: Fri, 21 Sep 2001 22:36:54 +0200
39865              Message-Id: <20010921223654.A12742@rafael>
39866      Branch: perl
39867            ! t/op/do.t
39868 ____________________________________________________________________________
39869 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
39870         Log: Restore things as they were before
39871              the backward compatibility police notices.
39872      Branch: perl
39873            ! lib/Cwd.pm
39874 ____________________________________________________________________________
39875 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
39876         Log: More Cwd from Schwern: make also OS/2 and DOS
39877              Cwd agree with File::Spec (that is, native path
39878              syntax using \ instead of / -- backward compatibility
39879              polic warning) and stop Win32 from using bsd_realpath().
39880      Branch: perl
39881            ! lib/Cwd.pm
39882 ____________________________________________________________________________
39883 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
39884         Log: Subject: [PATCH @12110] RE: Untested libraries update
39885              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
39886              Date: Fri, 21 Sep 2001 18:21:07 +0100
39887              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
39888      Branch: perl
39889            ! lib/warnings/register.pm
39890 ____________________________________________________________________________
39891 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
39892         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
39893              From: Michael G Schwern <schwern@pobox.com>
39894              Date: Thu, 20 Sep 2001 22:54:02 -0400
39895              Message-ID: <20010920225402.A3611@blackrider>
39896      Branch: perl
39897            ! lib/Cwd.pm
39898 ____________________________________________________________________________
39899 [ 12113] By: ams                                   on 2001/09/21  17:08:24
39900         Log: Subject: [PATCH] avoid v-strings with require/use
39901              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
39902              Date: Fri, 21 Sep 2001 12:34:40 -0400
39903              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
39904      Branch: perl
39905            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
39906            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
39907            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
39908            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
39909            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
39910            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
39911            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
39912            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
39913            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
39914            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
39915            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
39916            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
39917            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
39918            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
39919            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
39920            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
39921            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
39922            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
39923            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
39924 ____________________________________________________________________________
39925 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
39926         Log: Update Changes.
39927      Branch: perl
39928            ! Changes patchlevel.h
39929 ____________________________________________________________________________
39930 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
39931         Log: Make AIX and Tru64 compilers happy.  
39932      Branch: perl
39933            ! ext/threads/threads.h ext/threads/threads.xs
39934 ____________________________________________________________________________
39935 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
39936         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
39937              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
39938              Date: 21 Sep 2001 09:16:37 -0000
39939              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
39940      Branch: perl
39941            ! toke.c
39942 ____________________________________________________________________________
39943 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
39944         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
39945              From: Michael G Schwern <schwern@pobox.com>
39946              Date: Thu, 20 Sep 2001 21:21:34 -0400
39947              Message-ID: <20010920212134.Y28291@blackrider>
39948      Branch: perl
39949            ! pp_sys.c
39950 ____________________________________________________________________________
39951 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
39952         Log: Subject: Re: GDB Debugging Macros from mod_perl
39953              From: rspier@pobox.com (Robert Spier)
39954              Date: Thu, 20 Sep 2001 22:45:03 -0700
39955              Message-ID: <15274.54239.413929.49430@rls.cx>
39956      Branch: perl
39957            ! pod/perltodo.pod
39958 ____________________________________________________________________________
39959 [ 12105] By: sky                                   on 2001/09/21  10:33:34
39960         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
39961              timezone! GetSystemTime should be available on all Win32 
39962              platforms we support. Perhaps Time::HiRes should be extended to
39963              support WinCE and Novell?
39964      Branch: perl
39965            ! ext/Time/HiRes/HiRes.xs
39966 ____________________________________________________________________________
39967 [ 12104] By: sky                                   on 2001/09/21  08:12:39
39968         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
39969      Branch: perl
39970            ! ext/threads/threads.h ext/threads/threads.xs
39971 ____________________________________________________________________________
39972 [ 12103] By: sky                                   on 2001/09/21  07:57:41
39973         Log: Rename the *thread* functions to Perl_* to avoid clashes.
39974              Notably on AIX but could become a problem on other platforms.
39975      Branch: perl
39976            ! ext/threads/threads.h ext/threads/threads.xs
39977 ____________________________________________________________________________
39978 [ 12102] By: sky                                   on 2001/09/21  07:35:30
39979         Log: Add the shared sv space to the global vars.
39980              Fix problems compiling on win32.
39981      Branch: perl
39982            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
39983            ! sharedsv.c sharedsv.h
39984 ____________________________________________________________________________
39985 [ 12101] By: ams                                   on 2001/09/21  00:19:55
39986         Log: Subject: [PATCH] win32/Makefile warning fix
39987              From: Blair Zajac <blair@orcaware.com>
39988              Date: Thu, 20 Sep 2001 18:15:43 -0700
39989              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
39990      Branch: perl
39991            ! win32/Makefile
39992 ____________________________________________________________________________
39993 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
39994         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
39995              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
39996              Date: Thu, 20 Sep 2001 18:36:22 +0200
39997              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
39998      Branch: perl
39999            ! lib/ExtUtils/Command.t
40000 ____________________________________________________________________________
40001 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
40002         Log: Cant spl wirth a dam.
40003      Branch: perl
40004            ! intrpvar.h
40005 ____________________________________________________________________________
40006 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
40007         Log: Don't use C++ comments.
40008      Branch: perl
40009            ! ext/threads/threads.xs
40010 ____________________________________________________________________________
40011 [ 12097] By: ams                                   on 2001/09/20  21:42:07
40012         Log: Change #12044 didn't.
40013      Branch: perl
40014            ! lib/constant.pm
40015 ____________________________________________________________________________
40016 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
40017         Log: Metaconfig unit changes for #12095.
40018      Branch: metaconfig
40019            ! U/modified/Myinit.U U/modified/libs.U
40020 ____________________________________________________________________________
40021 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
40022         Log: Remove iconv references since we are not using it
40023              and not going to; regen perltoc, perlmodlib.
40024              (Some references still linger in perltoc, have to figure
40025              out where they are coming from.)
40026      Branch: perl
40027            ! Configure NetWare/config.wc NetWare/config_H.wc
40028            ! Porting/Glossary Porting/config.sh Porting/config_H
40029            ! config_h.SH configure.com epoc/config.sh perl.h
40030            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
40031            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40032            ! vos/config.ga.h win32/config.bc win32/config.gc
40033            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40034            ! win32/config_H.vc wince/config.ce wince/config.h
40035            ! wince/config_H.ce
40036 ____________________________________________________________________________
40037 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
40038         Log: Subject: [PATCH docs] Re: ARGV and read
40039              From: Dave Mitchell <davem@fdgroup.co.uk>
40040              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
40041              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
40042      Branch: perl
40043            ! pod/perltodo.pod pod/perlvar.pod
40044 ____________________________________________________________________________
40045 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
40046         Log: Fresh copies from the cvs.perl.org perlfaq repository.
40047      Branch: perl
40048            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
40049            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
40050            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
40051            ! pod/perlfaq9.pod
40052 ____________________________________________________________________________
40053 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
40054         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
40055              From: Nicholas Clark <nick@ccl4.org>
40056              Date: Thu, 20 Sep 2001 14:27:08 +0100
40057              Message-ID: <20010920142708.X4971@plum.flirble.org>
40058      Branch: perl
40059            ! pp_pack.c t/op/pack.t
40060 ____________________________________________________________________________
40061 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
40062         Log: The sharedsv_space* are variables, not code.  Duh.
40063      Branch: perl
40064            ! intrpvar.h makedef.pl
40065 ____________________________________________________________________________
40066 [ 12090] By: ams                                   on 2001/09/20  11:26:06
40067         Log: Subject: [patch lib/lib_pm.PL]
40068              From: Stas Bekman <stas@stason.org>
40069              Date: Thu, 20 Sep 2001 18:48:53 +0800
40070              Message-Id: <3BA9C995.6010302@stason.org>
40071              (Applied by hand.)
40072      Branch: perl
40073            ! lib/lib_pm.PL
40074 ____________________________________________________________________________
40075 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
40076         Log: Only 21 tests, skipping or not.
40077      Branch: perl
40078            ! lib/ExtUtils/Command.t
40079 ____________________________________________________________________________
40080 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
40081         Log: New exported symbols.
40082      Branch: perl
40083            ! makedef.pl
40084 ____________________________________________________________________________
40085 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
40086         Log: Update Changes.
40087      Branch: perl
40088            ! Changes patchlevel.h
40089 ____________________________________________________________________________
40090 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
40091         Log: Correct numbering of the tests is useful.
40092      Branch: perl
40093            ! ext/threads/t/basic.t
40094 ____________________________________________________________________________
40095 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
40096         Log: More tests now too.
40097      Branch: perl
40098            ! lib/ExtUtils/Command.t
40099 ____________________________________________________________________________
40100 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
40101         Log: More tests now.
40102      Branch: perl
40103            ! ext/threads/t/basic.t
40104 ____________________________________________________________________________
40105 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
40106         Log: The test assumed 7-bit ASCII.  Now it "just"
40107              assumes 8-bit whatever.
40108      Branch: perl
40109            ! t/op/crypt.t
40110 ____________________________________________________________________________
40111 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
40112         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
40113              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40114              Date: Wed, 19 Sep 2001 11:45:28 +0200
40115              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
40116              
40117              Lvalue casts are not portable.
40118      Branch: perl
40119            ! ext/threads/threads.xs
40120 ____________________________________________________________________________
40121 [ 12081] By: sky                                   on 2001/09/19  10:17:52
40122         Log: Make the basic test contain only realy basic API tests
40123              Seems to be a problem with detach.
40124      Branch: perl
40125            ! ext/threads/t/basic.t
40126 ____________________________________________________________________________
40127 [ 12080] By: ams                                   on 2001/09/19  01:23:55
40128         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
40129              From: Michael G Schwern <schwern@pobox.com>
40130              Date: Tue, 18 Sep 2001 19:53:48 -0400
40131              Message-Id: <20010918195348.M585@blackrider>
40132              
40133              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
40134              From: Michael G Schwern <schwern@pobox.com>
40135              Date: Tue, 18 Sep 2001 22:07:13 -0400
40136              Message-Id: <20010918220713.B19616@blackrider>
40137      Branch: perl
40138            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
40139            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
40140            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
40141            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
40142            ! lib/Test/Tutorial.pod
40143 ____________________________________________________________________________
40144 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
40145         Log: Indent the test a bit.
40146      Branch: perl
40147            ! ext/threads/t/basic.t
40148 ____________________________________________________________________________
40149 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
40150         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
40151              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40152              Date: Tue, 18 Sep 2001 18:06:44 +0200
40153              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
40154      Branch: perl
40155            ! win32/win32.c
40156 ____________________________________________________________________________
40157 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
40158         Log: Subject: stat access time is wrong on Win95
40159              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40160              Date: Tue, 18 Sep 2001 21:59:24 +0200
40161              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
40162      Branch: perl
40163            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
40164 ____________________________________________________________________________
40165 [ 12076] By: ams                                   on 2001/09/18  22:11:25
40166         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
40167              From: Michael G Schwern <schwern@pobox.com>
40168              Date: Tue, 18 Sep 2001 18:47:14 -0400
40169              Message-Id: <20010918184714.I585@blackrider>
40170      Branch: perl
40171            ! t/op/crypt.t
40172 ____________________________________________________________________________
40173 [ 12075] By: sky                                   on 2001/09/18  19:29:37
40174         Log: two test failures
40175              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40176              Message-ID: <20010918221702.A17408@rafael>
40177              partly applied, #12074 already fixed half the patch
40178      Branch: perl
40179            ! ext/threads/t/basic.t
40180 ____________________________________________________________________________
40181 [ 12074] By: sky                                   on 2001/09/18  18:49:03
40182         Log: Fixes test case failure introduced by #12071, the warning is
40183              now correctly spelled :-)
40184      Branch: perl
40185            ! ext/IO/lib/IO/t/io_sel.t
40186 ____________________________________________________________________________
40187 [ 12073] By: sky                                   on 2001/09/18  18:46:22
40188         Log: Make the test behave properly!
40189      Branch: perl
40190            ! ext/threads/t/basic.t
40191 ____________________________________________________________________________
40192 [ 12072] By: ams                                   on 2001/09/18  18:44:59
40193         Log: OP_RCATLINE is an SVOP, not a BASEOP.
40194      Branch: perl
40195            ! opcode.h opcode.pl
40196 ____________________________________________________________________________
40197 [ 12071] By: ams                                   on 2001/09/18  18:06:27
40198         Log: Deprecate != Depreciate.
40199      Branch: perl
40200            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
40201            ! lib/Pod/ParseUtils.pm
40202 ____________________________________________________________________________
40203 [ 12070] By: ams                                   on 2001/09/18  15:14:58
40204         Log: Subject: [PATCH] Getopt::Std cleanup
40205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40206              Date: Tue, 18 Sep 2001 17:32:13 +0200
40207              Message-Id: <20010918173213.C777@rafael>
40208      Branch: perl
40209            ! lib/Getopt/Std.pm lib/Getopt/Std.t
40210 ____________________________________________________________________________
40211 [ 12069] By: sky                                   on 2001/09/18  14:56:33
40212         Log: Forgot the makefile
40213      Branch: perl
40214            + ext/threads/Makefile.PL
40215 ____________________________________________________________________________
40216 [ 12068] By: sky                                   on 2001/09/18  14:13:26
40217         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
40218              The test will fail because of Test.pm not knowing about threads. 
40219              basic needs to be manually tested
40220              compile time warnings on IV2PTR conversions need to be fixed
40221      Branch: perl
40222            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
40223            + ext/threads/threads.h ext/threads/threads.pm
40224            + ext/threads/threads.xs
40225            ! MANIFEST
40226 ____________________________________________________________________________
40227 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
40228         Log: DJGPP tweak from Laszlo Molnar.
40229      Branch: perl
40230            ! djgpp/config.over
40231 ____________________________________________________________________________
40232 [ 12066] By: sky                                   on 2001/09/18  10:24:31
40233         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
40234      Branch: perl
40235            ! sharedsv.c sharedsv.h
40236 ____________________________________________________________________________
40237 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
40238         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
40239              ditto ^cns.
40240      Branch: perl
40241            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
40242            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
40243            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
40244            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
40245            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
40246            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
40247            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
40248            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
40249            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
40250            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
40251            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
40252            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
40253            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
40254            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
40255            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
40256            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
40257            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
40258            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
40259            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
40260            + ext/Encode/Encode/ir-197.enc
40261            - ext/Encode/Encode/cns11643-1.enc
40262            - ext/Encode/Encode/cns11643-2.enc
40263            - ext/Encode/Encode/iso2022-cn.enc
40264            - ext/Encode/Encode/iso2022-jp.enc
40265            - ext/Encode/Encode/iso2022-jp1.enc
40266            - ext/Encode/Encode/iso2022-jp2.enc
40267            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
40268            - ext/Encode/Encode/iso8859-1.enc
40269            - ext/Encode/Encode/iso8859-1.ucm
40270            - ext/Encode/Encode/iso8859-10.enc
40271            - ext/Encode/Encode/iso8859-10.ucm
40272            - ext/Encode/Encode/iso8859-11.enc
40273            - ext/Encode/Encode/iso8859-11.ucm
40274            - ext/Encode/Encode/iso8859-13.enc
40275            - ext/Encode/Encode/iso8859-13.ucm
40276            - ext/Encode/Encode/iso8859-14.enc
40277            - ext/Encode/Encode/iso8859-14.ucm
40278            - ext/Encode/Encode/iso8859-15.enc
40279            - ext/Encode/Encode/iso8859-15.ucm
40280            - ext/Encode/Encode/iso8859-16.enc
40281            - ext/Encode/Encode/iso8859-16.ucm
40282            - ext/Encode/Encode/iso8859-2.enc
40283            - ext/Encode/Encode/iso8859-2.ucm
40284            - ext/Encode/Encode/iso8859-3.enc
40285            - ext/Encode/Encode/iso8859-3.ucm
40286            - ext/Encode/Encode/iso8859-4.enc
40287            - ext/Encode/Encode/iso8859-4.ucm
40288            - ext/Encode/Encode/iso8859-5.enc
40289            - ext/Encode/Encode/iso8859-5.ucm
40290            - ext/Encode/Encode/iso8859-6.enc
40291            - ext/Encode/Encode/iso8859-6.ucm
40292            - ext/Encode/Encode/iso8859-7.enc
40293            - ext/Encode/Encode/iso8859-7.ucm
40294            - ext/Encode/Encode/iso8859-8.enc
40295            - ext/Encode/Encode/iso8859-8.ucm
40296            - ext/Encode/Encode/iso8859-9.enc
40297            - ext/Encode/Encode/iso8859-9.ucm
40298            - ext/Encode/Encode/isoir-197.enc
40299            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
40300 ____________________________________________________________________________
40301 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
40302         Log: Must Uppercase.
40303      Branch: perl
40304            ! ext/Encode/Encode.pm
40305 ____________________________________________________________________________
40306 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
40307         Log: Add various encodings.
40308      Branch: perl
40309            + ext/Encode/Encode/iso8859-11.enc
40310            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
40311            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
40312            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
40313            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
40314            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
40315            + ext/Encode/Encode/viscii.ucm
40316            ! MANIFEST ext/Encode/Encode.pm
40317 ____________________________________________________________________________
40318 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
40319         Log: lib/unicode relic.
40320      Branch: perl
40321            ! ext/Encode/compile
40322 ____________________________________________________________________________
40323 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
40324         Log: Subject: [PATCH] Re: filename problems
40325              From: Michael G Schwern <schwern@pobox.com>
40326              Date: Mon, 17 Sep 2001 17:26:26 -0400
40327              Message-ID: <20010917172626.Q585@blackrider>
40328      Branch: perl
40329            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
40330            - t/lib/sample-tests/header_at_end
40331            - t/lib/sample-tests/header_at_end_fail
40332            ! MANIFEST lib/Test/Harness/t/test-harness.t
40333 ____________________________________________________________________________
40334 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
40335         Log: Explicitly explain the 1e9 seconds, not everybody
40336              is a C geek.
40337      Branch: perl
40338            ! ext/Time/HiRes/HiRes.pm
40339 ____________________________________________________________________________
40340 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
40341         Log: Explain an apparent bug reported by
40342              Richard J. Barbalace <rjbarbal@MIT.EDU>,
40343              with additional explanation from Gisle Aas.
40344      Branch: perl
40345            ! ext/Time/HiRes/HiRes.pm
40346 ____________________________________________________________________________
40347 [ 12058] By: ams                                   on 2001/09/17  19:52:01
40348         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
40349              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40350              Date: Mon, 17 Sep 2001 22:48:05 +0200
40351              Message-Id: <20010917224805.C11744@rafael>
40352      Branch: perl
40353            ! t/lib/warnings/op t/lib/warnings/pp
40354 ____________________________________________________________________________
40355 [ 12057] By: ams                                   on 2001/09/17  16:51:18
40356         Log: Its a nit!
40357      Branch: perl
40358            ! sv.h
40359 ____________________________________________________________________________
40360 [ 12056] By: ams                                   on 2001/09/17  16:47:55
40361         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
40362              From: "Craig A. Berry" <craigberry@mac.com>
40363              Date: Mon, 17 Sep 2001 12:34:20 -0500
40364              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
40365      Branch: perl
40366            ! vms/vms.c
40367 ____________________________________________________________________________
40368 [ 12055] By: ams                                   on 2001/09/17  16:05:15
40369         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
40370              From: Gisle Aas <gisle@ActiveState.com>
40371              Date: 16 Apr 2001 16:20:34 -0700
40372              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
40373              (Applied by hand.)
40374      Branch: perl
40375            ! lib/CPAN.pm lib/CPAN/Nox.pm
40376 ____________________________________________________________________________
40377 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
40378         Log: Update Changes.
40379      Branch: perl
40380            ! Changes patchlevel.h
40381 ____________________________________________________________________________
40382 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
40383         Log: Adding new files to the MANIFEST is always nice.
40384      Branch: perl
40385            ! MANIFEST
40386 ____________________________________________________________________________
40387 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
40388         Log: Reindent the PerlIO files (suggested by NI-S), used
40389              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
40390              (GNU indent).  Note that wholesale re-indenting might
40391              be nice, but that would break nice formatting/alignment
40392              of assignments, equality testing, and complex boolean
40393              expressions with lots of &s and |s.
40394      Branch: perl
40395            ! perlio.c perlio.h perliol.h
40396 ____________________________________________________________________________
40397 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
40398         Log: Add a script for being 8.3-polite.
40399              The found conflicts are being worked on.
40400      Branch: perl
40401            + check83.pl
40402            ! MANIFEST Porting/pumpkin.pod
40403 ____________________________________________________________________________
40404 [ 12050] By: sky                                   on 2001/09/17  12:44:36
40405         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
40406              finding it.
40407      Branch: perl
40408            ! sv.c
40409 ____________________________________________________________________________
40410 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
40411         Log: Bump up versions because of #12041.
40412      Branch: perl
40413            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
40414            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
40415            ! lib/Time/localtime.pm
40416 ____________________________________________________________________________
40417 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
40418         Log: Bump the version number because of #12042.
40419      Branch: perl
40420            ! lib/CPAN/FirstTime.pm
40421 ____________________________________________________________________________
40422 [ 12047] By: ams                                   on 2001/09/17  11:21:40
40423         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
40424              From: Abhijit Menon-Sen <ams@wiw.org>
40425              Date: Mon, 17 Sep 2001 17:44:12 +0530
40426              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
40427      Branch: perl
40428            ! op.c
40429 ____________________________________________________________________________
40430 [ 12046] By: sky                                   on 2001/09/17  07:14:17
40431         Log: Subject: Re: t/op/ver.t using skip() improperly
40432              From: "chromatic" <chromatic@rmci.net>
40433              Date: Mon, 17 Sep 2001 00:22:29 -0600
40434              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
40435      Branch: perl
40436            ! t/op/ver.t
40437 ____________________________________________________________________________
40438 [ 12045] By: nick                                  on 2001/09/17  07:12:14
40439         Log: Integrate mainline
40440      Branch: perlio
40441           +> t/op/chdir.t
40442           !> (integrate 117 files)
40443 ____________________________________________________________________________
40444 [ 12044] By: ams                                   on 2001/09/17  05:49:53
40445         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
40446              From: Ilmari Karonen <iltzu@sci.fi>
40447              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
40448              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
40449              (And $VERSION = '1.05'.)
40450      Branch: perl
40451            ! lib/constant.pm
40452 ____________________________________________________________________________
40453 [ 12043] By: ams                                   on 2001/09/17  05:44:50
40454         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
40455              From: Michael G Schwern <schwern@pobox.com>
40456              Date: Mon, 17 Sep 2001 07:49:04 +0200
40457              Message-Id: <20010917074904.V1588@blackrider>
40458              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
40459      Branch: perl
40460            + t/op/chdir.t
40461            ! MANIFEST pp_sys.c
40462 ____________________________________________________________________________
40463 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
40464         Log: Subject: Re: CPAN.pm needs some hacking 
40465              From: "chromatic" <chromatic@rmci.net>
40466              Date: Sun, 16 Sep 2001 16:46:29 -0600
40467              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
40468      Branch: perl
40469            ! lib/CPAN/FirstTime.pm
40470 ____________________________________________________________________________
40471 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
40472         Log: Change use|require 5.005_64 to use|require 5.6.1.
40473      Branch: perl
40474            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
40475            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
40476            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
40477            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
40478            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
40479            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40480            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
40481            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
40482            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
40483            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
40484            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
40485            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
40486            ! lib/base.pm lib/fields.pm
40487 ____________________________________________________________________________
40488 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
40489         Log: Bump up version numbers.
40490              
40491              TODO 1: double check that pre-5.6.1 CPAN.pm:s
40492              don't try to download 5.8.0 because of the
40493              version numbers.  Mainly this means using _00
40494              in the core version numbers.
40495              
40496              TODO 2: the "use 5.005_64" in many modules
40497              needs to be changed to, say, "use 5.6.1".
40498      Branch: perl
40499            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
40500            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
40501            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
40502            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
40503            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
40504            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
40505            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40506            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
40507            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
40508            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
40509            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
40510 ____________________________________________________________________________
40511 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
40512         Log: Use UCHARAT() as suggested by Inaba Hiroto.
40513      Branch: perl
40514            ! regexec.c
40515 ____________________________________________________________________________
40516 [ 12038] By: ams                                   on 2001/09/16  15:16:24
40517         Log: Subject: [PATCH] Re: Core module version numbers review
40518              From: Peter Scott <Peter@PSDT.com>
40519              Date: Sun, 16 Sep 2001 09:09:58 -0700
40520              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
40521      Branch: perl
40522            ! lib/perl5db.pl
40523 ____________________________________________________________________________
40524 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
40525         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
40526              not yet fully implemented.
40527      Branch: perl
40528            ! pod/perlfunc.pod pod/perlunicode.pod
40529 ____________________________________________________________________________
40530 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
40531         Log: Subject: [patch] plug PL_beginav_save leak
40532              From: Doug MacEachern <dougm@covalent.net>
40533              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
40534              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
40535      Branch: perl
40536            ! perl.c
40537 ____________________________________________________________________________
40538 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
40539         Log: (accidentally empty checkin)
40540      Branch: perl
40541            ! sv.c
40542 ____________________________________________________________________________
40543 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
40544         Log: Subject: [patch] ithreads+PL_beginav_save
40545              From: Doug MacEachern <dougm@covalent.net>
40546              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
40547              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
40548      Branch: perl
40549            ! sv.c
40550 ____________________________________________________________________________
40551 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
40552         Log: Subject: [PATCH] h2xs.PL with C::Scan
40553              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40554              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
40555              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
40556      Branch: perl
40557            ! utils/h2xs.PL
40558 ____________________________________________________________________________
40559 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
40560         Log: Elaborate (well, make more vague, really) #12030.
40561      Branch: perl
40562            ! pod/perltodo.pod pod/perlunicode.pod
40563 ____________________________________________________________________________
40564 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
40565         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
40566              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40567              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
40568              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
40569      Branch: perl
40570            ! regexec.c
40571 ____________________________________________________________________________
40572 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
40573         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
40574              are not yet complete.
40575      Branch: perl
40576            ! pod/perltodo.pod pod/perlunicode.pod
40577 ____________________________________________________________________________
40578 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
40579         Log: Document what's still to be done on the regular expression
40580              Unicode support, based on the UTR#18.
40581      Branch: perl
40582            ! pod/perltodo.pod pod/perlunicode.pod
40583 ____________________________________________________________________________
40584 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
40585         Log: Regen headers.
40586      Branch: perl
40587            ! embedvar.h perlapi.h
40588 ____________________________________________________________________________
40589 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
40590         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
40591              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40592              Date: Sun, 09 Sep 2001 18:41:54 +0100
40593              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
40594      Branch: perl
40595            ! Porting/findvars ext/ByteLoader/bytecode.h
40596            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
40597            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
40598 ____________________________________________________________________________
40599 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
40600         Log: enable most warnings for windows build; fix the various typecasting
40601              nits that showed up (no bugfixes here)
40602      Branch: maint-5.6/perl
40603            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
40604            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
40605            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
40606            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
40607            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
40608            ! x2p/walk.c
40609 ____________________________________________________________________________
40610 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
40611         Log: Integrate change #12024 from maintperl
40612              (a local() precedence bug)
40613      Branch: perl
40614           !> lib/ExtUtils/Install.pm
40615 ____________________________________________________________________________
40616 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
40617         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
40618              change#8642
40619      Branch: maint-5.6/perl
40620            ! lib/ExtUtils/Install.pm
40621 ____________________________________________________________________________
40622 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
40623         Log: Update Changes.
40624      Branch: perl
40625            ! Changes patchlevel.h
40626 ____________________________________________________________________________
40627 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
40628         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
40629              From: "chromatic" <chromatic@rmci.net>
40630              Date: Fri, 14 Sep 2001 09:44:57 -0600 
40631              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
40632      Branch: perl
40633            ! lib/ExtUtils/Manifest.t
40634 ____________________________________________________________________________
40635 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
40636         Log: Hopefully better skipping of the Complete.t tests
40637              in case of not a tty. 
40638      Branch: perl
40639            ! lib/Term/Complete.t t/op/stat.t
40640 ____________________________________________________________________________
40641 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
40642         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
40643              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40644              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
40645              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
40646      Branch: perl
40647            ! regexec.c t/op/pat.t
40648 ____________________________________________________________________________
40649 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
40650         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
40651              From: Robin Barker <rmb1@cise.npl.co.uk>
40652              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
40653              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
40654      Branch: perl
40655            ! pod/perlport.pod
40656 ____________________________________________________________________________
40657 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
40658         Log: NetWare tweaks from Ananth Kesari.
40659      Branch: perl
40660            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
40661            ! NetWare/nwutil.h
40662 ____________________________________________________________________________
40663 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
40664         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
40665              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40666              Date: Fri, 14 Sep 2001 10:51:13 +0200
40667              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
40668      Branch: perl
40669            ! pod/perlport.pod
40670 ____________________________________________________________________________
40671 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
40672         Log: Subject: Re: [PATCH 2 pl2pm.PL]
40673              From: Joe Smith <Joe.Smith@inwap.com>
40674              Date: Fri, 14 Sep 2001 00:13:32 -0700
40675              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
40676              
40677              Eradicate qu.
40678      Branch: perl
40679            ! keywords.h keywords.pl utils/pl2pm.PL
40680 ____________________________________________________________________________
40681 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
40682         Log: Retract #12013, didn't go over too well in Tru64.
40683      Branch: perl
40684            ! embed.h embed.pl sv.h
40685 ____________________________________________________________________________
40686 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
40687         Log: Subject: [PATCH] Execute files of debugger commands
40688              From: Peter Scott <Peter@PSDT.com>
40689              Date: Thu, 13 Sep 2001 15:26:31 -0700
40690              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
40691      Branch: perl
40692            ! lib/perl5db.pl pod/perldebug.pod
40693 ____________________________________________________________________________
40694 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
40695         Log: (Retracted by #12015)
40696              Subject: [proposed PATCH] Re: perl@11920
40697              From: Nicholas Clark <nick@ccl4.org>
40698              Date: Wed, 12 Sep 2001 23:46:09 +0100
40699              Message-ID: <20010912234609.H4971@plum.flirble.org>     
40700      Branch: perl
40701            ! embed.h embed.pl sv.h
40702 ____________________________________________________________________________
40703 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
40704         Log: ucblib shouldn't be linked against in nonstop-ux,
40705              from Tom Bates.
40706      Branch: perl
40707            ! hints/nonstopux.sh
40708 ____________________________________________________________________________
40709 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
40710         Log: Do stty only if we have stty.
40711              
40712              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
40713      Branch: perl
40714            ! lib/Term/Complete.pm
40715 ____________________________________________________________________________
40716 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
40717         Log: Skip the test if not running on a tty.
40718      Branch: perl
40719            ! lib/Term/Complete.t
40720 ____________________________________________________________________________
40721 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
40722         Log: Regen headers.
40723      Branch: perl
40724            ! embed.h opcode.h pod/perlapi.pod proto.h
40725 ____________________________________________________________________________
40726 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
40727         Log: Subject: [PATCH op.c] Re: perl@12003
40728              From: Robin Barker <rmb1@cise.npl.co.uk>
40729              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
40730              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
40731      Branch: perl
40732            ! op.c
40733 ____________________________________________________________________________
40734 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
40735         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
40736              From: Robin Barker <rmb1@cise.npl.co.uk>
40737              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
40738              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
40739      Branch: perl
40740            ! sv.c
40741 ____________________________________________________________________________
40742 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
40743         Log: Upgrade to Memoize 0.66.
40744      Branch: perl
40745            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
40746            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
40747            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
40748 ____________________________________________________________________________
40749 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
40750         Log: Subject: [ID 20010912.007] substr reference core dump
40751              From: me-01@ton.iguana.be
40752              Date: 12 Sep 2001 14:11:16 -0000
40753              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
40754      Branch: perl
40755            ! mg.c
40756 ____________________________________________________________________________
40757 [ 12004] By: ams                                   on 2001/09/12  01:13:49
40758         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
40759              From: Ilmari Karonen <iltzu@sci.fi>
40760              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
40761              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
40762      Branch: perl
40763            ! pod/perlfaq4.pod
40764 ____________________________________________________________________________
40765 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
40766         Log: Update Changes.
40767      Branch: perl
40768            ! Changes patchlevel.h
40769 ____________________________________________________________________________
40770 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
40771         Log: NetWare update from Ananth Kesari.
40772      Branch: perl
40773            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
40774            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
40775 ____________________________________________________________________________
40776 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
40777         Log: Retract #11984: div() being redefined, and 1397
40778              failing on 64-bit platforms.
40779      Branch: perl
40780            ! lib/Math/BigInt/Calc.pm
40781 ____________________________________________________________________________
40782 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
40783         Log: Metaconfig unit change for #11999.
40784      Branch: metaconfig
40785            ! U/protos/d_lseekproto.U
40786 ____________________________________________________________________________
40787 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
40788         Log: The lseek fix (#11991) was no fix.
40789      Branch: perl
40790            ! Configure
40791 ____________________________________________________________________________
40792 [ 11998] By: sky                                   on 2001/09/11  07:52:06
40793         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
40794              From: Matt Sergeant <MSergeant@star.net.uk>
40795              Date: Tue, 11 Sep 2001 09:22:32 +0100
40796              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
40797      Branch: perl
40798            ! ext/Encode/Encode.pm
40799 ____________________________________________________________________________
40800 [ 11997] By: sky                                   on 2001/09/11  06:35:29
40801         Log: Sometimes dTHX is added because it is needed on non 
40802              gnuc platforms, but not needed there. This uses GCC
40803              to silence GCC specific warnings by marking pTHX as 
40804              unused.
40805      Branch: perl
40806            ! perl.h
40807 ____________________________________________________________________________
40808 [ 11996] By: nick                                  on 2001/09/11  06:25:27
40809         Log: Integrate mainline
40810      Branch: perlio
40811            - ext/POSIX/sigaction.t lib/File/Find/taint.t
40812           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
40813 ____________________________________________________________________________
40814 [ 11995] By: nick                                  on 2001/09/11  06:23:39
40815         Log: Part Integrate mainline
40816      Branch: perlio
40817           +> (branch 69 files)
40818            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
40819            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
40820            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
40821            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
40822            - lib/Switch/t/switch_case.t lib/Test/Harness.t
40823            - lib/Test/More/Changes lib/Test/More/t/More.t
40824            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
40825            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
40826            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
40827            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
40828            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
40829            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
40830            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
40831            - t/lib/Test/More/Catch.pm wince/perl.ico
40832           !> (integrate 197 files)
40833 ____________________________________________________________________________
40834 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
40835         Log: Subject: Re: [PATCH] Encode.pm docs fix
40836              From: Gisle Aas <gisle@ActiveState.com>
40837              Date: 10 Sep 2001 11:27:02 -0700
40838              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
40839      Branch: perl
40840            ! ext/Encode/Encode.pm
40841 ____________________________________________________________________________
40842 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
40843         Log: Fix unpack U to be the reverse of pack U
40844              (but implement unpack U0U as a backdoor to get
40845              the UTF-8 malformed warnings from un-UTF-8 data)
40846      Branch: perl
40847            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
40848 ____________________________________________________________________________
40849 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
40850         Log: Metaconfig unit change for #11991;
40851              delete an unused unit (d_strtoull.U is the one used)
40852      Branch: metaconfig
40853            ! U/protos/d_lseekproto.U
40854      Branch: metaconfig/U/perl
40855            - strtoull.U
40856 ____________________________________________________________________________
40857 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
40858         Log: Subject: [PATCH] Configure not recording lseek proto
40859              From: Blair Zajac <blair@orcaware.com>
40860              Date: Mon, 10 Sep 2001 17:52:37 -0700
40861              Message-ID: <3B9D6055.BA334A31@orcaware.com>
40862              
40863              plus regen Configure.
40864      Branch: perl
40865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40866            ! config_h.SH uconfig.h
40867 ____________________________________________________________________________
40868 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
40869         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?)))                  
40870              From: Nicholas Clark <nick@ccl4.org>
40871              Date: Tue, 11 Sep 2001 00:00:31 +0100
40872              Message-ID: <20010911000031.G1512@plum.flirble.org>
40873      Branch: perl
40874            + t/op/qq.t
40875            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
40876 ____________________________________________________________________________
40877 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
40878         Log: Subject: [PATCH] Building on win32 w/o perlio
40879              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
40880              Date: Mon, 10 Sep 2001 23:38:46 +0200
40881              Message-ID: <3B9D4F06.14433.2C37644@localhost>
40882      Branch: perl
40883            ! perl.c win32/Makefile win32/makefile.mk
40884 ____________________________________________________________________________
40885 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
40886         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
40887              From: "chromatic" <chromatic@rmci.net>
40888              Date: Mon, 10 Sep 2001 15:14:01 -0600
40889              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
40890      Branch: perl
40891            + lib/CGI/t/push.t
40892            ! MANIFEST
40893 ____________________________________________________________________________
40894 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
40895         Log: Subject: avoiding hoardes of zombies
40896              From: Nicholas Clark <nick@ccl4.org>
40897              Date: Mon, 10 Sep 2001 22:00:40 +0100
40898              Message-ID: <20010910220040.C1512@plum.flirble.org>
40899      Branch: perl
40900            ! pod/perlipc.pod
40901 ____________________________________________________________________________
40902 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
40903         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
40904              From: John Peacock <jpeacock@rowman.com>
40905              Date: Mon, 10 Sep 2001 16:34:30 -0400
40906              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
40907      Branch: perl
40908            ! sv.c t/op/ver.t utf8.h
40909 ____________________________________________________________________________
40910 [ 11985] By: ams                                   on 2001/09/10  23:20:13
40911         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
40912      Branch: perl
40913            ! MANIFEST
40914 ____________________________________________________________________________
40915 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
40916         Log: (Retracted by #12001)
40917              Subject: Calc with USE_MUL/USE_DIV
40918              From: Tels <perl_dummy@bloodgate.com>
40919              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
40920              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
40921      Branch: perl
40922            ! lib/Math/BigInt/Calc.pm
40923 ____________________________________________________________________________
40924 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
40925         Log: Subject: [PATCH op.c] Re: perl@11978
40926              From: Robin Barker <rmb1@cise.npl.co.uk>
40927              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
40928              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
40929              
40930              Format errors.
40931      Branch: perl
40932            ! op.c
40933 ____________________________________________________________________________
40934 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
40935         Log: Switch PADOFFSET back to U32 both because of binary backward
40936              compatibility and because Arthur seems to have been fixing the
40937              problems with naughty integer-pointer casting.
40938      Branch: perl
40939            ! op.h
40940 ____________________________________________________________________________
40941 [ 11981] By: ams                                   on 2001/09/10  16:31:43
40942         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
40943              Fix Pod Typo, Add Test for ExtUtils::Command
40944              From: "chromatic" <chromatic@rmci.net>
40945              Date: Mon, 10 Sep 2001 11:20:56 -0600
40946              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
40947      Branch: perl
40948            + lib/ExtUtils/Command.t
40949            ! MANIFEST lib/ExtUtils/Command.pm
40950 ____________________________________________________________________________
40951 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
40952         Log: Subject: [PATCH] Encode.pm docs fix
40953              From: Matt Sergeant <MSergeant@star.net.uk>
40954              Date: Mon, 10 Sep 2001 15:24:01 +0100
40955              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
40956      Branch: perl
40957            ! ext/Encode/Encode.pm
40958 ____________________________________________________________________________
40959 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
40960         Log: Update Changes.
40961      Branch: perl
40962            ! Changes patchlevel.h
40963 ____________________________________________________________________________
40964 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
40965         Log: Revert #11973, the dTHX seems to be needed in there
40966              for threaded builds.
40967      Branch: perl
40968            ! perlio.c
40969 ____________________________________________________________________________
40970 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
40971         Log: Detypo.
40972      Branch: perl
40973            ! pod/perlguts.pod
40974 ____________________________________________________________________________
40975 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
40976         Log: Further Class::Struct patching from Damian.
40977              
40978              The new new semantics are:
40979              
40980              * If you pass an initializer for a nested object, it has to be:
40981              a) a reference to an object of that class, or      
40982              b) a reference to an object of a subclass of that class, or
40983              c) a reference to a hash of arguments to be passed to the
40984              class's constructor
40985              * If you pass no initializer for a nested object, the attribute
40986              is initialized to C<undef>
40987      Branch: perl
40988            ! lib/Class/Struct.pm
40989 ____________________________________________________________________________
40990 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
40991         Log: Skip the crypt test if no crypt.
40992      Branch: perl
40993            ! t/op/crypt.t
40994 ____________________________________________________________________________
40995 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
40996         Log: Warn against using bare v-strings as IP addresses
40997              (okay if using the wrappers from Socket)
40998      Branch: perl
40999            ! pod/perldata.pod pod/perlport.pod
41000 ____________________________________________________________________________
41001 [ 11973] By: sky                                   on 2001/09/10  11:57:58
41002         Log: Remove unused dTHX. Silenced another warning.
41003      Branch: perl
41004            ! perlio.c
41005 ____________________________________________________________________________
41006 [ 11972] By: sky                                   on 2001/09/10  11:54:25
41007         Log: Silence some more warnings INT2PTR.
41008      Branch: perl
41009            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
41010 ____________________________________________________________________________
41011 [ 11971] By: sky                                   on 2001/09/10  11:21:50
41012         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
41013      Branch: perl
41014            ! cop.h
41015 ____________________________________________________________________________
41016 [ 11970] By: sky                                   on 2001/09/10  11:17:25
41017         Log: Apply INT2PTR with force to silence warnings from
41018              PM_GETRE and friends. No more warnings with 64bit 
41019              IVs and 32bit pointers.    
41020      Branch: perl
41021            ! op.c op.h perl.c
41022 ____________________________________________________________________________
41023 [ 11969] By: sky                                   on 2001/09/10  10:13:02
41024         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
41025      Branch: perl
41026            ! pod/perlguts.pod
41027 ____________________________________________________________________________
41028 [ 11968] By: sky                                   on 2001/09/10  10:02:51
41029         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
41030              Rename to custop_op_name to Perl_custom_op_name to match perlapi
41031              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
41032              perl_clone.
41033      Branch: perl
41034            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
41035 ____________________________________________________________________________
41036 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
41037         Log: Using strlen() not good on embedded nul bytes.
41038      Branch: perl
41039            ! regcomp.c
41040 ____________________________________________________________________________
41041 [ 11966] By: ams                                   on 2001/09/09  21:06:13
41042         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
41043              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41044              Date: Mon, 13 Aug 2001 22:51:59 +0200
41045              Message-ID: <20010813225159.C6681@rafael>
41046              (Applied with several tweaks.)
41047      Branch: perl
41048            ! embed.h embed.pl proto.h toke.c
41049 ____________________________________________________________________________
41050 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
41051         Log: The exact error message is system-dependent.
41052      Branch: perl
41053            ! lib/ExtUtils/Manifest.t
41054 ____________________________________________________________________________
41055 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
41056         Log: Add Windows and Mac Sami support to Encode
41057              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
41058      Branch: perl
41059            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
41060            ! MANIFEST
41061 ____________________________________________________________________________
41062 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
41063         Log: Use the tried method.
41064      Branch: perl
41065            ! pod/perlport.pod
41066 ____________________________________________________________________________
41067 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
41068         Log: Can't count parentheses.
41069      Branch: perl
41070            ! ext/IO/lib/IO/Socket/INET.pm
41071 ____________________________________________________________________________
41072 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
41073         Log: perlport additions: 1 while unlink, add/delete directory
41074              entries and permissions, cygwin stat funkiness (from Michael
41075              Schwern and Nicholas Clark)
41076      Branch: perl
41077            ! pod/perlport.pod
41078 ____________________________________________________________________________
41079 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
41080         Log: blib does have a detectable test.
41081      Branch: perl
41082            ! t/lib/1_compile.t
41083 ____________________________________________________________________________
41084 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
41085         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
41086              From: "chromatic" <chromatic@rmci.net>
41087              Date: Sat, 08 Sep 2001 19:33:42 -0600
41088              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
41089      Branch: perl
41090            + lib/Term/Complete.t
41091            ! MANIFEST
41092 ____________________________________________________________________________
41093 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
41094         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
41095              From: Michael G Schwern <schwern@pobox.com> 
41096              Date: Sat, 8 Sep 2001 02:40:26 -0400
41097              Message-ID: <20010908024026.A26283@blackrider>
41098      Branch: perl
41099            + lib/Test/Tutorial.pod
41100            ! MANIFEST
41101 ____________________________________________________________________________
41102 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
41103         Log: Try to look up protocol (by name) only iff it has non-numbers:
41104              nice if the server is in a chrooted environment (no /etc/protocols,
41105              server code using hardcorded protocol numbers like 6 for tcp),
41106              suggested by John Holdsworth <coldwave@bigfoot.com>.
41107              In other words, if we are given a number, why look it up again
41108              (by number)?
41109      Branch: perl
41110            ! ext/IO/lib/IO/Socket/INET.pm
41111 ____________________________________________________________________________
41112 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
41113         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
41114              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41115              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
41116              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
41117              
41118              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
41119              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41120              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
41121              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
41122              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
41123              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41124              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
41125              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
41126      Branch: perl
41127            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
41128 ____________________________________________________________________________
41129 [ 11955] By: ams                                   on 2001/09/09  02:54:21
41130         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
41131              From: "Craig A. Berry" <craigberry@mac.com>
41132              Date: Sat, 08 Sep 2001 19:02:16 -0500
41133              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
41134      Branch: perl
41135            ! lib/CGI/t/carp.t
41136 ____________________________________________________________________________
41137 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
41138         Log: Documentation tweaks; think the IP address as an opaque string.
41139      Branch: perl
41140            ! ext/Socket/Socket.pm
41141 ____________________________________________________________________________
41142 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
41143         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
41144              From: Michael G Schwern <schwern@pobox.com>
41145              Date: Sat, 8 Sep 2001 19:45:46 -0400
41146              Message-ID: <20010908194546.C9193@blackrider>
41147      Branch: perl
41148            + lib/blib.t
41149            ! MANIFEST lib/blib.pm t/lib/1_compile.t
41150 ____________________________________________________________________________
41151 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
41152         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
41153              From: "chromatic" <chromatic@rmci.net>
41154              Date: Sat, 08 Sep 2001 12:31:44 -0600
41155              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
41156      Branch: perl
41157            + lib/CGI/t/fast.t
41158            ! MANIFEST
41159 ____________________________________________________________________________
41160 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
41161         Log: The Socket tests were wrong: they were assuming too much.
41162      Branch: perl
41163            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
41164 ____________________________________________________________________________
41165 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
41166         Log: Retract the portability changes since they
41167              seem to have opened a can of worms... will
41168              go back to UNICOS/mk and do the bare minimum
41169              required to get the tests working.
41170      Branch: perl
41171            ! ext/Socket/Socket.xs
41172 ____________________________________________________________________________
41173 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
41174         Log: PADOFFSET is used to cast pointers into integers,
41175              if pointers are 64 bits and U32 32 bits,
41176              bad things may happen, or at least warnings issued.
41177      Branch: perl
41178            ! op.h
41179 ____________________________________________________________________________
41180 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
41181         Log: Still more Socket portability tweaking.
41182              Now Socket.t seems to be happy in all of
41183              Linux/x86, Tru64/alpha, Solaris/sparc,
41184              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
41185              
41186              Addendum: it seems that io_multihomed, io_sock, and hostent
41187              were broken in little-endians (linux/x86 and tru64/alpha)
41188              because of this change.  Argh.
41189      Branch: perl
41190            ! ext/Socket/Socket.xs
41191 ____________________________________________________________________________
41192 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
41193         Log: More portability kicking on inet_ntoa().
41194      Branch: perl
41195            ! ext/Socket/Socket.xs
41196 ____________________________________________________________________________
41197 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
41198         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
41199              From: Michael G Schwern <schwern@pobox.com> 
41200              Date: Fri, 7 Sep 2001 23:06:51 -0400
41201              Message-ID: <20010907230651.R606@blackrider>
41202      Branch: perl
41203            + lib/ExtUtils/Manifest.t
41204            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
41205 ____________________________________________________________________________
41206 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
41207         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
41208              From: "chromatic" <chromatic@rmci.net>
41209              Date: Fri, 07 Sep 2001 17:53:15 -0600      
41210              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
41211      Branch: perl
41212            + lib/ExtUtils/testlib.t
41213            ! MANIFEST
41214 ____________________________________________________________________________
41215 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
41216         Log: Thinko.
41217      Branch: perl
41218            ! lib/integer.t
41219 ____________________________________________________________________________
41220 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
41221         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
41222              From: "Craig A. Berry" <craigberry@mac.com>
41223              Date: Fri, 07 Sep 2001 15:30:03 -0500
41224              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
41225      Branch: perl
41226            ! lib/CGI/Carp.pm
41227 ____________________________________________________________________________
41228 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
41229         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
41230              From: Michael G Schwern <schwern@pobox.com>
41231              Date: Fri, 7 Sep 2001 15:38:13 -0400
41232              Message-ID: <20010907153813.K606@blackrider>
41233      Branch: perl
41234            ! lib/ExtUtils/MM_Unix.pm
41235 ____________________________________________________________________________
41236 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
41237         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
41238              From: Robin Barker <rmb1@cise.npl.co.uk>
41239              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
41240              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
41241      Branch: perl
41242            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
41243 ____________________________________________________________________________
41244 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
41245         Log: Clean up 1_compile.t; move tests to more consistent
41246              places (t/ subdirectories); add integer.t (much of
41247              the pragma is tested elsewhere but there is no one
41248              centralized place)
41249      Branch: perl
41250            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
41251            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
41252            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
41253            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
41254            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
41255            - lib/File/Find/find.t lib/File/Find/taint.t
41256            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
41257 ____________________________________________________________________________
41258 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
41259         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
41260              From: "chromatic" <chromatic@rmci.net>
41261              Date: Fri, 07 Sep 2001 10:17:40 -0600
41262              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
41263      Branch: perl
41264            ! lib/File/Find/taint.t
41265 ____________________________________________________________________________
41266 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
41267         Log: Update Changes.
41268      Branch: perl
41269            ! Changes patchlevel.h
41270 ____________________________________________________________________________
41271 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
41272         Log: Rename the old threading tutorial, start a new one,
41273              regen toc.
41274      Branch: perl
41275            + pod/perlothrtut.pod
41276            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
41277            ! pod/perltoc.pod
41278 ____________________________________________________________________________
41279 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
41280         Log: vars very much has a test.
41281      Branch: perl
41282            ! t/lib/1_compile.t
41283 ____________________________________________________________________________
41284 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
41285         Log: Subject: Re: wince/perl.ico marked as binary
41286              From: Nicholas Clark <nick@ccl4.org>
41287              Date: Fri, 7 Sep 2001 13:54:40 +0100
41288              Message-ID: <20010907135439.D39150@plum.flirble.org>
41289              
41290              and wince/Makefile.ce change from Rainer Keuchel.
41291      Branch: perl
41292            + wince/makeico.pl
41293            ! MANIFEST wince/Makefile.ce
41294 ____________________________________________________________________________
41295 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
41296         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
41297              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41298              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
41299              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
41300      Branch: perl
41301            ! regexec.c
41302 ____________________________________________________________________________
41303 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
41304         Log: (Replaced by #11934)
41305              Subject: Re: [PATCH regexec.c] more general .* and .*?
41306              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41307              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
41308              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
41309      Branch: perl
41310            ! regexec.c
41311 ____________________________________________________________________________
41312 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
41313         Log: The #11931 patching misbehaved.
41314      Branch: perl
41315            ! lib/Test/Harness/t/test-harness.t
41316 ____________________________________________________________________________
41317 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
41318         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
41319              From: Michael G Schwern <schwern@pobox.com>
41320              Date: Fri, 7 Sep 2001 03:30:41 -0400
41321              Message-ID: <20010907033041.A2796@blackrider>
41322      Branch: perl
41323            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
41324            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
41325            + t/lib/sample-tests/header_at_end_fail
41326            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
41327            - lib/Test/Harness.t
41328            ! MANIFEST lib/Test/Harness.pm t/TEST
41329 ____________________________________________________________________________
41330 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
41331         Log: Subject: [PATCH] Digest::MD5 update
41332              From: Gisle Aas <gisle@ActiveState.com>
41333              Date: 06 Sep 2001 23:32:56 -0700
41334              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
41335      Branch: perl
41336            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
41337            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
41338 ____________________________________________________________________________
41339 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
41340         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
41341              From: "chromatic" <chromatic@rmci.net>
41342              Date: Thu, 06 Sep 2001 23:11:44 -0600
41343              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
41344      Branch: perl
41345            + lib/less.t
41346            ! MANIFEST t/lib/1_compile.t
41347 ____________________________________________________________________________
41348 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
41349         Log: The binary file must somehow differently stored.
41350      Branch: perl
41351            - wince/perl.ico
41352            ! MANIFEST
41353 ____________________________________________________________________________
41354 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
41355         Log: Add more modules to the list of modules that have tests,
41356              Schwern's wallet is getting more nervous.
41357              (Run t/lib/1_compile.t manually to see which modules
41358              are lacking tests, or the tests can't be run for some
41359              reason or another, such as the Net:: modules)
41360      Branch: perl
41361            ! t/lib/1_compile.t
41362 ____________________________________________________________________________
41363 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
41364         Log: Try to make Socket::inet_ntoa() more robust.
41365      Branch: perl
41366            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
41367 ____________________________________________________________________________
41368 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
41369         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
41370              From: chromatic <chromatic@rmci.net>       
41371              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
41372              Message-Id: <01090522580506.19590@firewheel>           
41373      Branch: perl
41374            ! lib/English.t
41375 ____________________________________________________________________________
41376 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
41377         Log: Subject: Re: perlvar manpage and localizing special vars
41378              From: Stas Bekman <stas@stason.org>
41379              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
41380              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
41381      Branch: perl
41382            ! pod/perlvar.pod
41383 ____________________________________________________________________________
41384 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
41385         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
41386              From: Robin Barker <rmb1@cise.npl.co.uk>
41387              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
41388              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
41389      Branch: perl
41390            ! lib/ExtUtils/MakeMaker.pm
41391 ____________________________________________________________________________
41392 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
41393         Log: Symbol missing; AIX unhappy.
41394      Branch: perl
41395            ! makedef.pl
41396 ____________________________________________________________________________
41397 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
41398         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
41399              Reported in 5.61, seems to work okay in blead.
41400      Branch: perl
41401            ! t/run/kill_perl.t
41402 ____________________________________________________________________________
41403 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
41404         Log: Update Changes.
41405      Branch: perl
41406            ! Changes patchlevel.h
41407 ____________________________________________________________________________
41408 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
41409         Log: Document the bad assumptions currently breaking
41410              the Socket.t tests 10, 11, and 13 in UNICOS.
41411      Branch: perl
41412            ! ext/Socket/Socket.xs
41413 ____________________________________________________________________________
41414 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
41415         Log: Subject: [PATCH x2p] make OPTIMIZE=...
41416              From: Robin Barker <rmb1@cise.npl.co.uk>
41417              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
41418              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
41419      Branch: perl
41420            ! x2p/Makefile.SH x2p/cflags.SH
41421 ____________________________________________________________________________
41422 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
41423         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
41424              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
41425              Date: Thu, 6 Sep 2001 11:09:40 +0100
41426              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
41427              
41428              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
41429              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
41430              Date: 6 Sep 2001 10:14:38 -0000
41431              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
41432      Branch: perl
41433            ! pod/perlfaq1.pod pod/perlhack.pod
41434 ____________________________________________________________________________
41435 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
41436         Log: Subject: Extra NUL is Data::Dumper output - patch
41437              From: Tony Cook <tony@develop-help.com>
41438              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
41439              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
41440      Branch: perl
41441            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
41442 ____________________________________________________________________________
41443 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
41444         Log: Avoid redefinition warning
41445              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
41446              from
41447              perl -w -Ilib -MCwd -e ''
41448      Branch: perl
41449            ! lib/Cwd.pm
41450 ____________________________________________________________________________
41451 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
41452         Log: Update the is_tainted() example implementation.
41453      Branch: perl
41454            ! pod/perlsec.pod
41455 ____________________________________________________________________________
41456 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
41457         Log: Missing) in #11912.
41458      Branch: perl
41459            ! lib/Test/Simple/t/fail.t
41460 ____________________________________________________________________________
41461 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
41462         Log: Rewhack Test-Simple into core harness.
41463      Branch: perl
41464            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
41465            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
41466            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
41467            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
41468            ! lib/Test/Simple/t/skipall.t
41469 ____________________________________________________________________________
41470 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
41471         Log: Workaround for the new Exporter 'feature'.
41472      Branch: perl
41473            ! lib/Test/More.pm
41474 ____________________________________________________________________________
41475 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
41476         Log: Re-introduce pure-Perl fall-back for abs_path,
41477              re-introduce #11898.
41478      Branch: perl
41479            ! lib/Cwd.pm lib/File/Find.pm
41480 ____________________________________________________________________________
41481 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
41482         Log: More tests.
41483      Branch: perl
41484            ! lib/Exporter.t
41485 ____________________________________________________________________________
41486 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
41487         Log: Retract #11898 for now because it introduces
41488              a rather nasty depencency: when B is being built,
41489              MakeMaker is used.  MakeMaker uses File::Find.
41490              File::Find uses Cwd::getcwd()...which doesn't
41491              exist yet.
41492      Branch: perl
41493            ! lib/File/Find.pm
41494 ____________________________________________________________________________
41495 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
41496         Log: New test welcome.
41497      Branch: perl
41498            + lib/Test/Simple/t/simple.t
41499 ____________________________________________________________________________
41500 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
41501         Log: Old test begone.
41502      Branch: perl
41503            - lib/Attribute/Handlers/test.pl
41504 ____________________________________________________________________________
41505 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
41506         Log: Test-Simple syncup from Schwern.
41507      Branch: perl
41508            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
41509            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
41510            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
41511            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
41512            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
41513            - lib/Test/More/Changes lib/Test/More/t/More.t
41514            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41515            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41516            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
41517            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
41518            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
41519            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
41520            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
41521            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
41522            ! t/lib/Test/Simple/sample_tests/death.plx
41523            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
41524            ! t/lib/Test/Simple/sample_tests/extras.plx
41525            ! t/lib/Test/Simple/sample_tests/five_fail.plx
41526            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
41527            ! t/lib/Test/Simple/sample_tests/one_fail.plx
41528            ! t/lib/Test/Simple/sample_tests/require.plx
41529            ! t/lib/Test/Simple/sample_tests/success.plx
41530            ! t/lib/Test/Simple/sample_tests/too_few.plx
41531            ! t/lib/Test/Simple/sample_tests/two_fail.plx
41532 ____________________________________________________________________________
41533 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
41534         Log: Integrate File::Find changes from bleadperl
41535      Branch: maint-5.6/macperl
41536            ! lib/File/Find.pm t/lib/filefind-taint.t
41537 ____________________________________________________________________________
41538 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
41539         Log: Integrate 11847 from maint-5.6/perl
41540      Branch: maint-5.6/macperl
41541           !> sv.c
41542 ____________________________________________________________________________
41543 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
41544         Log: In UNICOS division yada yada.
41545      Branch: perl
41546            ! t/op/override.t
41547 ____________________________________________________________________________
41548 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
41549         Log: In UNICOS division is really lossy, better use
41550              a tolerance test.
41551      Branch: perl
41552            ! ext/Time/HiRes/HiRes.t
41553 ____________________________________________________________________________
41554 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
41555         Log: In UNICOS sigaction() sets an extra flag
41556              ("the signal has been registered for all the processes in
41557              a multitasking group.")
41558      Branch: perl
41559            ! ext/POSIX/sigaction.t
41560 ____________________________________________________________________________
41561 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
41562         Log: Documentation micropatch from Damian.
41563      Branch: perl
41564            ! lib/Attribute/Handlers.pm
41565 ____________________________________________________________________________
41566 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
41567         Log: (Retracted by #11908)
41568              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
41569              From: Michael G Schwern <schwern@pobox.com>
41570              Date: Wed, 5 Sep 2001 15:58:21 -0400
41571              Message-ID: <20010905155821.I632@blackrider>
41572      Branch: perl
41573            ! lib/File/Find.pm lib/File/Find/taint.t
41574 ____________________________________________________________________________
41575 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
41576         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
41577              From: Michael G Schwern <schwern@pobox.com>
41578              Date: Wed, 5 Sep 2001 19:16:31 -0400
41579              Message-ID: <20010905191631.E11386@blackrider>
41580      Branch: perl
41581            + lib/CGI/t/carp.t
41582            ! MANIFEST
41583 ____________________________________________________________________________
41584 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
41585         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
41586              From: chromatic <chromatic@rmci.net>
41587              Date: Wed, 5 Sep 2001 18:08:07 -0600
41588              Message-Id: <01090518080700.19590@firewheel>
41589      Branch: perl
41590            ! lib/English.pm
41591 ____________________________________________________________________________
41592 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
41593         Log: Fix a typo #11889 and add a test for the same.
41594      Branch: perl
41595            ! ext/Socket/Socket.t ext/Socket/Socket.xs
41596 ____________________________________________________________________________
41597 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
41598         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
41599              From: "Craig A. Berry" <craigberry@mac.com>
41600              Date: Wed, 05 Sep 2001 17:48:54 -0500
41601              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
41602      Branch: perl
41603            ! lib/warnings.t t/run/kill_perl.t
41604 ____________________________________________________________________________
41605 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
41606         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
41607              From: Michael G Schwern <schwern@pobox.com>
41608              Date: Wed, 5 Sep 2001 17:22:25 -0400
41609              Message-ID: <20010905172225.C11386@blackrider>
41610      Branch: perl
41611            ! t/run/kill_perl.t
41612 ____________________________________________________________________________
41613 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
41614         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
41615              From: Nicholas Clark <nick@ccl4.org>
41616              Date: Wed, 5 Sep 2001 20:54:24 +0100
41617              Message-ID: <20010905205424.C25120@plum.flirble.org>
41618      Branch: perl
41619            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
41620 ____________________________________________________________________________
41621 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
41622         Log: Forgotten thing.
41623      Branch: perl
41624            ! uconfig.h
41625 ____________________________________________________________________________
41626 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
41627         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
41628              From: chromatic <chromatic@rmci.net>               
41629              Date: Wed, 5 Sep 2001 13:22:08 -0600
41630              Message-Id: <01090513220807.10587@firewheel> 
41631      Branch: perl
41632            ! lib/English.pm
41633 ____________________________________________________________________________
41634 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
41635         Log: inet_ntoa() tweaks:
41636              - don't allow addresses with > 255 characters
41637              - indent the HP-UX workaround
41638              - don't leak memory
41639      Branch: perl
41640            ! ext/Socket/Socket.xs
41641 ____________________________________________________________________________
41642 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
41643         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
41644              <xwu@theeducationcenter.com>
41645      Branch: perl
41646            ! lib/File/Find.pm
41647 ____________________________________________________________________________
41648 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
41649         Log: Typo nits.
41650      Branch: perl
41651            ! lib/File/Find.pm
41652 ____________________________________________________________________________
41653 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
41654         Log: -Wall nit.
41655      Branch: perl
41656            ! op.c
41657 ____________________________________________________________________________
41658 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
41659         Log: Update to Scalar-List-Utils 1.05
41660      Branch: perl
41661            ! ext/List/Util/ChangeLog ext/List/Util/README
41662            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
41663 ____________________________________________________________________________
41664 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
41665         Log: Update Changes.
41666      Branch: perl
41667            ! Changes patchlevel.h
41668 ____________________________________________________________________________
41669 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
41670         Log: Update to Scalar-List-Utils 1.04
41671      Branch: perl
41672            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
41673            ! ext/List/Util/lib/List/Util.pm
41674            ! ext/List/Util/lib/Scalar/Util.pm
41675 ____________________________________________________________________________
41676 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
41677         Log: Metaconfigify #11724.
41678      Branch: metaconfig
41679            ! U/threads/archname.U
41680 ____________________________________________________________________________
41681 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
41682         Log: The MacOS reference is okay, no reason to hide it.
41683      Branch: perl
41684            ! lib/Cwd.pm
41685 ____________________________________________________________________________
41686 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
41687         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
41688              From: Michael G Schwern <schwern@pobox.com>
41689              Date: Tue, 4 Sep 2001 15:30:10 -0400
41690              Message-ID: <20010904153010.H26466@blackrider> 
41691              
41692              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
41693      Branch: perl
41694            ! ext/Cwd/Makefile.PL lib/Cwd.pm
41695 ____________________________________________________________________________
41696 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
41697         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.))
41698              From: Michael G Schwern <schwern@pobox.com>
41699              Date: Tue, 4 Sep 2001 17:39:13 -0400
41700              Message-ID: <20010904173913.C626@blackrider>
41701      Branch: perl
41702            ! lib/Cwd.pm
41703 ____________________________________________________________________________
41704 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
41705         Log: Subject: Re: Perl_pp_* in public API?
41706              From: "Craig A. Berry" <craigberry@mac.com>
41707              Date: Tue, 4 Sep 2001 21:51:29 -0500
41708              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
41709      Branch: perl
41710            ! ext/List/Util/Util.xs
41711 ____________________________________________________________________________
41712 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
41713         Log: From Damian: Class::Struct was unable to define
41714              recursive classes.  After the patch an object reference
41715              (rather than a hash) is required to initialize
41716              an object attribute.  If no such initializer is given to
41717              the constructor, object attributes are now default
41718              initialized to C<undef>.
41719      Branch: perl
41720            ! lib/Class/Struct.pm lib/Class/Struct.t
41721 ____________________________________________________________________________
41722 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
41723         Log: Subject: Re: sv_catpvfn and sv_setpvfn
41724              From: Richard Soderberg <rs@oregonnet.com>
41725              Date: Tue, 4 Sep 2001 15:16:47 -0700
41726              Message-Id: <200109042216.PAA17858@oregonnet.com>
41727      Branch: perl
41728            ! pod/perlclib.pod pod/perlguts.pod
41729 ____________________________________________________________________________
41730 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
41731         Log: NetWare updates from Ananth Kesari.
41732      Branch: perl
41733            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
41734            ! NetWare/nw5thread.h
41735 ____________________________________________________________________________
41736 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
41737         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?))
41738              From: Nicholas Clark <nick@ccl4.org>
41739              Date: Tue, 4 Sep 2001 22:42:50 +0100
41740              Message-ID: <20010904224250.P25120@plum.flirble.org>
41741      Branch: perl
41742            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
41743            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
41744            ! t/op/oct.t toke.c
41745 ____________________________________________________________________________
41746 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
41747         Log: Fix Cwd::getcwd() not being tainted, as noticed
41748              by Schwern.
41749      Branch: perl
41750            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
41751            - ext/Cwd/Cwd.t
41752            ! MANIFEST ext/Cwd/Cwd.xs util.c
41753 ____________________________________________________________________________
41754 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
41755         Log: Retract #11870 and volatilize the right destruct_level.
41756              Silly thinko pointed out by Sarathy.
41757      Branch: perl
41758            ! intrpvar.h perl.c
41759 ____________________________________________________________________________
41760 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
41761         Log: At least a temporary fix for the mysterious scope core dumps
41762              in Tru64 from Graham.
41763      Branch: perl
41764            ! ext/List/Util/Util.xs
41765 ____________________________________________________________________________
41766 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
41767         Log: (Retracted by #11872)
41768      Branch: perl
41769            ! intrpvar.h
41770 ____________________________________________________________________________
41771 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
41772         Log: Quench a -Wall gripe noticed by Robin Barker.
41773      Branch: perl
41774            ! op.c
41775 ____________________________________________________________________________
41776 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
41777         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
41778              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41779              Date: Wed, 05 Sep 2001 02:01:32 +0900
41780              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
41781      Branch: perl
41782            ! lib/Unicode/UCD.pm
41783 ____________________________________________________________________________
41784 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
41785         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
41786              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41787              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
41788              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
41789      Branch: perl
41790            ! gv.c
41791 ____________________________________________________________________________
41792 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
41793         Log: Update Changes.
41794      Branch: perl
41795            ! Changes patchlevel.h
41796 ____________________________________________________________________________
41797 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
41798         Log: Add the \[$@%&*] prototype support.
41799      Branch: perl
41800            ! op.c pod/perlsub.pod t/comp/proto.t
41801 ____________________________________________________________________________
41802 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
41803         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
41804              From: Michael G Schwern <schwern@pobox.com>
41805              Date: Mon, 3 Sep 2001 18:59:01 -0400
41806              Message-ID: <20010903185901.Z9233@blackrider>
41807      Branch: perl
41808            ! lib/CGI/t/form.t
41809 ____________________________________________________________________________
41810 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
41811         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
41812              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41813              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
41814              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
41815      Branch: perl
41816            ! gv.c
41817 ____________________________________________________________________________
41818 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
41819         Log: More srand entry tweakage based on Randal's suggestion.
41820      Branch: perl
41821            ! pod/perlfunc.pod
41822 ____________________________________________________________________________
41823 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
41824         Log: Subject: [PATCH] 'main' *is* a reserved word
41825              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41826              Date: Mon, 3 Sep 2001 22:55:41 +0200
41827              Message-ID: <20010903225541.A24097@rafael>
41828      Branch: perl
41829            ! toke.c
41830 ____________________________________________________________________________
41831 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
41832         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
41833              From: Peter Prymmer <pvhp@best.com>
41834              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
41835              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
41836      Branch: perl
41837            ! README.vms configure.com
41838 ____________________________________________________________________________
41839 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
41840         Log: Subject: Re: A slightly better default seed?   
41841              From: Michael G Schwern <schwern@pobox.com>
41842              Date: Mon, 3 Sep 2001 18:08:15 -0400 
41843              Message-ID: <20010903180815.W9233@blackrider>
41844      Branch: perl
41845            ! t/op/srand.t
41846 ____________________________________________________________________________
41847 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
41848         Log: Add sharedsv.o to microperl object files.
41849      Branch: perl
41850            ! Makefile.micro
41851 ____________________________________________________________________________
41852 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
41853         Log: AUTHORS updates and
41854              
41855              Subject: [PATCH] Just some preening :-)        
41856              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
41857              Date: Tue, 4 Sep 2001 14:16:59 +0100
41858              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
41859      Branch: perl
41860            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
41861 ____________________________________________________________________________
41862 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
41863         Log: Typo fix and slight rewording.
41864      Branch: perl
41865            ! pod/perlfunc.pod
41866 ____________________________________________________________________________
41867 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
41868         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
41869      Branch: perl
41870            ! pod/perlfaq4.pod
41871 ____________________________________________________________________________
41872 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
41873         Log: The helper file changed name.
41874      Branch: perl
41875            ! MANIFEST
41876 ____________________________________________________________________________
41877 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
41878         Log: Update to Scalar-List-Utils 1.03
41879      Branch: perl
41880            + ext/List/Util/t/shuffle.t
41881            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
41882            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
41883            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
41884            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
41885            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
41886            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
41887            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
41888            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
41889 ____________________________________________________________________________
41890 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
41891         Log: Make crypt() do something more sane for Unicode
41892              (take crypt() of the low eight bits of the characters,
41893              instead of taking crypt() of the UTF-8 of the scalar);
41894              add a test for crypt().
41895      Branch: perl
41896            + t/op/crypt.t
41897            ! MANIFEST pod/perlfunc.pod pp.c
41898 ____________________________________________________________________________
41899 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
41900         Log: Reorganize the srand entry.
41901      Branch: perl
41902            ! pod/perlfunc.pod
41903 ____________________________________________________________________________
41904 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
41905         Log: Remove the tests that assume something about
41906              calling srand() without arguments multiple times.
41907      Branch: perl
41908            ! t/op/srand.t
41909 ____________________________________________________________________________
41910 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
41911         Log: Upgrade to Math::BigInt 1.42.
41912      Branch: perl
41913            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41914            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
41915            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
41916            ! lib/Math/BigInt/t/mbimbf.t
41917 ____________________________________________________________________________
41918 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
41919         Log: integrate change#11847 from maint-5.6
41920              
41921              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
41922      Branch: perl
41923            ! sv.c
41924 ____________________________________________________________________________
41925 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
41926         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
41927      Branch: maint-5.6/perl
41928            ! sv.c
41929 ____________________________________________________________________________
41930 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
41931         Log: As far as I can tell these functions have been Unicodified.
41932      Branch: perl
41933            ! doop.c
41934 ____________________________________________________________________________
41935 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
41936         Log: Update to Storable 1.0.13.
41937      Branch: perl
41938            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41939            ! ext/Storable/Storable.xs
41940 ____________________________________________________________________________
41941 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
41942         Log: Patch the Filter::Simple test to work with
41943              the core test suite (since the FilterTest.pm
41944              is in t/lib, not in lib).
41945      Branch: perl
41946            ! lib/Filter/Simple/t/filter.t
41947 ____________________________________________________________________________
41948 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
41949         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
41950      Branch: perl
41951            + t/lib/FilterTest.pm
41952            - t/lib/MyFilter.pm
41953 ____________________________________________________________________________
41954 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
41955         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
41956              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
41957              Text::Balanced 1.86.
41958      Branch: perl
41959            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
41960            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
41961            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
41962            + lib/Switch/t/nested.t lib/Switch/t/switch.t
41963            + lib/Text/Balanced/Changes lib/Text/Balanced/README
41964            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
41965            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
41966            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
41967            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
41968            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
41969            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
41970            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
41971            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
41972            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
41973            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
41974            ! MANIFEST lib/Attribute/Handlers.pm
41975            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
41976            ! lib/Attribute/Handlers/demo/Demo.pm
41977            ! lib/Attribute/Handlers/demo/Descriptions.pm
41978            ! lib/Attribute/Handlers/demo/MyClass.pm
41979            ! lib/Attribute/Handlers/demo/demo.pl
41980            ! lib/Attribute/Handlers/demo/demo2.pl
41981            ! lib/Attribute/Handlers/demo/demo3.pl
41982            ! lib/Attribute/Handlers/demo/demo4.pl
41983            ! lib/Attribute/Handlers/demo/demo_call.pl
41984            ! lib/Attribute/Handlers/demo/demo_chain.pl
41985            ! lib/Attribute/Handlers/demo/demo_cycle.pl
41986            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
41987            ! lib/Attribute/Handlers/demo/demo_phases.pl
41988            ! lib/Attribute/Handlers/demo/demo_range.pl
41989            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
41990            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
41991            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
41992            ! lib/Text/Balanced.pm
41993 ____________________________________________________________________________
41994 [ 11841] By: sky                                   on 2001/09/03  11:04:15
41995         Log: Forgot to add a file with Change #11840
41996      Branch: perl
41997            + t/op/srand.t
41998 ____________________________________________________________________________
41999 [ 11840] By: sky                                   on 2001/09/03  11:02:04
42000         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
42001              From: Michael G Schwern <schwern@pobox.com>
42002              Date: Mon, 3 Sep 2001 07:43:00 -0400
42003              Message-ID: <20010903074300.E9233@blackrider>
42004      Branch: perl
42005            ! MANIFEST pod/perlfunc.pod t/op/rand.t
42006 ____________________________________________________________________________
42007 [ 11839] By: sky                                   on 2001/09/03  10:47:11
42008         Log: Document the changes with regards to running of END blocks.
42009              And DESTROY on global objects are called in perl_destruct()!
42010      Branch: perl
42011            ! pod/perl572delta.pod pod/perlembed.pod
42012 ____________________________________________________________________________
42013 [ 11838] By: sky                                   on 2001/09/03  09:34:44
42014         Log: Subject: [PATCH t/op/time.t] Partial cleanup
42015              From: Michael G Schwern <schwern@pobox.com>
42016              Date: Mon, 3 Sep 2001 06:29:42 -0400
42017              Message-ID: <20010903062942.C9233@blackrider>
42018      Branch: perl
42019            ! t/op/time.t
42020 ____________________________________________________________________________
42021 [ 11837] By: sky                                   on 2001/09/03  09:30:02
42022         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
42023              From: Michael G Schwern <schwern@pobox.com>
42024              Date: Mon, 3 Sep 2001 06:24:13 -0400
42025              Message-ID: <20010903062413.B9233@blackrider>
42026      Branch: perl
42027            ! t/op/rand.t
42028 ____________________________________________________________________________
42029 [ 11836] By: sky                                   on 2001/09/03  07:56:47
42030         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
42031              From: Michael G Schwern <schwern@pobox.com>
42032              Date: Sun, 2 Sep 2001 21:38:43 -0400
42033              Message-ID: <20010902213843.L2711@blackrider>
42034      Branch: perl
42035            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
42036            ! MANIFEST
42037 ____________________________________________________________________________
42038 [ 11835] By: nick                                  on 2001/09/03  06:20:06
42039         Log: Integrate mainline
42040      Branch: perlio
42041           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
42042            - t/op/misc.t
42043           !> (integrate 187 files)
42044 ____________________________________________________________________________
42045 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
42046         Log: Update Changes.
42047      Branch: perl
42048            ! Changes patchlevel.h
42049 ____________________________________________________________________________
42050 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
42051         Log: Slight tweaks.
42052      Branch: perl
42053            ! t/run/kill_perl.t
42054 ____________________________________________________________________________
42055 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
42056         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
42057      Branch: perl
42058            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
42059 ____________________________________________________________________________
42060 [ 11831] By: sky                                   on 2001/09/02  12:10:42
42061         Log: Change #11828 wasn't complete, this updates to intest path
42062      Branch: perl
42063            ! t/run/kill_perl.t
42064 ____________________________________________________________________________
42065 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
42066         Log: 's's's.
42067      Branch: perl
42068            ! Changes
42069 ____________________________________________________________________________
42070 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
42071         Log: Update Changes.
42072      Branch: perl
42073            ! Changes patchlevel.h
42074 ____________________________________________________________________________
42075 [ 11828] By: sky                                   on 2001/09/02  11:53:56
42076         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
42077              From: Michael G Schwern <schwern@pobox.com>
42078              Date: Sat, 1 Sep 2001 20:18:58 -0400
42079              Message-ID: <20010901201858.X606@blackrider>
42080              +MANIFEST Fix
42081      Branch: perl
42082            + t/run/kill_perl.t
42083            - t/op/misc.t t/run/segfault.t
42084            ! MANIFEST
42085 ____________________________________________________________________________
42086 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
42087         Log: Subject: [PATCH] lib/Time/Local.pm
42088              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42089              Date: Sun, 2 Sep 2001 06:50:01 -0500
42090              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
42091      Branch: perl
42092            ! lib/Time/Local.pm
42093 ____________________________________________________________________________
42094 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
42095         Log: Tick off Unicode collation and the normalization from
42096              the todo list.
42097      Branch: perl
42098            ! pod/perltodo.pod
42099 ____________________________________________________________________________
42100 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
42101         Log: Update to Unicode 3.1.1.
42102      Branch: perl
42103            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
42104            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
42105            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
42106            ! lib/unicore/PropList.txt lib/unicore/README.perl
42107            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
42108            ! lib/unicore/rename lib/unicore/version
42109 ____________________________________________________________________________
42110 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
42111         Log: Slight doc tweaks for the module.
42112      Branch: perl
42113            ! lib/Unicode/UCD.pm
42114 ____________________________________________________________________________
42115 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
42116         Log: Rename the variable: it *used* to be (wrongly) that the
42117              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
42118              but that is no more the case: PL_reg_match_utf8 is better.
42119      Branch: perl
42120            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
42121            ! regexec.c sv.c thrdvar.h
42122 ____________________________________________________________________________
42123 [ 11822] By: ams                                   on 2001/09/02  02:54:50
42124         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
42125              From: Ilmari Karonen <iltzu@sci.fi>
42126              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
42127              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
42128              (op/sub_lval.t updated to take new error message into account.)
42129      Branch: perl
42130            ! op.c t/op/sub_lval.t
42131 ____________________________________________________________________________
42132 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
42133         Log: remove stray CRs in files; keep all files with UNIX line-ends
42134              (Porting/makerel adds CRs to the files that need it in the
42135              distribution)
42136      Branch: perl
42137            ! NetWare/t/NWScripts.pl README.dos
42138            ! ext/Encode/Encode/cns11643-1.enc
42139            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
42140            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42141 ____________________________________________________________________________
42142 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
42143         Log: some remnants of change#11803
42144      Branch: perl
42145            ! ext/ByteLoader/byterun.h perl.h
42146 ____________________________________________________________________________
42147 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
42148         Log: Update to Unicode::Collate 0.08.
42149      Branch: perl
42150            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
42151            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
42152 ____________________________________________________________________________
42153 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
42154         Log: Test tweaks.
42155      Branch: perl
42156            ! t/op/pat.t
42157 ____________________________________________________________________________
42158 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
42159         Log: Fix test
42160      Branch: maint-5.6/macperl
42161            ! t/lib/b.t
42162 ____________________________________________________________________________
42163 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
42164         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
42165              warnings in Config.pm with -W; increase default and
42166              minimum RAM; bump version number.
42167      Branch: maint-5.6/macperl
42168            + macos/lib/Mac/LowMem.pm
42169            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
42170            ! macos/configpm macos/macperl/MacPerl.r
42171 ____________________________________________________________________________
42172 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
42173         Log: Make syntax check report in MPW style, fix tests
42174              to use Mac::err=unix to get normal-style error
42175              messages.
42176      Branch: maint-5.6/macperl
42177            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
42178            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
42179 ____________________________________________________________________________
42180 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
42181         Log: Make MPW-style errors optional (but the default); add
42182              MacPerl::ErrorFormat() function and Mac::err pragma
42183      Branch: maint-5.6/macperl
42184            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
42185            + macos/ext/Mac/err/err.xs
42186            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
42187            ! macos/macish.c macos/macish.h macos/macperl.sym
42188 ____________________________________________________________________________
42189 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
42190         Log: More module and test ports from Thomas Wegner et al
42191      Branch: maint-5.6/macperl
42192            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42193            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
42194            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
42195            ! t/op/magic.t
42196 ____________________________________________________________________________
42197 [ 11812] By: sky                                   on 2001/09/01  17:19:30
42198         Log: Subject: [PATCH t/op/concat.t] cleanup
42199              From: Michael G Schwern <schwern@pobox.com>
42200              Date: Sat, 1 Sep 2001 14:06:28 -0400
42201              Message-ID: <20010901140628.C606@blackrider>
42202      Branch: perl
42203            ! t/op/concat.t
42204 ____________________________________________________________________________
42205 [ 11811] By: sky                                   on 2001/09/01  12:25:29
42206         Log: Change #11805 didn't update the MANIFEST
42207      Branch: perl
42208            ! MANIFEST
42209 ____________________________________________________________________________
42210 [ 11810] By: sky                                   on 2001/09/01  11:52:44
42211         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
42212              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42213              Date: Sat, 1 Sep 2001 14:50:14 +0200
42214              Message-ID: <20010901145014.A691@rafael>
42215      Branch: perl
42216            ! t/op/inccode.t
42217 ____________________________________________________________________________
42218 [ 11809] By: sky                                   on 2001/09/01  11:49:22
42219         Log: Subject: PATCH: ExtUtils::MakeMaker
42220              From: Tony Bowden <tony@kasei.com>
42221              Date: Sat, 1 Sep 2001 10:33:53 +0100
42222              Message-ID: <20010901103353.A13863@soto.kasei.com>
42223              Manually applied
42224      Branch: perl
42225            ! lib/ExtUtils/MakeMaker.pm
42226 ____________________________________________________________________________
42227 [ 11808] By: sky                                   on 2001/09/01  11:39:13
42228         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
42229              From: mike808@users.sourceforge.net
42230              Date: Sat, 1 Sep 101 11:27:50 GMT
42231              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
42232              With little tweak
42233      Branch: perl
42234            ! lib/Term/Cap.pm
42235 ____________________________________________________________________________
42236 [ 11807] By: ams                                   on 2001/09/01  11:31:16
42237         Log: Subject: oct() and hex()
42238              From: Nicholas Clark <nick@ccl4.org>
42239              Date: Fri, 31 Aug 2001 23:14:13 +0100
42240              Message-Id: <20010831231413.J4950@plum.flirble.org>
42241      Branch: perl
42242            ! pod/perlclib.pod
42243 ____________________________________________________________________________
42244 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
42245         Log: Integrate change 11801 from maintperl
42246      Branch: maint-5.6/macperl
42247            ! perl.c
42248 ____________________________________________________________________________
42249 [ 11805] By: sky                                   on 2001/08/31  21:35:10
42250         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
42251              From: Michael G Schwern <schwern@pobox.com>
42252              Date: Fri, 31 Aug 2001 15:36:28 -0400
42253              Message-ID: <20010831153628.B598@blackrider>
42254              Check for things which used to segfault
42255      Branch: perl
42256            + t/run/segfault.t
42257 ____________________________________________________________________________
42258 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
42259         Log: integrate change#11801 from maint-5.6
42260              
42261              remove age-old UNICOS "workaround" that introduces a static, and
42262              hence an egregious race condition for threaded builds (*sigh*
42263              beats me why this kludge wasn't guarded by a UNICOS-specific
42264              #define *sigh*)
42265      Branch: perl
42266            ! perl.c
42267 ____________________________________________________________________________
42268 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
42269         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
42270              working in 5.7.x
42271      Branch: perl
42272            - objXSUB.h
42273            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
42274            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
42275            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
42276            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
42277            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
42278            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
42279            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
42280            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
42281            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
42282            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
42283            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
42284            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
42285            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
42286            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
42287            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
42288            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
42289            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
42290            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
42291            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
42292            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
42293            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
42294            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
42295 ____________________________________________________________________________
42296 [ 11802] By: ams                                   on 2001/08/31  18:11:32
42297         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
42298              From: "Philip Newton" <Philip.Newton@gmx.net>
42299              Date: Fri, 31 Aug 2001 21:12:56 +0200
42300              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
42301      Branch: perl
42302            ! pod/perldiag.pod
42303 ____________________________________________________________________________
42304 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
42305         Log: remove age-old UNICOS "workaround" that introduces a static, and
42306              hence an egregious race condition for threaded builds (*sigh*
42307              beats me why this kludge wasn't guarded by a UNICOS-specific
42308              #define *sigh*)
42309      Branch: maint-5.6/perl
42310            ! perl.c
42311 ____________________________________________________________________________
42312 [ 11800] By: sky                                   on 2001/08/31  17:30:26
42313         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
42314              Might break on platforms where bool is larger than 8 bites ???
42315      Branch: perl
42316            ! regcomp.c
42317 ____________________________________________________________________________
42318 [ 11799] By: ams                                   on 2001/08/31  12:15:44
42319         Log: Integrate 11778 into mainline.
42320      Branch: perl
42321            ! t/base/term.t
42322 ____________________________________________________________________________
42323 [ 11798] By: sky                                   on 2001/08/31  11:31:44
42324         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
42325              supposed to happen.
42326      Branch: perl
42327            ! regcomp.c
42328 ____________________________________________________________________________
42329 [ 11797] By: sky                                   on 2001/08/31  11:28:17
42330         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
42331              From: "John P. Linderman" <jpl@research.att.com>
42332              Date: Fri, 31 Aug 2001 08:20:35 -0400
42333              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
42334              Fixes test 14 which could fail randomly in rare cases.
42335      Branch: perl
42336            ! ext/Time/HiRes/HiRes.t regcomp.c
42337 ____________________________________________________________________________
42338 [ 11796] By: ams                                   on 2001/08/31  01:13:07
42339         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
42340              From: Nicholas Clark <nick@ccl4.org>
42341              Date: Thu, 30 Aug 2001 23:21:50 +0100
42342              Message-Id: <20010830232150.D4950@plum.flirble.org>
42343      Branch: perl
42344            ! ext/Sys/Syslog/Makefile.PL
42345 ____________________________________________________________________________
42346 [ 11795] By: ams                                   on 2001/08/30  23:53:23
42347         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
42348              patching example
42349              From: Michael G Schwern <schwern@pobox.com>
42350              Date: Thu, 30 Aug 2001 17:02:08 -0400
42351              Message-Id: <20010830170208.M2318@blackrider>
42352      Branch: perl
42353            ! pod/perlhack.pod
42354 ____________________________________________________________________________
42355 [ 11794] By: ams                                   on 2001/08/30  19:35:36
42356         Log: Subject: [PATCH] pp_modulo
42357              From: Nicholas Clark <nick@ccl4.org>
42358              Date: Thu, 30 Aug 2001 18:20:54 +0100
42359              Message-Id: <20010830182053.A4950@plum.flirble.org>
42360      Branch: perl
42361            ! pp.c t/op/64bitint.t
42362 ____________________________________________________________________________
42363 [ 11793] By: sky                                   on 2001/08/30  13:02:48
42364         Log: 11792 wasn't complete
42365      Branch: perl
42366            ! makedef.pl regcomp.c
42367 ____________________________________________________________________________
42368 [ 11792] By: sky                                   on 2001/08/30  12:21:11
42369         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
42370      Branch: perl
42371            ! makedef.pl
42372 ____________________________________________________________________________
42373 [ 11791] By: sky                                   on 2001/08/30  10:08:02
42374         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
42375      Branch: perl
42376            ! config_h.SH
42377 ____________________________________________________________________________
42378 [ 11790] By: sky                                   on 2001/08/30  08:22:31
42379         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
42380              on the pad. Fixes coredumps in cleanups introduced by
42381              Change 11755  
42382      Branch: perl
42383            ! op.c perl.c sv.h
42384 ____________________________________________________________________________
42385 [ 11789] By: sky                                   on 2001/08/29  19:01:47
42386         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
42387              This is a replacement implmentation that works on HPUX.
42388              This bug should probably be fixed in GCC.
42389      Branch: perl
42390            ! ext/Socket/Socket.xs
42391 ____________________________________________________________________________
42392 [ 11788] By: ams                                   on 2001/08/29  17:35:33
42393         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
42394              From: Nicholas Clark <nick@ccl4.org>
42395              Date: Wed, 29 Aug 2001 18:21:56 +0100
42396              Message-Id: <20010829182156.O4950@plum.flirble.org>
42397      Branch: perl
42398            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
42399 ____________________________________________________________________________
42400 [ 11787] By: sky                                   on 2001/08/29  10:42:54
42401         Log: Added test for pack_addr_in and unpack_addr_in
42402              Nitpik in test 10
42403      Branch: perl
42404            ! ext/Socket/Socket.t
42405 ____________________________________________________________________________
42406 [ 11786] By: sky                                   on 2001/08/29  10:28:14
42407         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
42408              Trying to catch errors on HP-UX
42409      Branch: perl
42410            ! ext/Socket/Socket.t
42411 ____________________________________________________________________________
42412 [ 11785] By: sky                                   on 2001/08/29  09:07:03
42413         Log: make sure USE_THREADS is defined so external apps work
42414      Branch: perl
42415            ! config_h.SH
42416 ____________________________________________________________________________
42417 [ 11784] By: sky                                   on 2001/08/29  08:06:12
42418         Log: Subject: Re: The hitlist of untested modules.
42419              From: Jonathan Stowe <gellyfish@gellyfish.com>
42420              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
42421              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
42422              Start of tests for Shell.pm (make Schwern poorer!)
42423      Branch: perl
42424            + lib/Shell.t
42425            ! MANIFEST
42426 ____________________________________________________________________________
42427 [ 11783] By: sky                                   on 2001/08/29  07:37:50
42428         Log: END{} can change the return value even if we die from BEGIN{}
42429      Branch: perl
42430            ! miniperlmain.c
42431 ____________________________________________________________________________
42432 [ 11782] By: ams                                   on 2001/08/29  06:32:17
42433         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
42434              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42435              Date: Wed, 29 Aug 2001 09:18:17 +0200
42436              Message-Id: <20010829091817.A4453@rafael>
42437      Branch: perl
42438            ! t/op/inccode.t
42439 ____________________________________________________________________________
42440 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
42441         Log: Delete xsubpp.patch, as full copy exists now
42442      Branch: maint-5.6/macperl
42443            - macos/xsubpp.patch
42444 ____________________________________________________________________________
42445 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
42446         Log: Add Changes file
42447      Branch: maint-5.6/macperl
42448            + macos/Changes
42449 ____________________________________________________________________________
42450 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
42451         Log: Add Mac version of xsubpp as separate file
42452      Branch: maint-5.6/macperl
42453            + macos/xsubpp
42454            ! macos/Makefile.mk
42455 ____________________________________________________________________________
42456 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
42457         Log: Fix open of /dev/null for Mac OS
42458      Branch: maint-5.6/macperl
42459            ! t/base/term.t
42460 ____________________________________________________________________________
42461 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
42462         Log: Various patches: enable more tests; skip CVS in PerlInstall;
42463              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
42464      Branch: maint-5.6/macperl
42465            ! macos/MacPerlTests.cmd macos/PerlInstall
42466            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
42467 ____________________________________________________________________________
42468 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
42469         Log: Allow for platforms to override formatting of errors
42470              on output from Matthias Neeracher (Mac files)
42471      Branch: maint-5.6/macperl
42472            ! macos/macish.c macos/macish.h
42473 ____________________________________________________________________________
42474 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
42475         Log: Allow for platforms to override formatting of errors
42476              on output from Matthias Neeracher (core files)
42477      Branch: maint-5.6/macperl
42478            ! perl.h pp_ctl.c util.c
42479 ____________________________________________________________________________
42480 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
42481         Log: Add some param checking, from reports by Kevin Reid.
42482      Branch: maint-5.6/macperl
42483            ! macos/ext/Mac/Controls/Controls.pm
42484            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
42485 ____________________________________________________________________________
42486 [ 11773] By: ams                                   on 2001/08/28  23:54:57
42487         Log: Subject: [PATCH] make coretest
42488              From: Paul Johnson <paul@pjcj.net>
42489              Date: Wed, 29 Aug 2001 00:11:38 +0200
42490              Message-Id: <20010829001138.B12169@pjcj.net>
42491              (Applied without the change to perlhack.pod. This should
42492              probably stay undocumented.)
42493      Branch: perl
42494            ! Makefile.SH t/TEST
42495 ____________________________________________________________________________
42496 [ 11772] By: sky                                   on 2001/08/28  13:01:20
42497         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
42498              From: Michael G Schwern <schwern@pobox.com>
42499              Date: Tue, 28 Aug 2001 09:57:39 -0400
42500              Message-ID: <20010828095738.E17775@blackrider>
42501      Branch: perl
42502            ! pod/perlhack.pod t/op/pack.t
42503 ____________________________________________________________________________
42504 [ 11771] By: sky                                   on 2001/08/28  11:20:13
42505         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
42506              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42507              Date: Tue, 28 Aug 2001 14:23:43 +0200
42508              Message-ID: <20010828142343.A19299@rafael>
42509      Branch: perl
42510            ! pod/perlvar.pod pp_ctl.c
42511 ____________________________________________________________________________
42512 [ 11770] By: ams                                   on 2001/08/28  10:13:21
42513         Log: Subject: [PATCH] odd typo in op.h
42514              From: Nicholas Clark <nick@ccl4.org>
42515              Date: Tue, 28 Aug 2001 12:10:26 +0100
42516              Message-Id: <20010828121026.V4950@plum.flirble.org>
42517      Branch: perl
42518            ! op.h
42519 ____________________________________________________________________________
42520 [ 11769] By: sky                                   on 2001/08/28  08:09:16
42521         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
42522              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
42523              Date: Tue, 28 Aug 2001 02:22:20 +0300
42524              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
42525      Branch: perl
42526            ! ext/B/B/Lint.pm
42527 ____________________________________________________________________________
42528 [ 11768] By: ams                                   on 2001/08/28  00:47:35
42529         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
42530              From: Michael G Schwern <schwern@pobox.com>
42531              Date: Mon, 27 Aug 2001 21:24:44 -0400
42532              Message-Id: <20010827212444.F12582@blackrider>
42533      Branch: perl
42534            ! pod/perlhack.pod t/op/pack.t
42535 ____________________________________________________________________________
42536 [ 11767] By: ams                                   on 2001/08/27  23:59:48
42537         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
42538              From: Michael G Schwern <schwern@pobox.com>
42539              Date: Mon, 27 Aug 2001 20:12:29 -0400
42540              Message-Id: <20010827201229.D12582@blackrider>
42541      Branch: perl
42542            ! pod/perlhack.pod t/op/pack.t
42543 ____________________________________________________________________________
42544 [ 11766] By: ams                                   on 2001/08/27  23:39:40
42545         Log: Update Changes.
42546      Branch: perl
42547            ! Changes
42548 ____________________________________________________________________________
42549 [ 11765] By: ams                                   on 2001/08/27  22:53:10
42550         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
42551              From: Michael G Schwern <schwern@pobox.com>
42552              Date: Mon, 27 Aug 2001 19:47:30 -0400
42553              Message-Id: <20010827194730.C12582@blackrider>
42554      Branch: perl
42555            ! t/op/inccode.t
42556 ____________________________________________________________________________
42557 [ 11764] By: ams                                   on 2001/08/27  22:46:21
42558         Log: Subject: [PATCH] new tests for the coderef-in-@INC
42559              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42560              Date: Mon, 27 Aug 2001 22:36:27 +0200
42561              Message-Id: <20010827223627.C690@rafael>
42562              
42563              Subject: Re: [PATCH] new tests for the coderef-in-@INC
42564              From: Nicholas Clark <nick@ccl4.org>
42565              Date: Tue, 28 Aug 2001 00:02:46 +0100
42566              Message-Id: <20010828000245.R4950@plum.flirble.org>
42567      Branch: perl
42568            + t/op/inccode.t
42569            ! MANIFEST
42570 ____________________________________________________________________________
42571 [ 11763] By: ams                                   on 2001/08/27  22:41:09
42572         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
42573              bleadperl on fire, Win95+4NT)
42574              From: Michael G Schwern <schwern@pobox.com>
42575              Date: Mon, 27 Aug 2001 16:54:42 -0400
42576              Message-Id: <20010827165442.F9436@blackrider>
42577      Branch: perl
42578            ! lib/warnings.t
42579 ____________________________________________________________________________
42580 [ 11762] By: sky                                   on 2001/08/27  19:19:17
42581         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
42582              avaible at compile time. This broke the compilation of 
42583              Net/Ping.pm
42584      Branch: perl
42585            ! lib/Net/Ping.pm
42586 ____________________________________________________________________________
42587 [ 11761] By: sky                                   on 2001/08/27  18:34:48
42588         Log: Removed tripple definitions of CUSTOM_OP functions.
42589      Branch: perl
42590            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
42591 ____________________________________________________________________________
42592 [ 11760] By: sky                                   on 2001/08/27  18:21:27
42593         Log: Regen headers
42594      Branch: perl
42595            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
42596            ! perlapi.h proto.h
42597 ____________________________________________________________________________
42598 [ 11759] By: ams                                   on 2001/08/27  16:31:53
42599         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
42600              From: "chromatic" <chromatic@rmci.net>
42601              Date: Mon, 27 Aug 2001 11:17:09 -0600
42602              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
42603      Branch: perl
42604            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
42605 ____________________________________________________________________________
42606 [ 11758] By: sky                                   on 2001/08/27  15:16:42
42607         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
42608              Thanks to H. Merijn Brand for the patch.
42609              Some of the comments and or guards might be removable in perl.h now.
42610      Branch: perl
42611            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
42612            ! Porting/Glossary Porting/config_H README.threads config_h.SH
42613            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
42614            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
42615            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
42616            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
42617            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
42618            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
42619            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
42620            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
42621            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
42622            ! win32/config_H.vc win32/perllib.c win32/win32.h
42623            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
42624            ! wince/config.h wince/config_H.ce wince/win32.h
42625            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
42626 ____________________________________________________________________________
42627 [ 11757] By: sky                                   on 2001/08/27  13:39:16
42628         Log: Subject: GNU ld parses arguments different
42629              From: H.Merijn Brand <h.m.brand@hccnet.nl>
42630              Date: Mon, 27 Aug 2001 16:25:51 +0200
42631              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
42632      Branch: perl
42633            ! hints/hpux.sh
42634 ____________________________________________________________________________
42635 [ 11756] By: sky                                   on 2001/08/27  13:18:45
42636         Log: Subject: Custom Ops
42637              From: Simon Cozens <simon@netthink.co.uk>
42638              Date: Sat, 25 Aug 2001 17:45:09 +0100
42639              Message-ID: <20010825174509.A5752@netthink.co.uk>
42640              I also added a fix to Opcode.pm to quite test cases.
42641      Branch: perl
42642            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
42643            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
42644 ____________________________________________________________________________
42645 [ 11755] By: sky                                   on 2001/08/27  05:37:17
42646         Log: Plugs a memory leak on destruction of regular expressions
42647              introcued by #11274.
42648              PL_regex_padav now has an AV as it's first entry with a list
42649              of freed regex_padav slots that it will reuse on creating
42650              new PMOPs.
42651      Branch: perl
42652            ! op.c perl.c
42653 ____________________________________________________________________________
42654 [ 11754] By: ams                                   on 2001/08/26  14:38:52
42655         Log: Subject: [PATCH] t/io/binmode.t
42656              From: Nicholas Clark <nick@ccl4.org>
42657              Date: Sun, 26 Aug 2001 12:03:05 +0100
42658              Message-Id: <20010826120305.C4950@plum.flirble.org>
42659              
42660              (Also a nitpick in #11752 to t/op/universal.t)
42661      Branch: perl
42662            ! t/io/binmode.t t/op/universal.t
42663 ____________________________________________________________________________
42664 [ 11753] By: ams                                   on 2001/08/26  08:19:34
42665         Log: Subject: [PATCH] op/universal.t failing
42666              From: Nicholas Clark <nick@ccl4.org>
42667              Date: Sun, 26 Aug 2001 09:48:22 +0100
42668              Message-Id: <20010826094822.B4950@plum.flirble.org>
42669      Branch: perl
42670            ! t/op/universal.t
42671 ____________________________________________________________________________
42672 [ 11752] By: ams                                   on 2001/08/25  22:46:13
42673         Log: Subject: Re: 'can' with undefined subs
42674              From: Tony Bowden <tony@kasei.com>
42675              Date: Sat, 25 Aug 2001 14:58:17 +0100
42676              Message-Id: <20010825145817.A11788@soto.kasei.com>
42677              (Applied with minor modifications.)
42678      Branch: perl
42679            ! t/op/universal.t
42680 ____________________________________________________________________________
42681 [ 11751] By: ams                                   on 2001/08/25  18:28:43
42682         Log: Subject: Re: 'can' with undefined subs
42683              From: Tony Bowden <tony@kasei.com>
42684              Date: Sat, 25 Aug 2001 15:13:14 +0100
42685              Message-Id: <20010825151314.B11788@soto.kasei.com>
42686      Branch: perl
42687            ! lib/UNIVERSAL.pm
42688 ____________________________________________________________________________
42689 [ 11750] By: nick                                  on 2001/08/25  15:24:15
42690         Log: Integrate mainline
42691      Branch: perlio
42692           +> t/io/binmode.t
42693           !> (integrate 26 files)
42694 ____________________________________________________________________________
42695 [ 11749] By: nick                                  on 2001/08/25  14:55:41
42696         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
42697              From:  John Peacock <jpeacock@rowman.com>
42698              Date:  Wed, 22 Aug 2001 12:05:28 -0400
42699              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
42700      Branch: perl
42701            ! pod/perlhack.pod
42702 ____________________________________________________________________________
42703 [ 11748] By: nick                                  on 2001/08/25  14:53:04
42704         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
42705              From:  Michael G Schwern <schwern@pobox.com>
42706              Date:  Wed, 22 Aug 2001 19:22:45 -0400
42707              Message-Id:  <20010822192245.U619@blackrider>
42708      Branch: perl
42709            ! MANIFEST
42710 ____________________________________________________________________________
42711 [ 11747] By: nick                                  on 2001/08/25  14:52:33
42712         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
42713              From:  Nicholas Clark <nick@ccl4.org>
42714              Date:  Wed, 22 Aug 2001 23:29:06 +0100
42715              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
42716      Branch: perl
42717            + t/io/binmode.t
42718            ! perlio.c pod/perlfunc.pod
42719 ____________________________________________________________________________
42720 [ 11744] By: nick                                  on 2001/08/25  14:37:33
42721         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
42722              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
42723              Date:  Fri, 24 Aug 2001 22:10:42 +0200
42724              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
42725      Branch: perl
42726            ! x2p/a2py.c x2p/walk.c
42727 ____________________________________________________________________________
42728 [ 11743] By: nick                                  on 2001/08/25  14:32:47
42729         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
42730              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42731              Date:  Fri, 24 Aug 2001 23:34:13 +0200
42732              Message-Id:  <20010824233413.A1285@rafael>
42733      Branch: perl
42734            ! pod/perlfunc.pod pod/perlvar.pod
42735 ____________________________________________________________________________
42736 [ 11742] By: ams                                   on 2001/08/25  13:16:02
42737         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
42738              From: Nicholas Clark <nick@ccl4.org>
42739              Date: Sat, 25 Aug 2001 14:50:07 +0100
42740              Message-Id: <20010825145007.L41464@plum.flirble.org>
42741      Branch: perl
42742            ! pp_ctl.c
42743 ____________________________________________________________________________
42744 [ 11741] By: nick                                  on 2001/08/24  07:08:45
42745         Log: When applying patch via Porting/apply fails, do p4 refresh
42746              to get old files back.
42747      Branch: perl
42748            ! Porting/apply
42749 ____________________________________________________________________________
42750 [ 11740] By: ams                                   on 2001/08/24  04:47:24
42751         Log: #11739 was incomplete.
42752      Branch: perl
42753            ! pod/perldiag.pod
42754 ____________________________________________________________________________
42755 [ 11739] By: ams                                   on 2001/08/24  04:09:40
42756         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
42757              From: "Philip Newton" <Philip.Newton@gmx.net>
42758              Date: Fri, 24 Aug 2001 07:08:34 +0200
42759      Branch: perl
42760            ! pod/perldiag.pod
42761 ____________________________________________________________________________
42762 [ 11738] By: ams                                   on 2001/08/24  02:19:42
42763         Log: Fixed Doug Wilson's email address.
42764      Branch: perl
42765            ! AUTHORS
42766 ____________________________________________________________________________
42767 [ 11737] By: ams                                   on 2001/08/24  00:10:13
42768         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
42769              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42770              Date: Thu, 23 Aug 2001 22:22:58 +0200
42771              Message-Id: <20010823222258.A901@rafael>
42772      Branch: perl
42773            ! pod/perldiag.pod
42774 ____________________________________________________________________________
42775 [ 11736] By: ams                                   on 2001/08/24  00:05:02
42776         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
42777              From: "Craig A. Berry" <craigberry@mac.com>
42778              Date: Thu, 23 Aug 2001 19:07:45 -0500
42779              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
42780      Branch: perl
42781            ! configure.com
42782 ____________________________________________________________________________
42783 [ 11735] By: sky                                   on 2001/08/23  13:42:07
42784         Log: Backed out 11732, it breaks lib/strict.t 
42785      Branch: perl
42786            ! op.c
42787 ____________________________________________________________________________
42788 [ 11734] By: sky                                   on 2001/08/23  11:45:59
42789         Log: Removed toy from 17133 after Matt Sargeants request.
42790      Branch: perl
42791            ! pod/perlfaq4.pod
42792 ____________________________________________________________________________
42793 [ 11733] By: sky                                   on 2001/08/23  11:36:29
42794         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
42795              From: Robin Houston <robin@kitsite.com>
42796              Date: Wed, 22 Aug 2001 23:06:16 +0100
42797              Message-ID: <20010822230616.A254@robin.kitsite.com>
42798      Branch: perl
42799            ! pod/perlfaq4.pod
42800 ____________________________________________________________________________
42801 [ 11732] By: sky                                   on 2001/08/23  10:36:02
42802         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
42803              From: Simon Cozens <simon@netthink.co.uk>
42804              Date: Thu, 23 Aug 2001 12:06:36 +0100
42805              Message-ID: <20010823120636.A9961@netthink.co.uk>
42806      Branch: perl
42807            ! op.c
42808 ____________________________________________________________________________
42809 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
42810         Log: fix broken windows build
42811      Branch: perl
42812            ! perl.h
42813 ____________________________________________________________________________
42814 [ 11730] By: ams                                   on 2001/08/22  21:35:30
42815         Log: Subject: [PATCH] io/tell.t doesn't chdir t
42816              From: Nicholas Clark <nick@ccl4.org>
42817              Date: Wed, 22 Aug 2001 23:25:58 +0100
42818              Message-Id: <20010822232557.Y82818@plum.flirble.org>
42819      Branch: perl
42820            ! t/io/tell.t
42821 ____________________________________________________________________________
42822 [ 11729] By: ams                                   on 2001/08/22  20:32:21
42823         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
42824              questions)
42825              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
42826              Date: Wed, 22 Aug 2001 17:09:04 -0400
42827              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
42828              (Oops, forgot File::Spec::Unix in the previous patch.)
42829      Branch: perl
42830            ! lib/File/Spec/Unix.pm
42831 ____________________________________________________________________________
42832 [ 11728] By: ams                                   on 2001/08/22  20:25:41
42833         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
42834              questions)
42835              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
42836              Date: Wed, 22 Aug 2001 17:09:04 -0400
42837              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
42838      Branch: perl
42839            ! lib/File/Spec.pm
42840 ____________________________________________________________________________
42841 [ 11727] By: ams                                   on 2001/08/22  19:43:30
42842         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
42843              From: John Peacock <jpeacock@rowman.com>
42844              Date: Wed, 22 Aug 2001 12:35:52 -0400
42845              Message-Id: <3B83DF68.5D89DC81@rowman.com>
42846              (Adds proper tests for $], notwithstanding Subject. +nitpick)
42847      Branch: perl
42848            ! t/op/ver.t
42849 ____________________________________________________________________________
42850 [ 11726] By: ams                                   on 2001/08/22  19:36:39
42851         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
42852              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
42853              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
42854              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
42855      Branch: perl
42856            ! lib/diagnostics.pm lib/diagnostics.t
42857 ____________________________________________________________________________
42858 [ 11725] By: ams                                   on 2001/08/22  19:25:01
42859         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
42860              From: Nicholas Clark <nick@ccl4.org>
42861              Date: Wed, 22 Aug 2001 20:59:05 +0100
42862              Message-Id: <20010822205905.U82818@plum.flirble.org>
42863      Branch: perl
42864            ! pp.c t/op/64bitint.t t/op/arith.t
42865 ____________________________________________________________________________
42866 [ 11724] By: ams                                   on 2001/08/22  10:02:33
42867         Log: Subject: Configure blooper
42868              From: H.Merijn Brand <h.m.brand@hccnet.nl>
42869              Date: Wed, 22 Aug 2001 12:38:35 +0200
42870              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
42871      Branch: perl
42872            ! Configure
42873 ____________________________________________________________________________
42874 [ 11723] By: ams                                   on 2001/08/21  16:17:53
42875         Log: Subject: [PATCH] installperl -help
42876              From: Nicholas Clark <nick@ccl4.org>
42877              Date: Tue, 21 Aug 2001 17:34:23 +0100
42878              Message-Id: <20010821173423.F82818@plum.flirble.org>
42879      Branch: perl
42880            ! installperl
42881 ____________________________________________________________________________
42882 [ 11722] By: ams                                   on 2001/08/20  07:46:31
42883         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
42884              From: Ilmari Karonen <iltzu@sci.fi>
42885              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
42886              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
42887      Branch: perl
42888            ! pod/perlvar.pod
42889 ____________________________________________________________________________
42890 [ 11721] By: nick                                  on 2001/08/20  06:24:31
42891         Log: Integrate mainline
42892      Branch: perlio
42893           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
42894           +> lib/Lingua/KO/Hangul/Util/Changes
42895           +> lib/Lingua/KO/Hangul/Util/README
42896           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
42897           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
42898           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
42899           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
42900           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
42901           +> lib/Unicode/Normalize/t/test.t
42902            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
42903           !> (integrate 55 files)
42904 ____________________________________________________________________________
42905 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
42906         Log: Integrate Change #11599 from maint-5.6/perl
42907      Branch: maint-5.6/macperl
42908           !> README.win32
42909 ____________________________________________________________________________
42910 [ 11719] By: ams                                   on 2001/08/18  21:21:42
42911         Log: Add Porting/apply to MANIFEST.
42912      Branch: perl
42913            ! MANIFEST
42914 ____________________________________________________________________________
42915 [ 11718] By: sky                                   on 2001/08/18  14:38:01
42916         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
42917              Better solution would be to make 5005threaded perl use
42918              the same system as ithreads do
42919      Branch: perl
42920            ! perl.h
42921 ____________________________________________________________________________
42922 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
42923         Log: New try for ID 20010407.006: detach the semantics
42924              "was the last match target UTF8" into its own variable.
42925      Branch: perl
42926            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
42927            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
42928 ____________________________________________________________________________
42929 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
42930         Log: UTF8 flag should be meaningful only when POK.
42931      Branch: perl
42932            ! dump.c
42933 ____________________________________________________________________________
42934 [ 11715] By: sky                                   on 2001/08/18  11:45:16
42935         Log: USE_THREADS and USE_ITHREADS are never true at the same time
42936      Branch: perl
42937            ! perl.h
42938 ____________________________________________________________________________
42939 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
42940         Log: Retract #11712 for now.  The real fix would probably
42941              be something like making PL_reg_sv a copy (PV + UTF8)
42942              of the matched/substituted string (note: not just a SvPOK
42943              string, for example the stringified form of a ROK would
42944              be applicable)  Beware of leaks.
42945      Branch: perl
42946            ! pp_hot.c t/op/pat.t
42947 ____________________________________________________________________________
42948 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
42949         Log: UTF8 wasn't printing for PVMGs.
42950      Branch: perl
42951            ! dump.c
42952 ____________________________________________________________________________
42953 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
42954         Log: (Retracted by #11714)
42955              
42956              Okay analysis, debatable fix.  (The fix will inc
42957              the refcount of all temporary match objects,
42958              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
42959              which will then cause griping at untie() time
42960              ("inner references remain").
42961              
42962              Fix for ID 20010407.006: PL_reg_sv got wiped out
42963              by freetemps if the match target was a temporary
42964              (like function_call() =~ /.../), which in turn meant
42965              that the $1 et al stopped working if they had UTF-8
42966              in them.  Therefore bump up the refcount of PL_reg_sv.
42967      Branch: perl
42968            ! pp_hot.c t/op/pat.t
42969 ____________________________________________________________________________
42970 [ 11711] By: ams                                   on 2001/08/17  20:32:08
42971         Log: Subject: [PATCH] doesn't compile, was perl@11710
42972              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42973              Date: Fri, 17 Aug 2001 23:21:10 +0200
42974              Message-Id: <20010817232110.C7041@rafael> 
42975      Branch: perl
42976            ! sharedsv.c
42977 ____________________________________________________________________________
42978 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
42979         Log: Update Changes.
42980      Branch: perl
42981            ! Changes patchlevel.h
42982 ____________________________________________________________________________
42983 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
42984         Log: Upgrade to libnet 1.0704.
42985      Branch: perl
42986            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
42987            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
42988            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
42989            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
42990            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
42991            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
42992            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
42993 ____________________________________________________________________________
42994 [ 11708] By: sky                                   on 2001/08/17  13:34:04
42995         Log: Let perl_clone copy PL_exit_flags
42996      Branch: perl
42997            ! sv.c
42998 ____________________________________________________________________________
42999 [ 11707] By: sky                                   on 2001/08/17  12:28:41
43000         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
43001      Branch: perl
43002            ! sharedsv.c sharedsv.h
43003 ____________________________________________________________________________
43004 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
43005         Log: The metaconfig unit change for #11705.
43006      Branch: metaconfig/U/perl
43007            ! Extensions.U
43008 ____________________________________________________________________________
43009 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
43010         Log: Allow the threads extension to be found if present.
43011      Branch: perl
43012            ! Configure
43013 ____________________________________________________________________________
43014 [ 11704] By: nick                                  on 2001/08/17  11:47:54
43015         Log: Mail -> change script (pre-alpha)
43016      Branch: perl
43017            + Porting/apply
43018 ____________________________________________________________________________
43019 [ 11703] By: sky                                   on 2001/08/17  07:11:24
43020         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
43021              Thanks to Tom Hospel for pointing out my error.
43022      Branch: perl
43023            ! op.h
43024 ____________________________________________________________________________
43025 [ 11702] By: sky                                   on 2001/08/17  04:18:11
43026         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.
43027      Branch: perl
43028            ! embed.pl miniperlmain.c perl.c perl.h proto.h
43029 ____________________________________________________________________________
43030 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
43031         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
43032              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
43033      Branch: perl
43034            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
43035            + lib/Lingua/KO/Hangul/Util/README
43036            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43037            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43038            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43039            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43040            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43041            + lib/Unicode/Normalize/t/test.t
43042            ! MANIFEST
43043 ____________________________________________________________________________
43044 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
43045         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
43046              Date: Thu, 16 Aug 2001 22:46:15 -0500
43047              From: "Craig A. Berry" <craigberry@mac.com>
43048              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
43049      Branch: perl
43050            ! configure.com numeric.c
43051 ____________________________________________________________________________
43052 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
43053         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
43054              of the usual suspects (like getpwent) but not for others
43055              (like localtime and rand).  The _r versions are available
43056              for all of them, so let's use them.
43057      Branch: perl
43058            ! perl.h
43059 ____________________________________________________________________________
43060 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
43061         Log: (Accidental apply; thankfully empty.)
43062      Branch: perl
43063            ! hints/os390.sh
43064 ____________________________________________________________________________
43065 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
43066         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
43067              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43068              Date: Thu, 16 Aug 2001 16:27:49 +0100
43069              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
43070      Branch: perl
43071            ! regexec.c t/op/re_tests
43072 ____________________________________________________________________________
43073 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
43074         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
43075              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43076              Date: Thu, 16 Aug 2001 18:50:01 +0100
43077              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
43078      Branch: perl
43079            ! pp_hot.c t/op/pat.t
43080 ____________________________________________________________________________
43081 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
43082         Log: Subject: [PATCH] *time_r again
43083              From: "Arthur Bergman" <arthur@contiller.se>
43084              Date: Thu, 16 Aug 2001 16:01:54 +0200
43085              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
43086      Branch: perl
43087            ! op.h
43088 ____________________________________________________________________________
43089 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
43090         Log: system() and backtick error handling cleanup from Craig A. Berry.
43091      Branch: perl
43092            ! vms/vms.c
43093 ____________________________________________________________________________
43094 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
43095         Log: change#10334 leaks memory, copies string when it doesn't
43096              need to
43097      Branch: perl
43098            ! perl.c
43099 ____________________________________________________________________________
43100 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
43101         Log: One more twist to the sprintf + utf8 testing.
43102      Branch: perl
43103            ! t/op/misc.t
43104 ____________________________________________________________________________
43105 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
43106         Log: Fix for 20010407.008 sprintf removes utf8-ness.
43107      Branch: perl
43108            ! pp.c t/op/misc.t
43109 ____________________________________________________________________________
43110 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
43111         Log: Subject: [PATCH] *time_r fixes
43112              From: "Arthur Bergman" <arthur@contiller.se>
43113              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
43114              Date: Thu, 16 Aug 2001 14:22:27 +0200
43115      Branch: perl
43116            ! op.h
43117 ____________________________________________________________________________
43118 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
43119         Log: Upgrade to CGI.pm 2.77.
43120      Branch: perl
43121            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
43122            ! lib/CGI/t/function.t
43123 ____________________________________________________________________________
43124 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
43125         Log: Document the bytes-to-Unicode upgrading.
43126      Branch: perl
43127            ! pod/perlunicode.pod
43128 ____________________________________________________________________________
43129 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
43130         Log: Add a test for Unicode sprintf.
43131      Branch: perl
43132            ! t/op/misc.t
43133 ____________________________________________________________________________
43134 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
43135         Log: Add Unicode tests for index/rindex.
43136      Branch: perl
43137            ! t/op/index.t
43138 ____________________________________________________________________________
43139 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
43140         Log: Document a bit the art of minimizing the installation,
43141              based on the p5p discussion.
43142      Branch: perl
43143            ! INSTALL
43144 ____________________________________________________________________________
43145 [ 11684] By: nick                                  on 2001/08/15  15:03:31
43146         Log: Integrate mainline
43147      Branch: perlio
43148           +> sharedsv.c sharedsv.h
43149           !> (integrate 53 files)
43150 ____________________________________________________________________________
43151 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
43152         Log: Update Changes.
43153      Branch: perl
43154            ! Changes patchlevel.h
43155 ____________________________________________________________________________
43156 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
43157         Log: The #11673 necessitated a test tweak.
43158      Branch: perl
43159            ! t/io/utf8.t
43160 ____________________________________________________________________________
43161 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
43162         Log: Also UNICOS is in the general case unable to silently
43163              handle fp overflows.
43164      Branch: perl
43165            ! numeric.c
43166 ____________________________________________________________________________
43167 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
43168         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
43169              NV_EPSILON #defined.
43170      Branch: perl
43171            ! perl.h
43172 ____________________________________________________________________________
43173 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
43174         Log: Re-establish the fp overflow detection for VAX VMS; there
43175              is no easy way to have the IEEE fp silent overflow semantics.
43176              (in Alpha VMS we still will use IEEE fp by default-- but it
43177              is still possible to configure Perl to use G_FLOAT)
43178      Branch: perl
43179            ! numeric.c
43180 ____________________________________________________________________________
43181 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
43182         Log: Subject: [PATCH] pp_lock 
43183              From: "Arthur Bergman" <arthur@contiller.se>
43184              Date: Wed, 15 Aug 2001 11:52:16 +0200
43185              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
43186      Branch: perl
43187            ! pp.c
43188 ____________________________________________________________________________
43189 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
43190         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
43191              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43192              Date: Wed, 15 Aug 2001 11:32:11 +0100
43193              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
43194      Branch: perl
43195            ! regcomp.c t/op/re_tests
43196 ____________________________________________________________________________
43197 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
43198         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
43199              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43200              Date: Wed, 15 Aug 2001 10:33:49 +0100
43201              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
43202      Branch: perl
43203            ! regexec.c t/op/re_tests
43204 ____________________________________________________________________________
43205 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
43206         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
43207              From: Barrie Slaymaker <barries@slaysys.com>
43208              Date: Tue, 14 Aug 2001 14:32:25 -0400
43209              Message-ID: <20010814143225.A19822@jester.slaysys.com>
43210      Branch: perl
43211            ! lib/File/Spec.t lib/File/Spec/Unix.pm
43212 ____________________________________________________________________________
43213 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
43214         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
43215              From: Peter Prymmer <pvhp@forte.com>
43216              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
43217              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
43218      Branch: perl
43219            ! README.vms configure.com
43220 ____________________________________________________________________________
43221 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
43222         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
43223              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43224              Date: Tue, 14 Aug 2001 21:23:27 +0200
43225              Message-ID: <20010814212327.A1919@rafael>
43226      Branch: perl
43227            ! doio.c
43228 ____________________________________________________________________________
43229 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
43230         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
43231              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43232              Date: Tue, 14 Aug 2001 22:30:11 +0200
43233              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
43234              
43235              Combination of nmake, quoting, and Perl expanded $( in here-doc.
43236      Branch: perl
43237            ! ext/SDBM_File/Makefile.PL
43238 ____________________________________________________________________________
43239 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
43240         Log: Todo updates.
43241      Branch: perl
43242            ! pod/perltodo.pod
43243 ____________________________________________________________________________
43244 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
43245         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
43246              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43247              Date: Mon, 13 Aug 2001 23:15:01 +0200
43248              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
43249      Branch: perl
43250            ! sv.c
43251 ____________________________________________________________________________
43252 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
43253         Log: Subject: [PATCH] [b-]showlex.t
43254              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
43255              Date: Sun, 12 Aug 2001 22:24:51 +0200
43256              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
43257              
43258              The 4nt command shell will expand the % in command line
43259              no matter what quoting is attempted, changed the % to @.
43260      Branch: perl
43261            ! ext/B/Showlex.t
43262 ____________________________________________________________________________
43263 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
43264         Log: Subject: [PATCH] magic.t
43265              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43266              Date: Sun, 12 Aug 2001 20:49:27 +0200
43267              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
43268      Branch: perl
43269            ! t/op/magic.t
43270 ____________________________________________________________________________
43271 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
43272         Log: Add sharedsv* to the DOSish platforms; plus add
43273              some WinCE files to the list of DOSish files.
43274      Branch: perl
43275            ! NetWare/Makefile Porting/makerel win32/Makefile
43276            ! win32/makefile.mk wince/Makefile.ce
43277 ____________________________________________________________________________
43278 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
43279         Log: More DOSish files.
43280      Branch: perl
43281            ! Porting/makerel
43282 ____________________________________________________________________________
43283 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
43284         Log: Strip CRs from the WinCE files.  Now we need to
43285              figure out in which CRs are really needed: probably
43286              Makefile.ce and the README files, at least, probably
43287              also the registry.bat.
43288      Branch: perl
43289            ! wince/Makefile.ce wince/README.compile wince/README.perlce
43290            ! wince/config.h wince/include/cectype.h wince/include/errno.h
43291            ! wince/include/sys/stat.h wince/include/sys/types.h
43292            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
43293            ! wince/perldll.def wince/registry.bat wince/wince.h
43294            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
43295 ____________________________________________________________________________
43296 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
43297         Log: Add some files to DOSish and writables.
43298      Branch: perl
43299            ! Porting/makerel
43300 ____________________________________________________________________________
43301 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
43302         Log: Compile failure message tidying.
43303      Branch: perl
43304            ! t/lib/1_compile.t
43305 ____________________________________________________________________________
43306 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
43307         Log: The new sharedsv* should be exported only if usethreads.
43308      Branch: perl
43309            ! makedef.pl
43310 ____________________________________________________________________________
43311 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
43312         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
43313              From: Peter Prymmer <pvhp@forte.com>
43314              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
43315              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
43316      Branch: perl
43317            ! README.os390
43318 ____________________________________________________________________________
43319 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
43320         Log: Update Changes.
43321      Branch: perl
43322            ! Changes patchlevel.h
43323 ____________________________________________________________________________
43324 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
43325         Log: Subject: [PATHC] sharedsv.[c|h]
43326              From: "Artur Bergman" <artur@contiller.se>
43327              Date: Mon, 13 Aug 2001 14:38:41 +0200
43328              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
43329              
43330              Subject: [PATCH] embed.pl
43331              From: Arthur Bergman <arthur@contiller.se>
43332              Date: Mon, 13 Aug 2001 14:38:14 +0200
43333              Message-ID: <B79D96D6.3088%arthur@contiller.se>
43334              
43335              Subject: [PATCH] sharedsv cleanups
43336              From: "Arthur Bergman" <arthur@contiller.se>
43337              Date: Mon, 13 Aug 2001 15:14:25 +0200
43338              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
43339              
43340              Plus few tweaks: _init needs to be Adp, the prototypes
43341              should not be revealed unless using ithreads, #endif FOO
43342              must be #endif /* FOO */, adding (parentheses) around
43343              do { } while doesn't work too well.
43344      Branch: perl
43345            + sharedsv.c sharedsv.h
43346            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
43347            ! perl.h perlapi.c pod/perlapi.pod proto.h
43348 ____________________________________________________________________________
43349 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
43350         Log: Subject: Re: END {} blocks run in perl_run
43351              From: Arthur Bergman <arthur@contiller.se>
43352              Date: Mon, 13 Aug 2001 11:11:30 +0200
43353              Message-ID: <B79D6661.3068%arthur@contiller.se>
43354      Branch: perl
43355            ! perl.c
43356 ____________________________________________________________________________
43357 [ 11657] By: nick                                  on 2001/08/13  09:03:02
43358         Log: Integrate mainline
43359      Branch: perlio
43360           +> (branch 326 files)
43361            - (delete 330 files)
43362           !> (integrate 85 files)
43363 ____________________________________________________________________________
43364 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
43365         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
43366              and the Perl will be built to do that by default (adding that
43367              will break scripts having non-UTF-8 binary data, such as Latin-1.)
43368      Branch: perl
43369            ! op.c toke.c utf8.h
43370 ____________________________________________________________________________
43371 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
43372         Log: Unnecessary downgrades.
43373      Branch: perl
43374            ! doop.c
43375 ____________________________________________________________________________
43376 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
43377         Log: Failure not true anymore (probably caused by my broken setup).
43378      Branch: perl
43379            ! t/op/pat.t
43380 ____________________________________________________________________________
43381 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
43382         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
43383              stopped working).
43384      Branch: perl
43385            ! op.h pp_ctl.c regcomp.c
43386 ____________________________________________________________________________
43387 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
43388         Log: There is no IN_UTF8.
43389      Branch: perl
43390            ! utf8.h
43391 ____________________________________________________________________________
43392 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
43393         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
43394      Branch: perl
43395            ! op.c op.h pp_ctl.c regcomp.c
43396 ____________________________________________________________________________
43397 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
43398         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
43399              and a test tweak.
43400      Branch: perl
43401            ! op.c t/pod/find.t
43402 ____________________________________________________________________________
43403 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
43404         Log: Todo updates and fixes.
43405      Branch: perl
43406            ! pod/perltodo.pod
43407 ____________________________________________________________________________
43408 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
43409         Log: Mark tests (and one module) having explicit Latin-1
43410              (and one file having explicit UTF-8) with an explicit
43411              'no utf8' (and one explicit 'use utf8').
43412              
43413              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
43414      Branch: perl
43415            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
43416            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
43417            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
43418 ____________________________________________________________________________
43419 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
43420         Log: Subject: SV: END {} blocks run in perl_run
43421              From: "Arthur Bergman" <arthur@contiller.se>
43422              Date: Sun, 12 Aug 2001 00:34:28 +0200 
43423              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
43424      Branch: perl
43425            ! miniperlmain.c perl.c
43426 ____________________________________________________________________________
43427 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
43428         Log: Typos in #11645.
43429      Branch: perl
43430            ! perl.h
43431 ____________________________________________________________________________
43432 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
43433         Log: On ithreads default to use_reentrant except on naturally
43434              threadsafe platforms.
43435      Branch: perl
43436            ! perl.h
43437 ____________________________________________________________________________
43438 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
43439         Log: (Hopefully) a fix for 20010723.004: make install needs
43440              write permission in build directory.  The problem was
43441              probably caused by overeager sprinkling of the lib/re.pm
43442              dependencies (which was done to guarantee lib/re.pm being
43443              uptodate for parallel makes: now solved by funneling that
43444              through an explicit recursive make in the preplibrary target).
43445      Branch: perl
43446            ! Makefile.SH
43447 ____________________________________________________________________________
43448 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
43449         Log: Dispell the "use utf8" superstition.
43450      Branch: perl
43451            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
43452            ! pod/perlunicode.pod
43453 ____________________________________________________________________________
43454 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
43455         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
43456              From: "Abigail" <abigail@foad.org> 
43457              Date: Sat, 11 Aug 2001 23:49:49 +0200
43458              Message-ID: <20010811214950.23255.qmail@foad.org>
43459      Branch: perl
43460            ! t/op/taint.t
43461 ____________________________________________________________________________
43462 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
43463         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
43464              From: Abhijit Menon-Sen <ams@wiw.org>
43465              Date: Sat, 11 Aug 2001 06:18:19 +0530
43466              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
43467      Branch: perl
43468            ! mg.c
43469 ____________________________________________________________________________
43470 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
43471         Log: Test for change #11639.
43472      Branch: perl
43473            ! t/op/tiehandle.t
43474 ____________________________________________________________________________
43475 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
43476         Log: Subject: Re: Can't localize *FH, then tie it
43477              From: Abhijit Menon-Sen <ams@wiw.org>
43478              Date: Sun, 12 Aug 2001 16:08:06 +0530
43479              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
43480      Branch: perl
43481            ! pp_hot.c pp_sys.c
43482 ____________________________________________________________________________
43483 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
43484         Log: Drop all the unnecessary "use utf8" clauses and some of
43485              the unnecessary "use bytes" ones.
43486              
43487              TODO: scour the documentation for unnecessary "use utf8"
43488              and prominently display it in perldelta when the time comes.
43489              ("use utf8" should be necessary ONLY if one wants the script
43490              to be in UTF-8.)  Also should be checked in some non-ASCII
43491              non-Latin-1 platform, like EBCDIC.
43492      Branch: perl
43493            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
43494            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
43495 ____________________________________________________________________________
43496 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
43497         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
43498              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
43499              in Unicode handling.
43500      Branch: perl
43501            + t/op/lc.t
43502            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
43503 ____________________________________________________________________________
43504 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
43505         Log: Thinko: we want the flags for native cc, not gcc.
43506      Branch: perl
43507            ! hints/dec_osf.sh
43508 ____________________________________________________________________________
43509 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
43510         Log: (retracted by 13077)
43511              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
43512              From: Robin Houston <robin@kitsite.com>
43513              Date: Fri, 10 Aug 2001 14:42:02 +0100
43514              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
43515      Branch: perl
43516            ! pp.c
43517 ____________________________________________________________________________
43518 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
43519         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
43520              From: Abhijit Menon-Sen <ams@wiw.org>
43521              Date: Sat, 11 Aug 2001 16:31:04 +0530
43522              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
43523      Branch: perl
43524            ! op.c
43525 ____________________________________________________________________________
43526 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
43527         Log: Get rid of indread, from Abhijit Menon-Sen.
43528      Branch: perl
43529            ! pp_sys.c
43530 ____________________________________________________________________________
43531 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
43532         Log: CRLFgngngn.
43533      Branch: perl
43534            ! win32/Makefile win32/makefile.mk
43535 ____________________________________________________________________________
43536 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
43537         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
43538      Branch: perl
43539            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
43540            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
43541            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
43542            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
43543            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
43544            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
43545            ! win32/Makefile win32/makefile.mk
43546 ____________________________________________________________________________
43547 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
43548         Log: Avoid #elif (less portable than #else #if).
43549      Branch: perl
43550            ! handy.h
43551 ____________________________________________________________________________
43552 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
43553         Log: Subject: patch for perlvar.pod
43554              From: mah@everybody.org (Mark A. Hershberger)
43555              Date: 08 Aug 2001 17:03:16 -0500
43556              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
43557      Branch: perl
43558            ! pod/perlvar.pod
43559 ____________________________________________________________________________
43560 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
43561         Log: cpp commands must start (the # must be) at the column #0.
43562      Branch: perl
43563            ! op.c
43564 ____________________________________________________________________________
43565 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
43566         Log: If using gcc -B/foo/bar makedepend would give
43567              unnecessary warnings about unused -B/foo/bar.
43568      Branch: perl
43569            ! makedepend.SH
43570 ____________________________________________________________________________
43571 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
43572         Log: Update Changes.
43573      Branch: perl
43574            ! Changes patchlevel.h
43575 ____________________________________________________________________________
43576 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
43577         Log: s/z/tz/
43578      Branch: perl
43579            ! pod/perlfaq2.pod
43580 ____________________________________________________________________________
43581 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
43582         Log: Article nit.
43583      Branch: perl
43584            ! pod/perlfaq2.pod
43585 ____________________________________________________________________________
43586 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
43587         Log: Rename lib/unicode files to lib/unicore to avoid
43588              conflicts between core lib/unicode and Unicode::
43589              files in case-ignoring filesystems.
43590      Branch: perl
43591            + (add 325 files)
43592            - (delete 324 files)
43593            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
43594 ____________________________________________________________________________
43595 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
43596         Log: Upgrade to Math::BigInt 1.41.
43597      Branch: perl
43598            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
43599 ____________________________________________________________________________
43600 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
43601         Log: Subject: [PATCH] remove PL_na from typemap
43602              From: James <james@rf.net>
43603              Date: Mon, 06 Aug 2001 20:23:15 -0700
43604              Message-ID: <3B6F5F23.A31A81B1@rf.net>
43605              
43606              (had to be manually applied)
43607      Branch: perl
43608            ! lib/ExtUtils/typemap
43609 ____________________________________________________________________________
43610 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
43611         Log: The metaconfig unit changes for #11618.
43612      Branch: metaconfig/U/perl
43613            + d_fpclassl.U i_fp.U
43614 ____________________________________________________________________________
43615 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
43616         Log: Forgot this from #11618.
43617              
43618              NOTE: wince/config_H.ce needs updating.
43619      Branch: perl
43620            ! wince/config.ce
43621 ____________________________________________________________________________
43622 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
43623         Log: Introduce more floating point classifying APIs;
43624              try to define (most importantly) Perl_is{inf,nan}(x).
43625              
43626              For this first cut, assume none such APIs exist in non-UNIXoid
43627              platforms-- this is of course too unkind: Win32 rumoredly has
43628              _fpclass() and _isnan(), and VMS/VOS very probably have some
43629              of the APIs available.     The only thing Perl uses at the moment
43630              is Perl_isnan() (has been in use for a while now).
43631              
43632              NOTE: the Win32 and NetWare config_h.?c need regenerating.
43633      Branch: perl
43634            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
43635            ! Porting/config_H config_h.SH configure.com epoc/config.sh
43636            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
43637            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43638            ! vos/config.ga.h win32/config.bc win32/config.gc
43639            ! win32/config.vc win32/config_H.bc win32/config_H.gc
43640            ! win32/config_H.vc wince/config.ce wince/config.h
43641 ____________________________________________________________________________
43642 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
43643         Log: Integrate change #11519 from perlio:
43644              
43645              Avoid testing for (non-)existance of "encoding(xxxx)"
43646              layer is called "encoding" the (xxxx) is an argument.
43647      Branch: perl
43648           !> lib/open.pm
43649 ____________________________________________________________________________
43650 [ 11616] By: nick                                  on 2001/08/09  07:50:24
43651         Log: Integrate mainline
43652      Branch: perlio
43653           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
43654           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
43655           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
43656           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
43657            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
43658            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
43659           !> (integrate 79 files)
43660 ____________________________________________________________________________
43661 [ 11615] By: nick                                  on 2001/08/09  06:23:44
43662         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
43663              layer is called "encoding" the (xxxx) is an argument.
43664      Branch: perlio
43665            ! lib/open.pm
43666 ____________________________________________________________________________
43667 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
43668         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
43669              From: Paul Johnson <paul@pjcj.net>
43670              Date: Wed, 8 Aug 2001 23:54:17 +0200
43671              Message-ID: <20010808235417.O1006@pjcj.net>
43672      Branch: perl
43673            ! ext/B/B/Concise.pm
43674 ____________________________________________________________________________
43675 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
43676         Log: Make VMS use IEEE math by default; reorder Tru64 hints
43677              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
43678              exception semantics) is always set if using (the new) cc.
43679      Branch: perl
43680            ! configure.com hints/dec_osf.sh
43681 ____________________________________________________________________________
43682 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
43683         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
43684              From: Abhijit Menon-Sen <ams@wiw.org>
43685              Date: Tue, 7 Aug 2001 17:16:05 +0530
43686              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
43687      Branch: perl
43688            ! pp_sys.c
43689 ____________________________________________________________________________
43690 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
43691         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
43692              From: "Craig A. Berry" <craigberry@mac.com>
43693              Date: Tue, 07 Aug 2001 22:27:47 -0500
43694              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
43695      Branch: perl
43696            ! t/run/exit.t
43697 ____________________________________________________________________________
43698 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
43699         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
43700              From: "Craig A. Berry" <craigberry@mac.com>
43701              Date: Tue, 07 Aug 2001 20:01:53 -0500
43702              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
43703      Branch: perl
43704            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
43705 ____________________________________________________________________________
43706 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
43707         Log: Update the magazine information.
43708      Branch: perl
43709            ! pod/perlfaq2.pod
43710 ____________________________________________________________________________
43711 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
43712         Log: Ignore SIGFPE everywhere.
43713      Branch: perl
43714            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
43715 ____________________________________________________________________________
43716 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
43717         Log: With permission, change the licensing of the docs by
43718              TomC (and Gnat) to comply with the rest of Perl.
43719      Branch: perl
43720            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
43721            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
43722            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
43723            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
43724            ! pod/perltootc.pod
43725 ____________________________________________________________________________
43726 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
43727         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
43728              From: Andy Dougherty <doughera@lafayette.edu>
43729              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
43730              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
43731      Branch: perl
43732            ! hints/openbsd.sh
43733 ____________________________________________________________________________
43734 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
43735         Log: Subject: [PATCH] Makefile.SH test_prep dependency
43736              From: Andy Dougherty <doughera@lafayette.edu>
43737              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
43738              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
43739      Branch: perl
43740            ! Makefile.SH
43741 ____________________________________________________________________________
43742 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
43743         Log: Don't autogenerate the headers et alia,
43744              make regen_headers explicitly.
43745      Branch: perl
43746            ! Makefile.SH
43747 ____________________________________________________________________________
43748 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
43749         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
43750              From: Gurusamy Sarathy <gsar@ActiveState.com> 
43751              Date: Tue, 07 Aug 2001 08:33:26 -0700
43752              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
43753              
43754              Unnecessary dependency.
43755      Branch: perl
43756            ! embed.pl
43757 ____________________________________________________________________________
43758 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
43759         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
43760              From: Abhijit Menon-Sen <ams@wiw.org>
43761              Date: Tue, 7 Aug 2001 09:10:54 +0530
43762              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
43763      Branch: perl
43764            ! pp_hot.c
43765 ____________________________________________________________________________
43766 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
43767         Log: Subject: [PATCH perl@11597] B && BEGIN handling
43768              From: "James A. Duncan" <jduncan@fotango.com>
43769              Date: Mon, 6 Aug 2001 17:29:11 +0100
43770              Message-ID: <20010806172911.A2071@fotango.com>
43771              
43772              (the intrpvar.h addition moved to the end for bincompat)
43773      Branch: perl
43774            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
43775 ____________________________________________________________________________
43776 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
43777         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
43778      Branch: perl
43779           !> README.win32
43780 ____________________________________________________________________________
43781 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
43782         Log: fix URLs for fcrypt.c
43783      Branch: maint-5.6/perl
43784            ! README.win32
43785 ____________________________________________________________________________
43786 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
43787         Log: Yet another way to say Infinity: HP-UX calls its "++".
43788      Branch: perl
43789            ! lib/Math/BigInt/t/bigintpm.t
43790 ____________________________________________________________________________
43791 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
43792         Log: Update Changes.
43793      Branch: perl
43794            ! Changes patchlevel.h
43795 ____________________________________________________________________________
43796 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
43797         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
43798      Branch: perl
43799            ! pod/perlfaq5.pod
43800 ____________________________________________________________________________
43801 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
43802         Log: The #11593 wasn't right.
43803      Branch: perl
43804            ! lib/Math/BigInt/t/bigintpm.t
43805 ____________________________________________________________________________
43806 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
43807         Log: Subject: [PATCH: perl@11564] introducing perlivp
43808              From: Prymmer/Kahn <pvhp@best.com>
43809              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
43810              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
43811              
43812              Subject: Re: [PATCH: perl@11564] introducing perlivp
43813              From: Prymmer/Kahn <pvhp@best.com>
43814              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
43815              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
43816      Branch: perl
43817            + utils/perlivp.PL
43818            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
43819            ! win32/Makefile win32/makefile.mk
43820 ____________________________________________________________________________
43821 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
43822         Log: libcs are confused what to call Infinity.
43823      Branch: perl
43824            ! lib/Math/BigInt/t/bigintpm.t
43825 ____________________________________________________________________________
43826 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
43827         Log: Avoid SIGFPE in Tru64.
43828      Branch: perl
43829            ! numeric.c
43830 ____________________________________________________________________________
43831 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
43832         Log: Upgrade to Math::BigInt 1.40.
43833              
43834              NOTE: this patch necessitates doing something about
43835              infinity handling since the new bigintpm.t tests use
43836              infinity, which causes SIGFPEs at least in Tru64.
43837      Branch: perl
43838            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43839            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
43840            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
43841            ! lib/Math/BigInt/t/mbimbf.t
43842 ____________________________________________________________________________
43843 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
43844         Log: remove hardcoded cmd shell in testsuite
43845      Branch: perl
43846            ! t/op/glob.t t/op/magic.t t/op/stat.t
43847 ____________________________________________________________________________
43848 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
43849         Log: 4-arg select() was busted on windows because change#8178 didn't
43850              make it into mainline
43851      Branch: perl
43852            ! perl.h win32/include/sys/socket.h
43853 ____________________________________________________________________________
43854 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
43855         Log: Rename the Getopt::Long tests to be as they are
43856              in the Getopt::Long official distribution.
43857      Branch: perl
43858            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
43859            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
43860            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
43861            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
43862            ! MANIFEST
43863 ____________________________________________________________________________
43864 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
43865         Log: Upgrade to Getopt::Long 2.26.
43866      Branch: perl
43867            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
43868            ! MANIFEST lib/Getopt/Long.pm
43869 ____________________________________________________________________________
43870 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
43871         Log: Retract #10874 (the hack should be unnecessary by now)
43872      Branch: perl
43873            ! lib/Test/Harness.pm
43874 ____________________________________________________________________________
43875 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
43876         Log: avoid temp file littering in tests
43877      Branch: perl
43878            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
43879 ____________________________________________________________________________
43880 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
43881         Log: Subject: warning in sv.c: double format, NV arg
43882              From: "Philip Newton" <Philip.Newton@gmx.net>
43883              Date: Sun, 5 Aug 2001 19:41:07 +0200
43884              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
43885      Branch: perl
43886            ! sv.c
43887 ____________________________________________________________________________
43888 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
43889         Log: fix POSIX.t#13 for windos
43890      Branch: perl
43891            ! ext/POSIX/POSIX.t
43892 ____________________________________________________________________________
43893 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
43894         Log: Add a test for PerlIO::Via.
43895      Branch: perl
43896            + ext/PerlIO/t/via.t
43897            ! MANIFEST ext/PerlIO/Via/Via.pm
43898 ____________________________________________________________________________
43899 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
43900         Log: flock() and link() are not available on Windows 9x
43901      Branch: perl
43902            ! win32/config_sh.PL
43903 ____________________________________________________________________________
43904 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
43905         Log: Some Tru64 C compilers have C++ components that confuse
43906              the ccversion parsing.
43907      Branch: perl
43908            ! hints/dec_osf.sh
43909 ____________________________________________________________________________
43910 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
43911         Log: (Reintroduce #11125)
43912              
43913              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
43914              From: Alan Burlison <Alan.Burlison@sun.com> 
43915              Date: Tue, 03 Jul 2001 15:20:13 +0100   
43916              Message-ID: <3B41D49D.A923D4F9@sun.com> 
43917      Branch: perl
43918            ! lib/ExtUtils/MM_Unix.pm
43919 ____________________________________________________________________________
43920 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
43921         Log: Little pointer juggling for HP-UX cc to avoid
43922              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
43923              followed by
43924              "error 1549: Modifiable lvalue required for assignment operator."
43925      Branch: perl
43926            ! hv.c
43927 ____________________________________________________________________________
43928 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
43929         Log: Continuation of #11575: SANY_SEEN completely deprecated,
43930              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
43931              plus a fix for the bug.
43932      Branch: perl
43933            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
43934 ____________________________________________________________________________
43935 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
43936         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
43937              From: Doug MacEachern <dougm@covalent.net>
43938              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
43939              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
43940      Branch: perl
43941            ! sv.c
43942 ____________________________________________________________________________
43943 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
43944         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
43945              the new CANY is the \C.  The problem reported and the
43946              test case supplied in
43947              
43948              Subject: UTF-8 bugs in string length & single line regex matches
43949              From: "Daniel P. Berrange" <dan@berrange.com>
43950              Date: Fri, 3 Aug 2001 11:39:33 +0100
43951              Message-ID: <20010803113932.A19318@berrange.com>
43952      Branch: perl
43953            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
43954            ! t/op/pat.t
43955 ____________________________________________________________________________
43956 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
43957         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
43958              From: Doug MacEachern <dougm@covalent.net>
43959              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
43960              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
43961      Branch: perl
43962            ! perl.c regexec.c
43963 ____________________________________________________________________________
43964 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
43965         Log: The #11572 didn't up the test count.
43966      Branch: perl
43967            ! t/op/length.t
43968 ____________________________________________________________________________
43969 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
43970         Log: Subject: UTF-8 bugs in string length & single line regex matches
43971              From: "Daniel P. Berrange" <dan@berrange.com>
43972              Date: Fri, 3 Aug 2001 11:39:33 +0100         
43973              Message-ID: <20010803113932.A19318@berrange.com>
43974              
43975              (the mg_length() fix)
43976      Branch: perl
43977            ! mg.c t/op/length.t
43978 ____________________________________________________________________________
43979 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
43980         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
43981              From: Abhijit Menon-Sen <ams@wiw.org>
43982              Date: Sat, 4 Aug 2001 16:56:35 +0530
43983              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
43984      Branch: perl
43985            ! hv.c
43986 ____________________________________________________________________________
43987 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
43988         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
43989              From: Abhijit Menon-Sen <ams@wiw.org>
43990              Date: Sat, 4 Aug 2001 16:16:03 +0530
43991              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
43992      Branch: perl
43993            ! hv.c
43994 ____________________________________________________________________________
43995 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
43996         Log: Subject: Re: [patch] refcount re ops
43997              From: Abhijit Menon-Sen <ams@wiw.org>
43998              Date: Sat, 4 Aug 2001 08:54:55 +0530
43999              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
44000      Branch: perl
44001            ! sv.c
44002 ____________________________________________________________________________
44003 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
44004         Log: Subject: [patch] refcount re ops
44005              From: Doug MacEachern <dougm@covalent.net>
44006              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
44007              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
44008      Branch: perl
44009            ! regcomp.c sv.c
44010 ____________________________________________________________________________
44011 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
44012         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
44013              From: Doug MacEachern <dougm@covalent.net>
44014              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
44015              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
44016      Branch: perl
44017            ! perl.c regexec.c
44018 ____________________________________________________________________________
44019 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
44020         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
44021              From: "Craig A. Berry" <craigberry@mac.com> 
44022              Date: Fri, 03 Aug 2001 16:16:16 -0500
44023              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
44024      Branch: perl
44025            ! t/op/misc.t
44026 ____________________________________________________________________________
44027 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
44028         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
44029              From: John Kristian <jmk2001@engineer.com>
44030              Date: Fri, 03 Aug 2001 00:59:08 -0700
44031              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
44032      Branch: perl
44033            ! win32/win32.c
44034 ____________________________________________________________________________
44035 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
44036         Log: Update Changes.
44037      Branch: perl
44038            ! Changes patchlevel.h
44039 ____________________________________________________________________________
44040 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
44041         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
44042              From: "Craig A. Berry" <craigberry@mac.com>
44043              Date: Thu, 02 Aug 2001 23:15:24 -0500
44044              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
44045      Branch: perl
44046            ! ext/B/Stash.t
44047 ____________________________________________________________________________
44048 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
44049         Log: Subject: [patch] plug PL_cshname leak
44050              From: Doug MacEachern <dougm@covalent.net>
44051              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
44052              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
44053      Branch: perl
44054            ! sv.c
44055 ____________________________________________________________________________
44056 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
44057         Log: Subject: [patch] plug PL_sh_path leak
44058              From: Doug MacEachern <dougm@covalent.net>
44059              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
44060              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
44061      Branch: perl
44062            ! sv.c
44063 ____________________________________________________________________________
44064 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
44065         Log: Subject: [patch] plug PL_regex_padav leaks
44066              From: Doug MacEachern <dougm@covalent.net>
44067              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
44068              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
44069      Branch: perl
44070            ! op.c op.h perl.c
44071 ____________________________________________________________________________
44072 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
44073         Log: Subject: [patch] plug PL_origargv leak
44074              From: Doug MacEachern <dougm@covalent.net>
44075              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
44076              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
44077      Branch: perl
44078            ! perl.c
44079 ____________________________________________________________________________
44080 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
44081         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44082              From: Abhijit Menon-Sen <ams@wiw.org>
44083              Date: Fri, 3 Aug 2001 06:38:11 +0530
44084              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
44085      Branch: perl
44086            ! hv.c
44087 ____________________________________________________________________________
44088 [ 11557] By: nick                                  on 2001/08/03  08:17:38
44089         Log: Integrate mainline
44090      Branch: perlio
44091           +> (branch 47 files)
44092            - lib/Switch/test.pl
44093           !> (integrate 49 files)
44094 ____________________________________________________________________________
44095 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
44096         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
44097              From: "Craig A. Berry" <craigberry@mac.com>
44098              Date: Thu, 02 Aug 2001 12:56:19 -0500
44099              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
44100      Branch: perl
44101            ! ext/B/Showlex.t
44102 ____________________________________________________________________________
44103 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
44104         Log: Be more careful about non-existent files.
44105      Branch: perl
44106            ! lib/File/Copy.pm
44107 ____________________________________________________________________________
44108 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
44109         Log: Subject: [PATCH resend] deparse empty formats
44110              From: Robin Houston <robin@kitsite.com> 
44111              Date: Thu, 2 Aug 2001 14:32:36 +0100
44112              Message-ID: <20010802143236.A894@robin.kitsite.com>
44113      Branch: perl
44114            ! ext/B/B/Deparse.pm
44115 ____________________________________________________________________________
44116 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
44117         Log: Subject: [patch] ithreads + refto fix improvement
44118              From: Doug MacEachern <dougm@covalent.net>
44119              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
44120              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
44121      Branch: perl
44122            ! pp.c
44123 ____________________________________________________________________________
44124 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
44125         Log: Readability nit from Abhijit.
44126      Branch: perl
44127            ! op.c
44128 ____________________________________________________________________________
44129 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
44130         Log: setproctitle() API version nit from Anton Berezin.
44131      Branch: perl
44132            ! mg.c
44133 ____________________________________________________________________________
44134 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
44135         Log: Add PerlCE to the docs.
44136      Branch: perl
44137            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
44138            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
44139 ____________________________________________________________________________
44140 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
44141         Log: Integrate the PerlCE (WinCE Perl) port;
44142              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
44143      Branch: perl
44144            + README.ce wince/FindExt.pm wince/Makefile.ce
44145            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
44146            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
44147            + wince/bin/search.pl wince/config.ce wince/config.h
44148            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
44149            + wince/dl_win32.xs wince/include/arpa/inet.h
44150            + wince/include/cectype.h wince/include/errno.h
44151            + wince/include/netdb.h wince/include/sys/socket.h
44152            + wince/include/sys/stat.h wince/include/sys/types.h
44153            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
44154            + wince/perl.rc wince/perldll.def wince/perllib.c
44155            + wince/perlmain.c wince/registry.bat wince/runperl.c
44156            + wince/splittree.pl wince/win32.h wince/win32iop.h
44157            + wince/win32thread.c wince/win32thread.h wince/wince.c
44158            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
44159            + wince/xdistclean.ksh wince/xmakediffs.ksh
44160            ! MANIFEST perl.c perl.h perlio.c
44161 ____________________________________________________________________________
44162 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
44163         Log: setproctitle() made simpler.  (This assumes the string is
44164              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
44165              should be used.  Note len, not len + 1.)  BSD-fu from Anton
44166              Berezin.
44167      Branch: perl
44168            ! mg.c
44169 ____________________________________________________________________________
44170 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
44171         Log: Subject: [PATCH] -Wall cleanup: op.c
44172              From: Richard Soderberg <rs@oregonnet.com>
44173              Date: Thu, 2 Aug 2001 00:17:09 -0700
44174              Message-Id: <200108020717.AAA26895@oregonnet.com>
44175              
44176              Subject: [PATCH] -Wall cleanup: sv.c
44177              From: Richard Soderberg <rs@oregonnet.com>
44178              Date: Thu, 2 Aug 2001 00:49:21 -0700
44179              Message-Id: <200108020749.AAA27492@oregonnet.com>
44180      Branch: perl
44181            ! op.c sv.c
44182 ____________________________________________________________________________
44183 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
44184         Log: Update Changes.
44185      Branch: perl
44186            ! Changes patchlevel.h
44187 ____________________________________________________________________________
44188 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
44189         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
44190              From: Doug MacEachern <dougm@covalent.net>
44191              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
44192              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
44193      Branch: perl
44194            ! op.c
44195 ____________________________________________________________________________
44196 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
44197         Log: The #11541 didn't work under threads.
44198      Branch: perl
44199            ! op.c
44200 ____________________________________________________________________________
44201 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
44202         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
44203              From: Hugo <hv@crypt.compulink.co.uk>
44204              Date: Fri, 22 Jun 2001 01:19:08 +0100 
44205              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
44206              
44207              (Skip tests if accept() failed)
44208      Branch: perl
44209            ! ext/IO/lib/IO/t/io_unix.t
44210 ____________________________________________________________________________
44211 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
44212         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
44213              From: "Stian Seeberg" <sseeberg@nimsoft.no>
44214              Date: Mon, 30 Jul 2001 12:28:07 +0200
44215              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
44216      Branch: perl
44217            ! perl.h
44218 ____________________________________________________________________________
44219 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
44220         Log: Subject: Pluggable optimizer
44221              From: Simon Cozens <simon@netthink.co.uk>
44222              Date: Wed, 1 Aug 2001 13:57:02 -0700
44223              Message-ID: <20010801135702.I10442@netthink.co.uk>
44224      Branch: perl
44225            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
44226 ____________________________________________________________________________
44227 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
44228         Log: Subject: [ID 20010801.039] perlre.pod message typo
44229              From: Autrijus Tang <autrijus@geb.elixus.org>
44230              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
44231              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
44232      Branch: perl
44233            ! pod/perlre.pod
44234 ____________________________________________________________________________
44235 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
44236         Log: Test for change #11536.
44237      Branch: perl
44238            ! t/op/tiehandle.t
44239 ____________________________________________________________________________
44240 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
44241         Log: More test fixups for #11537.
44242      Branch: perl
44243            ! t/lib/warnings/4lint t/lib/warnings/9enabled
44244 ____________________________________________________________________________
44245 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
44246         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
44247              From: Doug MacEachern <dougm@covalent.net>
44248              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
44249              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
44250      Branch: perl
44251            ! op.c t/TestInit.pm
44252 ____________________________________________________________________________
44253 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
44254         Log: Subject: [patch] ithreads + refto bug
44255              From: Doug MacEachern <dougm@covalent.net>
44256              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
44257              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
44258              
44259              (Test in change #11539)
44260      Branch: perl
44261            ! pp.c
44262 ____________________________________________________________________________
44263 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
44264         Log: Subject: [PATCH: perl@11523] fixups for t/harness
44265              From: Prymmer/Kahn <pvhp@best.com>
44266              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
44267              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
44268      Branch: perl
44269            ! t/harness
44270 ____________________________________________________________________________
44271 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
44272         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
44273              From: Prymmer/Kahn <pvhp@best.com>
44274              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
44275              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
44276      Branch: perl
44277            ! win32/Makefile win32/makefile.mk
44278 ____________________________________________________________________________
44279 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
44280         Log: Need to know the number of tests.
44281      Branch: perl
44282            ! t/run/exit.t
44283 ____________________________________________________________________________
44284 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
44285         Log: Subject: Re: new exit tests on VMS
44286              From: "Craig A. Berry" <craigberry@mac.com>
44287              Date: Tue, 31 Jul 2001 12:19:29 -0500
44288              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
44289      Branch: perl
44290            ! t/run/exit.t
44291 ____________________________________________________________________________
44292 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
44293         Log: Retract #11530 (the dTHX is needed under threads)
44294      Branch: perl
44295            ! perlio.c
44296 ____________________________________________________________________________
44297 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
44298         Log: (Retracted by #11531)
44299      Branch: perl
44300            ! perlio.c
44301 ____________________________________________________________________________
44302 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
44303         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
44304              From: Richard Soderberg <rs@crystalflame.net>
44305              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
44306              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
44307      Branch: perl
44308            ! unixish.h
44309 ____________________________________________________________________________
44310 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
44311         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
44312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44313              Date: Tue, 31 Jul 2001 05:39:09 -0400
44314              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
44315              
44316              (with a note about the case of UV being equal to long long)
44317      Branch: perl
44318            ! utils/h2xs.PL
44319 ____________________________________________________________________________
44320 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
44321         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
44322              From: "Craig A. Berry" <craigberry@mac.com>
44323              Date: Tue, 31 Jul 2001 14:57:43 -0500
44324              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
44325      Branch: perl
44326            ! t/io/fs.t
44327 ____________________________________________________________________________
44328 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
44329         Log: Fix for
44330              
44331              Subject: [ID 20010116.001] File::Copy truncates orig file 
44332              From: arbor@al37al08.telecel.pt
44333              Date: Tue, 16 Jan 2001 11:43:02 GMT
44334              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
44335              
44336              (copy($foo, $foo) would truncate $foo)
44337      Branch: perl
44338            ! lib/File/Copy.pm lib/File/Copy.t
44339 ____________________________________________________________________________
44340 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
44341         Log: Metaconfig unit change for #11524.
44342      Branch: metaconfig/U/perl
44343            ! Extras.U
44344 ____________________________________________________________________________
44345 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
44346         Log: Multiple modules didn't work; plus typo fixes.
44347      Branch: perl
44348            ! Configure
44349 ____________________________________________________________________________
44350 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
44351         Log: Update Changes.
44352      Branch: perl
44353            ! Changes patchlevel.h
44354 ____________________________________________________________________________
44355 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
44356         Log: Regen perlapi.
44357      Branch: perl
44358            ! pod/perlapi.pod
44359 ____________________________________________________________________________
44360 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
44361         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
44362              From: Dave Mitchell <davem@fdgroup.co.uk>
44363              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
44364              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
44365      Branch: perl
44366            ! sv.c
44367 ____________________________________________________________________________
44368 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
44369         Log: Regen toc.
44370      Branch: perl
44371            ! pod/perltoc.pod
44372 ____________________________________________________________________________
44373 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
44374         Log: Regen Porting stuff.
44375      Branch: perl
44376            ! Porting/Glossary Porting/config.sh Porting/config_H
44377 ____________________________________________________________________________
44378 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
44379         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
44380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44381              Date: Tue, 31 Jul 2001 05:34:38 -0400
44382              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
44383      Branch: perl
44384            ! utils/h2xs.PL
44385 ____________________________________________________________________________
44386 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
44387         Log: Metaconfig unit change for #11516. 
44388      Branch: metaconfig/U/perl
44389            ! gccvers.U
44390 ____________________________________________________________________________
44391 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
44392         Log: Add -Wall in cflags, not in Configure.
44393              (This way -Wall affects only the core and the core XS,
44394              not user modules' XS.  Concern from Paul Marquess,
44395              implementation idea from Andy Dougherty.)
44396      Branch: perl
44397            ! Configure cflags.SH
44398 ____________________________________________________________________________
44399 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
44400         Log: Metaconfig unit changes for #11514.
44401      Branch: metaconfig
44402            + U/modified/sysman.U
44403            ! U/installdirs/man1dir.U
44404 ____________________________________________________________________________
44405 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
44406         Log: Subject: Configure's detection of system manual
44407              From: Sean Dague <sean@dague.net> 
44408              Date: Sun, 13 May 2001 15:53:15 -0400
44409              Message-ID: <20010513155315.A15833@underhill.dague.net>
44410      Branch: perl
44411            ! Configure
44412 ____________________________________________________________________________
44413 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
44414         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
44415              From: Autrijus Tang <autrijus@autrijus.org> 
44416              Date: Thu, 21 Jun 2001 23:56:48 +0800
44417              Message-Id: <20010621235648.A57340@not.autrijus.org>
44418      Branch: perl
44419            ! pod/perlobj.pod
44420 ____________________________________________________________________________
44421 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
44422         Log: Subject: Typo in DB_File.pm
44423              From: "Philip Newton" <Philip.Newton@gmx.net>
44424              Date: Tue, 31 Jul 2001 06:19:35 +0200
44425              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
44426      Branch: perl
44427            ! ext/DB_File/DB_File.pm
44428 ____________________________________________________________________________
44429 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
44430         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
44431              From: "Stephen P. Potter" <spp@spotter.yi.org>
44432              Date: Wed, 30 May 2001 13:59:34 -0400
44433              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
44434      Branch: perl
44435            ! pod/perlre.pod
44436 ____________________________________________________________________________
44437 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
44438         Log: eval "format foo=" would loop indefinitely; reported in
44439              
44440              Subject: A load of old rubbish
44441              From: Mike Guy <mjtg@cam.ac.uk>
44442              Date: Mon, 14 May 2001 16:12:22 +0100
44443              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
44444              
44445              (The core dumps reported in there already fixed.)
44446      Branch: perl
44447            ! toke.c
44448 ____________________________________________________________________________
44449 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
44450         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
44451      Branch: perl
44452            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
44453            + lib/Switch/t/switch_case.t
44454            - lib/Switch/test.pl
44455            ! MANIFEST lib/Switch.pm
44456 ____________________________________________________________________________
44457 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
44458         Log: Subject: [PATCH @11505] DB_File-1.78
44459              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
44460              Date: Mon, 30 Jul 2001 22:54:37 +0100
44461              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
44462      Branch: perl
44463            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44464            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
44465 ____________________________________________________________________________
44466 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
44467         Log: Explain in more detail why -pipe and -fno-common are good.
44468      Branch: perl
44469            ! hints/darwin.sh
44470 ____________________________________________________________________________
44471 [ 11506] By: nick                                  on 2001/07/30  14:32:23
44472         Log: Integrate mainline
44473      Branch: perlio
44474           !> INSTALL Makefile.SH doio.c hints/darwin.sh
44475 ____________________________________________________________________________
44476 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
44477         Log: Perl hasn't been putting man pages into $prefix/lib for
44478              a long time now; pointed out by Andy Dougherty. 
44479      Branch: perl
44480            ! hints/darwin.sh
44481 ____________________________________________________________________________
44482 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
44483         Log: Document the extras Configure option.
44484      Branch: perl
44485            ! INSTALL
44486 ____________________________________________________________________________
44487 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
44488         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
44489              everywhere.
44490      Branch: perl
44491           !> doio.c
44492 ____________________________________________________________________________
44493 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
44494         Log: Doubly guard against invoking CPAN if no extras defined,
44495              pointed out by H. Merijn Brand.
44496      Branch: perl
44497            ! Makefile.SH
44498 ____________________________________________________________________________
44499 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
44500         Log: Fix O_RDONLY check to check for O_RDONLY.
44501      Branch: maint-5.6/macperl
44502            ! doio.c
44503 ____________________________________________________________________________
44504 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
44505         Log: Integrate miscellaneous changes from maint-5.6/perl.
44506      Branch: maint-5.6/macperl
44507           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
44508 ____________________________________________________________________________
44509 [ 11499] By: nick                                  on 2001/07/30  06:52:42
44510         Log: Integrate mainline
44511      Branch: perlio
44512           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
44513           +> win32/sync_ext.pl
44514            - win32/sncfnmcs.pl
44515           !> (integrate 71 files)
44516 ____________________________________________________________________________
44517 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
44518         Log: Update Changes.
44519      Branch: perl
44520            ! Changes patchlevel.h
44521 ____________________________________________________________________________
44522 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
44523         Log: Now Configure -Dextras=Foo::Bar and "make install" will
44524              fetch and install Foo::Bar.
44525      Branch: perl
44526            ! Makefile.SH
44527 ____________________________________________________________________________
44528 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
44529         Log: Metaconfig unit change for #11495.
44530      Branch: metaconfig/U/perl
44531            ! Extras.U
44532 ____________________________________________________________________________
44533 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
44534         Log: extras.make, extras.test, and extras.install make targets.
44535      Branch: perl
44536            ! Configure Makefile.SH
44537 ____________________________________________________________________________
44538 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
44539         Log: Metaconfig unit change for #11493.
44540      Branch: metaconfig/U/perl
44541            ! Extras.U
44542 ____________________________________________________________________________
44543 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
44544         Log: Better to have the list of extras in $extras than 'define'.
44545      Branch: perl
44546            ! Configure
44547 ____________________________________________________________________________
44548 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
44549         Log: The metaconfig unit change for #11490.
44550      Branch: metaconfig/U/perl
44551            + Extras.U
44552 ____________________________________________________________________________
44553 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
44554         Log: Missed from #11490 (the required dependency).
44555      Branch: perl
44556            ! Makefile.SH
44557 ____________________________________________________________________________
44558 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
44559         Log: Add the support of asking for extra modules or bundles of modules
44560              to be fetched from the CPAN and installed as a part of the Perl
44561              build process.  None of this installation is yet really done;
44562              only the list is asked, and saved away in extras.lst for
44563              the build and installation process to worry about later.
44564      Branch: perl
44565            ! Configure
44566 ____________________________________________________________________________
44567 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
44568         Log: Beginnings of better Inf and NaN support.
44569              At least toke.c and sv.c still need quite a bit of work.
44570      Branch: perl
44571            ! numeric.c perl.h
44572 ____________________________________________________________________________
44573 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
44574         Log: Top-level Makefile didn't honour OPTIMIZE.
44575      Branch: perl
44576            ! Makefile.SH
44577 ____________________________________________________________________________
44578 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
44579         Log: Update Changes.
44580      Branch: perl
44581            ! Changes patchlevel.h
44582 ____________________________________________________________________________
44583 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
44584         Log: Use Search::Dict 1.02 interface for charinfo().
44585      Branch: perl
44586            ! lib/UnicodeCD.pm
44587 ____________________________________________________________________________
44588 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
44589         Log: Now also allow transforming the read lines before comparing them.
44590              (This will help UnicodeCD.) 
44591      Branch: perl
44592            ! lib/Search/Dict.pm
44593 ____________________________________________________________________________
44594 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
44595         Log: Remove tiehandle code.
44596      Branch: perl
44597            ! lib/UnicodeCD.pm
44598 ____________________________________________________________________________
44599 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
44600         Log: Allow specifying a comparison function for Search::Dict::look().
44601      Branch: perl
44602            ! lib/Search/Dict.pm
44603 ____________________________________________________________________________
44604 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
44605         Log: Small UnicodeCD tweaks.
44606      Branch: perl
44607            ! lib/UnicodeCD.pm lib/UnicodeCD.t
44608 ____________________________________________________________________________
44609 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
44610         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
44611              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
44612              Date: Tue, 24 Jul 2001 01:51:32 +0900
44613              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
44614      Branch: perl
44615            ! lib/UnicodeCD.pm lib/UnicodeCD.t
44616 ____________________________________________________________________________
44617 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
44618         Log: Subject: [PATCH] installperl
44619              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
44620              Date: Fri, 27 Jul 2001 19:05:04 -0700
44621              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
44622      Branch: perl
44623            ! installperl
44624 ____________________________________________________________________________
44625 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
44626         Log: Subject: [PATCH] Set proper compatibility versions in core
44627              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
44628              Date: Fri, 27 Jul 2001 20:01:49 -0700
44629              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
44630      Branch: perl
44631            ! Makefile.SH
44632 ____________________________________________________________________________
44633 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
44634         Log: Metaconfig unit change for #11477.
44635      Branch: metaconfig/U/perl
44636            ! dlsrc.U
44637 ____________________________________________________________________________
44638 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
44639         Log: Subject: [PATCH] Darwin: -fpic not so good
44640              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
44641              Date: Fri, 27 Jul 2001 18:57:38 -0700
44642              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
44643      Branch: perl
44644            ! Configure
44645 ____________________________________________________________________________
44646 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
44647         Log: Subject: [PATCH] Clean up Darwin hints
44648              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
44649              Date: Fri, 27 Jul 2001 19:13:15 -0700
44650              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
44651      Branch: perl
44652            ! hints/darwin.sh
44653 ____________________________________________________________________________
44654 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
44655         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
44656              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
44657              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
44658              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
44659      Branch: perl
44660            ! pod/perlfunc.pod pp.c t/op/split.t
44661 ____________________________________________________________________________
44662 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
44663         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
44664              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
44665              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
44666              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
44667      Branch: perl
44668            ! pod/perlvar.pod
44669 ____________________________________________________________________________
44670 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
44671         Log: Subject: [PATCH] fixes to constant.pm documentation
44672              From: Ilmari Karonen <iltzu@sci.fi>
44673              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
44674              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
44675      Branch: perl
44676            ! lib/constant.pm
44677 ____________________________________________________________________________
44678 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
44679         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
44680              From: "Philip Newton" <Philip.Newton@gmx.net>
44681              Date: Fri, 27 Jul 2001 07:51:10 +0200
44682              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
44683      Branch: perl
44684            ! pod/perlport.pod
44685 ____________________________________________________________________________
44686 [ 11471] By: nick                                  on 2001/07/26  06:23:32
44687         Log: Subject:  [PATCH] Doc fix for perlguts / threading
44688              From:  Arthur Bergman <arthur@contiller.se>
44689              Date:  Wed, 25 Jul 2001 11:28:23 +0200
44690              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
44691      Branch: perl
44692            ! pod/perlguts.pod
44693 ____________________________________________________________________________
44694 [ 11470] By: nick                                  on 2001/07/26  06:21:06
44695         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
44696              From:  Philip Newton <Philip.Newton@gmx.net>
44697              Date:  Wed, 25 Jul 2001 08:19:47 +0200
44698              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
44699      Branch: perl
44700            ! INSTALL
44701 ____________________________________________________________________________
44702 [ 11469] By: nick                                  on 2001/07/26  06:20:25
44703         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
44704              From:  Philip Newton <Philip.Newton@gmx.net>
44705              Date:  Wed, 25 Jul 2001 08:12:48 +0200
44706              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
44707      Branch: perl
44708            ! INSTALL
44709 ____________________________________________________________________________
44710 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
44711         Log: More +x.
44712      Branch: perl
44713            ! Porting/makerel
44714 ____________________________________________________________________________
44715 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
44716         Log: Update Changes.
44717      Branch: perl
44718            ! Changes patchlevel.h
44719 ____________________________________________________________________________
44720 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
44721         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
44722              From: "Philip Newton" <Philip.Newton@gmx.net>
44723              Date: Tue, 24 Jul 2001 06:45:55 +0200
44724              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
44725      Branch: perl
44726            ! os2/perlrexx.c
44727 ____________________________________________________________________________
44728 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
44729         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
44730              From: Peter Prymmer <pvhp@forte.com>
44731              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
44732              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
44733      Branch: perl
44734            ! pod/perlport.pod t/io/fs.t vms/test.com
44735 ____________________________________________________________________________
44736 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
44737         Log: Workaround on Cwd bootstrap problem.
44738      Branch: perl
44739            ! lib/ExtUtils/MakeMaker.pm
44740 ____________________________________________________________________________
44741 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
44742         Log: When in Rome, quote like the Romans do.
44743      Branch: perl
44744            ! cflags.SH
44745 ____________________________________________________________________________
44746 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
44747         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
44748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44749              Date: Mon, 23 Jul 2001 19:29:49 -0400
44750              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
44751      Branch: perl
44752            + os2/perlrexx.c
44753            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
44754            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
44755            ! t/op/write.t
44756 ____________________________________________________________________________
44757 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
44758         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
44759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44760              Date: Mon, 23 Jul 2001 18:43:42 -0400
44761              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
44762      Branch: perl
44763            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
44764 ____________________________________________________________________________
44765 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
44766         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
44767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44768              Date: Mon, 23 Jul 2001 18:33:16 -0400
44769              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
44770      Branch: perl
44771            ! lib/ExtUtils/MakeMaker.pm
44772 ____________________________________________________________________________
44773 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
44774         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
44775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44776              Date: Mon, 23 Jul 2001 18:20:35 -0400
44777              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
44778      Branch: perl
44779            ! Makefile.SH cflags.SH
44780 ____________________________________________________________________________
44781 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
44782         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
44783              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
44784              Date: Mon, 23 Jul 2001 11:32:17 -0500
44785              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
44786      Branch: perl
44787            ! lib/ExtUtils/MakeMaker.pm
44788 ____________________________________________________________________________
44789 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
44790         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
44791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44792              Date: Mon, 23 Jul 2001 18:13:20 -0400
44793              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
44794      Branch: perl
44795            ! lib/perl5db.pl
44796 ____________________________________________________________________________
44797 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
44798         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
44799              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44800              Date: Mon, 23 Jul 2001 18:07:40 -0400
44801              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
44802      Branch: perl
44803            ! op.c
44804 ____________________________________________________________________________
44805 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
44806         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
44807              From: "Craig A. Berry" <craigberry@mac.com>
44808              Date: Mon, 23 Jul 2001 15:35:06 -0500
44809              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
44810      Branch: perl
44811            ! util.c
44812 ____________________________________________________________________________
44813 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
44814         Log: Subject: [PATCH perlfaq9.pod typo]
44815              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
44816              Date: Mon, 23 Jul 2001 07:49:05 -0700
44817              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
44818      Branch: perl
44819            ! pod/perlfaq9.pod
44820 ____________________________________________________________________________
44821 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
44822         Log: Subject: win32\sncfnmcs.pl corrections
44823              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
44824              Date: Mon, 23 Jul 2001 12:56:54 +0200
44825              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
44826              
44827              Rename the script a little bit more sensibly.
44828      Branch: perl
44829            + win32/sync_ext.pl
44830            - win32/sncfnmcs.pl
44831            ! MANIFEST README.win32
44832 ____________________________________________________________________________
44833 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
44834         Log: Test tweak.
44835      Branch: perl
44836            ! ext/B/Deparse.t
44837 ____________________________________________________________________________
44838 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
44839         Log: Metaconfig unit tweak for #11450.
44840      Branch: metaconfig/U/perl
44841            ! Mksymlinks.U
44842 ____________________________________________________________________________
44843 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
44844         Log: Too volatile failsafe check.
44845      Branch: perl
44846            ! Configure
44847 ____________________________________________________________________________
44848 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
44849         Log: Further doc tweaks.
44850      Branch: perl
44851            ! lib/UnicodeCD.pm
44852 ____________________________________________________________________________
44853 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
44854         Log: Doc tweaks.
44855      Branch: perl
44856            ! lib/UnicodeCD.pm
44857 ____________________________________________________________________________
44858 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
44859         Log: Doc tweakery from Abhijit.
44860      Branch: perl
44861            ! Porting/repository.pod
44862 ____________________________________________________________________________
44863 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
44864         Log: An accidental empty line.
44865      Branch: perl
44866            ! MANIFEST
44867 ____________________________________________________________________________
44868 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
44869         Log: Missing MANIFESTations.
44870      Branch: perl
44871            ! MANIFEST
44872 ____________________________________________________________________________
44873 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
44874         Log: Update Changes.
44875      Branch: perl
44876            ! Changes patchlevel.h
44877 ____________________________________________________________________________
44878 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
44879         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
44880              From: Mike Guy <mjtg@cam.ac.uk>
44881              Date: Fri, 20 Jul 2001 16:12:49 +0100
44882              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
44883      Branch: perl
44884            ! Porting/pumpkin.pod
44885 ____________________________________________________________________________
44886 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
44887         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
44888              From: Peter Prymmer <pvhp@forte.com>
44889              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
44890              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
44891      Branch: perl
44892            ! pod/perlhack.pod
44893 ____________________________________________________________________________
44894 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
44895         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
44896              From: Michael G Schwern <schwern@pobox.com>
44897              Date: Fri, 20 Jul 2001 20:22:35 -0400
44898              Message-ID: <20010720202235.O4498@blackrider>
44899      Branch: perl
44900            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
44901            ! lib/Test/t/todo.t
44902 ____________________________________________________________________________
44903 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
44904         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
44905              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44906              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
44907              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
44908      Branch: perl
44909            ! ext/POSIX/POSIX.pod
44910 ____________________________________________________________________________
44911 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
44912         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
44913              From: Mark-Jason Dominus <mjd@plover.com>
44914              Date: Fri, 20 Jul 2001 23:16:54 -0400
44915              Message-ID: <20010721031654.21877.qmail@plover.com>
44916      Branch: perl
44917            ! ext/POSIX/POSIX.pod
44918 ____________________________________________________________________________
44919 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
44920         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
44921              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44922              Date: Sun, 22 Jul 2001 14:56:09 +0200
44923              Message-ID: <20010722145609.A766@rafael>
44924      Branch: perl
44925            ! ext/B/O.pm
44926 ____________________________________________________________________________
44927 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
44928         Log: Subject: regexec.c #define cleanup
44929              From: Mark-Jason Dominus <mjd@plover.com>
44930              Date: Sat, 21 Jul 2001 18:33:25 -0400
44931              Message-ID: <20010721223325.3069.qmail@plover.com>
44932      Branch: perl
44933            ! regexec.c
44934 ____________________________________________________________________________
44935 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
44936         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
44937              From: Prymmer/Kahn <pvhp@best.com>
44938              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
44939              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
44940      Branch: perl
44941            ! t/io/fs.t
44942 ____________________________________________________________________________
44943 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
44944         Log: Typo in #11432.
44945      Branch: perl
44946            ! ext/POSIX/POSIX.t
44947 ____________________________________________________________________________
44948 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
44949         Log: Integrate (manually) change #11424 from macperl.
44950      Branch: perl
44951            ! ext/Filter/t/call.t
44952 ____________________________________________________________________________
44953 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
44954         Log: Integrate change #11408 from macperl.
44955      Branch: perl
44956           !> README.macos pod/perlport.pod
44957 ____________________________________________________________________________
44958 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
44959         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
44960      Branch: perl
44961           +> macos/MacPerlTests.cmd macos/xsubpp.patch
44962            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
44963            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
44964            ! ext/POSIX/POSIX.t
44965 ____________________________________________________________________________
44966 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
44967         Log: pod/*.t tests not picked up by t/TEST either
44968      Branch: maint-5.6/perl
44969            ! t/TEST
44970 ____________________________________________________________________________
44971 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
44972         Log: better tweak for change#11429 (windows has both / and \ separated
44973              paths in @INC at that point)
44974      Branch: maint-5.6/perl
44975            ! t/pod/testp2pt.pl
44976 ____________________________________________________________________________
44977 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
44978         Log: MacOS pod test tweak needs \Escape
44979      Branch: maint-5.6/perl
44980            ! t/pod/testp2pt.pl
44981 ____________________________________________________________________________
44982 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
44983         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
44984              resulting duplicate output, but t/harness isn't)
44985      Branch: maint-5.6/perl
44986            ! t/run/runenv.t
44987 ____________________________________________________________________________
44988 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
44989         Log: t/harness wasn't picking up all the tests
44990      Branch: maint-5.6/perl
44991            ! t/harness
44992 ____________________________________________________________________________
44993 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
44994         Log: update MANIFEST for new file
44995      Branch: maint-5.6/perl
44996            ! MANIFEST
44997 ____________________________________________________________________________
44998 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
44999         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
45000              the exception of the macperl/macos/... tree
45001      Branch: maint-5.6/perl
45002           +> t/lib/filefind-taint.t
45003           !> (integrate 72 files)
45004 ____________________________________________________________________________
45005 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
45006         Log: Fix test.
45007      Branch: maint-5.6/macperl
45008            ! macos/bundled_ext/Filter/t/call.t
45009 ____________________________________________________________________________
45010 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
45011         Log: Make perl fork()-safe (in a slightly limited way) even on
45012              platforms that don't have pthread_atfork() (extension of
45013              the fix in change#11151).
45014              
45015              Note that this will not help extensions that call fork()
45016              directly in C, or that link to libraries that call fork()
45017              directly.  Such cases must be fixed to either call
45018              PerlProc_fork(), or call atfork_lock() in parent before the
45019              calling the function that forks and call atfork_unlock()
45020              in both parent and child immediately after the fork().
45021              (There are no worries if C code calls exec() in the child
45022              immediately after a fork().  Only cases where the child
45023              calls perl's API functions (including New()) after the
45024              fork() are problematic.)
45025              
45026              This change also eliminates the use of vfork() from perl,
45027              since all such uses were violating the severe restrictions
45028              on modifying the state of the process between the vfork()
45029              and the exec().
45030              
45031              This is a modified version of patches suggested by Abhijit
45032              Menon-Sen and Richard Soderberg.
45033      Branch: perl
45034            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
45035            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
45036 ____________________________________________________________________________
45037 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
45038         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
45039              Switch, and Text::Balanced.
45040      Branch: maint-5.6/macperl
45041            + macos/bundled_ext/Filter/Util/Call/Call.pm
45042            + macos/bundled_ext/Filter/Util/Call/Call.xs
45043            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
45044            + macos/bundled_ext/Filter/t/MyFilter.pm
45045            + macos/bundled_ext/Filter/t/call.t
45046            + macos/bundled_ext/Filter/t/filter-util.pl
45047            + macos/bundled_lib/blib/lib/Class/ISA.pm
45048            + macos/bundled_lib/blib/lib/Digest.pm
45049            + macos/bundled_lib/blib/lib/Filter/Simple.pm
45050            + macos/bundled_lib/blib/lib/Switch.pm
45051            + macos/bundled_lib/blib/lib/Text/Balanced.pm
45052            + macos/bundled_lib/blib/lib/Text/Balanced.pod
45053            + macos/bundled_lib/t/Class/ISA/test.pl
45054            + macos/bundled_lib/t/Digest/Digest.t
45055            + macos/bundled_lib/t/Filter/Simple/test.pl
45056            + macos/bundled_lib/t/Switch/test.pl
45057            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
45058            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
45059            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
45060            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
45061            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
45062            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
45063            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
45064            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
45065 ____________________________________________________________________________
45066 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
45067         Log: Add Filter::Util::Call to config/make files; edit utils
45068              to recognize the module (it was descended too far down).
45069              Bump version to 5.6.1a4.
45070      Branch: maint-5.6/macperl
45071            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
45072            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
45073            ! macos/macperl/Makefile.mk macos/xsubpp.patch
45074 ____________________________________________________________________________
45075 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
45076         Log: Make DB_File the default for MLDBM on MacOS.
45077      Branch: maint-5.6/macperl
45078            ! macos/bundled_lib/blib/lib/MLDBM.pm
45079 ____________________________________________________________________________
45080 [ 11419] By: nick                                  on 2001/07/20  14:51:03
45081         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
45082              From:  Simon Cozens <simon@netthink.co.uk>
45083              Date:  Fri, 20 Jul 2001 11:42:35 -0400
45084              Message-Id:  <20010720114235.A5235@netthink.co.uk>
45085      Branch: perl
45086            ! lib/UnicodeCD.pm
45087 ____________________________________________________________________________
45088 [ 11418] By: nick                                  on 2001/07/20  14:48:12
45089         Log: Subject:  [PATCH regcomp.h] adds a comment
45090              From:  Abhijit Menon-Sen <ams@wiw.org>
45091              Date:  Fri, 20 Jul 2001 21:05:37 +0530
45092              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
45093      Branch: perl
45094            ! regcomp.h
45095 ____________________________________________________________________________
45096 [ 11417] By: nick                                  on 2001/07/20  14:16:38
45097         Log: Subject:  [PATCH 5.7.2] INSTALL updates
45098              From:  Andy Dougherty <doughera@lafayette.edu>
45099              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
45100              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
45101      Branch: perl
45102            ! INSTALL
45103 ____________________________________________________________________________
45104 [ 11416] By: nick                                  on 2001/07/20  06:44:44
45105         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
45106              From:  Russ Allbery <rra@stanford.edu>
45107              Date:  19 Jul 2001 15:52:37 -0700
45108              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
45109      Branch: perl
45110            ! lib/Pod/Man.pm
45111 ____________________________________________________________________________
45112 [ 11415] By: nick                                  on 2001/07/20  06:35:11
45113         Log: Subject:  [PATCH] defer op_seq allocation
45114              From:  Abhijit Menon-Sen <ams@wiw.org>
45115              Date:  Thu, 19 Jul 2001 22:12:24 +0530
45116              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
45117      Branch: perl
45118            ! op.c
45119 ____________________________________________________________________________
45120 [ 11414] By: nick                                  on 2001/07/20  06:23:36
45121         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
45122              From:  Abhijit Menon-Sen <ams@wiw.org>
45123              Date:  Fri, 20 Jul 2001 01:18:50 +0530
45124              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
45125              (Private e-mail)
45126      Branch: perl
45127            ! ext/Time/HiRes/HiRes.xs
45128 ____________________________________________________________________________
45129 [ 11413] By: nick                                  on 2001/07/20  06:18:53
45130         Log: Integrate mainline
45131      Branch: perlio
45132           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
45133            - t/base/commonsense.t
45134           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
45135           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
45136           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
45137           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
45138           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
45139           !> win32/win32.c
45140 ____________________________________________________________________________
45141 [ 11412] By: nick                                  on 2001/07/19  06:44:27
45142         Log: Integrate win32/perlhost.h from maintenance branch.
45143              (Rest of $ENV{PATH} / system() fix.)
45144      Branch: perl
45145           !> win32/perlhost.h
45146 ____________________________________________________________________________
45147 [ 11411] By: nick                                  on 2001/07/19  06:41:34
45148         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
45149              From:  Philip Newton <Philip.Newton@gmx.net>
45150              Date:  Wed, 18 Jul 2001 21:43:57 +0200
45151              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
45152      Branch: perl
45153            ! pod/perlhack.pod
45154 ____________________________________________________________________________
45155 [ 11410] By: nick                                  on 2001/07/19  06:39:35
45156         Log: Subject:  Security hole in taint checking in open()
45157              From:  deekoo@tentacle.net
45158              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
45159              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
45160      Branch: perl
45161            ! doio.c
45162 ____________________________________________________________________________
45163 [ 11409] By: nick                                  on 2001/07/19  06:28:08
45164         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
45165              From:  Abhijit Menon-Sen <ams@wiw.org>
45166              Date:  Thu, 19 Jul 2001 04:30:43 +0530
45167              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
45168      Branch: perl
45169            ! ext/Time/HiRes/HiRes.xs
45170 ____________________________________________________________________________
45171 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
45172         Log: Update docs with latest implementation information and new URLs.
45173      Branch: maint-5.6/macperl
45174            ! README.macos pod/perlport.pod
45175 ____________________________________________________________________________
45176 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
45177         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
45178              Fix BuildRules to accept optimization variables.
45179      Branch: maint-5.6/macperl
45180            + macos/bundled_ext/Digest/MD5/Makefile.mk
45181            ! macos/BuildRules.mk macos/Makefile.mk
45182            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
45183            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
45184 ____________________________________________________________________________
45185 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
45186         Log: Integrate changes 11399,11401
45187      Branch: maint-5.6/macperl
45188           !> win32/perlhost.h win32/win32.c
45189 ____________________________________________________________________________
45190 [ 11405] By: nick                                  on 2001/07/18  06:50:33
45191         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
45192              from perl5.6*
45193      Branch: perl
45194           !> win32/perlhost.h win32/win32.c
45195 ____________________________________________________________________________
45196 [ 11404] By: nick                                  on 2001/07/18  06:43:59
45197         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
45198              From:  hv@crypt0.demon.co.uk
45199              Date:  Wed, 18 Jul 2001 05:58:46 +0100
45200              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
45201      Branch: perl
45202            ! ext/POSIX/POSIX.t
45203 ____________________________________________________________________________
45204 [ 11403] By: nick                                  on 2001/07/18  06:38:57
45205         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
45206              From:  hv@crypt0.demon.co.uk
45207              Date:  Wed, 18 Jul 2001 05:21:54 +0100
45208              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
45209      Branch: perl
45210            ! numeric.c t/op/arith.t
45211 ____________________________________________________________________________
45212 [ 11402] By: nick                                  on 2001/07/18  06:19:17
45213         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
45214              From:  mjd@plover.com
45215              Date:  17 Jul 2001 17:59:20 -0000
45216              Message-Id:  <20010717175920.8177.qmail@plover.com>
45217      Branch: perl
45218            ! pod/perlre.pod
45219 ____________________________________________________________________________
45220 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
45221         Log: thinko in change#11400 (duh)
45222      Branch: maint-5.6/perl
45223            ! win32/perlhost.h
45224 ____________________________________________________________________________
45225 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
45226         Log: change#11399 revealed another unrelated bug; this is just a temporary
45227              bandaid
45228      Branch: maint-5.6/perl
45229            ! win32/perlhost.h
45230 ____________________________________________________________________________
45231 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
45232         Log: fix bugs in handling of the virtualized environment under windows;
45233              there were bugs in propagating any changes to %ENV down to the real
45234              environment when such changes happened in the toplevel process
45235              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
45236              problem identification, and for a part of the fix)
45237      Branch: maint-5.6/perl
45238            ! win32/perlhost.h win32/win32.c
45239 ____________________________________________________________________________
45240 [ 11398] By: nick                                  on 2001/07/17  08:26:35
45241         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
45242              From: Peter Prymmer <pvhp@forte.com>
45243              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
45244              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
45245              
45246              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
45247              should not depend on existance of Config.pm
45248      Branch: perl
45249           +> t/lib/commonsense.t
45250            - t/base/commonsense.t
45251            ! MANIFEST t/README
45252 ____________________________________________________________________________
45253 [ 11397] By: nick                                  on 2001/07/17  08:09:58
45254         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
45255              From:  Michael G Schwern <schwern@pobox.com>
45256              Date:  Mon, 16 Jul 2001 18:20:31 -0400
45257              Message-Id:  <20010716182031.A1128@blackrider>
45258      Branch: perl
45259            ! pod/perlhack.pod
45260 ____________________________________________________________________________
45261 [ 11396] By: nick                                  on 2001/07/17  08:04:11
45262         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
45263              From:  Gwyn Judd <b.judd@xtra.co.nz>
45264              Date:  Tue, 17 Jul 2001 20:55:58 +1200
45265              Message-Id:  <20010717205558.A3107@thislove>
45266      Branch: perl
45267            ! pod/perlfunc.pod
45268 ____________________________________________________________________________
45269 [ 11395] By: nick                                  on 2001/07/17  08:02:22
45270         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
45271              From:  Peter Prymmer <pvhp@forte.com>
45272              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
45273              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
45274      Branch: perl
45275            ! t/op/sprintf.t
45276 ____________________________________________________________________________
45277 [ 11394] By: nick                                  on 2001/07/17  07:57:06
45278         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
45279              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
45280              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
45281              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
45282      Branch: perl
45283            ! gv.c
45284 ____________________________________________________________________________
45285 [ 11392] By: nick                                  on 2001/07/17  07:50:12
45286         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
45287              From:  Coral <coral@moonlight.crystalflame.net>
45288              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
45289              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
45290      Branch: perl
45291            ! pp_sys.c thread.h
45292 ____________________________________________________________________________
45293 [ 11391] By: nick                                  on 2001/07/17  07:34:28
45294         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
45295              From:  Jonathan Stowe <gellyfish@gellyfish.com>
45296              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
45297              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
45298      Branch: perl
45299            ! utils/h2xs.PL
45300 ____________________________________________________________________________
45301 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
45302         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
45303              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
45304              and Mac::Apps::Launch, which don't work, and Time::HiRes and
45305              Time::Piece, which don't yet work.
45306      Branch: maint-5.6/macperl
45307            + (add 154 files)
45308 ____________________________________________________________________________
45309 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
45310         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
45311              Also add hack to get around missing setenv for PERL5DB.
45312      Branch: maint-5.6/macperl
45313            ! macos/macish.c macos/macish.h
45314 ____________________________________________________________________________
45315 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
45316         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
45317      Branch: maint-5.6/macperl
45318            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
45319            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
45320 ____________________________________________________________________________
45321 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
45322         Log: Fix up some configuration and make options, add extra
45323              extensions.
45324      Branch: maint-5.6/macperl
45325            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
45326            ! macos/macperl/Makefile.mk
45327 ____________________________________________________________________________
45328 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
45329         Log: From Change 11374 in maintperl.
45330      Branch: maint-5.6/macperl
45331           !> utils/h2ph.PL
45332 ____________________________________________________________________________
45333 [ 11385] By: nick                                  on 2001/07/16  14:12:58
45334         Log: Back out change to h2xs till it passes its test.
45335      Branch: perl
45336            ! utils/h2xs.PL
45337 ____________________________________________________________________________
45338 [ 11384] By: nick                                  on 2001/07/16  14:00:10
45339         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
45340              From:  Jonathan Stowe <gellyfish@gellyfish.com>
45341              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
45342              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
45343      Branch: perl
45344            ! utils/h2xs.PL
45345 ____________________________________________________________________________
45346 [ 11383] By: nick                                  on 2001/07/16  13:53:12
45347         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
45348              From:  Robin Houston <robin@kitsite.com>
45349              Date:  Sun, 15 Jul 2001 18:22:31 +0100
45350              Message-Id:  <20010715182230.A11174@robin>
45351      Branch: perl
45352            ! hints/darwin.sh
45353 ____________________________________________________________________________
45354 [ 11382] By: nick                                  on 2001/07/16  13:52:49
45355         Log: Subject:  [PATCH perl@11372] re_dup
45356              From:  Radu Greab <radu@netsoft.ro>
45357              Date:  Sun, 15 Jul 2001 04:50:06 +0300
45358              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
45359      Branch: perl
45360            ! sv.c
45361 ____________________________________________________________________________
45362 [ 11379] By: nick                                  on 2001/07/16  13:35:39
45363         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
45364              From:  Robin Houston <robin@kitsite.com>
45365              Date:  Sat, 14 Jul 2001 14:28:50 +0100
45366              Message-Id:  <20010714142850.A10205@robin>
45367      Branch: perl
45368            ! ext/B/B/Deparse.pm
45369 ____________________________________________________________________________
45370 [ 11378] By: nick                                  on 2001/07/16  13:30:36
45371         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
45372              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
45373              Date:  Sat, 14 Jul 2001 22:17:42 +0900
45374              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
45375      Branch: perl
45376            + ext/Encode/Encode/euc-jp-0212.enc
45377            ! ext/Encode/Encode/Tcl.pm
45378 ____________________________________________________________________________
45379 [ 11377] By: nick                                  on 2001/07/16  13:17:28
45380         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
45381              From:  Andy Dougherty <doughera@lafayette.edu>
45382              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
45383              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
45384      Branch: perl
45385            ! hints/darwin.sh hints/rhapsody.sh
45386 ____________________________________________________________________________
45387 [ 11376] By: nick                                  on 2001/07/16  09:05:00
45388         Log: Integrate mainline
45389      Branch: perlio
45390           +> ext/Encode/Encode/7bit-greek.enc
45391           +> ext/Encode/Encode/7bit-latin1.enc
45392           +> ext/Encode/Encode/cns11643-1.enc
45393           +> ext/Encode/Encode/cns11643-2.enc
45394           +> ext/Encode/Encode/iso2022-cn.enc
45395           +> ext/Encode/Encode/iso2022-jp1.enc
45396           +> ext/Encode/Encode/iso2022-jp2.enc
45397           !> Changes Configure MANIFEST Makefile.SH
45398           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
45399           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
45400           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
45401           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
45402           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
45403 ____________________________________________________________________________
45404 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
45405         Log: integrate change#11374 from maint-5.6
45406              
45407              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
45408      Branch: perl
45409           !> utils/h2ph.PL
45410 ____________________________________________________________________________
45411 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
45412         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
45413      Branch: maint-5.6/perl
45414            ! utils/h2ph.PL
45415 ____________________________________________________________________________
45416 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
45417         Log: Update Changes.
45418      Branch: perl
45419            ! Changes patchlevel.h
45420 ____________________________________________________________________________
45421 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
45422         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
45423              From: Jonathan Stowe <gellyfish@gellyfish.com>
45424              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
45425              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
45426      Branch: perl
45427            ! utils/h2xs.PL
45428 ____________________________________________________________________________
45429 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
45430         Log: Subject: patch to add DEL to [:cntrl:]
45431              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45432              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
45433              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
45434      Branch: perl
45435            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
45436 ____________________________________________________________________________
45437 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
45438         Log: Metaconfig unit change for #11369; plus a dependency nit.
45439      Branch: metaconfig
45440            ! U/compline/nblock_io.U
45441      Branch: metaconfig/U/perl
45442            ! Extensions.U
45443 ____________________________________________________________________________
45444 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
45445         Log: #include <stdlib.h> so that exit() is prototyped,
45446              noticed by Hugo.
45447      Branch: perl
45448            ! Configure
45449 ____________________________________________________________________________
45450 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
45451         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
45452              From: Peter Prymmer <pvhp@forte.com>
45453              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
45454              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
45455      Branch: perl
45456            ! t/op/sprintf.t
45457 ____________________________________________________________________________
45458 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
45459         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
45460              From: Peter Prymmer <pvhp@forte.com>
45461              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
45462              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
45463      Branch: perl
45464            ! ext/Encode/Encode/Tcl.t
45465 ____________________________________________________________________________
45466 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
45467         Log: Add information about gcc 3.0 basic block profiling.
45468      Branch: perl
45469            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
45470 ____________________________________________________________________________
45471 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
45472         Log: Subject: Error in lib/PerlIO/Via.pm ?
45473              From: Mark-Jason Dominus <mjd@plover.com>
45474              Date: Fri, 13 Jul 2001 15:55:41 -0400
45475              Message-ID: <20010713195541.26751.qmail@plover.com>
45476      Branch: perl
45477            ! ext/PerlIO/Via/Via.pm
45478 ____________________________________________________________________________
45479 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
45480         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
45481              section from the Compiler section.
45482      Branch: perl
45483            ! myconfig.SH
45484 ____________________________________________________________________________
45485 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
45486         Log: Handle glibc style of constant definitions using enum
45487              with intervening #defines; from Brendan O'Dea.
45488      Branch: perl
45489            ! utils/h2ph.PL
45490 ____________________________________________________________________________
45491 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
45492         Log: Add LC_MESSAGES to the locale_h export tag (it already is
45493              in the Makefile.PL and thusly eligible for an XS constant)
45494              (see also maintperl #10543)
45495      Branch: perl
45496            ! ext/POSIX/POSIX.pm
45497 ____________________________________________________________________________
45498 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
45499         Log: Subject: Re: [patch] re_dup
45500              From: Abhijit Menon-Sen <ams@wiw.org>
45501              Date: Fri, 13 Jul 2001 21:41:09 +0530
45502              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
45503      Branch: perl
45504            ! sv.c
45505 ____________________________________________________________________________
45506 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
45507         Log: Subject: [patch] re_dup
45508              From: Doug MacEachern <dougm@covalent.net>
45509              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
45510              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
45511      Branch: perl
45512            ! sv.c
45513 ____________________________________________________________________________
45514 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
45515         Log: Update Changes.
45516      Branch: perl
45517            ! Changes patchlevel.h
45518 ____________________________________________________________________________
45519 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
45520         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
45521              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
45522              Date: Sat, 14 Jul 2001 00:06:30 +0900
45523              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
45524      Branch: perl
45525            + ext/Encode/Encode/7bit-greek.enc
45526            + ext/Encode/Encode/7bit-latin1.enc
45527            + ext/Encode/Encode/cns11643-1.enc
45528            + ext/Encode/Encode/cns11643-2.enc
45529            + ext/Encode/Encode/iso2022-cn.enc
45530            + ext/Encode/Encode/iso2022-jp1.enc
45531            + ext/Encode/Encode/iso2022-jp2.enc
45532            ! MANIFEST ext/Encode/Encode/Tcl.pm
45533            ! ext/Encode/Encode/iso2022-kr.enc
45534 ____________________________________________________________________________
45535 [ 11357] By: nick                                  on 2001/07/13  14:24:06
45536         Log: Blind integrate mainline (as of 5.7.2?)
45537      Branch: perlio
45538           !> AUTHORS Changes Porting/config.sh Porting/config_H
45539           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
45540           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
45541           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45542           !> win32/makefile.mk
45543 ____________________________________________________________________________
45544 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
45545         Log: Snip away the devel patchlevel.
45546      Branch: perl
45547            ! patchlevel.h
45548 ____________________________________________________________________________
45549 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
45550         Log: Bump the version to 5.7.2.
45551      Branch: perl
45552            ! Porting/config.sh Porting/config_H patchlevel.h
45553            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
45554            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45555            ! win32/makefile.mk
45556 ____________________________________________________________________________
45557 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
45558         Log: Update Changes.
45559      Branch: perl
45560            ! Changes
45561 ____________________________________________________________________________
45562 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
45563         Log: Reword.
45564      Branch: perl
45565            ! AUTHORS
45566 ____________________________________________________________________________
45567 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
45568         Log: AUTHORS update.
45569      Branch: perl
45570            ! AUTHORS
45571 ____________________________________________________________________________
45572 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
45573         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
45574              unless ithreads.
45575      Branch: perl
45576            ! makedef.pl
45577 ____________________________________________________________________________
45578 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
45579         Log: Integrate perlio:
45580              
45581              [ 11346]
45582              Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
45583              to avoid /unicode vs /Unicode issues.
45584      Branch: perl
45585           !> win32/distclean.bat
45586 ____________________________________________________________________________
45587 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
45588         Log: Test the encoding transform only iff we have PerlIO,
45589              noticed by H. Merijn Brand.
45590      Branch: perl
45591            ! ext/PerlIO/t/encoding.t
45592 ____________________________________________________________________________
45593 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
45594         Log: README.netware tweaks from Ananth Kesari.
45595      Branch: perl
45596            ! README.netware
45597 ____________________________________________________________________________
45598 [ 11346] By: nick                                  on 2001/07/13  09:18:51
45599         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
45600              to avoid /unicode vs /Unicode issues.
45601      Branch: perlio
45602            ! win32/distclean.bat
45603 ____________________________________________________________________________
45604 [ 11345] By: nick                                  on 2001/07/13  06:24:18
45605         Log: Integrate mainline
45606      Branch: perlio
45607           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
45608            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
45609           !> (integrate 63 files)
45610 ____________________________________________________________________________
45611 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
45612         Log: Add d_bincompat5005 information to perl -V.
45613      Branch: perl
45614            ! myconfig.SH
45615 ____________________________________________________________________________
45616 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
45617         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
45618              From: Abhijit Menon-Sen <ams@wiw.org>
45619              Date: Fri, 13 Jul 2001 07:12:36 +0530
45620              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
45621      Branch: perl
45622            ! sv.c
45623 ____________________________________________________________________________
45624 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
45625         Log: Remove unicode::distinct, as per Inaba Hiroto.
45626      Branch: perl
45627            - lib/unicode/distinct.pm
45628            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
45629            ! t/lib/1_compile.t
45630 ____________________________________________________________________________
45631 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
45632         Log: Paging for Dr Octothorpe.
45633      Branch: perl
45634            ! pod/perlfaq4.pod
45635 ____________________________________________________________________________
45636 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
45637         Log: cut-n-paste error noticed by mjd.
45638      Branch: perl
45639            ! pod/perlfaq4.pod
45640 ____________________________________________________________________________
45641 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
45642         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
45643              From: Peter Prymmer <pvhp@forte.com>
45644              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
45645              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
45646      Branch: perl
45647            ! pod/perlfaq4.pod
45648 ____________________________________________________________________________
45649 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
45650         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
45651              From: Randall Gellens <randy@qualcomm.com>
45652              Date: Thu, 12 Jul 2001 16:56:23 -0700
45653              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
45654      Branch: perl
45655            ! Porting/repository.pod
45656 ____________________________________________________________________________
45657 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
45658         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
45659      Branch: perl
45660            ! thread.h
45661 ____________________________________________________________________________
45662 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
45663         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
45664              From: coral <coral@moonlight.crystalflame.net>
45665              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
45666              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
45667      Branch: perl
45668            ! thread.h
45669 ____________________________________________________________________________
45670 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
45671         Log: Metaconfig unit change for #11134.
45672      Branch: metaconfig
45673            + U/threads/d_pthread_atfork.U
45674 ____________________________________________________________________________
45675 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
45676         Log: Add HAS_PTHREAD_ATFORK.
45677      Branch: perl
45678            ! Configure NetWare/config.wc NetWare/config_H.wc
45679            ! Porting/Glossary Porting/config.sh Porting/config_H
45680            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
45681            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
45682            ! vos/config.ga.def vos/config.ga.h win32/config.bc
45683            ! win32/config.gc win32/config.vc win32/config_H.bc
45684            ! win32/config_H.gc win32/config_H.vc
45685 ____________________________________________________________________________
45686 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
45687         Log: Subject: [PATCH] File::Copy fails on tied handles
45688              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
45689              Date: Thu, 12 Jul 2001 15:18:51 -0700
45690              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
45691      Branch: perl
45692            ! lib/File/Copy.pm
45693 ____________________________________________________________________________
45694 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
45695         Log: Subject: [PATCH] Langinfo.t
45696              From: Nicholas Clark <nick@ccl4.org>
45697              Date: Thu, 12 Jul 2001 23:55:38 +0100
45698              Message-ID: <20010712235538.M5827@plum.flirble.org>
45699      Branch: perl
45700            ! ext/I18N/Langinfo/Langinfo.t
45701 ____________________________________________________________________________
45702 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
45703         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
45704              From: Peter Prymmer <pvhp@forte.com>
45705              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
45706              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
45707      Branch: perl
45708            ! pod/perl572delta.pod
45709 ____________________________________________________________________________
45710 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
45711         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
45712              From: Abhijit Menon-Sen <ams@wiw.org>
45713              Date: Fri, 13 Jul 2001 05:21:16 +0530
45714              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
45715      Branch: perl
45716            ! sv.c
45717 ____________________________________________________________________________
45718 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
45719         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
45720              From: Abhijit Menon-Sen <ams@wiw.org>
45721              Date: Fri, 13 Jul 2001 03:04:25 +0530
45722              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
45723      Branch: perl
45724            ! av.c
45725 ____________________________________________________________________________
45726 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
45727         Log: s/^M$//g
45728      Branch: perl
45729            ! win32/Makefile win32/makefile.mk
45730 ____________________________________________________________________________
45731 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
45732         Log: Update Changes.
45733      Branch: perl
45734            ! Changes patchlevel.h
45735 ____________________________________________________________________________
45736 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
45737         Log: Typo spotted by Philip Newton.
45738      Branch: perl
45739            ! pod/perl572delta.pod
45740 ____________________________________________________________________________
45741 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
45742         Log: Subject: [PATCH] fixes perl_clone of perl_clone
45743              From: Artur Bergman <artur@contiller.se>
45744              Date: Thu, 12 Jul 2001 20:57:09 +0200
45745              Message-ID: <B773BFA4.236B%artur@contiller.se>
45746      Branch: perl
45747            ! sv.c
45748 ____________________________________________________________________________
45749 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
45750         Log: Add README.uts from Hal Morris.
45751      Branch: perl
45752            + README.uts
45753            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
45754            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
45755 ____________________________________________________________________________
45756 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
45757         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
45758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45759              Date: Thu, 12 Jul 2001 20:32:37 +0200
45760              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
45761      Branch: perl
45762            ! hints/aix.sh
45763 ____________________________________________________________________________
45764 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
45765         Log: Subject: Patch: document reg_data.what member
45766              From: Mark-Jason Dominus <mjd@plover.com>
45767              Message-ID: <20010712182532.14821.qmail@plover.com>
45768              Date: Thu, 12 Jul 2001 14:25:32 -0400
45769      Branch: perl
45770            ! regcomp.c regcomp.h
45771 ____________________________________________________________________________
45772 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
45773         Log: Subject: [PATCH] Perl_re_dup()
45774              From: Abhijit Menon-Sen <ams@wiw.org>
45775              Date: Thu, 12 Jul 2001 23:54:32 +0530
45776              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
45777      Branch: perl
45778            ! embed.h embed.pl perlapi.c proto.h sv.c
45779 ____________________________________________________________________________
45780 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
45781         Log: Regen Configure, modlib, toc.
45782      Branch: perl
45783            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45784            ! pod/perlmodlib.pod pod/perltoc.pod
45785 ____________________________________________________________________________
45786 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
45787         Log: The problem seems to be in PerlIO::Layer::->find() not
45788              accepting the ":encoding(blurflur)" arguments.
45789      Branch: perl
45790            ! lib/PerlIO.pm lib/open.pm
45791 ____________________________________________________________________________
45792 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
45793         Log: AIX doc update.
45794      Branch: perl
45795            ! README.aix pod/perl572delta.pod
45796 ____________________________________________________________________________
45797 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
45798         Log: Subject: AIX README update
45799              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45800              Date: Thu, 12 Jul 2001 19:28:30 +0200
45801              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
45802      Branch: perl
45803            ! README.aix
45804 ____________________________________________________________________________
45805 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
45806         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
45807              From: Norton Allen <allen@huarp.harvard.edu>
45808              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
45809              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
45810      Branch: perl
45811            ! ext/IO/lib/IO/t/io_unix.t
45812 ____________________________________________________________________________
45813 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
45814         Log: Subject: [PATCH README.qnx hints/qnx.sh]
45815              From: Norton Allen <allen@huarp.harvard.edu>
45816              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
45817              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
45818      Branch: perl
45819            ! README.qnx hints/qnx.sh
45820 ____________________________________________________________________________
45821 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
45822         Log: Subject: [patch] faster PM_GETRE
45823              From: Doug MacEachern <dougm@covalent.net>
45824              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
45825              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
45826      Branch: perl
45827            ! op.h
45828 ____________________________________________________________________________
45829 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
45830         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
45831              From: Doug MacEachern <dougm@covalent.net>
45832              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
45833              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
45834      Branch: perl
45835            ! op.c
45836 ____________________________________________________________________________
45837 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
45838         Log: Tell where the nice Estonian database is.
45839      Branch: perl
45840            ! lib/open.pm
45841 ____________________________________________________________________________
45842 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
45843         Log: Retract #11309 since #11310 is a better fix.
45844      Branch: perl
45845            ! t/lib/1_compile.t
45846 ____________________________________________________________________________
45847 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
45848         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
45849              change#11300 needs to return the status of failed win32_spawnvp())
45850              
45851              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
45852              splitting correctly; remove unused variables; 'require' at run time
45853              rather than 'use' at compile time for I18N::Langinfo, since it
45854              isn't everyware
45855      Branch: perl
45856            ! lib/open.pm win32/win32.c
45857 ____________________________________________________________________________
45858 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
45859         Log: Temporary workaround.
45860      Branch: perl
45861            ! t/lib/1_compile.t
45862 ____________________________________________________________________________
45863 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
45864         Log: UCD typo in #11306 and add also more known-to-be-tested
45865              modules to the skip list.
45866      Branch: perl
45867            ! t/lib/1_compile.t
45868 ____________________________________________________________________________
45869 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
45870         Log: Rename Unicode::UCD to UnicodeCD to avoid
45871              messups with case-insensitive filesystems.
45872      Branch: perl
45873            + lib/UnicodeCD.pm lib/UnicodeCD.t
45874            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
45875            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
45876 ____________________________________________________________________________
45877 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
45878         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
45879              From: daniel@biz.bitpusher.com
45880              Date: Wed, 11 Jul 2001 23:25:47 -0700
45881              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
45882      Branch: perl
45883            ! lib/Tie/Array.pm t/op/splice.t
45884 ____________________________________________________________________________
45885 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
45886         Log: Subject: [PATCH] More accurate line numbers in messages
45887              From: Paul Johnson <paul@pjcj.net>
45888              Date: Thu, 12 Jul 2001 04:14:11 +0200
45889              Message-ID: <20010712041411.A3467@pjcj.net>
45890              
45891              (With prototyping and multiplicity tweaks.)
45892      Branch: perl
45893            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
45894 ____________________________________________________________________________
45895 [ 11304] By: nick                                  on 2001/07/12  12:53:40
45896         Log: Integrate mainline
45897      Branch: perlio
45898           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
45899           !> regexec.c thread.h
45900 ____________________________________________________________________________
45901 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
45902         Log: Cut-and-pasto in #11298.
45903      Branch: perl
45904            ! ext/ByteLoader/bytecode.h
45905 ____________________________________________________________________________
45906 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
45907         Log: Update the AIX known problems section.
45908      Branch: perl
45909            ! pod/perl572delta.pod
45910 ____________________________________________________________________________
45911 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
45912         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
45913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45914              Date: Thu, 12 Jul 2001 12:16:16 +0200
45915              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
45916      Branch: perl
45917            ! hints/aix.sh
45918 ____________________________________________________________________________
45919 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
45920         Log: Integrate perlio:
45921              
45922              [ 11296]
45923              Exclude reentrant_buffer from .def file
45924              
45925              [ 11295]
45926              Honour void-ness of my_exit()
45927      Branch: perl
45928           !> makedef.pl win32/win32.c
45929 ____________________________________________________________________________
45930 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
45931         Log: Subject: [PATCH] fix for PMOP threadness failures
45932              From: Artur Bergman <artur@contiller.se>
45933              Date: Thu, 12 Jul 2001 09:48:06 +0200
45934              Message-ID: <B77322D6.22DD%artur@contiller.se>
45935      Branch: perl
45936            ! regexec.c
45937 ____________________________________________________________________________
45938 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
45939         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
45940              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45941              Date: Thu, 12 Jul 2001 09:09:48 +0200
45942              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
45943              
45944              More parentheses to keep bcc happy.
45945      Branch: perl
45946            ! ext/ByteLoader/bytecode.h
45947 ____________________________________________________________________________
45948 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
45949         Log: Subject: Re: [patch] pthread_atfork bandaid
45950              From: Doug MacEachern <dougm@covalent.net>
45951              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
45952              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
45953      Branch: perl
45954            ! thread.h
45955 ____________________________________________________________________________
45956 [ 11296] By: nick                                  on 2001/07/12  11:55:48
45957         Log: Exclude reentrant_buffer from .def file
45958      Branch: perlio
45959            ! makedef.pl
45960 ____________________________________________________________________________
45961 [ 11295] By: nick                                  on 2001/07/12  11:11:44
45962         Log: Honour void-ness of my_exit()
45963      Branch: perlio
45964            ! win32/win32.c
45965 ____________________________________________________________________________
45966 [ 11294] By: nick                                  on 2001/07/12  07:51:04
45967         Log: Integrate mainline
45968      Branch: perlio
45969           +> uts/sprintf_wrap.c
45970           !> (integrate 35 files)
45971 ____________________________________________________________________________
45972 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
45973         Log: Retract #11289.
45974      Branch: perl
45975            ! embed.h embed.pl perl.c proto.h thread.h
45976 ____________________________________________________________________________
45977 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
45978         Log: Now the :locale pseudolayer *almost* works...
45979      Branch: perl
45980            ! lib/open.pm
45981 ____________________________________________________________________________
45982 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
45983         Log: Locale encoding tweaks.
45984      Branch: perl
45985            ! lib/open.pm
45986 ____________________________________________________________________________
45987 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
45988         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
45989              From: Mark-Jason Dominus <mjd@plover.com>
45990              Date: Thu, 12 Jul 2001 00:59:31 -0400
45991              Message-ID: <20010712045931.8543.qmail@plover.com>
45992              
45993              Remove the chmod/umask leading zero warning.
45994      Branch: perl
45995            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
45996            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
45997 ____________________________________________________________________________
45998 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
45999         Log: (Retracted by #11289.)
46000      Branch: perl
46001            ! embed.h embed.pl perl.c proto.h thread.h
46002 ____________________________________________________________________________
46003 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
46004         Log: Needed by #11283.
46005      Branch: perl
46006            ! intrpvar.h
46007 ____________________________________________________________________________
46008 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
46009         Log: Metaconfig unit change for #11286.
46010      Branch: metaconfig/U/perl
46011            ! patchlevel.U
46012 ____________________________________________________________________________
46013 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
46014         Log: Subject: Re: [PATCH Configure] perl -V broken
46015              From: Andy Dougherty <doughera@lafayette.edu>
46016              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
46017              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
46018      Branch: perl
46019            ! Configure myconfig.SH
46020 ____________________________________________________________________________
46021 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
46022         Log: Retract #11166 (and #11237).
46023      Branch: perl
46024            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
46025            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
46026            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46027 ____________________________________________________________________________
46028 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
46029         Log: UTS tweaks for Hal Morris.
46030      Branch: perl
46031            + uts/sprintf_wrap.c
46032            ! MANIFEST hints/uts.sh perl.h
46033 ____________________________________________________________________________
46034 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
46035         Log: Subject: [PATCH] Use reentrant API glibc
46036              From: Artur Bergman <artur@contiller.se>
46037              Date: Thu, 12 Jul 2001 00:58:21 +0200
46038              Message-ID: <B772A6AD.2288%artur@contiller.se>
46039      Branch: perl
46040            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
46041            ! sv.c
46042 ____________________________________________________________________________
46043 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
46044         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
46045              From: barries <barries@slaysys.com>
46046              Date: Wed, 11 Jul 2001 15:11:46 -0400
46047              Message-ID: <20010711151146.G24560@jester.slaysys.com>
46048      Branch: perl
46049            ! pp_sys.c t/lib/warnings/doio win32/win32.c
46050 ____________________________________________________________________________
46051 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
46052         Log: Subject: [patch] pthread_atfork bandaid
46053              From: Doug MacEachern <dougm@covalent.net>
46054              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
46055              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
46056      Branch: perl
46057            ! miniperlmain.c perl.c
46058 ____________________________________________________________________________
46059 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
46060         Log: Subject: [patch] perl_clone leaks
46061              From: Doug MacEachern <dougm@covalent.net>
46062              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
46063              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
46064      Branch: perl
46065            ! sv.c
46066 ____________________________________________________________________________
46067 [ 11279] By: nick                                  on 2001/07/11  15:49:38
46068         Log: Integrate mainline
46069      Branch: perlio
46070           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
46071           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
46072           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
46073           +> lib/Term/ANSIColor/README
46074           !> (integrate 54 files)
46075 ____________________________________________________________________________
46076 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
46077         Log: Update Changes.
46078      Branch: perl
46079            ! Changes patchlevel.h
46080 ____________________________________________________________________________
46081 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
46082         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
46083              From: Peter Prymmer <pvhp@forte.com>
46084              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
46085              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
46086              
46087              Backport of embed.pl to 5.003.
46088      Branch: perl
46089            ! embed.pl
46090 ____________________________________________________________________________
46091 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
46092         Log: Subject: Re: POSIX test #14 on UTS 
46093              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
46094              Date: Wed, 11 Jul 2001 03:02:14 +0100
46095              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
46096      Branch: perl
46097            ! ext/POSIX/POSIX.t
46098 ____________________________________________________________________________
46099 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
46100         Log: Make the I32 an IV to preserve structure alignment and size.
46101      Branch: perl
46102            ! op.h
46103 ____________________________________________________________________________
46104 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
46105         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
46106              From: "Artur Bergman" <artur@contiller.se>
46107              Date: Wed, 11 Jul 2001 14:23:37 +0200
46108              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
46109              
46110              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
46111      Branch: perl
46112            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
46113            ! pod/perlapi.pod sv.c
46114 ____________________________________________________________________________
46115 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
46116         Log: Tweak until Pod::Parser gets updated.
46117      Branch: perl
46118            ! t/pod/special_seqs.xr
46119 ____________________________________________________________________________
46120 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
46121         Log: File::Spec usage tweak.
46122      Branch: perl
46123            ! lib/ExtUtils.t
46124 ____________________________________________________________________________
46125 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
46126         Log: Integrate #11263 from macperl; macos and macosx updates.
46127      Branch: perl
46128           !> pod/perlport.pod
46129 ____________________________________________________________________________
46130 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
46131         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
46132              From: Peter Prymmer <pvhp@forte.com>
46133              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
46134              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
46135      Branch: perl
46136            + ext/Time/HiRes/hints/dynixptx.pl
46137            ! MANIFEST hints/dynixptx.sh
46138 ____________________________________________________________________________
46139 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
46140         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
46141              From: Nicholas Clark <nick@ccl4.org>
46142              Date: Tue, 10 Jul 2001 23:17:43 +0100
46143              Message-ID: <20010710231742.B59620@plum.flirble.org>
46144      Branch: perl
46145            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
46146 ____________________________________________________________________________
46147 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
46148         Log: Subject: [DOC PATCH] Pluggable runops
46149              From: Paul Johnson <paul@pjcj.net>
46150              Date: Tue, 10 Jul 2001 21:53:28 +0200
46151              Message-ID: <20010710215328.B26577@pjcj.net>
46152      Branch: perl
46153            ! pod/perlguts.pod
46154 ____________________________________________________________________________
46155 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
46156         Log: Subject: [PATCH] Authors
46157              From: Artur Bergman <artur@contiller.se>
46158              Date: Tue, 10 Jul 2001 20:39:12 +0200
46159              Message-ID: <B771186F.21CD%artur@contiller.se>
46160      Branch: perl
46161            ! AUTHORS
46162 ____________________________________________________________________________
46163 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
46164         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
46165              From: Doug MacEachern <dougm@covalent.net>
46166              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
46167              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
46168      Branch: perl
46169            ! pp_ctl.c
46170 ____________________________________________________________________________
46171 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
46172         Log: Subject: doc patch; times() in scalar context
46173              From: mjd@plover.com
46174              Date: 10 Jul 2001 18:01:17 -0000
46175              Message-ID: <20010710180117.12477.qmail@plover.com>
46176      Branch: perl
46177            ! pod/perlfunc.pod
46178 ____________________________________________________________________________
46179 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
46180         Log: Subject: [PATCH] Small fix to pp_gmtime
46181              From: Artur Bergman <artur@contiller.se>
46182              Date: Tue, 10 Jul 2001 19:54:52 +0200
46183              Message-ID: <B7710E0B.21C5%artur@contiller.se>
46184      Branch: perl
46185            ! pp_sys.c
46186 ____________________________________________________________________________
46187 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
46188         Log: Integrate changes from mainline perl, add notes about
46189              Mac OS X and Mac OS.
46190      Branch: maint-5.6/macperl
46191            ! pod/perlport.pod
46192 ____________________________________________________________________________
46193 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
46194         Log: A proof of the dangers of package; ?
46195      Branch: perl
46196            ! t/lib/warnings/op
46197 ____________________________________________________________________________
46198 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
46199         Log: Regen toc and modlib.
46200      Branch: perl
46201            ! pod/perlmodlib.pod pod/perltoc.pod
46202 ____________________________________________________________________________
46203 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
46204         Log: Add compexcl(), casefold(), and casespec() interfaces;
46205              and make all interfaces to return hash references instead
46206              of hashes. 
46207      Branch: perl
46208            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
46209 ____________________________________________________________________________
46210 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
46211         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
46212              From: "Philip Newton" <Philip.Newton@gmx.net>
46213              Date: Tue, 10 Jul 2001 09:55:59 +0200
46214              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
46215              
46216              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
46217              From: "Philip Newton" <Philip.Newton@gmx.net>
46218              Date: Tue, 10 Jul 2001 09:56:37 +0200
46219              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
46220      Branch: perl
46221            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
46222            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
46223 ____________________________________________________________________________
46224 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
46225         Log: Subject: [patch] undef &xsub for 1,2
46226              From: Doug MacEachern <dougm@covalent.net>
46227              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
46228              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
46229              
46230              (This version of the patch with a comment from Gisle.)
46231      Branch: perl
46232            ! op.c
46233 ____________________________________________________________________________
46234 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
46235         Log: Mention package; deprecation and the Win32 problems.
46236      Branch: perl
46237            ! pod/perl572delta.pod
46238 ____________________________________________________________________________
46239 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
46240         Log: Subject: [PATCH] deprecate package with no arguments
46241              From: Robin Houston <robin@kitsite.com>
46242              Date: Tue, 10 Jul 2001 13:33:40 +0100
46243              Message-ID: <20010710133340.A13452@robin.kitsite.com>
46244      Branch: perl
46245            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
46246 ____________________________________________________________________________
46247 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
46248         Log: Upgrade to podlators 1.10.
46249      Branch: perl
46250            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
46251            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
46252            ! pod/pod2man.PL pod/pod2text.PL
46253 ____________________________________________________________________________
46254 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
46255         Log: Upgrade to Term::ANSIColor 1.04.
46256      Branch: perl
46257            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
46258            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
46259 ____________________________________________________________________________
46260 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
46261         Log: Integrate perlio:
46262              
46263              [ 11252]
46264              Fix open(...,"...:layer(xxx)",...)
46265              - use memEQ not strEQ as there is '(' not '\0'
46266              
46267              [ 11063]
46268              Quick for for #ifdef mess
46269      Branch: perl
46270           !> perlio.c
46271 ____________________________________________________________________________
46272 [ 11252] By: nick                                  on 2001/07/10  06:58:14
46273         Log: Fix open(...,"...:layer(xxx)",...)
46274              - use memEQ not strEQ as there is '(' not '\0'
46275      Branch: perlio
46276            ! perlio.c
46277 ____________________________________________________________________________
46278 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
46279         Log: Telling the number of tests helps.
46280      Branch: perl
46281            ! ext/PerlIO/t/encoding.t
46282 ____________________________________________________________________________
46283 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
46284         Log: Require I18N::Langinfo, not use.
46285      Branch: perl
46286            ! lib/open.pm
46287 ____________________________________________________________________________
46288 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
46289         Log: Add a test for for PerlIO ":encoding(...)" layer.
46290      Branch: perl
46291            + ext/PerlIO/t/encoding.t
46292            ! MANIFEST ext/Encode/Encode.pm
46293 ____________________________________________________________________________
46294 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
46295         Log: PerlIO ":encoding(foobar)" temporary fix.
46296              Not really correct, I think, since the change means
46297              that prefixes match.
46298      Branch: perl
46299            ! perlio.c
46300 ____________________________________________________________________________
46301 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
46302         Log: Update to Math::BigInt 1.36.  The biggest news is
46303              the separation of the backend; now the pure Perl
46304              implementation is in Math::BigInt::Calc, but one
46305              can plugin, say, Math::BigInt::BitVect, and get
46306              considerable speedup.
46307      Branch: perl
46308            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
46309            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
46310            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
46311            ! lib/Math/BigInt/t/mbimbf.t
46312 ____________________________________________________________________________
46313 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
46314         Log: Subject: Re: compatibility question
46315              From: Peter Prymmer <pvhp@forte.com>
46316              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
46317              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
46318      Branch: perl
46319            ! lib/ExtUtils/MM_VMS.pm
46320 ____________________________________________________________________________
46321 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
46322         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
46323              From: Norton Allen <allen@huarp.harvard.edu>
46324              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
46325              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
46326      Branch: perl
46327            ! ext/File/Glob/t/basic.t
46328 ____________________________________________________________________________
46329 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
46330         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
46331              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46332              Date: Tue, 10 Jul 2001 00:29:55 +0900
46333              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
46334      Branch: perl
46335            + ext/Encode/Encode/HZ.enc
46336            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
46337            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
46338            ! ext/Encode/Encode/iso2022-jp.enc
46339            ! ext/Encode/Encode/iso2022-kr.enc
46340 ____________________________________________________________________________
46341 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
46342         Log: Add in all them there macos/ files.
46343      Branch: maint-5.6/macperl
46344            + (add 577 files)
46345 ____________________________________________________________________________
46346 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
46347         Log: Add the new modules to the list of having those own tests.
46348      Branch: perl
46349            ! t/lib/1_compile.t
46350 ____________________________________________________________________________
46351 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
46352         Log: Add INOUT to control both ways at the same time.
46353      Branch: perl
46354            ! lib/open.pm
46355 ____________________________________________________________________________
46356 [ 11240] By: nick                                  on 2001/07/09  16:33:50
46357         Log: Integrate mainline
46358      Branch: perlio
46359           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46360           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
46361           !> (integrate 41 files)
46362 ____________________________________________________________________________
46363 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
46364         Log: More encoding mapping magic.
46365      Branch: perl
46366            ! lib/open.pm
46367 ____________________________________________________________________________
46368 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
46369         Log: Update Changes.
46370      Branch: perl
46371            ! Changes patchlevel.h
46372 ____________________________________________________________________________
46373 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
46374         Log: (Retracted by #11285).
46375              
46376              Subject: [PATCH] OPpCONST_OCTAL fixes
46377              From: Abhijit Menon-Sen <ams@wiw.org>
46378              Date: Mon, 9 Jul 2001 07:38:45 +0530
46379              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
46380      Branch: perl
46381            ! op.c
46382 ____________________________________________________________________________
46383 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
46384         Log: Add a pseudolayer ":locale" to the open pragma which
46385              will get the encoding from the locale.  Yet undocumented
46386              because I can't get the PerlIO :encoding(foobar) to work.
46387      Branch: perl
46388            ! ext/Encode/Encode.pm lib/open.pm
46389 ____________________________________________________________________________
46390 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
46391         Log: Add more encoding mappings.
46392      Branch: perl
46393            ! ext/Encode/Encode.pm
46394 ____________________________________________________________________________
46395 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
46396         Log: Document that using :encoding layer requires using Encode.
46397      Branch: perl
46398            ! ext/Encode/Encode.pm lib/PerlIO.pm
46399 ____________________________________________________________________________
46400 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
46401         Log: Netware tweak from Ananth Kesari.
46402      Branch: perl
46403            ! NetWare/netware.h
46404 ____________________________________________________________________________
46405 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
46406         Log: t/harness doesn't know about run/*.t
46407      Branch: perl
46408            ! t/harness
46409 ____________________________________________________________________________
46410 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
46411         Log: run/exit.t busted on windows
46412      Branch: perl
46413            ! t/run/exit.t
46414 ____________________________________________________________________________
46415 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
46416         Log: fix a couple of UCD.t tests that fail due to bad case
46417      Branch: perl
46418            ! lib/Unicode/UCD.t
46419 ____________________________________________________________________________
46420 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
46421         Log: test skip logic was broken
46422      Branch: perl
46423            ! ext/I18N/Langinfo/Langinfo.t
46424 ____________________________________________________________________________
46425 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
46426         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
46427              failure of ExtUtils.t#27 when built in debug mode)
46428      Branch: perl
46429            ! lib/ExtUtils/MM_Win32.pm
46430 ____________________________________________________________________________
46431 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
46432         Log: I18N::Langinfo is not available on windows
46433      Branch: perl
46434            ! win32/FindExt.pm
46435 ____________________________________________________________________________
46436 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
46437         Log: save a dTHX
46438      Branch: perl
46439            ! ext/POSIX/POSIX.xs
46440 ____________________________________________________________________________
46441 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
46442         Log: Update Changes.
46443      Branch: perl
46444            ! Changes patchlevel.h
46445 ____________________________________________________________________________
46446 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
46447         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
46448              as pointed out by Sarathy.
46449      Branch: perl
46450            ! ext/I18N/Langinfo/Langinfo.xs
46451 ____________________________________________________________________________
46452 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
46453         Log: Retract #11212.
46454      Branch: perl
46455            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
46456 ____________________________________________________________________________
46457 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
46458         Log: Bump up the VERSION of Cwd.xs.
46459      Branch: perl
46460            ! ext/Cwd/Makefile.PL
46461 ____________________________________________________________________________
46462 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
46463         Log: Retract #11220, the problem wasn't the missing leading zero.
46464              Here's the problem:
46465              $ ./perl -we 'chmod(oct("755"), ".")'
46466              Non-octal literal mode (493) specified at -e line 1.
46467              (Did you mean 0493 instead?)
46468      Branch: perl
46469            ! lib/ExtUtils/MM_Unix.pm
46470 ____________________________________________________________________________
46471 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
46472         Log: (Retracted by #11221)
46473              Change the PERM_RW and PERM_RWX to 0644 and 0755
46474              (add the leading zero).
46475      Branch: perl
46476            ! lib/ExtUtils/MM_Unix.pm
46477 ____________________________________________________________________________
46478 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
46479         Log: Integrate changes #11193, 11205, 11209 from macperl.
46480              
46481              Fix up AutoLoader to fudge for Mac paths in import().
46482              
46483              Allow symbols in try_symbol() to begin with "_".
46484              
46485              Small portability fix for Mac OS.
46486      Branch: perl
46487           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
46488 ____________________________________________________________________________
46489 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
46490         Log: Metaconfig unit change for #11217.
46491      Branch: metaconfig/U/perl
46492            ! Extensions.U
46493 ____________________________________________________________________________
46494 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
46495         Log: Detypo, problem noticed by Gerrit P. Haase.
46496      Branch: perl
46497            ! Configure config_h.SH
46498 ____________________________________________________________________________
46499 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
46500         Log: Cwd cleanups.
46501      Branch: perl
46502            ! ext/Cwd/Cwd.xs
46503 ____________________________________________________________________________
46504 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
46505         Log: Slight tweaks on #11213.
46506      Branch: perl
46507            ! toke.c
46508 ____________________________________________________________________________
46509 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
46510         Log: A missing dTHX noticed by Gerrit P. Haase.
46511      Branch: perl
46512            ! ext/POSIX/POSIX.xs
46513 ____________________________________________________________________________
46514 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
46515         Log: Subject: [PATCH toke.c] Simplify yytoke()
46516              From: Simon Cozens <simon@netthink.co.uk>
46517              Date: Sun, 8 Jul 2001 13:24:34 +0100
46518              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
46519              
46520              Split out pending_ident().
46521      Branch: perl
46522            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
46523 ____________________________________________________________________________
46524 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
46525         Log: (Retracted by #11223.)
46526              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
46527              Date: Wed, 05 Nov 1997 17:22:34 -0600
46528              From: Graham Barr <gbarr@ti.com>
46529              Message-Id: <3460FFBA.6DA51F46@ti.com>
46530      Branch: perl
46531            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
46532 ____________________________________________________________________________
46533 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
46534         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
46535      Branch: perl
46536            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46537            ! pod/perllocale.pod
46538 ____________________________________________________________________________
46539 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
46540         Log: Really do the test under the C locale.
46541      Branch: perl
46542            ! ext/I18N/Langinfo/Langinfo.t
46543 ____________________________________________________________________________
46544 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
46545         Log: Small portability fix for Mac OS.
46546      Branch: maint-5.6/macperl
46547            ! lib/Cwd.pm
46548 ____________________________________________________________________________
46549 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
46550         Log: Metaconfig unit change for #11207.
46551      Branch: metaconfig/U/perl
46552            ! Extensions.U
46553 ____________________________________________________________________________
46554 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
46555         Log: Add I18N::Langinfo, which is basically a wrapper around
46556              nl_langinfo(), which is an additional way to query locale
46557              specific information.
46558      Branch: perl
46559            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46560            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
46561            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
46562 ____________________________________________________________________________
46563 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
46564         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
46565              used in File::Find tests; replace with if.t.
46566      Branch: maint-5.6/macperl
46567            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
46568            ! t/pragma/warn/op
46569 ____________________________________________________________________________
46570 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
46571         Log: Allow symbols in try_symbol() to begin with "_".
46572      Branch: maint-5.6/macperl
46573            ! makedef.pl
46574 ____________________________________________________________________________
46575 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
46576         Log: Sync up the File::Find changes from the rewrite by
46577              Thomas Wegner, et al.
46578      Branch: maint-5.6/macperl
46579            + t/lib/filefind-taint.t
46580            ! lib/File/Find.pm t/lib/filefind.t
46581 ____________________________________________________________________________
46582 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
46583         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
46584              From: Thomas Wegner <wegner_thomas@yahoo.com>
46585              Date: Thu, 5 Jul 2001 20:31:25 +0200
46586              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
46587      Branch: maint-5.6/macperl
46588            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
46589 ____________________________________________________________________________
46590 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
46591         Log: Some more test portability fixes.
46592      Branch: maint-5.6/macperl
46593            ! t/lib/filecopy.t t/pragma/warn/pp_sys
46594 ____________________________________________________________________________
46595 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
46596         Log: The #11200 removed wrong (non-existent) target.  Duh.
46597      Branch: perl
46598            ! Makefile.SH
46599 ____________________________________________________________________________
46600 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
46601         Log: Zap the lib/re.pm before creating it.
46602      Branch: perl
46603            ! Makefile.SH
46604 ____________________________________________________________________________
46605 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
46606         Log: Another test.  Please ignore.
46607      Branch: maint-5.6/macperl
46608            ! README.macos
46609 ____________________________________________________________________________
46610 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
46611         Log: Portability fixes for a lot of tests, especially IO-related
46612              tests, and warnings, and the harness script.
46613      Branch: maint-5.6/macperl
46614            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
46615            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
46616            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
46617            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
46618            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
46619            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
46620            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
46621            ! t/pragma/warnings.t
46622 ____________________________________________________________________________
46623 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
46624         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
46625              From: Nicholas Clark <nick@ccl4.org>
46626              Date: Sat, 7 Jul 2001 21:00:17 +0100
46627              Message-ID: <20010707210017.H59620@plum.flirble.org>
46628      Branch: perl
46629            ! lib/h2xs.t
46630 ____________________________________________________________________________
46631 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
46632         Log: The UNICOS/mk SysV IPC problem has been fixed.
46633      Branch: perl
46634            ! pod/perl572delta.pod
46635 ____________________________________________________________________________
46636 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
46637         Log: Slight update tweaks on perlunicode.pod.
46638      Branch: perl
46639            ! pod/perlunicode.pod
46640 ____________________________________________________________________________
46641 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
46642         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
46643              From: Mark-Jason Dominus <mjd@plover.com>
46644              Date: Sat, 07 Jul 2001 13:04:04 -0400
46645              Message-ID: <20010707170404.32694.qmail@plover.com>
46646      Branch: perl
46647            ! ext/DB_File/DB_File.pm
46648 ____________________________________________________________________________
46649 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
46650         Log: Fix up AutoLoader to fudge for Mac paths in import().
46651      Branch: maint-5.6/macperl
46652            ! lib/AutoLoader.pm
46653 ____________________________________________________________________________
46654 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
46655         Log: Try to force the lib/re.pm to be there before entering
46656              the extensions builds, should help for parallel makes.
46657      Branch: perl
46658            ! Makefile.SH
46659 ____________________________________________________________________________
46660 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
46661         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
46662              From: Norton Allen <allen@huarp.harvard.edu>
46663              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
46664              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
46665      Branch: perl
46666            ! ext/POSIX/POSIX.xs
46667 ____________________________________________________________________________
46668 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
46669         Log: Subject: [PATCH] Re: op/arith.t
46670              From: Nicholas Clark <nick@ccl4.org>
46671              Date: Sat, 7 Jul 2001 13:04:54 +0100
46672              Message-ID: <20010707130454.D59620@plum.flirble.org>
46673      Branch: perl
46674            ! numeric.c toke.c
46675 ____________________________________________________________________________
46676 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
46677         Log: Subject: [PATCH] h2xs
46678              From: Nicholas Clark <nick@ccl4.org>
46679              Date: Fri, 6 Jul 2001 23:25:14 +0100
46680              Message-ID: <20010706232514.X59620@plum.flirble.org>
46681      Branch: perl
46682            ! utils/h2xs.PL
46683 ____________________________________________________________________________
46684 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
46685         Log: Subject: Re: bleedperl perl_alloc..free leakage
46686              From: Radu Greab <radu@netsoft.ro>
46687              Date: Fri, 6 Jul 2001 19:48:54 +0300
46688              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
46689              
46690              Leak-be-gone.
46691      Branch: perl
46692            ! op.c
46693 ____________________________________________________________________________
46694 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
46695         Log: Test again.  Please ignore.
46696      Branch: maint-5.6/macperl
46697            ! README.macos
46698 ____________________________________________________________________________
46699 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
46700         Log: Test.  Please ignore.
46701      Branch: maint-5.6/macperl
46702            ! README.macos
46703 ____________________________________________________________________________
46704 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
46705         Log: Include changes already sent in separately as patches,
46706              before branch was created.
46707      Branch: maint-5.6/macperl
46708            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
46709            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
46710            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
46711            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
46712            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
46713            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
46714            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
46715            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
46716            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
46717            ! t/pragma/strict.t
46718 ____________________________________________________________________________
46719 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
46720         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
46721              From: Norton Allen <allen@huarp.harvard.edu>
46722              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
46723              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
46724      Branch: perl
46725            ! utf8.h
46726 ____________________________________________________________________________
46727 [ 11183] By: nick                                  on 2001/07/06  16:27:40
46728         Log: Integrate mainline
46729      Branch: perlio
46730           +> (branch 42 files)
46731            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
46732            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
46733            - win32/bin/mdelete.bat
46734           !> (integrate 215 files)
46735 ____________________________________________________________________________
46736 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
46737         Log: The #11166 needed also these updated.
46738      Branch: perl
46739            ! lib/warnings.pm warnings.h
46740 ____________________________________________________________________________
46741 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
46742         Log: Update Changes.
46743      Branch: perl
46744            ! Changes patchlevel.h
46745 ____________________________________________________________________________
46746 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
46747         Log: Regen toc.
46748      Branch: perl
46749            ! pod/perltoc.pod
46750 ____________________________________________________________________________
46751 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
46752         Log: Nit from Abhijit.
46753      Branch: perl
46754            ! lib/CPAN.pm
46755 ____________________________________________________________________________
46756 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
46757         Log: Retract #11172.
46758      Branch: perl
46759            ! t/op/method.t
46760 ____________________________________________________________________________
46761 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
46762         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
46763              From: Norton Allen <allen@huarp.harvard.edu>
46764              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
46765              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
46766      Branch: perl
46767            ! lib/Cwd.pm
46768 ____________________________________________________________________________
46769 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
46770         Log: (Accidentally empty check-in.)
46771      Branch: perl
46772            ! utf8.h
46773 ____________________________________________________________________________
46774 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
46775         Log: Retract #11165 since Sarathy pointed out it'll not
46776              work properly under threads, the problem should be
46777              solved using "the savestack, either via SSNEW() or
46778              using a newSVpv()+SAVEFREESV() combo."
46779      Branch: perl
46780            ! ext/POSIX/POSIX.xs
46781 ____________________________________________________________________________
46782 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
46783         Log: Retract #11125 since NI-S pointed out it'll not work in
46784              cases where the extension has their own handcrafted INC
46785              et alia.
46786      Branch: perl
46787            ! lib/ExtUtils/MM_Unix.pm
46788 ____________________________________________________________________________
46789 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
46790         Log: Subject: RE: [PATCH] -I and MakeMaker again
46791              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46792              Date: Fri, 6 Jul 2001 09:18:29 +0200
46793              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
46794      Branch: perl
46795            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
46796            ! lib/ExtUtils/MM_Win32.pm
46797 ____________________________________________________________________________
46798 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
46799         Log: (Retracted by #11178)
46800              Subject: [PATCH t/op/method.t] SUPER:: strangeness
46801              From: Piers Cawley <pdcawley@iterative-software.com>
46802              Date: 06 Jul 2001 10:49:01 +0100
46803              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
46804      Branch: perl
46805            ! t/op/method.t
46806 ____________________________________________________________________________
46807 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
46808         Log: VOS README update from Paul Green.
46809      Branch: perl
46810            ! README.vos
46811 ____________________________________________________________________________
46812 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
46813         Log: Subject: [PATCH README.qnx hints/qnx.sh]
46814              From: Norton Allen <allen@huarp.harvard.edu>
46815              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
46816              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
46817      Branch: perl
46818            ! README.qnx hints/qnx.sh
46819 ____________________________________________________________________________
46820 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
46821         Log: Subject: [PATCH] Doc patch for Tie::Hash
46822              From: Artur Bergman <artur@contiller.se>
46823              Date: Thu, 05 Jul 2001 22:51:18 +0200
46824              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
46825      Branch: perl
46826            ! lib/Tie/Hash.pm
46827 ____________________________________________________________________________
46828 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
46829         Log: Subject: [PATCH] perlfaq4.pod
46830              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
46831              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
46832              Date: Thu, 5 Jul 2001 18:44:10 +0100 
46833      Branch: perl
46834            ! pod/perlfaq4.pod
46835 ____________________________________________________________________________
46836 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
46837         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
46838              From: Robin Houston <robin@kitsite.com>
46839              Date: Thu, 5 Jul 2001 18:33:21 +0100
46840              Message-ID: <20010705183321.A27345@robin.kitsite.com>
46841      Branch: perl
46842            ! ext/B/B/Deparse.pm
46843 ____________________________________________________________________________
46844 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
46845         Log: (Retracted by #11285.)
46846              
46847              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
46848              From: Abhijit Menon-Sen <ams@wiw.org>
46849              Date: Fri, 6 Jul 2001 01:26:32 +0530
46850              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
46851      Branch: perl
46852            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
46853            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
46854            ! warnings.pl
46855 ____________________________________________________________________________
46856 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
46857         Log: (Retracted by #11175)
46858              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
46859              From: Norton Allen <allen@huarp.harvard.edu>
46860              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
46861              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
46862      Branch: perl
46863            ! ext/POSIX/POSIX.xs
46864 ____________________________________________________________________________
46865 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
46866         Log: Unterminated C< (noticed by Richard Hatch), and few other
46867              small Unicode doc tweaks.
46868      Branch: perl
46869            ! pod/perlretut.pod
46870 ____________________________________________________________________________
46871 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
46872         Log: More flexible argument understanding; add charblocks() and
46873              charscripts(); make charblock() and charscript() two-way;
46874              add charinrange(); separate the $Unicode::UCD::VERSION and
46875              the version of the Unicode by adding UnicodeVersion().
46876      Branch: perl
46877            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
46878 ____________________________________________________________________________
46879 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
46880         Log: Update Unicode::UCD on \p{In...}.
46881      Branch: perl
46882            ! lib/Unicode/UCD.pm
46883 ____________________________________________________________________________
46884 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
46885         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
46886              From: Norton Allen <allen@huarp.harvard.edu>
46887              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
46888              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
46889      Branch: perl
46890            ! lib/ExtUtils/MM_Unix.pm
46891 ____________________________________________________________________________
46892 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
46893         Log: POSIX-BC tweaks from Thomas Dorner.
46894      Branch: perl
46895            ! hints/posix-bc.sh perlio.h
46896 ____________________________________________________________________________
46897 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
46898         Log: Module updates for the delta.
46899      Branch: perl
46900            ! pod/perl572delta.pod
46901 ____________________________________________________________________________
46902 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
46903         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
46904              From: Norton Allen <allen@huarp.harvard.edu>
46905              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
46906              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
46907      Branch: perl
46908            ! ext/IO/lib/IO/t/io_sock.t
46909 ____________________________________________________________________________
46910 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
46911         Log: Subject: [PATCH perldiag.pod] Quick fixes
46912              From: Simon Cozens <simon@netthink.co.uk>
46913              Date: Wed, 4 Jul 2001 20:22:12 +0100
46914              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
46915      Branch: perl
46916            ! pod/perldiag.pod
46917 ____________________________________________________________________________
46918 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
46919         Log: (retracted by #13533)
46920              
46921              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
46922              From: Radu Greab <radu@netsoft.ro>
46923              Date: Wed, 4 Jul 2001 22:13:31 +0300
46924              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
46925      Branch: perl
46926            ! op.c sv.c t/op/pos.t
46927 ____________________________________________________________________________
46928 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
46929         Log: Subject: [PATCH] -I and MakeMaker again
46930              From: Michael G Schwern <schwern@pobox.com>
46931              Date: Wed, 4 Jul 2001 15:03:07 -0400
46932              Message-ID: <20010704150307.I20340@blackrider>
46933              
46934              (and retract #11145)
46935      Branch: perl
46936            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
46937            ! lib/ExtUtils/MakeMaker.pm
46938 ____________________________________________________________________________
46939 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
46940         Log: Subject: Re: PERFORCE change 11142 for review
46941              From: "Philip Newton" <Philip.Newton@gmx.net>
46942              Date: Wed, 4 Jul 2001 20:46:26 +0200
46943              Message-Id: <200107041841.VAA25380@taas.iki.fi>
46944      Branch: perl
46945            ! lib/ExtUtils/MakeMaker.pm
46946 ____________________________________________________________________________
46947 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
46948         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
46949              From: Jonathan Stowe <gellyfish@gellyfish.com>
46950              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
46951              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
46952      Branch: perl
46953            ! utils/pl2pm.PL
46954 ____________________________________________________________________________
46955 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
46956         Log: fix the binary compatibility issue when building with/without
46957              usemymalloc by exporting Perl_malloc() et al as simple wrappers
46958              around the system functions (this allows most extensions built
46959              using one mode to coexist with perls built in the other mode)
46960              
46961              XXX the Perl_mfree() wrapper might need to do return(free()) on
46962              platforms where Free_t isn't "void"
46963      Branch: perl
46964            ! embed.h embed.pl makedef.pl proto.h util.c
46965 ____________________________________________________________________________
46966 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
46967         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
46968              since it doesn't ensure threads other than the one calling fork()
46969              aren't holding any locks; the fix is to use pthread_atfork() to
46970              hold global locks
46971              
46972              building perl with -Dusemymalloc exacerbates the problem since
46973              Perl_malloc() holds a mutex, and perl's exec() calls New()
46974              
46975              XXX the code in win32thread.h may be needed on platforms that have
46976              no pthread_atfork()
46977      Branch: perl
46978            ! perl.c thread.h win32/win32thread.h
46979 ____________________________________________________________________________
46980 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
46981         Log: Integrate #11009 from maintperl.
46982      Branch: maint-5.6/macperl
46983           !> lib/ExtUtils/Manifest.pm
46984 ____________________________________________________________________________
46985 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
46986         Log: Flexing my Perforce muscles.
46987      Branch: maint-5.6/macperl
46988            ! README.macos
46989 ____________________________________________________________________________
46990 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
46991         Log: Update Changes.
46992      Branch: perl
46993            ! Changes patchlevel.h
46994 ____________________________________________________________________________
46995 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
46996         Log: Metaconfig unit change for #11146.
46997      Branch: metaconfig/U/perl
46998            ! d_fcntl_can_lock.U
46999 ____________________________________________________________________________
47000 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
47001         Log: Somehow the #ifdefs of the added code (in #11093) made
47002              HP-UX to fail the fcntl locking test, without the ifdefs
47003              the test seems to be working again.  Reason unknown:
47004              HP-UX cc doesn't complain either way.
47005      Branch: perl
47006            ! Configure
47007 ____________________________________________________________________________
47008 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
47009         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
47010      Branch: perl
47011            ! lib/ExtUtils/MM_Unix.pm
47012 ____________________________________________________________________________
47013 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
47014         Log: gcc -Wall nit.
47015      Branch: perl
47016            ! pp_hot.c
47017 ____________________________________________________________________________
47018 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
47019         Log: When removing tests updating the test count is a good idea, too.
47020      Branch: perl
47021            ! lib/Net/t/require.t
47022 ____________________________________________________________________________
47023 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
47024         Log: Document #11134 and add the new symbols to the list of
47025              of MakeMaker known ones.
47026      Branch: perl
47027            ! lib/ExtUtils/MakeMaker.pm
47028 ____________________________________________________________________________
47029 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
47030         Log: Microperl update.
47031      Branch: perl
47032            ! uconfig.h
47033 ____________________________________________________________________________
47034 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
47035         Log: Update the libnet tests as per #11138.
47036      Branch: perl
47037            - lib/Net/t/ph.t
47038            ! MANIFEST lib/Net/t/require.t
47039 ____________________________________________________________________________
47040 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
47041         Log: Regen toc and modlib.
47042      Branch: perl
47043            ! pod/perlmodlib.pod pod/perltoc.pod
47044 ____________________________________________________________________________
47045 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
47046         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
47047              Graham's request.
47048      Branch: perl
47049            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
47050            ! MANIFEST
47051 ____________________________________________________________________________
47052 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
47053         Log: Add the OS/390 harness results to the delta.
47054      Branch: perl
47055            ! pod/perl572delta.pod
47056 ____________________________________________________________________________
47057 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
47058         Log: Avoid the two study tests in OS/390 until the bug has been solved.
47059      Branch: perl
47060            ! t/op/study.t
47061 ____________________________________________________________________________
47062 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
47063         Log: DOS/DJGPP tweaks from Laszlo Molnar.
47064      Branch: perl
47065            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
47066 ____________________________________________________________________________
47067 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
47068         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
47069              From: Michael G Schwern <schwern@pobox.com>
47070              Date: Wed, 4 Jul 2001 00:01:16 -0400
47071              Message-ID: <20010704000116.C591@blackrider>
47072      Branch: perl
47073            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
47074 ____________________________________________________________________________
47075 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
47076         Log: The #11132 missed singleton characters (not part
47077              of a unilo..unihi range) in Unicode scripts.
47078      Branch: perl
47079            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
47080            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
47081            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
47082            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
47083            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
47084            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
47085            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
47086            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
47087            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
47088            ! lib/unicode/mktables.PL t/op/pat.t
47089 ____________________________________________________________________________
47090 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
47091         Log: Support preferentially the Unicode 'scripts' definition
47092              in the \p{In...} notation since according to Unicode the
47093              scripts concept is more natural for matching than using
47094              the somewhat artificial block names.  The block names are
47095              still available, though, and if there's a name conflict,
47096              the scripts one wins and the blocks one has to do with
47097              'Block' appended to its name.  For more information see
47098              
47099              http://www.unicode.org/unicode/reports/tr24/
47100      Branch: perl
47101            + lib/unicode/In/100.pl lib/unicode/In/101.pl
47102            + lib/unicode/In/102.pl lib/unicode/In/103.pl
47103            + lib/unicode/In/104.pl lib/unicode/In/105.pl
47104            + lib/unicode/In/106.pl lib/unicode/In/107.pl
47105            + lib/unicode/In/108.pl lib/unicode/In/109.pl
47106            + lib/unicode/In/110.pl lib/unicode/In/111.pl
47107            + lib/unicode/In/112.pl lib/unicode/In/113.pl
47108            + lib/unicode/In/114.pl lib/unicode/In/115.pl
47109            + lib/unicode/In/116.pl lib/unicode/In/117.pl
47110            + lib/unicode/In/118.pl lib/unicode/In/119.pl
47111            + lib/unicode/In/120.pl lib/unicode/In/121.pl
47112            + lib/unicode/In/122.pl lib/unicode/In/123.pl
47113            + lib/unicode/In/124.pl lib/unicode/In/125.pl
47114            + lib/unicode/In/126.pl lib/unicode/In/127.pl
47115            + lib/unicode/In/128.pl lib/unicode/In/129.pl
47116            + lib/unicode/In/130.pl lib/unicode/In/131.pl
47117            + lib/unicode/In/132.pl lib/unicode/In/133.pl
47118            + lib/unicode/In/134.pl lib/unicode/In/135.pl
47119            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
47120            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
47121            ! (edit 106 files)
47122 ____________________________________________________________________________
47123 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
47124         Log: Better document the difference between a block and a script.
47125      Branch: perl
47126            ! lib/Unicode/UCD.pm
47127 ____________________________________________________________________________
47128 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
47129         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
47130              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47131              Date: Tue, 3 Jul 2001 15:04:23 -0500
47132              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
47133      Branch: perl
47134            ! lib/CPAN.pm
47135 ____________________________________________________________________________
47136 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
47137         Log: Add tests for charscript().
47138      Branch: perl
47139            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47140 ____________________________________________________________________________
47141 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
47142         Log: Add charscript() to get the UTR#24 script names of characters.
47143      Branch: perl
47144            ! lib/Unicode/UCD.pm
47145 ____________________________________________________________________________
47146 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
47147         Log: Todo updates.
47148      Branch: perl
47149            ! pod/perltodo.pod
47150 ____________________________________________________________________________
47151 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
47152         Log: Unicode::UCD updates.
47153      Branch: perl
47154            ! lib/Unicode/UCD.pm
47155 ____________________________________________________________________________
47156 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
47157         Log: (Retracted by #11174)
47158              Subject: MakeMaker should pass through DEFINE and INC to subdirs
47159              From: Alan Burlison <Alan.Burlison@sun.com>
47160              Date: Tue, 03 Jul 2001 15:20:13 +0100
47161              Message-ID: <3B41D49D.A923D4F9@sun.com>
47162      Branch: perl
47163            ! lib/ExtUtils/MM_Unix.pm
47164 ____________________________________________________________________________
47165 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
47166         Log: Subject: Patch needed for UTS
47167              From: hom00@utsglobal.com (Hal Morris)
47168              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
47169              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
47170              
47171              Replace #11113 with a better version.
47172      Branch: perl
47173            ! perl.h
47174 ____________________________________________________________________________
47175 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
47176         Log: Subject: Re: POINTERRIGOR
47177              From: Andy Dougherty <doughera@lafayette.edu>
47178              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
47179              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
47180      Branch: perl
47181            ! util.c
47182 ____________________________________________________________________________
47183 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
47184         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
47185              From: "Philip Newton" <pnewton@gmx.de>
47186              Date: Tue, 3 Jul 2001 17:03:34 +0200
47187              Message-ID: <3B41FAE6.29564.660E117@localhost>
47188      Branch: perl
47189            ! pp_hot.c
47190 ____________________________________________________________________________
47191 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
47192         Log: Typos.
47193      Branch: perl
47194            ! INSTALL
47195 ____________________________________________________________________________
47196 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
47197         Log: Subject: [PATCH 5.6.1] debugger fixes
47198              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47199              Date: Tue, 3 Jul 2001 03:38:18 -0400
47200              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
47201              
47202              The $^S is working again.
47203      Branch: perl
47204            ! lib/perl5db.pl
47205 ____________________________________________________________________________
47206 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
47207         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
47208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47209              Date: Tue, 3 Jul 2001 03:34:06 -0400
47210              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
47211      Branch: perl
47212            ! os2/OS2/Process/Process.pm
47213 ____________________________________________________________________________
47214 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
47215         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
47216              From: "Philip Newton" <Philip.Newton@gmx.net>
47217              Date: Tue, 3 Jul 2001 09:11:27 +0200
47218              Message-Id: <200107030706.KAA04596@taas.iki.fi>
47219      Branch: perl
47220            ! lib/FindBin.pm
47221 ____________________________________________________________________________
47222 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
47223         Log: Delta delta.
47224      Branch: perl
47225            ! pod/perl572delta.pod
47226 ____________________________________________________________________________
47227 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
47228         Log: Metaconfig unit change for 11115.
47229      Branch: metaconfig
47230            ! U/modified/libc.U
47231 ____________________________________________________________________________
47232 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
47233         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
47234              (from Richard Hatch) (this was the cause of pipes() and
47235              times() mysteriously not being found)
47236      Branch: perl
47237            ! Configure
47238 ____________________________________________________________________________
47239 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
47240         Log: Retract #10142, the real culprit found by Richard Hatch,
47241              coming soon to Configure near you.
47242      Branch: perl
47243            ! hints/aix.sh
47244 ____________________________________________________________________________
47245 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
47246         Log: (Replaced by #11124) UTS workaround from Hal Morris.
47247      Branch: perl
47248            ! perl.h
47249 ____________________________________________________________________________
47250 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
47251         Log: Subject: [PATCH] grok not grocking correctly
47252              From: Nicholas Clark <nick@ccl4.org>
47253              Date: Tue, 3 Jul 2001 00:19:08 +0100
47254              Message-ID: <20010703001908.H59620@plum.flirble.org>
47255      Branch: perl
47256            ! numeric.c
47257 ____________________________________________________________________________
47258 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
47259         Log: Subject: [PATCH Deparse.t] test just-posted patches
47260              From: Robin Houston <robin@kitsite.com>
47261              Date: Mon, 2 Jul 2001 23:46:15 +0100
47262              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
47263      Branch: perl
47264            ! ext/B/Deparse.t
47265 ____________________________________________________________________________
47266 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
47267         Log: Subject: [PATCH toke.c] autosplit into @F
47268              From: Robin Houston <robin@kitsite.com>
47269              Date: Mon, 2 Jul 2001 23:18:20 +0100
47270              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
47271      Branch: perl
47272            ! perl.c toke.c
47273 ____________________________________________________________________________
47274 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
47275         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
47276              From: Robin Houston <robin@kitsite.com>
47277              Date: Mon, 2 Jul 2001 23:00:48 +0100
47278              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
47279      Branch: perl
47280            ! ext/B/B/Deparse.pm
47281 ____________________________________________________________________________
47282 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
47283         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
47284              From: "Philip Newton" <Philip.Newton@gmx.net>
47285              Date: Mon, 2 Jul 2001 22:06:22 +0200
47286              (no Message-Id)
47287      Branch: perl
47288            ! ext/NDBM_File/hints/linux.pl
47289 ____________________________________________________________________________
47290 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
47291         Log: Subject: Re: Fixed pack problem - sort of
47292              From: Nicholas Clark <nick@ccl4.org>
47293              Date: Mon, 2 Jul 2001 20:59:20 +0100
47294              Message-ID: <20010702205919.F59620@plum.flirble.org>
47295      Branch: perl
47296            ! pp_pack.c t/op/pack.t
47297 ____________________________________________________________________________
47298 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
47299         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
47300              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47301              Date: Mon, 2 Jul 2001 15:45:41 -0400
47302              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
47303      Branch: perl
47304            ! os2/os2.c
47305 ____________________________________________________________________________
47306 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
47307         Log: (Mistaken retraction)
47308      Branch: perl
47309            ! utils/pl2pm.PL
47310 ____________________________________________________________________________
47311 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
47312         Log: Detypo in #11103.
47313      Branch: perl
47314            ! utils/pl2pm.PL
47315 ____________________________________________________________________________
47316 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
47317         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
47318              From: Jonathan Stowe <gellyfish@gellyfish.com>
47319              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
47320              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
47321      Branch: perl
47322            ! utils/pl2pm.PL
47323 ____________________________________________________________________________
47324 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
47325         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
47326              From: "Craig A. Berry" <craigberry@mac.com>
47327              Date: Mon, 02 Jul 2001 14:11:23 -0500
47328              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
47329      Branch: perl
47330            ! lib/Unicode/UCD.pm
47331 ____________________________________________________________________________
47332 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
47333         Log: Subject: [PATCH] Re: op/numconvert.t failures
47334              From: Nicholas Clark <nick@ccl4.org>
47335              Date: Mon, 2 Jul 2001 20:10:48 +0100
47336              Message-ID: <20010702201048.E59620@plum.flirble.org>
47337      Branch: perl
47338            ! t/op/numconvert.t
47339 ____________________________________________________________________________
47340 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
47341         Log: Update Changes.
47342      Branch: perl
47343            ! Changes patchlevel.h
47344 ____________________________________________________________________________
47345 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
47346         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
47347              The real fix must be more involved.  The line of code all the leaky
47348              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
47349              line of Perl_newPMOP().
47350      Branch: perl
47351            ! op.h
47352 ____________________________________________________________________________
47353 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
47354         Log: Based on
47355              
47356              Subject: Re: sizeof(struct sembuf)
47357              From: Nicholas Clark <nick@ccl4.org>
47358              Date: Sun, 1 Jul 2001 22:26:48 +0100
47359              Message-ID: <20010701222648.W59620@plum.flirble.org>
47360              
47361              but do semop() always the slow way.
47362      Branch: perl
47363            ! doio.c
47364 ____________________________________________________________________________
47365 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
47366         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
47367              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47368              Date: Tue, 03 Jul 2001 00:56:30 +0900
47369              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
47370      Branch: perl
47371            ! ext/Encode/Encode/Tcl.t
47372 ____________________________________________________________________________
47373 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
47374         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
47375              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47376              Date: Tue, 03 Jul 2001 00:55:46 +0900
47377              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
47378      Branch: perl
47379            ! ext/Encode/Encode/Tcl.pm
47380 ____________________________________________________________________________
47381 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
47382         Log: Regen api and toc.
47383      Branch: perl
47384            ! pod/perlapi.pod pod/perltoc.pod
47385 ____________________________________________________________________________
47386 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
47387         Log: Metaconfig unit change for #11093.
47388      Branch: metaconfig/U/perl
47389            ! d_fcntl_can_lock.U
47390 ____________________________________________________________________________
47391 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
47392         Log: The fcntl locking test may hang if NFS locking messed up;
47393              break out with alarm(10).
47394      Branch: perl
47395            ! Configure
47396 ____________________________________________________________________________
47397 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
47398         Log: Move the mdelete.bat from win32/bin to win32.
47399      Branch: perl
47400            ! MANIFEST
47401 ____________________________________________________________________________
47402 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
47403         Log: Typo in #11083.
47404      Branch: perl
47405            ! ext/Time/Piece/Piece.t
47406 ____________________________________________________________________________
47407 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
47408         Log: Netware tweaks from Guruprasad.
47409      Branch: perl
47410            - NetWare/perlsdio.h
47411            ! MANIFEST NetWare/Makefile NetWare/interface.c
47412            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
47413            ! perlsdio.h
47414 ____________________________________________________________________________
47415 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
47416         Log: Subject: Re: [PATH] shared -> unique;
47417              From: Abhijit Menon-Sen <ams@wiw.org>
47418              Date: Wed, 27 Jun 2001 03:51:27 +0530
47419              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
47420      Branch: perl
47421            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
47422 ____________________________________________________________________________
47423 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
47424         Log: Subject: Re: AIX / gcc-3.0
47425              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47426              Date: Mon, 02 Jul 2001 15:20:21 +0200
47427              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
47428      Branch: perl
47429            ! hints/aix.sh
47430 ____________________________________________________________________________
47431 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
47432         Log: Subject: Re: Bug report: split splits on wrong pattern
47433              From: Abhijit Menon-Sen <ams@wiw.org>
47434              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
47435              Date: Mon, 2 Jul 2001 16:31:33 +0530
47436      Branch: perl
47437            ! pp_ctl.c
47438 ____________________________________________________________________________
47439 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
47440         Log: Subject: [PATCH 5.6.1] test harness
47441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47442              Date: Mon, 2 Jul 2001 06:29:21 -0400
47443              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
47444      Branch: perl
47445            ! lib/Test/Harness.pm
47446 ____________________________________________________________________________
47447 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
47448         Log: Subject: [PATCH 5.6.1] debugger goof
47449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47450              Date: Mon, 2 Jul 2001 06:27:22 -0400
47451              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
47452      Branch: perl
47453            ! lib/perl5db.pl
47454 ____________________________________________________________________________
47455 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
47456         Log: Subject: [PATCH 5.6.1] OS/2 cwd
47457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47458              Date: Mon, 2 Jul 2001 06:21:17 -0400
47459              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
47460      Branch: perl
47461            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
47462 ____________________________________________________________________________
47463 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
47464         Log: Make #11082 more OS/2-specific.
47465      Branch: perl
47466            ! ext/Time/Piece/Piece.t
47467 ____________________________________________________________________________
47468 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
47469         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
47470              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47471              Date: Mon, 2 Jul 2001 06:06:34 -0400
47472              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
47473      Branch: perl
47474            ! ext/Time/Piece/Piece.t
47475 ____________________________________________________________________________
47476 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
47477         Log: Subject: [PATCH B::Deparse] version number & changes
47478              From: Robin Houston <robin@kitsite.com>  
47479              Date: Sun, 1 Jul 2001 17:17:29 +0100
47480              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
47481      Branch: perl
47482            ! ext/B/B/Deparse.pm
47483 ____________________________________________________________________________
47484 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
47485         Log: Subject: a small fix.
47486              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47487              Date: Mon, 2 Jul 2001 12:17:53 +0200
47488              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
47489      Branch: perl
47490            ! ext/Thread/Thread.xs
47491 ____________________________________________________________________________
47492 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
47493         Log: Subject: RE: perl@10907
47494              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47495              Date: Mon, 2 Jul 2001 12:06:16 +0200
47496              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
47497              
47498              Borland C vs PerlIO.
47499      Branch: perl
47500            ! win32/config.bc win32/config_H.bc
47501 ____________________________________________________________________________
47502 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
47503         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
47504              From: "H.M. Brand" <merijn@l1.procura.nl>
47505              Date: Mon, 02 Jul 2001 11:18:57 +0200
47506              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
47507      Branch: perl
47508            ! t/op/write.t
47509 ____________________________________________________________________________
47510 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
47511         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
47512              From: Michael G Schwern <schwern@pobox.com>
47513              Date: Mon, 2 Jul 2001 00:26:24 -0400
47514              Message-ID: <20010702002624.A18302@blackrider>
47515      Branch: perl
47516            - ext/util/mkbootstrap
47517 ____________________________________________________________________________
47518 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
47519         Log: Subject: [PATCH op.h] v minor comment tweak
47520              From: Robin Houston <robin@puffinry.freeserve.co.uk>
47521              Date: Mon, 2 Jul 2001 00:42:01 +0100
47522              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
47523      Branch: perl
47524            ! op.h
47525 ____________________________________________________________________________
47526 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
47527         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
47528      Branch: perl
47529            ! pod/perlfunc.pod
47530 ____________________________________________________________________________
47531 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
47532         Log: Subject: Re: sizeof(struct sembuf)
47533              From: Nicholas Clark <nick@ccl4.org>
47534              Date: Sun, 1 Jul 2001 19:23:16 +0100
47535              Message-ID: <20010701192316.V59620@plum.flirble.org>
47536              
47537              s/signaling/signalling/
47538      Branch: perl
47539            ! pod/perlfunc.pod
47540 ____________________________________________________________________________
47541 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
47542         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
47543              From: "Philip Newton" <Philip.Newton@gmx.net>
47544              Date: Sun, 1 Jul 2001 09:37:56 +0200
47545              Message-Id: <200107010733.KAA03920@taas.iki.fi>
47546      Branch: perl
47547            ! pod/perlvar.pod
47548 ____________________________________________________________________________
47549 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
47550         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
47551              From: "Philip Newton" <Philip.Newton@gmx.net>
47552              Date: Sun, 1 Jul 2001 09:37:56 +0200
47553              Message-Id: <200107010733.KAA03925@taas.iki.fi>
47554      Branch: perl
47555            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
47556 ____________________________________________________________________________
47557 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
47558         Log: Metaconfig unit change for #11070.
47559      Branch: metaconfig
47560            ! U/compline/randfunc.U
47561 ____________________________________________________________________________
47562 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
47563         Log: Subject: [PATCH perlsnap] its --> it's --> its
47564              From: "Philip Newton" <Philip.Newton@gmx.net>
47565              Date: Sun, 1 Jul 2001 09:37:56 +0200
47566              Message-Id: <200107010733.KAA03914@taas.iki.fi>
47567      Branch: perl
47568            ! Porting/config_H
47569 ____________________________________________________________________________
47570 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
47571         Log: Sync with Sarathy; integrate with perlio.
47572      Branch: perl
47573           !> gv.c
47574 ____________________________________________________________________________
47575 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
47576         Log: regenerate win32/config_H.?c files
47577      Branch: perl
47578            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47579 ____________________________________________________________________________
47580 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
47581         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
47582              naming discipline
47583              
47584              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
47585              because of this)
47586              
47587              fix a warning about "fd" being used without being set in Cwd.xs
47588      Branch: perl
47589            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
47590            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
47591            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
47592            ! win32/config.vc
47593 ____________________________________________________________________________
47594 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
47595         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
47596              within macro arguments") and warnings ("unary minus applied to
47597              unsigned type", among others)
47598      Branch: perl
47599            ! gv.c hv.c op.c pp.c sv.c toke.c
47600 ____________________________________________________________________________
47601 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
47602         Log: win32 fixes: more spurious CRs
47603      Branch: perl
47604            ! win32/mdelete.bat
47605 ____________________________________________________________________________
47606 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
47607         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
47608              from win32/bin (or it gets deleted by distclean); don't delete
47609              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
47610              NT (should be made Win9x specific, and added to makefile.mk)
47611      Branch: perl
47612           +> win32/mdelete.bat
47613            - win32/bin/mdelete.bat
47614            ! win32/Makefile win32/makefile.mk
47615 ____________________________________________________________________________
47616 [ 11063] By: nick                                  on 2001/07/01  18:54:09
47617         Log: Quick for for #ifdef mess
47618      Branch: perlio
47619            ! gv.c
47620 ____________________________________________________________________________
47621 [ 11062] By: nick                                  on 2001/07/01  18:47:42
47622         Log: Raw integrate - does not build #if mess in gv.c
47623      Branch: perlio
47624           !> (integrate 29 files)
47625 ____________________________________________________________________________
47626 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
47627         Log: Make 'compile' target a little less broken.
47628              Still very broken, though: -Wall warnings from
47629              the generated code, boot_Foo prototypes missing,
47630              can't autoload Fcntl::SEEK_CUR et alia, ...
47631      Branch: perl
47632            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
47633            ! utils/perlcc.PL x2p/Makefile.SH
47634 ____________________________________________________________________________
47635 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
47636         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
47637      Branch: perl
47638            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
47639            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
47640 ____________________________________________________________________________
47641 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
47642         Log: Update Changes.
47643      Branch: perl
47644            ! Changes patchlevel.h
47645 ____________________________________________________________________________
47646 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
47647         Log: Still one typo, regen toc.
47648      Branch: perl
47649            ! lib/Unicode/UCD.pm pod/perltoc.pod
47650 ____________________________________________________________________________
47651 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
47652         Log: Detypos and regen toc.
47653      Branch: perl
47654            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
47655 ____________________________________________________________________________
47656 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
47657         Log: VERSION tweak.
47658      Branch: perl
47659            ! ext/List/Util/lib/List/Util.pm
47660 ____________________________________________________________________________
47661 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
47662         Log: Attempt at plugging the leak under ithreads detected by Doug.
47663      Branch: perl
47664            ! op.h
47665 ____________________________________________________________________________
47666 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
47667         Log: gcc -Wall lint after #11051.
47668      Branch: perl
47669            ! pp_sys.c
47670 ____________________________________________________________________________
47671 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
47672         Log: Integrate perlio:
47673              
47674              [ 11050]
47675              Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
47676      Branch: perl
47677           !> lib/File/Find/taint.t
47678 ____________________________________________________________________________
47679 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
47680         Log: Don't use the v-strings for module VERSIONs.
47681      Branch: perl
47682            ! lib/Unicode/UCD.pm
47683 ____________________________________________________________________________
47684 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
47685         Log: Code cleanup based on turning off the -woffs in IRIX.
47686              Not all of the gripes cleaned up (hairy code in hv.c and
47687              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
47688              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
47689              to the IRIX hints)
47690      Branch: perl
47691            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
47692            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
47693            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
47694            ! regcomp.c sv.c
47695 ____________________________________________________________________________
47696 [ 11050] By: nick                                  on 2001/06/30  20:46:46
47697         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
47698      Branch: perlio
47699            ! lib/File/Find/taint.t
47700 ____________________________________________________________________________
47701 [ 11049] By: nick                                  on 2001/06/30  18:13:33
47702         Log: Integrate mainline
47703      Branch: perlio
47704           +> NetWare/nwstdio.h NetWare/perlsdio.h
47705           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
47706           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
47707           +> lib/Unicode/UCD.t t/run/exit.t
47708           !> (integrate 60 files)
47709 ____________________________________________________________________________
47710 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
47711         Log: Delta delta.
47712      Branch: perl
47713            ! pod/perl572delta.pod
47714 ____________________________________________________________________________
47715 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
47716         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
47717              by CPAN.pm, use rather _00.
47718      Branch: perl
47719            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
47720            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
47721            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
47722            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
47723            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
47724            ! lib/ExtUtils/Embed.pm lib/Test.pm
47725 ____________________________________________________________________________
47726 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
47727         Log: Add a simple Unicode character database interface, Unicode::UCD.
47728      Branch: perl
47729            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
47730            ! MANIFEST
47731 ____________________________________________________________________________
47732 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
47733         Log: Subject: [PATCH] op/numconver.t
47734              From: Nicholas Clark <nick@ccl4.org>
47735              Date: Sat, 30 Jun 2001 15:40:10 +0100
47736              Message-ID: <20010630154010.I59620@plum.flirble.org>
47737      Branch: perl
47738            ! t/op/numconvert.t
47739 ____________________________________________________________________________
47740 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
47741         Log: The $^N is now taken (by #11038).
47742      Branch: perl
47743            ! t/base/lex.t
47744 ____________________________________________________________________________
47745 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
47746         Log: The #11040 had slipped to a wrong function...
47747      Branch: perl
47748            ! sv.c
47749 ____________________________________________________________________________
47750 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
47751         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
47752              the Configure library symbol probe mysteriously finds all
47753              symbols but those of pipe() and times().
47754      Branch: perl
47755            ! hints/aix.sh
47756 ____________________________________________________________________________
47757 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
47758         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
47759              From: Nicholas Clark <nick@ccl4.org>
47760              Date: Fri, 29 Jun 2001 23:49:07 +0100
47761              Message-ID: <20010629234907.D59620@plum.flirble.org>
47762      Branch: perl
47763            ! lib/ExtUtils.t
47764 ____________________________________________________________________________
47765 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
47766         Log: Subject: [PATCH] weakref fix 2, not yet there
47767              From: Artur Bergman <artur@contiller.se>
47768              Date: Sat, 30 Jun 2001 01:18:16 +0200
47769              Message-ID: <B762D957.1CC9%artur@contiller.se>
47770      Branch: perl
47771            ! sv.c
47772 ____________________________________________________________________________
47773 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
47774         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
47775              From: Michael G Schwern <schwern@pobox.com>
47776              Date: Fri, 29 Jun 2001 19:39:11 -0400
47777              Message-ID: <20010629193910.D25304@blackrider>
47778      Branch: perl
47779            + t/run/exit.t
47780            ! MANIFEST
47781 ____________________________________________________________________________
47782 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
47783         Log: Add support for $^N, the most-recently closed group.
47784      Branch: perl
47785            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
47786            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
47787            ! thrdvar.h
47788 ____________________________________________________________________________
47789 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
47790         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
47791              From: lvirden@cas.org
47792              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
47793              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
47794              
47795              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
47796              From: lvirden@cas.org
47797              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
47798              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
47799      Branch: perl
47800            ! README.solaris
47801 ____________________________________________________________________________
47802 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
47803         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
47804              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47805              Date: Sat, 30 Jun 2001 07:33:37 +0900
47806              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
47807              
47808              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
47809              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47810              Date: Sat, 30 Jun 2001 21:38:14 +0900
47811              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
47812      Branch: perl
47813            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
47814            + ext/Encode/Encode/7bit-kr.enc
47815            ! MANIFEST ext/Encode/Encode/Tcl.pm
47816 ____________________________________________________________________________
47817 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
47818         Log: NetWare tweaks from Guruprasad.
47819      Branch: perl
47820            + NetWare/nwstdio.h NetWare/perlsdio.h
47821            ! MANIFEST NetWare/Makefile NetWare/config.wc
47822            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
47823            ! NetWare/t/Readme.txt
47824 ____________________________________________________________________________
47825 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
47826         Log: More module $VERSION bump-ups.
47827      Branch: perl
47828            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
47829            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
47830            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
47831 ____________________________________________________________________________
47832 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
47833         Log: Doc update due to #11032.
47834      Branch: perl
47835            ! pod/perl572delta.pod
47836 ____________________________________________________________________________
47837 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
47838         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
47839              From: Peter Prymmer <pvhp@forte.com>
47840              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
47841              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
47842      Branch: perl
47843            ! ext/Time/HiRes/HiRes.xs
47844 ____________________________________________________________________________
47845 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
47846         Log: -lpthreads missing in AIX.
47847      Branch: perl
47848            ! hints/aix.sh
47849 ____________________________________________________________________________
47850 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
47851         Log: Subject: [PATCH] CLONE && weakrefs
47852              From: Artur Bergman <artur@contiller.se>
47853              Date: Fri, 29 Jun 2001 17:02:00 +0200
47854              Message-ID: <B7626508.1CA0%artur@contiller.se>
47855      Branch: perl
47856            ! sv.c
47857 ____________________________________________________________________________
47858 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
47859         Log: Subject: Re: Bug report: split splits on wrong pattern
47860              From: Radu Greab <radu@netsoft.ro>
47861              Date: Wed, 27 Jun 2001 21:50:52 +0300
47862              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
47863      Branch: perl
47864            ! pp_ctl.c t/op/split.t
47865 ____________________________________________________________________________
47866 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
47867         Log: Metaconfig unit change for #11027.
47868      Branch: metaconfig/U/perl
47869            ! d_modfl.U
47870 ____________________________________________________________________________
47871 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
47872         Log: I thought this Configure glitch for AIX was just recently fixed?
47873      Branch: perl
47874            ! Configure
47875 ____________________________________________________________________________
47876 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
47877         Log: Update Changes.
47878      Branch: perl
47879            ! Changes patchlevel.h
47880 ____________________________________________________________________________
47881 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
47882         Log: Subject: Re: perl@10967, File::Find, and Cwd
47883              From: Mike Guy <mjtg@cam.ac.uk>
47884              Date: Fri, 29 Jun 2001 14:56:49 +0100
47885              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
47886      Branch: perl
47887            ! lib/File/Find/taint.t
47888 ____________________________________________________________________________
47889 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
47890         Log: Update the sv_pvprintify() spec.
47891      Branch: perl
47892            ! pod/perltodo.pod
47893 ____________________________________________________________________________
47894 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
47895         Log: Known test failures update.
47896      Branch: perl
47897            ! pod/perl572delta.pod
47898 ____________________________________________________________________________
47899 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
47900         Log: Based on
47901              
47902              Subject: [PATCH @11016] More );) fixes
47903              From: Richard Soderberg <rs@crystalflame.net>
47904              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
47905              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
47906      Branch: perl
47907            ! ext/Thread/Thread.xs ext/Thread/typemap
47908 ____________________________________________________________________________
47909 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
47910         Log: Subject: [PATCH @11016] Fixes compile errors in four files
47911              From: Richard Soderberg <rs@crystalflame.net>
47912              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
47913              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
47914      Branch: perl
47915            ! mg.c pp.c pp_hot.c util.c
47916 ____________________________________________________________________________
47917 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
47918         Log: AIX hints tweaking continues, from Merijn Brand.
47919      Branch: perl
47920            ! hints/aix.sh
47921 ____________________________________________________________________________
47922 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
47923         Log: HP-UX needs gccversion sooner, from Merijn Brand.
47924      Branch: perl
47925            ! hints/hpux.sh
47926 ____________________________________________________________________________
47927 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
47928         Log: Subject: [PATCH 5.6.1] OS/2 docs
47929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47930              Date: Fri, 29 Jun 2001 02:34:12 -0400
47931              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
47932      Branch: perl
47933            ! README.os2 os2/Changes
47934 ____________________________________________________________________________
47935 [ 11017] By: nick                                  on 2001/06/29  10:20:30
47936         Log: Integrate mainline
47937      Branch: perlio
47938           +> (branch 37 files)
47939            - ext/ODBM_File/sdbm.t
47940           !> (integrate 211 files)
47941 ____________________________________________________________________________
47942 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
47943         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
47944              the modules found using a script written by Larry Schatzer Jr.
47945      Branch: perl
47946            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
47947            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
47948            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
47949            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
47950            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
47951            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
47952            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
47953            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
47954            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
47955            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
47956            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
47957            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
47958            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
47959            ! lib/constant.pm lib/fields.pm lib/strict.pm
47960 ____________________________________________________________________________
47961 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
47962         Log: The latest JPL from the anoncvs.
47963      Branch: perl
47964            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
47965 ____________________________________________________________________________
47966 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
47967         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
47968      Branch: perl
47969            ! t/op/pat.t
47970 ____________________________________________________________________________
47971 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
47972         Log: Worrying about insecure directories now is a bit too late.
47973      Branch: perl
47974            ! lib/File/Find/taint.t
47975 ____________________________________________________________________________
47976 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
47977         Log: Cannot DIE() in a void function,
47978              from Richard Hatch <rhatch@austin.ibm.com>.
47979      Branch: perl
47980            ! ext/IPC/SysV/SysV.xs
47981 ____________________________________________________________________________
47982 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
47983         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
47984              From: Peter Prymmer <pvhp@forte.com>
47985              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
47986              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
47987              
47988              (unfinished: time/hires tests 3, 5, 14 failing, but better
47989              than wholesale failure)
47990      Branch: perl
47991            ! ext/Time/HiRes/HiRes.xs
47992 ____________________________________________________________________________
47993 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
47994         Log: Subject: [PATCH 5.6.1] OS/2 improvements
47995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47996              Date: Thu, 28 Jun 2001 16:03:14 -0400
47997              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
47998      Branch: perl
47999            + os2/os2_base.t
48000            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
48001            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
48002            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
48003            ! os2/os2ish.h
48004 ____________________________________________________________________________
48005 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
48006         Log: Subject: Incrementing Extutils::Manifest's $VERSION
48007              From: Michael G Schwern <schwern@pobox.com>
48008              Date: Thu, 28 Jun 2001 13:13:49 -0400
48009              Message-ID: <20010628131349.A14738@blackrider>
48010      Branch: maint-5.6/perl
48011            ! lib/ExtUtils/Manifest.pm
48012 ____________________________________________________________________________
48013 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
48014         Log: AIX tweak from Merijn Brand.
48015      Branch: perl
48016            ! hints/aix.sh
48017 ____________________________________________________________________________
48018 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
48019         Log: Create the macperl branch.
48020      Branch: maint-5.6/macperl
48021           +> (branch 1728 files)
48022 ____________________________________________________________________________
48023 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
48024         Log: Update Changes.
48025      Branch: perl
48026            ! Changes patchlevel.h
48027 ____________________________________________________________________________
48028 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
48029         Log: More Perforce lore.
48030      Branch: perl
48031            ! Porting/repository.pod
48032 ____________________________________________________________________________
48033 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
48034         Log: Metaconfig unit changes for #11003.
48035      Branch: metaconfig/U/perl
48036            + d_nl_langinfo.U i_langinfo.U
48037 ____________________________________________________________________________
48038 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
48039         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
48040              Expected not to exist in non-UNIX excepting in VMS, where
48041              according to a quick web survey they just might.
48042      Branch: perl
48043            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
48044            ! Porting/config_H config_h.SH configure.com epoc/config.sh
48045            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
48046            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48047            ! win32/config.bc win32/config.gc win32/config.vc
48048 ____________________________________________________________________________
48049 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
48050         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
48051              in AIX is one is doing a 64-bit build.
48052      Branch: perl
48053            ! hints/aix.sh
48054 ____________________________________________________________________________
48055 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
48056         Log: Metaconfig unit changes for #11000.
48057      Branch: metaconfig/U/perl
48058            ! use64bits.U uselfs.U
48059 ____________________________________________________________________________
48060 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
48061         Log: Move use64bitint and use64bitall before uselargefiles.
48062      Branch: perl
48063            ! Configure
48064 ____________________________________________________________________________
48065 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
48066         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
48067              From: Robert Spier <rspier@pobox.com>
48068              Message-ID: <15162.41164.618712.841415@rls.cx>
48069              Date: Wed, 27 Jun 2001 23:13:16 -0400
48070      Branch: perl
48071            ! doio.c
48072 ____________________________________________________________________________
48073 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
48074         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
48075              From: Peter Prymmer <pvhp@forte.com>
48076              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
48077              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
48078      Branch: perl
48079            ! numeric.c
48080 ____________________________________________________________________________
48081 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
48082         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
48083              From: Peter Prymmer <pvhp@forte.com>
48084              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
48085              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
48086      Branch: perl
48087            ! configure.com ext/Digest/MD5/Makefile.PL
48088 ____________________________________________________________________________
48089 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
48090         Log: Update Changes.
48091      Branch: perl
48092            ! Changes patchlevel.h
48093 ____________________________________________________________________________
48094 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
48095         Log: Tiny EPOC updates.
48096      Branch: perl
48097            ! epoc/config.sh
48098 ____________________________________________________________________________
48099 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
48100         Log: The Test::More and Test::Simple tests required help
48101              thanks to our schizophrenic test scheme.
48102      Branch: perl
48103            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
48104            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
48105            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
48106            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
48107            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
48108 ____________________________________________________________________________
48109 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
48110         Log: Upgrade to Test::Simple 0.09.
48111      Branch: perl
48112            + lib/Test/Simple/Changes
48113            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
48114            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
48115            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
48116            ! lib/Test/Simple/t/plan_is_noplan.t
48117 ____________________________________________________________________________
48118 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
48119         Log: Upgrade to Test::More 0.07.
48120      Branch: perl
48121            + lib/Test/More/Changes
48122            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
48123            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
48124            ! lib/Test/More/t/skipall.t
48125 ____________________________________________________________________________
48126 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
48127         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
48128              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48129              Date: Wed, 27 Jun 2001 18:40:04 +0200
48130              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
48131      Branch: perl
48132            ! hints/hpux.sh
48133 ____________________________________________________________________________
48134 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
48135         Log: Subject: [PATCH README.qnx hints/qnx.sh]
48136              From: Norton Allen <allen@huarp.harvard.edu>
48137              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
48138              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
48139      Branch: perl
48140            ! README.qnx hints/qnx.sh
48141 ____________________________________________________________________________
48142 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
48143         Log: Subject: [PATCH] two little documentation nits
48144              From: Abhijit Menon-Sen <ams@wiw.org>
48145              Date: Wed, 27 Jun 2001 20:07:50 +0530
48146              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
48147      Branch: perl
48148            ! sv.c sv.h
48149 ____________________________________________________________________________
48150 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
48151         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
48152              From: Norton Allen <allen@huarp.harvard.edu>
48153              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
48154              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
48155      Branch: perl
48156            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
48157 ____________________________________________________________________________
48158 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
48159         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
48160              From: Michael G Schwern <schwern@pobox.com>
48161              Date: Wed, 27 Jun 2001 02:34:58 -0400
48162              Message-ID: <20010627023458.K23874@blackrider>
48163      Branch: perl
48164            ! vms/test.com
48165 ____________________________________________________________________________
48166 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
48167         Log: Add perl_clone_host() for Netware.
48168      Branch: perl
48169            ! NetWare/nw5.c
48170 ____________________________________________________________________________
48171 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
48172         Log: GCC 3.0 hints for HP-UX.
48173      Branch: perl
48174            ! hints/hpux.sh
48175 ____________________________________________________________________________
48176 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
48177         Log: In some Linux distributions the libndbm is broken
48178              (no null key support), therefore link with libgdbm
48179              (if available), since it has a working ndbm emulation,
48180              from Jonathan Stowe.
48181      Branch: perl
48182            + ext/NDBM_File/hints/linux.pl
48183            ! MANIFEST
48184 ____________________________________________________________________________
48185 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
48186         Log: Subject: [PATCH perl@10930] find.t hack for VMS
48187              From: "Craig A. Berry" <craigberry@mac.com>
48188              Date: Tue, 26 Jun 2001 23:40:25 -0500
48189              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
48190      Branch: perl
48191            ! lib/File/Find/find.t
48192 ____________________________________________________________________________
48193 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
48194         Log: AUTHORS updates.
48195      Branch: perl
48196            ! AUTHORS
48197 ____________________________________________________________________________
48198 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
48199         Log: Metaconfig unit change like #10980.
48200      Branch: metaconfig
48201            ! U/compline/d_stdstdio.U
48202 ____________________________________________________________________________
48203 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
48204         Log: "lose the it's", from Abhijit Menon-Sen.
48205              ("It's" not searched, pods not searched.)
48206      Branch: perl
48207            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
48208            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
48209            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
48210            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
48211            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
48212            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
48213 ____________________________________________________________________________
48214 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
48215         Log: "lose the looses", from Abhijit Menon-Sen.
48216      Branch: perl
48217            ! ext/B/B/Assembler.pm gv.c
48218 ____________________________________________________________________________
48219 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
48220         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
48221      Branch: perl
48222            ! hints/os390.sh
48223 ____________________________________________________________________________
48224 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
48225         Log: DEC C 5.3 on the VAX simply doesn't seem to like
48226              compiling the MD5 extension, disable it there for now,
48227              from Peter Prymmer.
48228      Branch: perl
48229            ! configure.com
48230 ____________________________________________________________________________
48231 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
48232         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
48233              From: Jonathan Stowe <gellyfish@gellyfish.com>
48234              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
48235              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
48236      Branch: perl
48237            ! pod/perlfaq3.pod
48238 ____________________________________________________________________________
48239 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
48240         Log: Subject: [PATCH 5.6.1] perlxs misprints
48241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48242              Date: Tue, 26 Jun 2001 17:20:00 -0400
48243              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
48244      Branch: perl
48245            ! pod/perlxs.pod
48246 ____________________________________________________________________________
48247 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
48248         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
48249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48250              Date: Tue, 26 Jun 2001 17:27:07 -0400
48251              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
48252      Branch: perl
48253            ! lib/ExtUtils/MM_Unix.pm
48254 ____________________________________________________________________________
48255 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
48256         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
48257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48258              Date: Tue, 26 Jun 2001 17:23:24 -0400
48259              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
48260      Branch: perl
48261            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
48262 ____________________________________________________________________________
48263 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
48264         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
48265              by Olaf Flebbe.
48266      Branch: perl
48267            ! perl.h
48268 ____________________________________________________________________________
48269 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
48270         Log: Detypo.
48271      Branch: perl
48272            ! lib/Memoize/t/tie_sdbm.t
48273 ____________________________________________________________________________
48274 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
48275         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
48276      Branch: perl
48277            ! win32/perllib.c
48278 ____________________________________________________________________________
48279 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
48280         Log: Subject: [patch] perl_clone+CvFILE
48281              From: Doug MacEachern <dougm@covalent.net>
48282              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
48283              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
48284      Branch: perl
48285            ! sv.c
48286 ____________________________________________________________________________
48287 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
48288         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
48289              From: Mark-Jason Dominus <mjd@plover.com>
48290              Date: Tue, 26 Jun 2001 12:33:01 -0400
48291              Message-ID: <20010626163301.31298.qmail@plover.com>
48292      Branch: perl
48293            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48294 ____________________________________________________________________________
48295 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
48296         Log: Update Changes.
48297      Branch: perl
48298            ! Changes patchlevel.h
48299 ____________________________________________________________________________
48300 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
48301         Log: Also catfile() needs now to explicitly exported.
48302      Branch: perl
48303            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48304 ____________________________________________________________________________
48305 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
48306         Log: Regen toc.
48307      Branch: perl
48308            ! pod/perltoc.pod
48309 ____________________________________________________________________________
48310 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
48311         Log: Nonexistent pod command.
48312      Branch: perl
48313            ! pod/perl572delta.pod
48314 ____________________________________________________________________________
48315 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
48316         Log: Be more portable in the quest for tmpdir.
48317      Branch: perl
48318            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48319 ____________________________________________________________________________
48320 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
48321         Log: Be more portable in finding out the home directory,
48322              and use File::Spec to do the concat.
48323              (Come to think of it, couldn't File::Spec provide
48324              for a ->homedir method?)
48325      Branch: perl
48326            ! lib/Net/Config.pm
48327 ____________________________________________________________________________
48328 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
48329         Log: Doc patch for #10959.
48330      Branch: perl
48331            ! pod/perlfunc.pod
48332 ____________________________________________________________________________
48333 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
48334         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
48335              From: "Philip Newton" <pnewton@gmx.de>
48336              Date: Tue, 26 Jun 2001 16:26:47 +0200
48337              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
48338      Branch: perl
48339            ! pod/perldata.pod
48340 ____________________________________________________________________________
48341 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
48342         Log: Subject: [PATH] shared -> unique;
48343              From: "Artur Bergman" <artur@contiller.se>
48344              Date: Tue, 26 Jun 2001 16:18:40 +0200
48345              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
48346              
48347              Because "shared" isn't: it's read-only.
48348      Branch: perl
48349            ! toke.c xsutils.c
48350 ____________________________________________________________________________
48351 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
48352         Log: Escape multiline croak messages.
48353      Branch: perl
48354            ! t/op/ver.t
48355 ____________________________________________________________________________
48356 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
48357         Log: No more pragma/*.t for minitest.
48358      Branch: perl
48359            ! Makefile.SH
48360 ____________________________________________________________________________
48361 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
48362         Log: AUTHORS updates.
48363      Branch: perl
48364            ! AUTHORS
48365 ____________________________________________________________________________
48366 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
48367         Log: delta updates.
48368      Branch: perl
48369            ! pod/perl572delta.pod
48370 ____________________________________________________________________________
48371 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
48372         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
48373              From: Artur Bergman <artur@contiller.se> 
48374              Date: Tue, 26 Jun 2001 15:32:53 +0200
48375              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
48376      Branch: perl
48377            ! makedef.pl sv.c sv.h win32/perllib.c
48378 ____________________________________________________________________________
48379 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
48380         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
48381              From: Jonathan Stowe <gellyfish@gellyfish.com>
48382              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
48383              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
48384              
48385              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
48386      Branch: perl
48387            + ext/Time/HiRes/hints/sco.pl
48388            ! MANIFEST
48389 ____________________________________________________________________________
48390 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
48391         Log: Subject: [PATCH 5.6.1] static build
48392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48393              Date: Tue, 26 Jun 2001 04:22:25 -0400
48394              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
48395      Branch: perl
48396            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
48397            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
48398 ____________________________________________________________________________
48399 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
48400         Log: DJGPP patches from Laszlo Molnar.
48401      Branch: perl
48402            ! djgpp/djgpp.c perl.c util.c
48403 ____________________________________________________________________________
48404 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
48405         Log: Netware patches from Ananth Kesari.
48406      Branch: perl
48407            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
48408            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
48409            ! NetWare/nwtinfo.h
48410 ____________________________________________________________________________
48411 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
48412         Log: Detypo.
48413      Branch: perl
48414            ! ext/Errno/Errno_pm.PL
48415 ____________________________________________________________________________
48416 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
48417         Log: There seems to be two ways of spelling the $^O in *STEP.
48418      Branch: perl
48419            ! ext/Errno/Errno_pm.PL
48420 ____________________________________________________________________________
48421 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
48422         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
48423              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
48424      Branch: perl
48425            ! ext/Errno/Errno_pm.PL
48426 ____________________________________________________________________________
48427 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
48428         Log: Known bugs update.
48429      Branch: perl
48430            ! pod/perl572delta.pod
48431 ____________________________________________________________________________
48432 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
48433         Log: The default installation of Cygwin has 500 as root's uid.
48434      Branch: perl
48435            ! lib/User/pwent.t
48436 ____________________________________________________________________________
48437 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
48438         Log: Be even more relaxed (re-allow having only one entry).
48439      Branch: perl
48440            ! t/op/grent.t t/op/pwent.t
48441 ____________________________________________________________________________
48442 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
48443         Log: Test failure updates.
48444      Branch: perl
48445            ! pod/perl572delta.pod
48446 ____________________________________________________________________________
48447 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
48448         Log: MPE/iX test tweaks from Mark Bixby.
48449      Branch: perl
48450            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
48451            ! t/io/fs.t t/op/stat.t
48452 ____________________________________________________________________________
48453 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
48454         Log: Microperl findings.
48455      Branch: perl
48456            ! perl.h pp_sys.c
48457 ____________________________________________________________________________
48458 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
48459         Log: Touch uconfig.h.
48460      Branch: perl
48461            ! uconfig.h
48462 ____________________________________________________________________________
48463 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
48464         Log: Subject: [PATCH] Proposed fix for Pod::Man
48465              From: Rob Napier <rnapier@employees.org>
48466              Date: Mon, 25 Jun 2001 15:49:24 -0400
48467              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
48468              
48469              Cater for Solaris nroff brokenness (shortchanges daisywheel
48470              printers, but hey, we also no more support PDPs.)
48471      Branch: perl
48472            ! lib/Pod/Man.pm
48473 ____________________________________________________________________________
48474 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
48475         Log: Typo in #10937.
48476      Branch: perl
48477            ! ext/POSIX/sigaction.t
48478 ____________________________________________________________________________
48479 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
48480         Log: SIGCONT not trappable in VMS.
48481      Branch: perl
48482            ! ext/POSIX/sigaction.t
48483 ____________________________________________________________________________
48484 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
48485         Log: Subject: [DRAFT] Encode-Tcl.t
48486              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48487              Date: Tue, 26 Jun 2001 03:38:08 +0900
48488              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
48489      Branch: perl
48490            + ext/Encode/Encode/Tcl.t
48491            ! MANIFEST ext/Encode/Encode/Tcl.pm
48492 ____________________________________________________________________________
48493 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
48494         Log: Because of #10932 retract also the perlfunc hunk of #10910.
48495      Branch: perl
48496            ! pod/perlfunc.pod
48497 ____________________________________________________________________________
48498 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
48499         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
48500              by Ilya Zakharevich in
48501              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
48502      Branch: perl
48503            ! XSUB.h
48504 ____________________________________________________________________________
48505 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
48506         Log: Typo in #10889.
48507      Branch: perl
48508            ! hints/uts.sh
48509 ____________________________________________________________________________
48510 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
48511         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
48512              From: Abhijit Menon-Sen <ams@wiw.org>
48513              Date: Mon, 25 Jun 2001 23:45:45 +0530
48514              Message-ID: <20010625234545.A5022@lustre.linux.in>
48515      Branch: perl
48516            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
48517 ____________________________________________________________________________
48518 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
48519         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
48520              From: Michael G Schwern <schwern@pobox.com>
48521              Date: Mon, 25 Jun 2001 14:35:51 -0400
48522              Message-ID: <20010625143551.H13819@blackrider>
48523      Branch: perl
48524            ! lib/Test.pm
48525 ____________________________________________________________________________
48526 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
48527         Log: Update Changes.
48528      Branch: perl
48529            ! Changes patchlevel.h
48530 ____________________________________________________________________________
48531 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
48532         Log: Regen toc and modlib.
48533      Branch: perl
48534            ! pod/perlmodlib.pod pod/perltoc.pod
48535 ____________________________________________________________________________
48536 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
48537         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
48538              for the benefit of C++ compilers, as suggested by Guruprasad.
48539      Branch: perl
48540            ! embed.pl proto.h
48541 ____________________________________________________________________________
48542 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
48543         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
48544              From: Jonathan Stowe <gellyfish@gellyfish.com>
48545              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
48546              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
48547      Branch: perl
48548            ! pod/perlfaq5.pod
48549 ____________________________________________________________________________
48550 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
48551         Log: Missed from #10925.
48552      Branch: perl
48553            ! gv.c
48554 ____________________________________________________________________________
48555 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
48556         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
48557              From: Robin Houston <robin@kitsite.com>
48558              Date: Sat, 19 May 2001 16:19:34 +0100
48559              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
48560      Branch: perl
48561            ! cv.h gv.h op.c
48562 ____________________________________________________________________________
48563 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
48564         Log: Netware README tweak.
48565      Branch: perl
48566            ! README.netware
48567 ____________________________________________________________________________
48568 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
48569         Log: Subject: [PATCH] Re: overload.t fails
48570              From: Abhijit Menon-Sen <ams@wiw.org>
48571              Date: Mon, 25 Jun 2001 14:52:20 +0530
48572              Message-ID: <20010625145220.A24114@lustre.linux.in>
48573      Branch: perl
48574            ! lib/overload.t
48575 ____________________________________________________________________________
48576 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
48577         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
48578              From: Mike Guy <mjtg@cam.ac.uk>
48579              Date: Mon, 25 Jun 2001 11:43:23 +0100
48580              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
48581      Branch: perl
48582            ! lib/Carp.pm
48583 ____________________________________________________________________________
48584 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
48585         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
48586              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48587              Date: Sun, 24 Jun 2001 05:17:05 -0400
48588              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
48589      Branch: perl
48590            ! os2/os2ish.h
48591 ____________________________________________________________________________
48592 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
48593         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
48594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48595              Date: Mon, 25 Jun 2001 05:52:27 -0400
48596              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
48597      Branch: perl
48598            ! hints/os2.sh
48599 ____________________________________________________________________________
48600 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
48601         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
48602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48603              Date: Mon, 25 Jun 2001 05:23:35 -0400
48604              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
48605      Branch: perl
48606            ! os2/os2.c
48607 ____________________________________________________________________________
48608 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
48609         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
48610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48611              Date: Mon, 25 Jun 2001 05:04:32 -0400
48612              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
48613      Branch: perl
48614            ! os2/OS2/REXX/DLL/DLL.pm
48615 ____________________________________________________________________________
48616 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
48617         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
48618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48619              Date: Mon, 25 Jun 2001 05:02:36 -0400
48620              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
48621      Branch: perl
48622            ! mg.c os2/dl_os2.c os2/os2.c
48623 ____________________________________________________________________________
48624 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
48625         Log: Subject: Re: [PATCH 5.6.1] misprints
48626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48627              Date: Mon, 25 Jun 2001 04:50:50 -0400
48628              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
48629      Branch: perl
48630            ! os2/os2.c pp_sys.c
48631 ____________________________________________________________________________
48632 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
48633         Log: Add Test::More and Test::Simple to the delta.
48634      Branch: perl
48635            ! pod/perl572delta.pod
48636 ____________________________________________________________________________
48637 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
48638         Log: Add Test::More, from Michael G Schwern.
48639      Branch: perl
48640            + lib/Test/More.pm lib/Test/More/t/More.t
48641            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
48642            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
48643            + t/lib/Test/More/Catch.pm
48644            ! MANIFEST
48645 ____________________________________________________________________________
48646 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
48647         Log: Add Test::Simple from Michael G Schwern.
48648      Branch: perl
48649            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
48650            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
48651            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
48652            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
48653            + t/lib/Test/Simple/Catch.pm
48654            + t/lib/Test/Simple/sample_tests/death.plx
48655            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
48656            + t/lib/Test/Simple/sample_tests/extras.plx
48657            + t/lib/Test/Simple/sample_tests/five_fail.plx
48658            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
48659            + t/lib/Test/Simple/sample_tests/one_fail.plx
48660            + t/lib/Test/Simple/sample_tests/require.plx
48661            + t/lib/Test/Simple/sample_tests/success.plx
48662            + t/lib/Test/Simple/sample_tests/too_few.plx
48663            + t/lib/Test/Simple/sample_tests/two_fail.plx
48664            ! MANIFEST
48665 ____________________________________________________________________________
48666 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
48667         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
48668              From: "Craig A. Berry" <craigberry@mac.com>
48669              Date: Sun, 24 Jun 2001 23:41:36 -0500
48670              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
48671      Branch: perl
48672            ! pp_sys.c
48673 ____________________________________________________________________________
48674 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
48675         Log: Upgrade to Attribute::Handlers 0.70.
48676      Branch: perl
48677            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
48678            ! MANIFEST lib/Attribute/Handlers.pm
48679 ____________________________________________________________________________
48680 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
48681         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
48682              From: Abhijit Menon-Sen <ams@wiw.org>
48683              Date: Sat, 23 Jun 2001 05:17:44 +0530
48684              Message-ID: <20010623051744.A18583@lustre.linux.in>
48685              
48686              (Can't think of a good place to put tests.)
48687      Branch: perl
48688            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
48689 ____________________________________________________________________________
48690 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
48691         Log: Subject: [PATCH] t/op/pat.t typo fix
48692              From: Richard Soderberg <rs@crystalflame.net>
48693              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
48694              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
48695      Branch: perl
48696            ! t/op/pat.t
48697 ____________________________________________________________________________
48698 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
48699         Log: Move the pack warnings to their own file, as pointed
48700              out by Spider.
48701      Branch: perl
48702            + t/lib/warnings/pp_pack
48703            ! MANIFEST t/lib/warnings/pp
48704 ____________________________________________________________________________
48705 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
48706         Log: Update Changes.
48707      Branch: perl
48708            ! Changes patchlevel.h
48709 ____________________________________________________________________________
48710 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
48711         Log: Partially fix a problem noticed by IRIX compiler:
48712              the initialization of parse_start was bypassed by
48713              several gotos.  Now initialized to zero, which may
48714              not be the best choice.
48715      Branch: perl
48716            ! regcomp.c
48717 ____________________________________________________________________________
48718 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
48719         Log: Relax the group and password tests back to moaning only
48720              if no matches at all are found.  (Even with a small sample
48721              I could find many sites where there are, umm, anomalies in
48722              the said databases.)       
48723      Branch: perl
48724            ! t/op/grent.t t/op/pwent.t
48725 ____________________________________________________________________________
48726 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
48727         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
48728      Branch: perl
48729            ! pp_ctl.c
48730 ____________________________________________________________________________
48731 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
48732         Log: De-cut-and-pasto in #10902.
48733      Branch: perl
48734            ! pp_ctl.c
48735 ____________________________________________________________________________
48736 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
48737         Log: The #10771 didn't take?
48738      Branch: perl
48739            ! pp_ctl.c
48740 ____________________________________________________________________________
48741 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
48742         Log: Undo the filetests part of #10900, under multiplicity
48743              weird errors take place.
48744      Branch: perl
48745            ! pp_sys.c
48746 ____________________________________________________________________________
48747 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
48748         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
48749      Branch: perl
48750            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
48751 ____________________________________________________________________________
48752 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
48753         Log: (Replaced by #10922)
48754              
48755              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
48756              From: Tony Bowden <tony@kasei.com>
48757              Date: Sun, 24 Jun 2001 17:32:40 +0100
48758              Message-ID: <20010624173240.A16293@blackstar.co.uk>
48759              
48760              Document (well, mention) shortmess() and longmess()
48761              to rob people of their fun of reinventing the wheel.
48762      Branch: perl
48763            ! lib/Carp.pm
48764 ____________________________________________________________________________
48765 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
48766         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
48767              From: Brian Jepson <bjepson@oreilly.com>
48768              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
48769              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
48770      Branch: perl
48771            ! pp_sys.c
48772 ____________________________________________________________________________
48773 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
48774         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
48775              From: Robin Barker <rmb1@cise.npl.co.uk> 
48776              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
48777              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
48778      Branch: perl
48779            ! lib/CPAN.pm
48780 ____________________________________________________________________________
48781 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
48782         Log: Memoize patch from mjd.
48783      Branch: perl
48784            ! lib/Memoize/t/tie_storable.t
48785 ____________________________________________________________________________
48786 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
48787         Log: Spec the sv_pvprintify() a bit more.
48788      Branch: perl
48789            ! pod/perltodo.pod
48790 ____________________________________________________________________________
48791 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
48792         Log: Upgrade to Memoize 0.65.
48793      Branch: perl
48794            + lib/Memoize/t/array_confusion.t
48795            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
48796            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
48797            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
48798            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
48799            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
48800            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
48801            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
48802            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
48803            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
48804            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
48805            ! lib/Memoize/t/tie_storable.t
48806 ____________________________________________________________________________
48807 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
48808         Log: Metaconfig unit change for #10892.
48809      Branch: metaconfig
48810            ! U/modified/Options.U
48811 ____________________________________________________________________________
48812 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
48813         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
48814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48815              Date: Sun, 24 Jun 2001 05:24:40 -0400
48816              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
48817      Branch: perl
48818            ! Configure hints/os2.sh
48819 ____________________________________________________________________________
48820 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
48821         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
48822              From: Mike Guy <mjtg@cam.ac.uk>
48823              Date: Sun, 24 Jun 2001 15:28:39 +0100
48824              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
48825              
48826              Fix an ancient (5.002) bug.
48827      Branch: perl
48828            ! lib/Carp/Heavy.pm
48829 ____________________________________________________________________________
48830 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
48831         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
48832              variables.
48833      Branch: perl
48834            ! pp_sys.c
48835 ____________________________________________________________________________
48836 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
48837         Log: Make UTS as per #10888.
48838      Branch: perl
48839            ! hints/uts.sh
48840 ____________________________________________________________________________
48841 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
48842         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
48843      Branch: perl
48844            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
48845            ! mpeix/mpeixish.h perl.h unixish.h
48846 ____________________________________________________________________________
48847 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
48848         Log: AUTHORS update.
48849      Branch: perl
48850            ! AUTHORS
48851 ____________________________________________________________________________
48852 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
48853         Log: Subject: Encode::Tcl for multibyte doesnot work
48854              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48855              Date: Sun, 24 Jun 2001 22:48:21 +0900
48856              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
48857      Branch: perl
48858            ! ext/Encode/Encode/Tcl.pm
48859 ____________________________________________________________________________
48860 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
48861         Log: Subject: [PATCH] Remove tautology in error messages
48862              From: Mike Guy <mjtg@cam.ac.uk>
48863              Date: Sun, 24 Jun 2001 13:31:00 +0100
48864              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
48865      Branch: perl
48866            ! pp_sys.c
48867 ____________________________________________________________________________
48868 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
48869         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
48870      Branch: perl
48871            ! hints/darwin.sh
48872 ____________________________________________________________________________
48873 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
48874         Log: Subject: Re: [PATCH 5.6.1] test suite
48875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48876              Date: Sun, 24 Jun 2001 05:47:05 -0400
48877              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
48878              
48879              Test suite fixes.
48880      Branch: perl
48881            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
48882 ____________________________________________________________________________
48883 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
48884         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
48885              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48886              Date: Sun, 24 Jun 2001 05:37:19 -0400
48887              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
48888      Branch: perl
48889            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
48890 ____________________________________________________________________________
48891 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
48892         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
48893              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48894              Date: Sun, 24 Jun 2001 05:34:50 -0400
48895              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
48896              
48897              Pacify compiler warnings.
48898      Branch: perl
48899            ! pp_sys.c
48900 ____________________________________________________________________________
48901 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
48902         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
48903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48904              Date: Sun, 24 Jun 2001 05:21:18 -0400
48905              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
48906              
48907              Enable compression of executables during link time.
48908      Branch: perl
48909            ! hints/os2.sh
48910 ____________________________________________________________________________
48911 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
48912         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
48913              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48914              Date: Sun, 24 Jun 2001 05:15:11 -0400
48915              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
48916              
48917              Add ordinals to the export list for Perl DLL.
48918              (Breaks intra-version DLL compatibility.)
48919      Branch: perl
48920            ! makedef.pl
48921 ____________________________________________________________________________
48922 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
48923         Log: Allow (displaying and) re-editing the Subject in perlbug.
48924              Also abstract the Subject quality control into a function.
48925      Branch: perl
48926            ! utils/perlbug.PL
48927 ____________________________________________________________________________
48928 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
48929         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
48930      Branch: perl
48931            ! utils/perlbug.PL
48932 ____________________________________________________________________________
48933 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
48934         Log: Regen toc and modlib.
48935      Branch: perl
48936            ! pod/perlmodlib.pod pod/perltoc.pod
48937 ____________________________________________________________________________
48938 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
48939         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
48940              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
48941              attribute semantics as much as possible, or 'ntsec' which uses
48942              native NTFS semantics.)  (See also #10877.)
48943      Branch: perl
48944            ! perl.c
48945 ____________________________________________________________________________
48946 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
48947         Log: (Retracted by #11586)
48948              
48949              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
48950      Branch: perl
48951            ! lib/Test/Harness.pm
48952 ____________________________________________________________________________
48953 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
48954         Log: Just zap the -uPerlio.
48955      Branch: perl
48956            ! ext/B/Stash.t
48957 ____________________________________________________________________________
48958 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
48959         Log: Do not test PerlIO if PerlIO not used.
48960      Branch: perl
48961            ! ext/PerlIO/PerlIO.t
48962 ____________________________________________________________________________
48963 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
48964         Log: Regen perlapi.
48965      Branch: perl
48966            ! pod/perlapi.pod
48967 ____________________________________________________________________________
48968 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
48969         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
48970              From: Nicholas Clark <nick@ccl4.org>
48971              Date: Sat, 23 Jun 2001 22:55:47 +0100
48972              Message-ID: <20010623225547.Z98663@plum.flirble.org>
48973      Branch: perl
48974            ! numeric.c
48975 ____________________________________________________________________________
48976 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
48977         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
48978              From: Prymmer/Kahn <pvhp@best.com>
48979              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
48980              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
48981      Branch: perl
48982            ! lib/h2xs.t
48983 ____________________________________________________________________________
48984 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
48985         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
48986              cygwin does not taint cwd, just like win32.
48987      Branch: perl
48988            ! lib/File/Find/taint.t t/op/taint.t
48989 ____________________________________________________________________________
48990 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
48991         Log: Retract #10865, the patch should be unnecessary.
48992              (But seemingly helpful in Cygwin?  Strange.)
48993      Branch: perl
48994            ! lib/Memoize/t/tie_ndbm.t
48995 ____________________________________________________________________________
48996 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
48997         Log: Misplaced test file; plus Cygwin filesystem semantics.
48998      Branch: perl
48999            + ext/SDBM_File/sdbm.t
49000            - ext/ODBM_File/sdbm.t
49001            ! MANIFEST
49002 ____________________________________________________________________________
49003 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
49004         Log: (Retracted by #10867.)
49005      Branch: perl
49006            ! lib/Memoize/t/tie_ndbm.t
49007 ____________________________________________________________________________
49008 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
49009         Log: Metaconfig unit change for #10863.
49010      Branch: metaconfig/U/perl
49011            ! Extensions.U
49012 ____________________________________________________________________________
49013 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
49014         Log: In Cygwin do not build NDBM_File and ODBM_File unless
49015              -lndbm and -ldbm are available.
49016      Branch: perl
49017            ! Configure config_h.SH
49018 ____________________________________________________________________________
49019 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
49020         Log: More Cygwin filesystem semantics.
49021      Branch: perl
49022            ! t/io/fs.t t/op/stat.t
49023 ____________________________________________________________________________
49024 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
49025         Log: More DOSish permission semantics for Cygwin.
49026      Branch: perl
49027            ! lib/AnyDBM_File.t
49028 ____________________________________________________________________________
49029 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
49030         Log: Cygwin too has different permission semantics.
49031      Branch: perl
49032            ! ext/GDBM_File/gdbm.t
49033 ____________________________________________________________________________
49034 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
49035         Log: The group (and assumedly passwd) databases can have
49036              only one entry (this is the case in cygwin).
49037      Branch: perl
49038            ! t/op/grent.t t/op/pwent.t
49039 ____________________________________________________________________________
49040 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
49041         Log: Also in Cygwin use Socket to figure out domainname
49042              (if any) (avoids trying to call external 'domainname',
49043              which doesn't at the moment exist in Cygwin)
49044      Branch: perl
49045            ! lib/Net/Domain.pm
49046 ____________________________________________________________________________
49047 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
49048         Log: Remove also the lib$Foo.def, not just $Foo.def.
49049      Branch: perl
49050            ! lib/ExtUtils/MM_Unix.pm
49051 ____________________________________________________________________________
49052 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
49053         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
49054      Branch: perl
49055            ! unixish.h
49056 ____________________________________________________________________________
49057 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
49058         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
49059              to match the whole isprint(), only the space character.
49060      Branch: perl
49061            ! handy.h pod/perlre.pod t/op/pat.t
49062 ____________________________________________________________________________
49063 [ 10854] By: nick                                  on 2001/06/23  08:09:33
49064         Log: Integrate mainline
49065      Branch: perlio
49066           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
49067           !> lib/ExtUtils.t lib/File/Find/taint.t
49068           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
49069           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
49070           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49071 ____________________________________________________________________________
49072 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
49073         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
49074              with its floats    in os390 and s390 (UTS).
49075      Branch: perl
49076            ! lib/Math/BigInt/t/bigintpm.t
49077 ____________________________________________________________________________
49078 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
49079         Log: Add also UTS (s390) to the non-IEEE float platforms.
49080      Branch: perl
49081            ! t/op/sprintf.t
49082 ____________________________________________________________________________
49083 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
49084         Log: Subject: RFC: what are applicable standards for exponent sizes?
49085              From: Peter Prymmer <pvhp@forte.com>
49086              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
49087              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
49088      Branch: perl
49089            ! t/op/sprintf.t
49090 ____________________________________________________________________________
49091 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
49092         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
49093              From: Peter Prymmer <pvhp@forte.com>
49094              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
49095              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
49096      Branch: perl
49097            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49098 ____________________________________________________________________________
49099 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
49100         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
49101              From: Peter Prymmer <pvhp@forte.com>
49102              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
49103              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
49104      Branch: perl
49105            ! lib/ExtUtils.t
49106 ____________________________________________________________________________
49107 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
49108         Log: Retract #10845.
49109      Branch: perl
49110            ! lib/File/Find/taint.t
49111 ____________________________________________________________________________
49112 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
49113         Log: Yet another error message.
49114      Branch: perl
49115            ! t/op/mkdir.t
49116 ____________________________________________________________________________
49117 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
49118         Log: The croak message for nonexistent socket functions may vary.
49119      Branch: perl
49120            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
49121 ____________________________________________________________________________
49122 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
49123         Log: (Retracted by #10848.)
49124      Branch: perl
49125            ! lib/File/Find/taint.t
49126 ____________________________________________________________________________
49127 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
49128         Log: Integrate perlio:
49129              
49130              [ 10843]
49131              Back out debug in taint.t
49132              
49133              [ 10841]
49134              Skip cwd test on Win32 ???
49135              
49136              [ 10836]
49137              Skip |- based op/write.t on Win32 as well as VMS
49138      Branch: perl
49139           !> lib/File/Find/taint.t t/op/write.t
49140 ____________________________________________________________________________
49141 [ 10843] By: nick                                  on 2001/06/22  21:24:51
49142         Log: Back out debug in taint.t
49143      Branch: perlio
49144            ! lib/File/Find/taint.t
49145 ____________________________________________________________________________
49146 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
49147         Log: setitimer() does not exist in Unicos, despite of what
49148              Configure thinks, from Mark P. Lutz.
49149      Branch: perl
49150            ! hints/unicos.sh
49151 ____________________________________________________________________________
49152 [ 10841] By: nick                                  on 2001/06/22  21:19:36
49153         Log: Skip cwd test on Win32 ???
49154      Branch: perlio
49155            ! lib/File/Find/taint.t
49156 ____________________________________________________________________________
49157 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
49158         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
49159              and Tru64 gcc -Wall happy.
49160      Branch: perl
49161            ! mg.c
49162 ____________________________________________________________________________
49163 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
49164         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
49165      Branch: perl
49166            ! ext/IPC/SysV/Semaphore.pm
49167 ____________________________________________________________________________
49168 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
49169         Log: Metaconfig unit change for #10837.
49170      Branch: metaconfig/U/perl
49171            ! Cross.U
49172 ____________________________________________________________________________
49173 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
49174         Log: Cleanup of the cross-compilation unit.
49175      Branch: perl
49176            ! Configure
49177 ____________________________________________________________________________
49178 [ 10836] By: nick                                  on 2001/06/22  20:45:12
49179         Log: Skip |- based op/write.t on Win32 as well as VMS
49180      Branch: perlio
49181            ! t/op/write.t
49182 ____________________________________________________________________________
49183 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
49184         Log: Integrate perlio:
49185              
49186              [ 10833]
49187              Patcho fix.
49188      Branch: perl
49189           !> util.c
49190 ____________________________________________________________________________
49191 [ 10834] By: nick                                  on 2001/06/22  20:41:54
49192         Log: Integrate mainline
49193      Branch: perlio
49194           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49195           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
49196           !> vos/config.ga.h
49197 ____________________________________________________________________________
49198 [ 10833] By: nick                                  on 2001/06/22  20:22:58
49199         Log: Patcho fix.
49200      Branch: perlio
49201            ! util.c
49202 ____________________________________________________________________________
49203 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
49204         Log: Metaconfig unit changes for #10831.
49205      Branch: metaconfig
49206            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
49207 ____________________________________________________________________________
49208 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
49209         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
49210              From: Andy Dougherty <doughera@lafayette.edu>
49211              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
49212              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
49213      Branch: perl
49214            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49215            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
49216 ____________________________________________________________________________
49217 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
49218         Log: MPE/iX prototype nits from Mark Bixby.
49219      Branch: perl
49220            ! pp_sys.c
49221 ____________________________________________________________________________
49222 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
49223         Log: Detypo.
49224      Branch: perl
49225            ! util.c
49226 ____________________________________________________________________________
49227 [ 10828] By: nick                                  on 2001/06/22  15:33:37
49228         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
49229      Branch: perlio
49230           +> lib/h2xs.t
49231           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
49232           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
49233           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
49234           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
49235           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
49236           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
49237           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
49238           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
49239           !> vms/vmsish.h
49240 ____________________________________________________________________________
49241 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
49242         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
49243              Date: Fri, 22 Jun 2001 10:08:35 -0500
49244              From: "Craig A. Berry" <craigberry@mac.com>
49245              Message-Id: <a05101001b75908704194@[192.168.56.145]>
49246      Branch: perl
49247            ! vms/vms.c vms/vmsish.h
49248 ____________________________________________________________________________
49249 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
49250         Log: NetWare scripts tweak from Ananth Kesari.
49251      Branch: perl
49252            ! NetWare/t/NWScripts.pl
49253 ____________________________________________________________________________
49254 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
49255         Log: Update Changes.
49256      Branch: perl
49257            ! Changes patchlevel.h
49258 ____________________________________________________________________________
49259 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
49260         Log: Add .i and .s targets.
49261      Branch: perl
49262            ! Makefile.SH
49263 ____________________________________________________________________________
49264 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
49265         Log: Upgrade to Locale::Maketext 1.03.
49266      Branch: perl
49267            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
49268            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
49269 ____________________________________________________________________________
49270 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
49271         Log: Upgrade to I18N::LangTags 0.26.
49272      Branch: perl
49273            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49274            ! lib/I18N/LangTags/test.pl
49275 ____________________________________________________________________________
49276 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
49277         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
49278              Philip Newton.
49279      Branch: perl
49280            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
49281            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49282 ____________________________________________________________________________
49283 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
49284         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
49285              From: Prymmer/Kahn <pvhp@best.com>
49286              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
49287              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
49288      Branch: perl
49289            + lib/h2xs.t
49290            ! MANIFEST utils/h2xs.PL
49291 ____________________________________________________________________________
49292 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
49293         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
49294              From: Prymmer/Kahn <pvhp@best.com>
49295              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
49296              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
49297      Branch: perl
49298            ! lib/ExtUtils.t
49299 ____________________________________________________________________________
49300 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
49301         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
49302              From: Prymmer/Kahn <pvhp@best.com>
49303              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
49304              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
49305      Branch: perl
49306            ! t/pod/plainer.t
49307 ____________________________________________________________________________
49308 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
49309         Log: AUTHORS update.
49310      Branch: perl
49311            ! AUTHORS
49312 ____________________________________________________________________________
49313 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
49314         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
49315              From: "Craig A. Berry" <craigberry@mac.com>
49316              Date: Thu, 21 Jun 2001 18:20:38 -0500
49317              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
49318      Branch: perl
49319            ! ext/POSIX/POSIX.xs
49320 ____________________________________________________________________________
49321 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
49322         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
49323              From: "Craig A. Berry" <craigberry@mac.com>
49324              Date: Thu, 21 Jun 2001 09:58:52 -0500
49325              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
49326      Branch: perl
49327            ! ext/B/Deparse.t t/op/write.t
49328 ____________________________________________________________________________
49329 [ 10814] By: nick                                  on 2001/06/22  08:13:09
49330         Log: Integrate mainline.
49331      Branch: perlio
49332           !> (integrate 46 files)
49333 ____________________________________________________________________________
49334 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
49335         Log: Change the prefixes only if $prefix is unset,
49336              as originally patched by Marcel Grunauer.
49337      Branch: perl
49338            ! hints/darwin.sh hints/rhapsody.sh
49339 ____________________________________________________________________________
49340 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
49341         Log: Subject: Re: Patch for hints/darwin.sh
49342              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
49343              Date: Thu, 21 Jun 2001 11:23:46 -0700
49344              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
49345      Branch: perl
49346            ! hints/darwin.sh hints/rhapsody.sh
49347 ____________________________________________________________________________
49348 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
49349         Log: Add .PHONY targets for non-file targets,
49350              from Wilfredo Sánchez.  Should help saying
49351              "make install" on case-insensitive filesystems.
49352      Branch: perl
49353            ! Makefile.SH
49354 ____________________________________________________________________________
49355 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
49356         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
49357              From: Doug MacEachern <dougm@covalent.net>
49358              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
49359              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
49360              
49361              plus reword the getcwd() comment, plus use getcwd() buffer
49362              size minus one.
49363      Branch: perl
49364            ! util.c
49365 ____________________________________________________________________________
49366 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
49367         Log: More gprofing from Doug MacEachern.
49368      Branch: perl
49369            ! Makefile.SH
49370 ____________________________________________________________________________
49371 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
49372         Log: Metaconfig unit change for #10807.
49373      Branch: metaconfig/U/perl
49374            ! d_sfio.U
49375 ____________________________________________________________________________
49376 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
49377         Log: Tell that you are removing the unneeded -lsfio.
49378      Branch: perl
49379            ! Configure
49380 ____________________________________________________________________________
49381 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
49382         Log: More MPE/iX tweaks from Mark Bixby.
49383      Branch: perl
49384            ! perl.c t/op/magic.t
49385 ____________________________________________________________________________
49386 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
49387         Log: The fchdir() proto is supposed to live in <unistd.h>.
49388      Branch: perl
49389            ! ext/Cwd/Cwd.xs
49390 ____________________________________________________________________________
49391 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
49392         Log: This town is too small for the Cwd extension and me,
49393              it would seem...
49394      Branch: perl
49395            ! ext/Cwd/Cwd.xs
49396 ____________________________________________________________________________
49397 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
49398         Log: Metaconfig unit change for #10802.
49399      Branch: metaconfig/U/perl
49400            ! d_modfl.U
49401 ____________________________________________________________________________
49402 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
49403         Log: More d'ohs.
49404      Branch: perl
49405            ! Configure
49406 ____________________________________________________________________________
49407 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
49408         Log: Off-by-one.  I'm so classic.
49409      Branch: perl
49410            ! util.c
49411 ____________________________________________________________________________
49412 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
49413         Log: Update Changes.
49414      Branch: perl
49415            ! Changes patchlevel.h
49416 ____________________________________________________________________________
49417 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
49418         Log: Subject: Documentation patch for Net::FTP
49419              From: Marcel Grunauer <marcel@codewerk.com>
49420              Date: Wed, 20 Jun 2001 23:03:26 +0200
49421              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
49422      Branch: perl
49423            ! lib/Net/FTP.pm
49424 ____________________________________________________________________________
49425 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
49426         Log: Retract the #10417 mg.c and embed.pl parts because of
49427              strange SEGVs in 64bit x86 FreeBSD observed by
49428              Nicholas Clark.
49429      Branch: perl
49430            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
49431 ____________________________________________________________________________
49432 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
49433         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
49434      Branch: perl
49435            ! Configure NetWare/config.wc NetWare/config_H.wc
49436            ! Porting/Glossary Porting/config.sh Porting/config_H
49437            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
49438            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49439            ! vos/config.ga.h win32/config.bc win32/config.gc
49440            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49441            ! win32/config_H.vc
49442 ____________________________________________________________________________
49443 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
49444         Log: Cwd tweak from Doug MacEachern.
49445      Branch: perl
49446            ! ext/Cwd/Cwd.xs
49447 ____________________________________________________________________________
49448 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
49449         Log: Protect the fchdir() and lstat() with ifdefs.
49450              fchdir() needs a Configure probe.
49451      Branch: perl
49452            ! ext/Cwd/Cwd.xs
49453 ____________________________________________________________________________
49454 [ 10794] By: nick                                  on 2001/06/21  17:11:35
49455         Log: Integrate mainline
49456      Branch: perlio
49457           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
49458           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
49459           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
49460           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
49461           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
49462           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
49463           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
49464           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
49465            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
49466            - lib/File/Glob/case.t lib/File/Glob/global.t
49467            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
49468            - lib/File/Temp/posix.t lib/File/Temp/security.t
49469            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
49470            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
49471            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
49472            - lib/Text/Wrap/wrap.t
49473           !> (integrate 41 files)
49474 ____________________________________________________________________________
49475 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
49476         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
49477              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
49478              Date: Thu, 21 Jun 2001 13:04:54 -0500
49479              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
49480      Branch: perl
49481            ! ext/Cwd/Cwd.xs
49482 ____________________________________________________________________________
49483 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
49484         Log: Subject: [PATCH pod] overlong =item
49485              From: Robin Barker <rmb1@cise.npl.co.uk>
49486              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
49487              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
49488      Branch: perl
49489            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
49490            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49491 ____________________________________________________________________________
49492 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
49493         Log: Subject: [PATCH perlio.c] format 
49494              From: Robin Barker <rmb1@cise.npl.co.uk>
49495              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
49496              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
49497      Branch: perl
49498            ! perlio.c
49499 ____________________________________________________________________________
49500 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
49501         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
49502              From: Radu Greab <radu@netsoft.ro>
49503              Date: Thu, 21 Jun 2001 19:06:02 +0300
49504              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
49505      Branch: perl
49506            ! pod/perlapi.pod sv.c
49507 ____________________________________________________________________________
49508 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
49509         Log: The metaconfig unit changes for #10788.
49510      Branch: metaconfig/U/perl
49511            ! Cross.U fflushall.U
49512 ____________________________________________________________________________
49513 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
49514         Log: Cross-configuration changes: make $from to rm the files
49515              before copying them over (this means that he rm can be
49516              removed from the fflushall test), create $targetmkdir      
49517              (not documented in install since it is supposed to internal
49518              use only), make $run to copy over the executable only if
49519              a stamp file .xok doesn't already exist (to avoid unnecessary
49520              copying of the executable)
49521      Branch: perl
49522            ! Configure Makefile.SH
49523 ____________________________________________________________________________
49524 [ 10787] By: nick                                  on 2001/06/21  14:16:18
49525         Log: Integrate mainline
49526      Branch: perlio
49527           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
49528           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
49529           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
49530            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
49531           !> (integrate 34 files)
49532 ____________________________________________________________________________
49533 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
49534         Log: Re-add the files as text.
49535      Branch: perl
49536            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
49537 ____________________________________________________________________________
49538 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
49539         Log: Delete the binary files.
49540      Branch: perl
49541            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
49542 ____________________________________________________________________________
49543 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
49544         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
49545              From: Andy Dougherty <doughera@lafayette.edu>
49546              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
49547              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
49548      Branch: perl
49549            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
49550            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
49551            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
49552            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
49553 ____________________________________________________________________________
49554 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
49555         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
49556              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
49557              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
49558              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
49559              
49560              Setting umask to something friendlier.
49561      Branch: perl
49562            ! installman installperl
49563 ____________________________________________________________________________
49564 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
49565         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
49566              Resort MANIFEST with sort -f, looks much better.
49567      Branch: perl
49568            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
49569            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
49570            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
49571            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
49572            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
49573            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
49574            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
49575            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
49576            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
49577            - lib/File/Glob/case.t lib/File/Glob/global.t
49578            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
49579            - lib/File/Temp/posix.t lib/File/Temp/security.t
49580            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
49581            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
49582            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
49583            - lib/Text/Wrap/wrap.t
49584            ! MANIFEST
49585 ____________________________________________________________________________
49586 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
49587         Log: Upgrade to I18N::LangTags 0.25.
49588      Branch: perl
49589            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49590            ! lib/I18N/LangTags/List.pm
49591 ____________________________________________________________________________
49592 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
49593         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
49594              From: Richard Soderberg <rs@crystalflame.net>
49595              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
49596              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
49597      Branch: perl
49598            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
49599            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
49600 ____________________________________________________________________________
49601 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
49602         Log: Test obsoleted by change #10777.
49603      Branch: perl
49604            ! t/op/sub_lval.t
49605 ____________________________________________________________________________
49606 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
49607         Log: Case of confused test numbering.
49608      Branch: perl
49609            ! t/op/pat.t
49610 ____________________________________________________________________________
49611 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
49612         Log: Subject: Re: Opinion on undef lvalue
49613              From: Abhijit Menon-Sen <ams@wiw.org>
49614              Date: Sun, 17 Jun 2001 13:04:46 +0530
49615              Message-ID: <20010617130446.B27925@lustre.linux.in>
49616              
49617              Allow lvalue subs to return undef in array context.
49618      Branch: perl
49619            ! pp_hot.c
49620 ____________________________________________________________________________
49621 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
49622         Log: Just a guess that using the same hack for cygwin as
49623              for win32 might help.
49624      Branch: perl
49625            ! lib/File/Find/find.t
49626 ____________________________________________________________________________
49627 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
49628         Log: NetWare tweaks from Guruprasad.
49629      Branch: perl
49630            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
49631            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
49632            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
49633            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
49634 ____________________________________________________________________________
49635 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
49636         Log: Subject: Re: perl@10722: Bogus warnings on REs 
49637              From: Hugo <hv@crypt.compulink.co.uk>
49638              Date: Thu, 21 Jun 2001 09:51:17 +0100
49639              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
49640              
49641              Unroll to avoid a UTS compiler bug.
49642      Branch: perl
49643            ! regcomp.c
49644 ____________________________________________________________________________
49645 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
49646         Log: Subject: Re: [PATCH] Make /o work under i?threads
49647              From: Artur Bergman <artur@contiller.se>
49648              Date: Thu, 21 Jun 2001 14:38:03 +0200
49649              Message-ID: <B757B74A.184D%artur@contiller.se>
49650      Branch: perl
49651            ! t/op/pat.t
49652 ____________________________________________________________________________
49653 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
49654         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
49655              From: Artur Bergman <artur@contiller.se> 
49656              Date: Thu, 21 Jun 2001 14:27:33 +0200
49657              Message-ID: <B757B4D4.1849%artur@contiller.se>
49658              
49659              Plus extra parentheses.
49660      Branch: perl
49661            ! op.h
49662 ____________________________________________________________________________
49663 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
49664         Log: Subject: [PATCH] Make /o work under i?threads
49665              From: Richard Soderberg <rs@crystalflame.net>
49666              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
49667              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
49668      Branch: perl
49669            ! pp_ctl.c
49670 ____________________________________________________________________________
49671 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
49672         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
49673              From: Artur Bergman <artur@contiller.se>
49674              Date: Thu, 21 Jun 2001 14:04:54 +0200
49675              Message-ID: <B757AF86.1842%artur@contiller.se>
49676      Branch: perl
49677            ! op.h
49678 ____________________________________________________________________________
49679 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
49680         Log: Subject: Re: perl@10765: sv.c not OK on win32
49681              From: Artur Bergman <artur@contiller.se>
49682              Date: Thu, 21 Jun 2001 10:31:06 +0200
49683              Message-ID: <B7577D69.182C%artur@contiller.se>
49684      Branch: perl
49685            ! sv.c
49686 ____________________________________________________________________________
49687 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
49688         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
49689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49690              Date: Thu, 21 Jun 2001 06:23:56 -0400
49691              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
49692              
49693              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
49694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49695              Date: Thu, 21 Jun 2001 06:32:21 -0400
49696              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
49697      Branch: perl
49698            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
49699 ____________________________________________________________________________
49700 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
49701         Log: Subject: [PATCH] make syslog test more verbose
49702              From: Robert Spier <rspier@pobox.com>
49703              Date: Thu, 21 Jun 2001 00:54:32 -0400
49704              Message-ID: <15153.32264.295807.333073@rls.cx>
49705      Branch: perl
49706            ! ext/Sys/Syslog/syslog.t
49707 ____________________________________________________________________________
49708 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
49709         Log: Subject: op/study.t refinements
49710              From: Hugo <hv@crypt.compulink.co.uk>
49711              Date: Thu, 21 Jun 2001 00:29:07 +0100
49712              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
49713      Branch: perl
49714            ! t/op/study.t
49715 ____________________________________________________________________________
49716 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
49717         Log: Update Changes.
49718      Branch: perl
49719            ! Changes patchlevel.h
49720 ____________________________________________________________________________
49721 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
49722         Log: Subject: Re: [PATCH] djgpp updates
49723              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
49724              Date: Wed, 20 Jun 2001 10:05:15 +0200
49725              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
49726      Branch: perl
49727            ! djgpp/config.over
49728 ____________________________________________________________________________
49729 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
49730         Log: Fix for ID 20010619.002 "When building hash, hash keys that
49731              are function calls are not being called", from Abhijit.
49732      Branch: perl
49733            ! t/base/lex.t toke.c
49734 ____________________________________________________________________________
49735 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
49736         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
49737      Branch: perl
49738            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
49739            + lib/Locale/Maketext/test.pl
49740            - lib/Locale/Maketext.t
49741            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
49742            ! lib/Locale/Maketext/TPJ13.pod
49743 ____________________________________________________________________________
49744 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
49745         Log: Metaconfig unit change for #10760.
49746      Branch: metaconfig
49747            ! U/modified/Cppsym.U
49748 ____________________________________________________________________________
49749 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
49750         Log: Do not remove the ccsym* Cppsym* files since
49751              they are useful for metaconfig units coming after us.
49752              (This is the Configure nit mentioned in #10752.)
49753      Branch: perl
49754            ! Configure
49755 ____________________________________________________________________________
49756 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
49757         Log: Update to I18N::LangTags 0.24, from Sean Burke.
49758      Branch: perl
49759            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
49760            + lib/I18N/LangTags/README
49761            - lib/I18N/LangTags/List.pod
49762            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
49763 ____________________________________________________________________________
49764 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
49765         Log: Regen headers.
49766      Branch: perl
49767            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
49768            ! pod/perlapi.pod proto.h
49769 ____________________________________________________________________________
49770 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
49771         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
49772              From: Artur Bergman <artur@contiller.se>
49773              Date: Wed, 20 Jun 2001 11:31:32 +0200
49774              Message-ID: <B7563A14.17D8%artur@contiller.se>
49775      Branch: perl
49776            ! embed.pl hv.c intrpvar.h sv.c sv.h
49777 ____________________________________________________________________________
49778 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
49779         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
49780              From: Tim Sweetman <tim@aldigital.co.uk> 
49781              Date: Wed, 13 Jun 2001 14:25:17 +0100 
49782              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
49783      Branch: perl
49784            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
49785 ____________________________________________________________________________
49786 [ 10755] By: nick                                  on 2001/06/20  16:12:37
49787         Log: Integrate mainline
49788      Branch: perlio
49789           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
49790           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
49791           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
49792           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
49793           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
49794           !> t/op/study.t util.c
49795 ____________________________________________________________________________
49796 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
49797         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
49798              but not Makefile)
49799      Branch: maint-5.6/perl
49800            ! win32/Makefile
49801 ____________________________________________________________________________
49802 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
49803         Log: Security tweak on readlink().
49804      Branch: perl
49805            ! pp_sys.c
49806 ____________________________________________________________________________
49807 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
49808         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
49809      Branch: perl
49810            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
49811            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
49812            ! mpeix/relink t/op/pwent.t
49813 ____________________________________________________________________________
49814 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
49815         Log: Reinstate #10725 (with probe for alarm()).
49816      Branch: perl
49817            ! t/op/study.t
49818 ____________________________________________________________________________
49819 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
49820         Log: Replace our implementation of realpath() with OpenBSD's
49821              (src/lib/libc/stdlib/realpath.c 1.4).
49822      Branch: perl
49823            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
49824            ! pod/perldiag.pod proto.h util.c
49825 ____________________________________________________________________________
49826 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
49827         Log: Integrate perlio:
49828              
49829              [ 10747]
49830              Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
49831      Branch: perl
49832           !> perlio.c
49833 ____________________________________________________________________________
49834 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
49835         Log: No point in going into memory-saving contortions
49836              with getcwd() since there's a danger of buffer overflow.
49837              Also make the POSIX extension to use sv_getcwd().
49838              Finally, a missed proto.h fragment.
49839      Branch: perl
49840            ! ext/POSIX/POSIX.xs proto.h util.c
49841 ____________________________________________________________________________
49842 [ 10747] By: nick                                  on 2001/06/20  12:38:26
49843         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
49844      Branch: perlio
49845            ! perlio.c
49846 ____________________________________________________________________________
49847 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
49848         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
49849              From: Graham Barr <gbarr@pobox.com>
49850              Date: Wed, 20 Jun 2001 11:05:49 +0100
49851              Message-ID: <20010620110549.I19188@pobox.com>
49852              
49853              reported in        
49854              
49855              Subject: Bug in IO::Socket::INET module (repeat)
49856              From: "Harmon S. Nine" <hnine@netarx.com>
49857              Date: Tue, 19 Jun 2001 09:41:35 -0400
49858              Message-ID: <3B2F568F.8080605@netarx.com>
49859              
49860              The bug was that the IO::Socket::INET constructor
49861              did not allow a 'LocalPort' of 0.
49862      Branch: perl
49863            ! ext/IO/lib/IO/Socket/INET.pm
49864 ____________________________________________________________________________
49865 [ 10745] By: nick                                  on 2001/06/20  08:56:39
49866         Log: Integrate mainline.
49867      Branch: perlio
49868           !> (integrate 37 files)
49869 ____________________________________________________________________________
49870 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
49871         Log: After some reading I don't think we can blindly
49872              use systems' realpath().  Too many security problems,
49873              too many buggy implementations.
49874              
49875              TODO: the realpath() emulation code in util.c doesn't
49876              seem fully operational?  (readlink(), for example?)
49877      Branch: perl
49878            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
49879            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
49880            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
49881            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
49882            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
49883            ! win32/config_H.gc win32/config_H.vc
49884 ____________________________________________________________________________
49885 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
49886         Log: Metaconfig unit change for #10738.
49887      Branch: metaconfig
49888            ! U/compline/d_gconvert.U
49889 ____________________________________________________________________________
49890 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
49891         Log: Integrate change #10739 from maintperl:
49892              
49893              C<eval "/x$\r\n/x"> fails to compile correctly 
49894      Branch: perl
49895           !> t/op/pat.t toke.c
49896 ____________________________________________________________________________
49897 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
49898         Log: Retract #10725 (Hugo asked NOT to apply the patch)
49899      Branch: perl
49900            ! t/op/study.t
49901 ____________________________________________________________________________
49902 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
49903         Log: The test.third results were funnily named because of the
49904              new test scheme.
49905      Branch: perl
49906            ! t/TEST
49907 ____________________________________________________________________________
49908 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
49909         Log: C<eval "/x$\r\n/x"> fails to compile correctly
49910      Branch: maint-5.6/perl
49911            ! t/op/pat.t toke.c
49912 ____________________________________________________________________________
49913 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
49914         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
49915              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49916              Date: Tue, 19 Jun 2001 19:15:40 -0400
49917              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
49918              
49919              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
49920              because "1e+129" being expected but "1.e+129" being returned.
49921              The culprit (at least in Tru64) is the use of gcvt().
49922      Branch: perl
49923            ! Configure
49924 ____________________________________________________________________________
49925 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
49926         Log: Subject: [PATCH perl@10722] test hunting on VMS
49927              From: "Craig A. Berry" <craigberry@mac.com>
49928              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
49929              Date: Tue, 19 Jun 2001 18:59:01 -0500
49930      Branch: perl
49931            ! vms/test.com
49932 ____________________________________________________________________________
49933 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
49934         Log: Subject: [PATCH] s/typos//
49935              From: Abhijit Menon-Sen <ams@wiw.org>
49936              Date: Wed, 20 Jun 2001 02:15:02 +0530
49937              Message-ID: <20010620021502.A14541@lustre.linux.in>
49938              
49939              Without the op.h s/bearword/bareword/ hunk, see
49940              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
49941      Branch: perl
49942            ! util.c
49943 ____________________________________________________________________________
49944 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
49945         Log: Metaconfig unit change for #10732 and #10733.
49946      Branch: metaconfig/U/perl
49947            ! fflushall.U
49948 ____________________________________________________________________________
49949 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
49950         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
49951              From: "Craig A. Berry" <craigberry@mac.com>
49952              Date: Tue, 19 Jun 2001 17:19:48 -0500
49953              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
49954      Branch: perl
49955            ! configure.com vms/descrip_mms.template
49956 ____________________________________________________________________________
49957 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
49958         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
49959              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49960              Date: Tue, 19 Jun 2001 16:48:07 -0400
49961              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
49962              
49963              Further fixes to fflush(NULL) detection.
49964      Branch: perl
49965            ! Configure
49966 ____________________________________________________________________________
49967 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
49968         Log: AIX test -s hangs with non-existent files?
49969              (A genuine logic bug in Configure, but AIX also broken?)
49970      Branch: perl
49971            ! Configure
49972 ____________________________________________________________________________
49973 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
49974         Log: AUTHORS updates.
49975      Branch: perl
49976            ! AUTHORS
49977 ____________________________________________________________________________
49978 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
49979         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
49980              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49981              Date: Tue, 19 Jun 2001 15:33:25 -0400
49982              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
49983      Branch: perl
49984            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
49985            ! t/lib/warnings/pp
49986 ____________________________________________________________________________
49987 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
49988         Log: Integrate perlio:
49989              
49990              [ 10728]
49991              Hack File/Find/find.t to use File::Spec::Unix on Win32.
49992      Branch: perl
49993           !> lib/File/Find/find.t win32/distclean.bat
49994 ____________________________________________________________________________
49995 [ 10728] By: nick                                  on 2001/06/19  18:24:53
49996         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
49997      Branch: perlio
49998            ! lib/File/Find/find.t win32/distclean.bat
49999 ____________________________________________________________________________
50000 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
50001         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
50002              also add information how to find out whether one has PerlIO.
50003      Branch: perl
50004            ! pod/perlfunc.pod
50005 ____________________________________________________________________________
50006 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
50007         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
50008              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50009              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
50010              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
50011      Branch: perl
50012            ! pod/perlfunc.pod
50013 ____________________________________________________________________________
50014 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
50015         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50016              From: Hugo <hv@crypt.compulink.co.uk>
50017              Date: Tue, 19 Jun 2001 12:37:30 +0100
50018              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
50019      Branch: perl
50020            ! t/op/study.t
50021 ____________________________________________________________________________
50022 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
50023         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50024              From: Hugo <hv@crypt.compulink.co.uk>
50025              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
50026              Date: Tue, 19 Jun 2001 13:15:17 +0100
50027      Branch: perl
50028            ! util.c
50029 ____________________________________________________________________________
50030 [ 10723] By: nick                                  on 2001/06/19  14:46:15
50031         Log: Integrate mainline
50032      Branch: perlio
50033           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
50034           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
50035           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
50036           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
50037           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
50038           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50039            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50040            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50041            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50042            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50043            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50044            - ext/Thread/unsync4.t
50045           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
50046           !> djgpp/config.over djgpp/fixpmain
50047           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
50048           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
50049           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
50050 ____________________________________________________________________________
50051 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
50052         Log: Update Changes.
50053      Branch: perl
50054            ! Changes patchlevel.h
50055 ____________________________________________________________________________
50056 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
50057         Log: The existence shall be MANIFESted.
50058      Branch: perl
50059            ! MANIFEST
50060 ____________________________________________________________________________
50061 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
50062         Log: The old libnet.cfg is first searched from the current directory,
50063              only then from the module path.
50064      Branch: perl
50065            ! utils/libnetcfg.PL
50066 ____________________________________________________________________________
50067 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
50068         Log: NetWare tweaks from Guruprasad.
50069      Branch: perl
50070            ! NetWare/Makefile NetWare/config.wc
50071 ____________________________________________________________________________
50072 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
50073         Log: Subject: [PATCH] djgpp updates
50074              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50075              Date: Tue, 19 Jun 2001 10:59:06 +0200
50076              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
50077      Branch: perl
50078            ! djgpp/config.over djgpp/fixpmain
50079 ____________________________________________________________________________
50080 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
50081         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
50082              From: Prymmer/Kahn <pvhp@best.com>
50083              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
50084              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
50085      Branch: perl
50086            ! win32/Makefile
50087 ____________________________________________________________________________
50088 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
50089         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
50090              to happen right after the inclusion of <inttypes.h>,
50091              from Edward Moy.
50092      Branch: perl
50093            ! handy.h perl.h
50094 ____________________________________________________________________________
50095 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
50096         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
50097              From: Doug MacEachern <dougm@covalent.net>
50098              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
50099              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
50100      Branch: perl
50101            ! ext/DynaLoader/DynaLoader_pm.PL
50102 ____________________________________________________________________________
50103 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
50104         Log: Revert #10656 for performance reasons but leave in the
50105              use of Hv*() macros -- in comments, so that grepping the
50106              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
50107              suggested by Sarathy, also by Abhijit.)
50108      Branch: perl
50109            ! hv.c
50110 ____________________________________________________________________________
50111 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
50112         Log: Subject: [patch] .s MakeMaker suffix
50113              From: Doug MacEachern <dougm@covalent.net>
50114              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
50115              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
50116      Branch: perl
50117            ! lib/ExtUtils/MM_Unix.pm
50118 ____________________________________________________________________________
50119 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
50120         Log: One test lost in the big shuffle restored.
50121      Branch: perl
50122            + ext/IPC/SysV/ipcsysv.t
50123            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
50124 ____________________________________________________________________________
50125 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
50126         Log: Rename the old non-standard threads tests so that
50127              they won't be invoked.
50128      Branch: perl
50129            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
50130            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
50131            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
50132            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
50133            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
50134            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50135            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50136            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50137            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50138            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50139            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50140            - ext/Thread/unsync4.t
50141            ! MANIFEST
50142 ____________________________________________________________________________
50143 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
50144         Log: Integrate perlio:
50145              
50146              [ 10708]
50147              Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
50148              
50149              [ 10678]
50150              Integrate mainline (part2 - the deletes)
50151      Branch: perl
50152           !> win32/config_sh.PL
50153 ____________________________________________________________________________
50154 [ 10709] By: nick                                  on 2001/06/19  08:18:18
50155         Log: Integrate mainline
50156      Branch: perlio
50157           +> (branch 40 files)
50158            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
50159            - lib/strict/subs lib/strict/vars lib/warnings/1global
50160            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
50161            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
50162            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
50163            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
50164            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
50165            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
50166            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
50167            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
50168            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
50169            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
50170            - lib/warnings/utf8 lib/warnings/util
50171           !> (integrate 57 files)
50172 ____________________________________________________________________________
50173 [ 10708] By: nick                                  on 2001/06/19  07:57:10
50174         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
50175      Branch: perlio
50176            ! win32/config_sh.PL
50177 ____________________________________________________________________________
50178 [ 10707] By: nick                                  on 2001/06/19  07:05:07
50179         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
50180      Branch: perl
50181            ! perly.c perly.y perly_c.diff vms/perly_c.vms
50182 ____________________________________________________________________________
50183 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
50184         Log: More perl572delta tweaks.
50185      Branch: perl
50186            ! pod/perl572delta.pod
50187 ____________________________________________________________________________
50188 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
50189         Log: Update perl572delta.
50190      Branch: perl
50191            ! pod/perl572delta.pod
50192 ____________________________________________________________________________
50193 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
50194         Log: VOS updates from Paul Green.
50195      Branch: perl
50196            ! vos/Changes vos/build.cm vos/perl.bind
50197 ____________________________________________________________________________
50198 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
50199         Log: Update the vos/config.*.* files.
50200      Branch: perl
50201            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50202            ! vos/config.ga.h
50203 ____________________________________________________________________________
50204 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
50205         Log: Add a makefile for more painless adding of symbols to the
50206              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
50207              takes care of the adding)
50208      Branch: perl
50209            + vos/Makefile
50210 ____________________________________________________________________________
50211 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
50212         Log: Make libnetcfg by default display the libnet configuration,
50213              -c to change, add -i for old config, document all options,
50214              regen toc.
50215      Branch: perl
50216            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
50217 ____________________________________________________________________________
50218 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
50219         Log: gcc -Wall sweep.
50220      Branch: perl
50221            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
50222 ____________________________________________________________________________
50223 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
50224         Log: So there.
50225      Branch: perl
50226            ! universal.c
50227 ____________________________________________________________________________
50228 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
50229         Log: Document the need for sv_printify().
50230              
50231              Document that 'use utf8' has been considered.
50232              
50233              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
50234      Branch: perl
50235            ! pod/perltodo.pod universal.c
50236 ____________________________________________________________________________
50237 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
50238         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
50239              From: Nicholas Clark <nick@ccl4.org>
50240              Date: Mon, 18 Jun 2001 23:29:23 +0100
50241              Message-ID: <20010618232923.I98663@plum.flirble.org>
50242      Branch: perl
50243            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
50244            ! ext/Sys/Syslog/Makefile.PL
50245 ____________________________________________________________________________
50246 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
50247         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
50248              From: Scott.L.Miller@Compaq.com
50249              Date: Mon, 18 Jun 2001 10:12:27 -0500
50250              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
50251      Branch: perl
50252            ! lib/perl5db.pl pod/perldebug.pod
50253 ____________________________________________________________________________
50254 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
50255         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
50256              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
50257              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
50258              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
50259      Branch: perl
50260            ! lib/Carp/Heavy.pm
50261 ____________________________________________________________________________
50262 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
50263         Log: Subject: [PATCH] Documentation changes for CLONE
50264              From: Artur Bergman <artur@contiller.se>
50265              Date: Mon, 18 Jun 2001 22:06:37 +0200
50266              Message-ID: <B7542BEC.1719%artur@contiller.se>
50267      Branch: perl
50268            ! pod/perlmod.pod pod/perlsub.pod
50269 ____________________________________________________________________________
50270 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
50271         Log: Subject: Re: configure.com
50272              From: "Craig A. Berry" <craigberry@mac.com>
50273              Date: Mon, 18 Jun 2001 16:04:38 -0500
50274              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
50275      Branch: perl
50276            ! configure.com
50277 ____________________________________________________________________________
50278 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
50279         Log: Subject: PL_nullstash + perl_clone()
50280              From: Doug MacEachern <dougm@covalent.net>
50281              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
50282              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
50283      Branch: perl
50284            ! sv.c
50285 ____________________________________________________________________________
50286 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
50287         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
50288              From: davem@fdgroup.co.uk
50289              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
50290              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
50291      Branch: perl
50292            ! embed.pl pod/perlapi.pod
50293 ____________________________________________________________________________
50294 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
50295         Log: More cross-compilation defaults gleaned from -Dcc
50296              if it is CPU-OS-gcc.
50297      Branch: metaconfig
50298            ! U/modified/libc.U
50299      Branch: metaconfig/U/perl
50300            ! Cross.U
50301      Branch: perl
50302            ! Configure INSTALL
50303 ____________________________________________________________________________
50304 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
50305         Log: Update Changes.
50306      Branch: perl
50307            ! Changes patchlevel.h
50308 ____________________________________________________________________________
50309 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
50310         Log: Subject: [PATCH 5.7.1] sv.c documentation
50311              From: davem@fdgroup.co.uk
50312              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
50313              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
50314      Branch: perl
50315            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
50316            ! sv.c sv.h
50317 ____________________________________________________________________________
50318 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
50319         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
50320              From: "Jon Gunnip" <jongunnip@hotmail.com>
50321              Date: Sun, 17 Jun 2001 18:24:29 -0400
50322              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
50323      Branch: perl
50324            ! pod/perlvar.pod
50325 ____________________________________________________________________________
50326 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
50327         Log: Move the locale/strict/warnings helper files back
50328              under the t/lib; this way the amount of non-installabled
50329              stuff under lib/ stays smaller.
50330      Branch: perl
50331            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
50332            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
50333            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
50334            + t/lib/warnings/5nolint t/lib/warnings/6default
50335            + t/lib/warnings/7fatal t/lib/warnings/8signal
50336            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
50337            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
50338            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
50339            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
50340            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
50341            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
50342            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
50343            + t/lib/warnings/taint t/lib/warnings/toke
50344            + t/lib/warnings/universal t/lib/warnings/utf8
50345            + t/lib/warnings/util
50346            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
50347            - lib/strict/subs lib/strict/vars lib/warnings/1global
50348            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
50349            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
50350            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
50351            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
50352            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
50353            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
50354            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
50355            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
50356            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
50357            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
50358            - lib/warnings/utf8 lib/warnings/util
50359            ! MANIFEST installperl lib/locale.t lib/strict.t
50360 ____________________________________________________________________________
50361 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
50362         Log: Split off the pack/unpack code, from Nicholas Clark.
50363      Branch: perl
50364            + pp_pack.c
50365            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
50366            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
50367            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
50368 ____________________________________________________________________________
50369 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
50370         Log: Guard the SysV IPC tests against being invoked in
50371              SysV-IPC-less places.
50372      Branch: perl
50373            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
50374 ____________________________________________________________________________
50375 [ 10683] By: nick                                  on 2001/06/18  12:24:42
50376         Log: Integrate mainline (new test scheme now ok on Linux).
50377      Branch: perlio
50378           +> lib/warnings.t
50379           !> dump.c sv.c
50380 ____________________________________________________________________________
50381 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
50382         Log: Add the locale.c and numeric.c to the microperl sources.
50383      Branch: perl
50384            ! Makefile.micro win32/Makefile
50385 ____________________________________________________________________________
50386 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
50387         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
50388              From: Abhijit Menon-Sen <ams@wiw.org>
50389              Date: Mon, 18 Jun 2001 14:23:44 +0530
50390              Message-ID: <20010618142344.A13136@lustre.linux.in>
50391      Branch: perl
50392            ! dump.c
50393 ____________________________________________________________________________
50394 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
50395         Log: Subject: Re: [PATCH] more anonymous stash cleanups
50396              From: Abhijit Menon-Sen <ams@wiw.org>
50397              Date: Mon, 18 Jun 2001 15:50:32 +0530
50398              Message-ID: <20010618155032.A13223@lustre.linux.in>
50399              
50400              Plus the comment left in as suggested by NI-S.
50401      Branch: perl
50402            ! sv.c
50403 ____________________________________________________________________________
50404 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
50405         Log: One missed file.
50406      Branch: perl
50407            + lib/warnings.t
50408 ____________________________________________________________________________
50409 [ 10678] By: nick                                  on 2001/06/18  08:05:29
50410         Log: Integrate mainline (part2 - the deletes)
50411      Branch: perlio
50412            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
50413            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
50414            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
50415            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
50416            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
50417            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
50418            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
50419            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
50420            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
50421            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
50422            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
50423 ____________________________________________________________________________
50424 [ 10677] By: nick                                  on 2001/06/18  08:04:44
50425         Log: Integrate mainline (part1)
50426      Branch: perlio
50427           +> (branch 376 files)
50428            - (delete 219 files)
50429           !> (integrate 151 files)
50430 ____________________________________________________________________________
50431 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
50432         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
50433              No doubt I made some mistakes like missed some files or
50434              misnamed some files.  The naming rules were more or less:
50435              (1) if the module is from CPAN, follows its ways, be it
50436              t/*.t or test.pl.
50437              (2) otherwise if there are multiple tests for a module
50438              put them in a t/
50439              (3) otherwise if there's only one test put it in Module.t
50440              (4) helper files go to module/ (locale, strict, warnings)
50441              (5) use longer filenames now that we can (but e.g. the
50442              compat-0.6.t and the Text::Balanced test files still
50443              were renamed to be more civil against the 8.3 people)
50444              installperl was updated appropriately not to install the
50445              *.t files or the help files from under lib.
50446              
50447              TODO: some helper files still remain under t/ that could
50448              follow their 'masters'.  UPDATE: On second thoughts, why
50449              should they.  They can continue to live under t/lib, and
50450              in fact the locale/strict/warnings helpers that were moved
50451              could be moved back.  This way the amount of non-installable
50452              stuff under lib/ stays smaller.
50453      Branch: perl
50454            + (add 253 files)
50455            - (delete 254 files)
50456            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
50457 ____________________________________________________________________________
50458 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
50459         Log: The warning no more comes from util.c, it comes from numeric.c.
50460      Branch: perl
50461            ! README.tru64
50462 ____________________________________________________________________________
50463 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
50464         Log: Subject: Re: anyone good at casting spells?
50465              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50466              Date: Sun, 17 Jun 2001 21:21:04 -0400
50467              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
50468      Branch: perl
50469            ! ext/POSIX/POSIX.xs hv.h
50470 ____________________________________________________________________________
50471 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
50472         Log: Protect the (original) thread tests against testing if no 5.005
50473              threads have been configured.
50474      Branch: perl
50475            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50476            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50477            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50478            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50479            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50480            ! ext/Thread/unsync4.t
50481 ____________________________________________________________________________
50482 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
50483         Log: Try the new test scanning scheme on Text::Abbrev.
50484      Branch: perl
50485            + lib/Text/Abbrev.t
50486            - lib/Text/Abbrev/t/abbrev.t
50487            ! MANIFEST
50488 ____________________________________________________________________________
50489 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
50490         Log: Change the scan policy of the *.t and test.pl files,
50491              now the *.t do not need to live in a t/ directory.
50492      Branch: perl
50493            ! t/TEST t/harness
50494 ____________________________________________________________________________
50495 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
50496         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
50497              From: Ilmari Karonen <iltzu@sci.fi>
50498              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
50499              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
50500      Branch: perl
50501            ! pod/perlfaq7.pod
50502 ____________________________________________________________________________
50503 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
50504         Log: Quench the warnings from Tru64; the HP-UX is still
50505              broken because it really, REALLY, doesn't like the
50506              HvARRAY() being lvalue:
50507              
50508              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
50509              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
50510      Branch: perl
50511            ! hv.c
50512 ____________________________________________________________________________
50513 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
50514         Log: Integrate change #10667 from maintperl:
50515              
50516              change#10449 broke the special-case that makes lexicals inside the
50517              eval"" within DB::DB() visible
50518      Branch: perl
50519           !> op.c
50520 ____________________________________________________________________________
50521 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
50522         Log: change#10449 broke the special-case that makes lexicals inside the
50523              eval"" within DB::DB() visible
50524      Branch: maint-5.6/perl
50525            ! op.c
50526 ____________________________________________________________________________
50527 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
50528         Log: Still spurious output; indent the code a bit.
50529              
50530              TODO1: separate the utility functions like MkDir
50531              into a helper script?
50532              
50533              TODO2: I see a lot of repetition in the filepath()
50534              and dirpath() calls.
50535      Branch: perl
50536            ! t/lib/filefind.t t/lib/findtaint.t
50537 ____________________________________________________________________________
50538 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
50539         Log: Regen modlib, toc.
50540      Branch: perl
50541            ! pod/perlmodlib.pod pod/perltoc.pod
50542 ____________________________________________________________________________
50543 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
50544         Log: Add libnetcfg to perlutil.
50545      Branch: perl
50546            ! pod/perlutil.pod
50547 ____________________________________________________________________________
50548 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
50549         Log: Initial integration of libnet-1.0703.
50550              The Configure script renamed as libnetcfg, will be
50551              installed along other utilities.
50552      Branch: perl
50553            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
50554            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
50555            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
50556            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
50557            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
50558            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
50559            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
50560            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
50561            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
50562            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
50563            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
50564            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
50565            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
50566            + utils/libnetcfg.PL
50567            ! MANIFEST utils.lst utils/Makefile
50568 ____________________________________________________________________________
50569 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
50570         Log: Less potentially test-harness-confusing output.
50571      Branch: perl
50572            ! lib/Memoize/t/expire_module_t.t
50573 ____________________________________________________________________________
50574 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
50575         Log: The final print annoys make test.
50576      Branch: perl
50577            ! t/lib/filefind.t t/lib/findtaint.t
50578 ____________________________________________________________________________
50579 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
50580         Log: Add an option for handling dangling symbolic links.
50581      Branch: perl
50582            ! lib/File/Find.pm t/lib/filefind.t
50583 ____________________________________________________________________________
50584 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
50585         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
50586              From: Thomas Wegner <wegner_thomas@yahoo.com>
50587              Date: Sun, 17 Jun 2001 14:43:11 +0200
50588              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
50589      Branch: perl
50590            + t/lib/findtaint.t
50591            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
50592 ____________________________________________________________________________
50593 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
50594         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
50595              From: Jonathan Stowe <gellyfish@gellyfish.com>
50596              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
50597              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
50598      Branch: perl
50599            ! lib/ExtUtils/MM_Unix.pm
50600 ____________________________________________________________________________
50601 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
50602         Log: Subject: [PATCH] more anonymous stash cleanups
50603              From: Abhijit Menon-Sen <ams@wiw.org>
50604              Date: Sun, 17 Jun 2001 11:44:06 +0530
50605              Message-ID: <20010617114406.A25203@lustre.linux.in>
50606      Branch: perl
50607            ! op.c
50608 ____________________________________________________________________________
50609 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
50610         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
50611              From: Abhijit Menon-Sen <ams@wiw.org>
50612              Date: Sun, 17 Jun 2001 08:02:59 +0530
50613              Message-ID: <20010617080259.A28776@lustre.linux.in>
50614              
50615              Subject: [PATCH #2/7] xhv_eiter
50616              From: Abhijit Menon-Sen <ams@wiw.org>
50617              Date: Sun, 17 Jun 2001 08:13:18 +0530
50618              Message-ID: <20010617081318.B28776@lustre.linux.in>
50619              
50620              Subject: [PATCH #3/7] xhv_fill
50621              From: Abhijit Menon-Sen <ams@wiw.org>
50622              Date: Sun, 17 Jun 2001 08:25:16 +0530
50623              Message-ID: <20010617082516.C28776@lustre.linux.in>
50624              
50625              Subject: [PATCH #4/7] xhv_keys
50626              From: Abhijit Menon-Sen <ams@wiw.org>
50627              Date: Sun, 17 Jun 2001 08:36:17 +0530
50628              Message-ID: <20010617083617.D28776@lustre.linux.in>
50629              
50630              Subject: [PATCH #5/7] xhv_max
50631              From: Abhijit Menon-Sen <ams@wiw.org>
50632              Date: Sun, 17 Jun 2001 08:39:48 +0530
50633              Message-ID: <20010617083948.E28776@lustre.linux.in>
50634              
50635              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
50636              From: Abhijit Menon-Sen <ams@wiw.org>
50637              Date: Sun, 17 Jun 2001 08:51:11 +0530
50638              Message-ID: <20010617085111.F28776@lustre.linux.in>
50639      Branch: perl
50640            ! hv.c
50641 ____________________________________________________________________________
50642 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
50643         Log: Update Changes.
50644      Branch: perl
50645            ! Changes patchlevel.h
50646 ____________________________________________________________________________
50647 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
50648         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
50649              From: Abhijit Menon-Sen <ams@wiw.org>
50650              Date: Sat, 16 Jun 2001 07:41:19 +0530
50651              Message-ID: <20010616074119.A24720@lustre.linux.in>
50652      Branch: perl
50653            ! hv.c perl.c vms/vmsish.h win32/win32.h
50654 ____________________________________________________________________________
50655 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
50656         Log: Document tests failing when threaded, since we now have more.
50657      Branch: perl
50658            ! pod/perl572delta.pod
50659 ____________________________________________________________________________
50660 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
50661         Log: -Wall cleanup.
50662      Branch: perl
50663            ! ext/Thread/Thread.xs
50664 ____________________________________________________________________________
50665 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
50666         Log: pthread_attr_setstacksize() isn't absolutely necessary
50667              to call, only iff THREAD_CREATE_NEEDS_STACK.
50668      Branch: perl
50669            ! ext/Thread/Thread.xs
50670 ____________________________________________________________________________
50671 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
50672         Log: -Wall strays.
50673      Branch: perl
50674            ! perl.c util.c
50675 ____________________________________________________________________________
50676 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
50677         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
50678              (and INT64_MIN) brokenness.
50679      Branch: perl
50680            ! hints/darwin.sh perl.h
50681 ____________________________________________________________________________
50682 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
50683         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
50684              From: Nicholas Clark <nick@ccl4.org>
50685              Date: Sun, 17 Jun 2001 00:16:05 +0100
50686              Message-ID: <20010617001605.V98663@plum.flirble.org>
50687      Branch: perl
50688            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
50689            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
50690            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50691 ____________________________________________________________________________
50692 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
50693         Log: Add perlnetware to docs; regen toc; supply skeleton
50694              docs for some Memoize submodules.
50695      Branch: perl
50696            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
50697            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
50698            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
50699            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
50700            ! win32/Makefile win32/makefile.mk
50701 ____________________________________________________________________________
50702 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
50703         Log: pod cleanup.
50704      Branch: perl
50705            ! README.netware
50706 ____________________________________________________________________________
50707 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
50708         Log: Integrate Memoize 0.64.  Few tweaks were required in
50709              the test scripts.  Note that the speed and expire*
50710              tests take several dozen seconds to run.
50711      Branch: perl
50712            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
50713            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
50714            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
50715            + lib/Memoize/README lib/Memoize/SDBM_File.pm
50716            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
50717            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
50718            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
50719            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
50720            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
50721            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
50722            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
50723            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
50724            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
50725            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
50726            ! MANIFEST t/lib/1_compile.t
50727 ____________________________________________________________________________
50728 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
50729         Log: Document the cross-compilation options.
50730      Branch: perl
50731            ! Cross/README INSTALL
50732 ____________________________________________________________________________
50733 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
50734         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
50735      Branch: perl
50736            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
50737            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
50738            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
50739            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
50740            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
50741            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
50742            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
50743            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
50744            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
50745            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
50746            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
50747            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
50748            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
50749            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
50750            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
50751            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
50752            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
50753            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
50754            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
50755            + lib/ExtUtils/MM_NW5.pm
50756            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
50757            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
50758            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
50759            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
50760            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
50761            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
50762            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
50763            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
50764            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
50765            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
50766            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
50767            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
50768            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
50769            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
50770            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
50771            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
50772            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
50773            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
50774            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
50775            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
50776            ! util.h x2p/a2py.c
50777 ____________________________________________________________________________
50778 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
50779         Log: Resort MANIFEST.
50780      Branch: perl
50781            ! MANIFEST
50782 ____________________________________________________________________________
50783 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
50784         Log: Integrate perlio:
50785              
50786              [ 10640]
50787              Disable :win32 layer as default till I get it working
50788              
50789              [ 10632]
50790              Work-in-progress win32 layer semi-functional, checking 
50791              for UNIX breakage.
50792              
50793              [ 10627]
50794              Work in progress UNIX-side edit of win32 PerLIO layer
50795      Branch: perl
50796           +> win32/win32io.c
50797           !> MANIFEST perlio.c perliol.h win32/makefile.mk
50798 ____________________________________________________________________________
50799 [ 10640] By: nick                                  on 2001/06/16  18:38:31
50800         Log: Disable :win32 layer as default till I get it working
50801      Branch: perlio
50802            ! MANIFEST perlio.c
50803 ____________________________________________________________________________
50804 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
50805         Log: Try the new scheme by moving the Text::Abbrev test
50806              to a new place under lib.
50807      Branch: perl
50808            + lib/Text/Abbrev/t/abbrev.t
50809            - t/lib/abbrev.t
50810            ! MANIFEST
50811 ____________________________________________________________________________
50812 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
50813         Log: Make the code even more dynamical so that testname
50814              suffix length can change.
50815      Branch: perl
50816            ! lib/Test/Harness.pm t/TEST
50817 ____________________________________________________________________________
50818 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
50819         Log: Allow for deeper t/ and also a single test.pl.
50820      Branch: perl
50821            ! t/TEST t/harness
50822 ____________________________________________________________________________
50823 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
50824         Log: #define fix from Nicholas Clark.
50825      Branch: perl
50826            ! ext/POSIX/POSIX.xs
50827 ____________________________________________________________________________
50828 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
50829         Log: Initialization is nice.
50830      Branch: perl
50831            ! lib/Test/Harness.pm
50832 ____________________________________________________________________________
50833 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
50834         Log: Make t/TEST and t/harness to test also the t/ tests
50835              under the main lib/ and ext/ directories.  Fix Test::Harness
50836              to dynamically change the width of its "foo/bar....ok" output.
50837      Branch: perl
50838            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
50839 ____________________________________________________________________________
50840 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
50841         Log: Subject: [PATCH] Re: perl@10611 
50842              From: Nicholas Clark <nick@ccl4.org>
50843              Date: Sat, 16 Jun 2001 16:52:47 +0100
50844              Message-ID: <20010616165247.O98663@plum.flirble.org>
50845              
50846              The .xs parts, too.
50847      Branch: perl
50848            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
50849            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
50850 ____________________________________________________________________________
50851 [ 10632] By: nick                                  on 2001/06/16  16:44:35
50852         Log: Work-in-progress win32 layer semi-functional, checking 
50853              for UNIX breakage.
50854      Branch: perlio
50855            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
50856 ____________________________________________________________________________
50857 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
50858         Log: Subject: [PATCH] Re: perl@10611 
50859              From: Nicholas Clark <nick@ccl4.org>
50860              Date: Sat, 16 Jun 2001 16:52:47 +0100
50861              Message-ID: <20010616165247.O98663@plum.flirble.org>
50862      Branch: perl
50863            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
50864            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
50865            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
50866            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
50867            ! lib/ExtUtils/Constant.pm
50868 ____________________________________________________________________________
50869 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
50870         Log: Metaconfig unit change for #10629.
50871      Branch: metaconfig
50872            ! U/modified/Finish.U
50873 ____________________________________________________________________________
50874 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
50875         Log: The extraction changed directories.
50876      Branch: perl
50877            ! Configure
50878 ____________________________________________________________________________
50879 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
50880         Log: Math::BigInt 1.35 from Tels.
50881      Branch: perl
50882            + t/lib/mbimbf.t
50883            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
50884            ! t/lib/bigfltpm.t t/lib/bigintpm.t
50885 ____________________________________________________________________________
50886 [ 10627] By: nick                                  on 2001/06/16  14:54:52
50887         Log: Work in progress UNIX-side edit of win32 PerLIO layer
50888      Branch: perlio
50889            + win32/win32io.c
50890            ! perlio.c win32/makefile.mk
50891 ____________________________________________________________________________
50892 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
50893         Log: Subject: [PATCH 5.6.1] os2/diff-configure
50894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50895              Date: Fri, 15 Jun 2001 01:19:36 -0400
50896              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
50897              
50898              Empty all of it because I think #10624 made even the
50899              last patch hunk unnecessary.
50900      Branch: perl
50901            ! os2/diff.configure
50902 ____________________________________________________________________________
50903 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
50904         Log: Metaconfig unit change for 10624.
50905      Branch: metaconfig
50906            ! U/modified/libc.U
50907      Branch: perl
50908            ! config_h.SH
50909 ____________________________________________________________________________
50910 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
50911         Log: Move the initialization of libnames to the beginning so
50912              that can one 'seed' it (as OS/2 does.)
50913      Branch: perl
50914            ! Configure
50915 ____________________________________________________________________________
50916 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
50917         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
50918              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50919              Date: Fri, 15 Jun 2001 19:10:57 -0400
50920              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
50921      Branch: perl
50922            ! os2/OS2/REXX/DLL/DLL.pm
50923 ____________________________________________________________________________
50924 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
50925         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
50926              From: "Craig A. Berry" <craigberry@mac.com>
50927              Date: Fri, 15 Jun 2001 17:00:03 -0500
50928              Message-Id: <a05101007b750342599be@[172.16.52.1]>
50929      Branch: perl
50930            ! vms/descrip_mms.template
50931 ____________________________________________________________________________
50932 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
50933         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
50934              From: "Craig A. Berry" <craigberry@mac.com>
50935              Date: Fri, 15 Jun 2001 18:39:42 -0500
50936              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
50937      Branch: perl
50938            ! lib/File/Spec/VMS.pm t/lib/extutils.t
50939 ____________________________________________________________________________
50940 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
50941         Log: Integrate perlio:
50942              
50943              [ 10619]
50944              Generated files
50945              
50946              [ 10618]
50947              Fix open.pm to work via XS-implemented method calls rather
50948              than *open::layers variables which caused all the HV/AV hassle.
50949      Branch: perl
50950           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
50951           !> t/io/utf8.t t/lib/io_scalar.t
50952 ____________________________________________________________________________
50953 [ 10619] By: nick                                  on 2001/06/15  21:05:19
50954         Log: Generated files
50955      Branch: perlio
50956            ! embed.h proto.h
50957 ____________________________________________________________________________
50958 [ 10618] By: nick                                  on 2001/06/15  20:27:42
50959         Log: Fix open.pm to work via XS-implemented method calls rather
50960              than *open::layers variables which caused all the HV/AV hassle.
50961      Branch: perlio
50962            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
50963            ! t/lib/io_scalar.t
50964 ____________________________________________________________________________
50965 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
50966         Log: Integrate perlio:
50967              
50968              [ 10616]
50969              pTHX_ / aTHX_ for ExtUtils/Constant.pm
50970      Branch: perl
50971           !> lib/ExtUtils/Constant.pm
50972 ____________________________________________________________________________
50973 [ 10616] By: nick                                  on 2001/06/15  18:46:47
50974         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
50975      Branch: perlio
50976            ! lib/ExtUtils/Constant.pm
50977 ____________________________________________________________________________
50978 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
50979         Log: Integrate perlio:
50980              
50981              [ 10614]
50982              MULTIPLICITY fix for Socket.xs
50983      Branch: perl
50984           !> ext/Socket/Socket.xs
50985 ____________________________________________________________________________
50986 [ 10614] By: nick                                  on 2001/06/15  18:33:37
50987         Log: MULTIPLICITY fix for Socket.xs
50988      Branch: perlio
50989            ! ext/Socket/Socket.xs
50990 ____________________________________________________________________________
50991 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
50992         Log: Subject: Re: perl@10611
50993              From: Doug MacEachern <dougm@covalent.net>
50994              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
50995              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
50996      Branch: perl
50997            ! ext/Socket/Socket.xs
50998 ____________________________________________________________________________
50999 [ 10612] By: nick                                  on 2001/06/15  16:14:38
51000         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
51001      Branch: perlio
51002           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51003           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
51004           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
51005           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
51006           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
51007           !> utils/h2ph.PL
51008 ____________________________________________________________________________
51009 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
51010         Log: Update Changes.
51011      Branch: perl
51012            ! Changes patchlevel.h
51013 ____________________________________________________________________________
51014 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
51015         Log: Upping the test count.
51016      Branch: perl
51017            ! t/lib/filefind.t
51018 ____________________________________________________________________________
51019 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
51020         Log: Integrate perlio:
51021              
51022              [ 10606]
51023              regen_config_h for Win32.
51024      Branch: perl
51025           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51026 ____________________________________________________________________________
51027 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
51028         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51029              From: andreas.koenig@anima.de (Andreas J. Koenig)
51030              Date: 15 Jun 2001 13:30:39 +0200
51031              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
51032              
51033              Record the grim history.
51034      Branch: perl
51035            ! lib/File/Find.pm
51036 ____________________________________________________________________________
51037 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
51038         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51039              From: Brian McCauley <nobull@mail.com>
51040              Date: 15 Jun 2001 07:51:26 +0100
51041              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
51042      Branch: perl
51043            ! lib/File/Find.pm t/lib/filefind.t
51044 ____________________________________________________________________________
51045 [ 10606] By: nick                                  on 2001/06/15  14:00:08
51046         Log: regen_config_h for Win32.
51047      Branch: perlio
51048            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51049 ____________________________________________________________________________
51050 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
51051         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
51052              From: Peter Prymmer <pvhp@forte.com>
51053              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
51054              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
51055      Branch: perl
51056            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
51057 ____________________________________________________________________________
51058 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
51059         Log: Some filesystems require writability for rename/unlink.
51060      Branch: perl
51061            ! opcode.pl
51062 ____________________________________________________________________________
51063 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
51064         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
51065              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51066              Date: Fri, 15 Jun 2001 12:08:53 +0200
51067              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
51068      Branch: perl
51069            ! perlio.c
51070 ____________________________________________________________________________
51071 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
51072         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
51073              From: Mike Guy <mjtg@cam.ac.uk>
51074              Date: Fri, 15 Jun 2001 14:11:49 +0100
51075              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
51076      Branch: perl
51077            ! opcode.pl
51078 ____________________________________________________________________________
51079 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
51080         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
51081              From: Nicholas Clark <nick@ccl4.org>
51082              Date: Thu, 14 Jun 2001 23:52:56 +0100
51083              Message-ID: <20010614235256.G98663@plum.flirble.org>
51084      Branch: perl
51085            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
51086            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51087 ____________________________________________________________________________
51088 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
51089         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
51090              From: Russ Allbery <rra@stanford.edu>
51091              Date: 14 Jun 2001 13:24:43 -0700
51092              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
51093      Branch: perl
51094            ! ext/GDBM_File/GDBM_File.pm
51095 ____________________________________________________________________________
51096 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
51097         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
51098              From: Nicholas Clark <nick@ccl4.org>
51099              Date: Thu, 14 Jun 2001 20:37:47 +0100
51100              Message-ID: <20010614203747.F98663@plum.flirble.org>
51101      Branch: perl
51102            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51103            ! t/lib/gdbm.t
51104 ____________________________________________________________________________
51105 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
51106         Log: Integrate perlio:
51107              
51108              [ 10597]
51109              Check that HVs with HvNAME() != NULL are really stashes before
51110              treating them as such. Also be more defensive on the GvCV.
51111              Win32 fork and dprof now working again. 
51112              
51113              [ 10595]
51114              Skip Perl_my_bcopy in .def file as we do not provide it.
51115              - Win32 (VC++) now builds but fails:
51116              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
51117              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
51118              write.t    - open(...,"|-") not implemented on Win32 
51119      Branch: perl
51120           !> makedef.pl sv.c
51121 ____________________________________________________________________________
51122 [ 10597] By: nick                                  on 2001/06/15  11:08:13
51123         Log: Check that HVs with HvNAME() != NULL are really stashes before
51124              treating them as such. Also be more defensive on the GvCV.
51125              Win32 fork and dprof now working again. 
51126      Branch: perlio
51127            ! sv.c
51128 ____________________________________________________________________________
51129 [ 10596] By: nick                                  on 2001/06/15  10:11:20
51130         Log: Integrate mainline.
51131      Branch: perlio
51132           +> Cross/README
51133           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
51134           !> Porting/config_H config_h.SH configure.com epoc/config.sh
51135           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
51136           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51137           !> vos/config.ga.h win32/config.bc win32/config.gc
51138           !> win32/config.vc win32/config_H.bc win32/config_H.gc
51139           !> win32/config_H.vc
51140 ____________________________________________________________________________
51141 [ 10595] By: nick                                  on 2001/06/15  09:37:17
51142         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
51143              - Win32 (VC++) now builds but fails:
51144              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
51145              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
51146              write.t    - open(...,"|-") not implemented on Win32 
51147      Branch: perlio
51148            ! makedef.pl
51149 ____________________________________________________________________________
51150 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
51151         Log: Integrate perlio:
51152              
51153              [ 10591]
51154              Steps along the road toward Win32 building again.
51155      Branch: perl
51156           !> perlio.c win32/makefile.mk
51157 ____________________________________________________________________________
51158 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
51159         Log: Metaconfig unit changes for #10592.
51160      Branch: metaconfig
51161            + U/modified/i_varhdr.U U/modified/startsh.U
51162            - U/a_dvisory/crosscompile.U U/target/Target.U
51163            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
51164            ! U/compline/bitpbyte.U U/compline/byteorder.U
51165            ! U/compline/ccflags.U U/compline/charsize.U
51166            ! U/compline/d_casti32.U U/compline/d_castneg.U
51167            ! U/compline/d_closedir.U U/compline/d_fd_set.U
51168            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
51169            ! U/compline/d_keepsig.U U/compline/d_open3.U
51170            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
51171            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
51172            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
51173            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
51174            ! U/compline/doublesize.U U/compline/floatsize.U
51175            ! U/compline/nblock_io.U U/compline/orderlib.U
51176            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
51177            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
51178            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
51179            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
51180            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
51181            ! U/modified/spitshell.U U/threads/archname.U
51182            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
51183            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
51184            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
51185            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
51186            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
51187      Branch: metaconfig/U/perl
51188            + Cross.U
51189            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
51190            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
51191            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
51192            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
51193            ! stdio_streams.U uselfs.U
51194 ____________________________________________________________________________
51195 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
51196         Log: The first steps towards cross-compilation.
51197              
51198              Abstract execution of compiled test executables with $run,
51199              and abstract transfer of files with $to and $from.
51200              
51201              Under cross-compilation the $run, $to, and $from will point
51202              to appropriate wrapper scripts, by default ssh and scp,
51203              but also rsh, rcp, and cp are supported.  If not
51204              cross-compiling, they will be set to '', ':', and ':',
51205              respectively.
51206              
51207              With these patches I was able to get Configure for
51208              iPAQ ARM Linux on an Intel Linux about 95% right
51209              (only a few tests failed to execute or they produced
51210              incorrect results), and I was able to compile
51211              a functional miniperl.
51212              
51213              The symbol crosscompile renamed to be usecrosscompile,
51214              the corresponding C symbol from CROSSCOMPILE to
51215              USE_CROSS_COMPILE.
51216      Branch: perl
51217            ! Configure Cross/README Makefile.SH Porting/Glossary
51218            ! Porting/config.sh Porting/config_H config_h.SH configure.com
51219            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
51220            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51221            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51222            ! win32/config.gc win32/config.vc win32/config_H.bc
51223            ! win32/config_H.gc win32/config_H.vc
51224 ____________________________________________________________________________
51225 [ 10591] By: nick                                  on 2001/06/14  20:00:12
51226         Log: Steps along the road toward Win32 building again.
51227      Branch: perlio
51228            ! perlio.c win32/makefile.mk
51229 ____________________________________________________________________________
51230 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
51231         Log: Integrate perlio:
51232              
51233              [ 10589]
51234              Routine regen_config_h for Win32
51235      Branch: perl
51236           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51237 ____________________________________________________________________________
51238 [ 10589] By: nick                                  on 2001/06/14  13:54:07
51239         Log: Routine regen_config_h for Win32
51240      Branch: perlio
51241            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51242 ____________________________________________________________________________
51243 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
51244         Log: Integrate perlio:
51245              
51246              [ 10586]
51247              Add new step to run_byacc which:
51248              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
51249              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
51250              
51251              [ 10584]
51252              Hack to remove insecure directories from PATH so test will run.
51253      Branch: perl
51254           +> perlyline.pl
51255           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
51256 ____________________________________________________________________________
51257 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
51258         Log: A placeholder.
51259      Branch: perl
51260            + Cross/README
51261 ____________________________________________________________________________
51262 [ 10586] By: nick                                  on 2001/06/14  08:25:07
51263         Log: Add new step to run_byacc which:
51264              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
51265              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
51266      Branch: perlio
51267            + perlyline.pl
51268            ! MANIFEST Makefile.SH perly.c
51269 ____________________________________________________________________________
51270 [ 10585] By: nick                                  on 2001/06/14  08:22:29
51271         Log: Integrate mainline
51272      Branch: perlio
51273           +> locale.c numeric.c
51274           !> Changes cygwin/Makefile.SHs embed.h embed.pl
51275           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
51276           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
51277           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
51278           !> x2p/Makefile.SH
51279 ____________________________________________________________________________
51280 [ 10584] By: nick                                  on 2001/06/14  08:05:53
51281         Log: Hack to remove insecure directories from PATH so test will run.
51282      Branch: perlio
51283            ! t/lib/filefind.t
51284 ____________________________________________________________________________
51285 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
51286         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
51287      Branch: perl
51288            - t/lib/mbimbf.t
51289            ! MANIFEST
51290 ____________________________________________________________________________
51291 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
51292         Log: Detypo.
51293      Branch: perl
51294            ! x2p/Makefile.SH
51295 ____________________________________________________________________________
51296 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
51297         Log: de-$CONFIG continues.
51298      Branch: perl
51299            ! cygwin/Makefile.SHs x2p/Makefile.SH
51300 ____________________________________________________________________________
51301 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
51302         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
51303              From: Nicholas Clark <nick@ccl4.org>
51304              Date: Wed, 13 Jun 2001 21:20:13 +0100
51305              Message-ID: <20010613212013.D98663@plum.flirble.org>
51306      Branch: perl
51307            ! opcode.pl
51308 ____________________________________________________________________________
51309 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
51310         Log: Subject: splitting util.c
51311              From: Hugo <hv@crypt.compulink.co.uk>
51312              Date: Thu, 14 Jun 2001 00:41:08 +0100
51313              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
51314      Branch: perl
51315            + locale.c numeric.c
51316            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
51317            ! pod/perlapi.pod proto.h util.c
51318 ____________________________________________________________________________
51319 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
51320         Log: Upgrade to Math::BigInt 1.34 from Tels.
51321      Branch: perl
51322            + t/lib/mbimbf.t
51323            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
51324            ! t/lib/bigfltpm.t t/lib/bigintpm.t
51325 ____________________________________________________________________________
51326 [ 10577] By: nick                                  on 2001/06/13  19:02:48
51327         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
51328      Branch: perlio
51329           !> (integrate 125 files)
51330 ____________________________________________________________________________
51331 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
51332         Log: Update Changes.
51333      Branch: perl
51334            ! Changes patchlevel.h
51335 ____________________________________________________________________________
51336 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
51337         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
51338              From: "Craig A. Berry" <craigberry@mac.com>
51339              Date: Wed, 13 Jun 2001 13:24:28 -0500
51340              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
51341      Branch: perl
51342            ! ext/re/Makefile.PL
51343 ____________________________________________________________________________
51344 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
51345         Log: Mc.u.c. for #10573.
51346      Branch: metaconfig
51347            ! U/threads/usethreads.U
51348 ____________________________________________________________________________
51349 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
51350         Log: It would be also be good if I could type.
51351      Branch: perl
51352            ! Configure
51353 ____________________________________________________________________________
51354 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
51355         Log: Metaconfig unit change for #10571.
51356      Branch: metaconfig
51357            ! U/threads/usethreads.U
51358 ____________________________________________________________________________
51359 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
51360         Log: A non-empty default is a good thing.
51361      Branch: perl
51362            ! Configure
51363 ____________________________________________________________________________
51364 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
51365         Log: Metaconfig unit change for #10569.
51366      Branch: metaconfig
51367            ! U/threads/usethreads.U
51368 ____________________________________________________________________________
51369 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
51370         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
51371              extremely experimental, not even prompted for.
51372      Branch: perl
51373            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51374            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
51375            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
51376            ! win32/config.bc win32/config.gc win32/config.vc
51377 ____________________________________________________________________________
51378 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
51379         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
51380      Branch: perl
51381            ! pod/perlfaq6.pod
51382 ____________________________________________________________________________
51383 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
51384         Log: Integrate perlio:
51385              
51386              [ 10564]
51387              Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
51388              and using that instead (name lookups are sequential search for now).
51389      Branch: perl
51390           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
51391           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
51392 ____________________________________________________________________________
51393 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
51394         Log: Subject: Re: ext/ + -Wall
51395              From: Doug MacEachern <dougm@covalent.net>
51396              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
51397              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
51398      Branch: perl
51399            ! XSUB.h lib/ExtUtils/xsubpp perl.h
51400 ____________________________________________________________________________
51401 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
51402         Log: Similar logic as DB_File.xs, using the modern macros and
51403              defines them to older ones for older Perls where PERL_VERSION
51404              is not defined, from Doug MacEachern.
51405      Branch: perl
51406            ! ext/Storable/Storable.xs
51407 ____________________________________________________________________________
51408 [ 10564] By: nick                                  on 2001/06/13  15:22:01
51409         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
51410              and using that instead (name lookups are sequential search for now).
51411      Branch: perlio
51412            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
51413            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
51414 ____________________________________________________________________________
51415 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
51416         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
51417              From: "Richard Soderberg" <rs@crystalflame.net>
51418              Date: Sat, 26 May 2001 06:44:20 -0700
51419              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
51420      Branch: perl
51421            ! sv.c t/op/glob.t
51422 ____________________________________________________________________________
51423 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
51424         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
51425              From: "Craig A. Berry" <craigberry@mac.com>
51426              Date: Tue, 12 Jun 2001 23:55:26 -0500
51427              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
51428      Branch: perl
51429            ! ext/re/Makefile.PL ext/re/re.xs
51430 ____________________________________________________________________________
51431 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
51432         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
51433              suggested by NI-S.
51434      Branch: perl
51435            ! XSUB.h malloc.c perl.h
51436 ____________________________________________________________________________
51437 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
51438         Log: Regen toc.
51439      Branch: perl
51440            ! pod/perltoc.pod
51441 ____________________________________________________________________________
51442 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
51443         Log: Subject: [patch] perl.gprof control
51444              From: Doug MacEachern <dougm@covalent.net>
51445              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
51446              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
51447      Branch: perl
51448            ! miniperlmain.c perl.h
51449 ____________________________________________________________________________
51450 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
51451         Log: Subject: Re: ext/ + -Wall
51452              From: Doug MacEachern <dougm@covalent.net>
51453              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
51454              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
51455              
51456              Document ax and break up dXSARGS.
51457      Branch: perl
51458            ! XSUB.h pod/perlapi.pod
51459 ____________________________________________________________________________
51460 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
51461         Log: More AIX tweakage from Merijn.
51462      Branch: perl
51463            ! hints/aix.sh
51464 ____________________________________________________________________________
51465 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
51466         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
51467              From: "Craig A. Berry" <craigberry@mac.com>
51468              Date: Tue, 12 Jun 2001 22:57:45 -0500
51469              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
51470      Branch: perl
51471            ! vms/descrip_mms.template
51472 ____________________________________________________________________________
51473 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
51474         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
51475              From: "Craig A. Berry" <craigberry@mac.com>
51476              Date: Tue, 12 Jun 2001 22:21:39 -0500
51477              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
51478      Branch: perl
51479            ! configure.com util.c
51480 ____________________________________________________________________________
51481 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
51482         Log: New AIX dynaloading code from Jens-Uwe Mager.
51483              Does break binary compatibility.
51484      Branch: perl
51485            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
51486 ____________________________________________________________________________
51487 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
51488         Log: VMS DEC C compiler found nits by Peter Prymmer.
51489      Branch: perl
51490            ! util.c
51491 ____________________________________________________________________________
51492 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
51493         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
51494              From: Peter Prymmer <pvhp@forte.com>
51495              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
51496              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
51497      Branch: perl
51498            ! t/lib/filecomp.t
51499 ____________________________________________________________________________
51500 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
51501         Log: I wonder how many $CONFIGs still lurk in the shadows.
51502      Branch: perl
51503            ! pod/Makefile.SH x2p/cflags.SH
51504 ____________________________________________________________________________
51505 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
51506         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
51507      Branch: perl
51508            ! pod/checkpods.PL
51509 ____________________________________________________________________________
51510 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
51511         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
51512      Branch: perl
51513            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
51514 ____________________________________________________________________________
51515 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
51516         Log: Subject: [patch] rid local_patches warnings
51517              From: Doug MacEachern <dougm@covalent.net>
51518              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
51519              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
51520      Branch: perl
51521            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
51522 ____________________________________________________________________________
51523 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
51524         Log: Subject: Re: ext/ + -Wall
51525              From: Doug MacEachern <dougm@covalent.net>
51526              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
51527              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
51528      Branch: perl
51529            ! ext/attrs/attrs.xs
51530 ____________________________________________________________________________
51531 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
51532         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
51533              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
51534              Date: Tue, 12 Jun 2001 14:36:20 -0400
51535              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
51536      Branch: perl
51537            ! pod/perlretut.pod
51538 ____________________________________________________________________________
51539 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
51540         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
51541              From: Mike Guy <mjtg@cam.ac.uk>
51542              Date: Tue, 12 Jun 2001 19:10:31 +0100
51543              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
51544              
51545              Subject: Re: [ID 20010612.001] out of memory during regex compilation
51546              From: Mike Guy <mjtg@cam.ac.uk>
51547              Date: Tue, 12 Jun 2001 19:21:01 +0100
51548              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
51549      Branch: perl
51550            ! pod/perlop.pod
51551 ____________________________________________________________________________
51552 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
51553         Log: AIX tweaks from Merijn H. Brand.
51554      Branch: perl
51555            ! hints/aix.sh
51556 ____________________________________________________________________________
51557 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
51558         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
51559              From: "Brendan O'Dea" <bod@compusol.com.au>
51560              Date: Wed, 13 Jun 2001 05:16:47 +1000
51561              Message-ID: <20010613051647.A8945@compusol.com.au>
51562      Branch: maint-5.6/perl
51563            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51564 ____________________________________________________________________________
51565 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
51566         Log: Subject: Small bcopy cleanup
51567              From: Andy Dougherty <doughera@lafayette.edu>
51568              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
51569              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
51570      Branch: perl
51571            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
51572 ____________________________________________________________________________
51573 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
51574         Log: Subject: [PATCH] Re: ext/ + -Wall
51575              From: Nicholas Clark <nick@ccl4.org>
51576              Date: Wed, 13 Jun 2001 00:04:30 +0100
51577              Message-ID: <20010613000430.M5901@plum.flirble.org>
51578      Branch: perl
51579            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51580 ____________________________________________________________________________
51581 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
51582         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
51583              From: Nicholas Clark <nick@ccl4.org>
51584              Date: Tue, 12 Jun 2001 23:53:07 +0100
51585              Message-ID: <20010612235307.L5901@plum.flirble.org>
51586      Branch: perl
51587            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51588 ____________________________________________________________________________
51589 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
51590         Log: MPE/iX tweaks from Mark Bixby.
51591      Branch: perl
51592            ! hints/mpeix.sh mpeix/mpeixish.h util.c
51593 ____________________________________________________________________________
51594 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
51595         Log: Update Changes.
51596      Branch: perl
51597            ! Changes patchlevel.h
51598 ____________________________________________________________________________
51599 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
51600         Log: One less -Wall whine (found under DEBUGGING).
51601      Branch: perl
51602            ! x2p/Makefile.SH x2p/a2p.c
51603 ____________________________________________________________________________
51604 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
51605         Log: s/case-independent/case-insensitive/g
51606      Branch: perl
51607            ! pod/perldebug.pod
51608 ____________________________________________________________________________
51609 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
51610         Log: As suggested in    
51611              
51612              Subject: Re: ext/ + -Wall
51613              From: Gurusamy Sarathy <gsar@ActiveState.com>
51614              Date: Mon, 11 Jun 2001 23:34:31 -0700
51615              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
51616      Branch: perl
51617            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
51618            ! perl.h
51619 ____________________________________________________________________________
51620 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
51621         Log: Subject: ext/ + -Wall
51622              From: Doug MacEachern <dougm@covalent.net>
51623              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
51624              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
51625      Branch: perl
51626            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
51627            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
51628            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
51629            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
51630            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
51631            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
51632            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
51633            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
51634            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
51635            ! lib/ExtUtils/xsubpp
51636 ____________________________________________________________________________
51637 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
51638         Log: Subject: [PATCH] anonymous stashes
51639              From: Abhijit Menon-Sen <ams@wiw.org>
51640              Date: Tue, 12 Jun 2001 12:47:04 +0530
51641              Message-ID: <20010612124704.A29029@lustre.linux.in>
51642      Branch: perl
51643            ! dump.c gv.c sv.c xsutils.c
51644 ____________________________________________________________________________
51645 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
51646         Log: One more test for $^S.
51647      Branch: perl
51648            ! t/op/magic.t
51649 ____________________________________________________________________________
51650 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
51651         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
51652              From: Abhijit Menon-Sen <ams@wiw.org>
51653              Date: Tue, 12 Jun 2001 17:35:55 +0530
51654              Message-ID: <20010612173555.A32426@lustre.linux.in>
51655      Branch: perl
51656            ! mg.c t/op/magic.t
51657 ____________________________________________________________________________
51658 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
51659         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
51660              From: Mike Guy <mjtg@cam.ac.uk>
51661              Date: Tue, 12 Jun 2001 13:14:15 +0100
51662              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
51663      Branch: perl
51664            ! pod/perlop.pod
51665 ____________________________________________________________________________
51666 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
51667         Log: AUTHORS updates.
51668      Branch: perl
51669            ! AUTHORS
51670 ____________________________________________________________________________
51671 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
51672         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
51673              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
51674              Content-Transfer-Encoding: 7bit
51675              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
51676      Branch: perl
51677            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
51678 ____________________________________________________________________________
51679 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
51680         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
51681              From: "Philip Newton" <Philip.Newton@gmx.net>
51682              Date: Mon, 11 Jun 2001 07:08:03 +0200
51683              Message-Id: <200106120802.LAA08992@taas.iki.fi>
51684      Branch: perl
51685            ! t/base/term.t
51686 ____________________________________________________________________________
51687 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
51688         Log: Cleanup the a2p.c for -Wall.
51689      Branch: perl
51690            ! x2p/Makefile.SH x2p/a2p.c
51691 ____________________________________________________________________________
51692 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
51693         Log: File::Find update for MacOS from Chris Nandor.
51694      Branch: perl
51695            ! lib/File/Find.pm t/lib/filefind.t
51696 ____________________________________________________________________________
51697 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
51698         Log: gcc -Wall nits picked out by a non-UNIX system
51699              (courtesy of Mark Bixby)
51700      Branch: perl
51701            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
51702            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
51703            ! pp_sys.c util.c
51704 ____________________________________________________________________________
51705 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
51706         Log: Metaconfig unit change for #10522.  (The d_modfl changes
51707              placate metalint.)
51708      Branch: metaconfig/U/perl
51709            ! d_modfl.U d_u32align.U
51710 ____________________________________________________________________________
51711 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
51712         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
51713              be "./try 2>&1 >/dev/null".
51714      Branch: perl
51715            ! Configure
51716 ____________________________________________________________________________
51717 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
51718         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
51719              From: "Craig A. Berry" <craigberry@mac.com>
51720              Date: Mon, 11 Jun 2001 14:00:32 -0500
51721              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
51722      Branch: perl
51723            ! configure.com
51724 ____________________________________________________________________________
51725 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
51726         Log: Move the full \p\P lists to perlunicode.
51727      Branch: perl
51728            ! pod/perlretut.pod pod/perlunicode.pod
51729 ____________________________________________________________________________
51730 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
51731         Log: VOS build tweak for 5.6.1 from Paul Green.
51732      Branch: maint-5.6/perl
51733            ! vos/build.cm
51734 ____________________________________________________________________________
51735 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
51736         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
51737              From: "Craig A. Berry" <craigberry@mac.com>
51738              Date: Fri, 8 Jun 2001 18:08:18 -0500
51739              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
51740      Branch: perl
51741            ! vms/vms.c
51742 ____________________________________________________________________________
51743 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
51744         Log: Update Changes.
51745      Branch: perl
51746            ! Changes patchlevel.h
51747 ____________________________________________________________________________
51748 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
51749         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
51750      Branch: perl
51751            ! vos/config.alpha.h vos/config.ga.h
51752 ____________________________________________________________________________
51753 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
51754         Log: VOS updates from Paul Green for @10476.
51755      Branch: perl
51756            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
51757            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51758            ! vos/config.ga.h vos/configure_perl.cm
51759 ____________________________________________________________________________
51760 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
51761         Log: Subject: [PATCH] Not many people know this ...
51762              From: Mike Guy <mjtg@cam.ac.uk>
51763              Date: Mon, 11 Jun 2001 14:55:15 +0100
51764              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
51765      Branch: perl
51766            ! pod/perldebug.pod
51767 ____________________________________________________________________________
51768 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
51769         Log: Add final commas to lists as suggested by Philip Newton.
51770      Branch: perl
51771            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51772 ____________________________________________________________________________
51773 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
51774         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
51775              Date: Sun, 10 Jun 2001 23:35:38 -0400
51776              From: Chris Nandor <pudge@pobox.com>
51777              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
51778      Branch: perl
51779            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
51780            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
51781            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
51782            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
51783            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
51784            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
51785            ! t/op/write.t t/pragma/strict.t
51786 ____________________________________________________________________________
51787 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
51788         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
51789              From: Chris Nandor <pudge@pobox.com>
51790              Date: Mon, 11 Jun 2001 08:24:28 -0400
51791              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
51792      Branch: perl
51793            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
51794            ! t/lib/io_dir.t
51795 ____________________________________________________________________________
51796 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
51797         Log: One more run_byacc (a hand-tweaked version had slipped in).
51798      Branch: perl
51799            ! perly.c vms/perly_c.vms
51800 ____________________________________________________________________________
51801 [ 10509] By: nick                                  on 2001/06/11  07:49:15
51802         Log: Integrate mainline
51803      Branch: perlio
51804           !> Makefile.SH embed.h embed.pl global.sym
51805           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
51806           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
51807           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
51808           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
51809 ____________________________________________________________________________
51810 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
51811         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
51812              From: Mike Guy <mjtg@cam.ac.uk>
51813              Reply-To: mjtg@cam.ac.uk
51814              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
51815      Branch: perl
51816            ! lib/ExtUtils/Manifest.pm
51817 ____________________________________________________________________________
51818 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
51819         Log: Subject: [PATCH] ExtUtils::Constant
51820              From: Nicholas Clark <nick@ccl4.org>
51821              Date: Sun, 10 Jun 2001 23:25:41 +0100
51822              Message-ID: <20010610232540.C76396@plum.flirble.org>
51823      Branch: perl
51824            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51825 ____________________________________________________________________________
51826 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
51827         Log: Integrate perlio:
51828              
51829              [ 10504]
51830              Fix (valid) -Wall warnings in perlio.c
51831      Branch: perl
51832           !> iperlsys.h
51833 ____________________________________________________________________________
51834 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
51835         Log: Move the grok_number and its lieutenant grok_numeric_radix
51836              from sv.c statics to util.c and public.
51837      Branch: perl
51838            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
51839            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
51840 ____________________________________________________________________________
51841 [ 10504] By: nick                                  on 2001/06/10  17:47:06
51842         Log: Fix (valid) -Wall warnings in perlio.c
51843      Branch: perlio
51844            ! iperlsys.h
51845 ____________________________________________________________________________
51846 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
51847         Log: Update perly_c.diff, update perly.fixer to edit away
51848              some of the -Wall noise.
51849      Branch: perl
51850            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
51851 ____________________________________________________________________________
51852 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
51853         Log: Check the version of byacc.
51854      Branch: perl
51855            ! Makefile.SH
51856 ____________________________________________________________________________
51857 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
51858         Log: Subject: [PATCH] perly.y overhaul
51859              From: Simon Cozens <simon@netthink.co.uk>
51860              Date: Sun, 10 Jun 2001 16:56:54 +0100
51861              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
51862              
51863              Plus make run_byacc.
51864      Branch: perl
51865            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
51866 ____________________________________________________________________________
51867 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
51868         Log: Integrate perlio:
51869              
51870              [ 10497]
51871              Paper over a crack or two with USE_SFIO
51872      Branch: perl
51873           !> perlio.c perlsfio.h
51874 ____________________________________________________________________________
51875 [ 10499] By: nick                                  on 2001/06/10  15:01:08
51876         Log: Integrate mainline
51877      Branch: perlio
51878           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
51879           !> t/pragma/locale.t util.c
51880 ____________________________________________________________________________
51881 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
51882         Log: Put some meat on the perl572delta bones.  The list of
51883              selected bug fixes needs more work, as does still the
51884              whole document.
51885      Branch: perl
51886            ! pod/perl572delta.pod
51887 ____________________________________________________________________________
51888 [ 10497] By: nick                                  on 2001/06/10  12:27:51
51889         Log: Paper over a crack or two with USE_SFIO
51890      Branch: perlio
51891            ! perlio.c perlsfio.h
51892 ____________________________________________________________________________
51893 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
51894         Log: Update Changes.
51895      Branch: perl
51896            ! Changes patchlevel.h
51897 ____________________________________________________________________________
51898 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
51899         Log: Subject: Re: pragma/locale.t #107
51900              From: Hugo <hv@crypt.compulink.co.uk>
51901              Date: Sun, 10 Jun 2001 11:23:30 +0100
51902              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
51903              
51904              Encapsulate the scan of the decimal radix separator.
51905      Branch: perl
51906            ! embed.h embed.pl proto.h sv.c
51907 ____________________________________________________________________________
51908 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
51909         Log: Try to grok numbers both with the locale specific separator
51910              and with the usual "." (if different from the lss); add a test
51911              to locale.t to do also a little bit of math in addition to just
51912              equalness testing; remove extraneous logic as suggested in
51913              
51914              Subject: Re: pragma/locale.t #107
51915              From: Nicholas Clark <nick@ccl4.org>
51916              Date: Sat, 9 Jun 2001 22:37:36 +0100
51917              Message-ID: <20010609223735.Y76396@plum.flirble.org>
51918      Branch: perl
51919            ! sv.c t/pragma/locale.t
51920 ____________________________________________________________________________
51921 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
51922         Log: Metaconfig unit change for #10492.
51923      Branch: metaconfig/U/perl
51924            ! Extensions.U
51925 ____________________________________________________________________________
51926 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
51927         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
51928              From: Artur Bergman <artur@contiller.se> 
51929              Date: Sat, 09 Jun 2001 21:03:51 +0200
51930              Message-ID: <B7483FB6.1398%artur@contiller.se>
51931      Branch: perl
51932            ! Configure
51933 ____________________________________________________________________________
51934 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
51935         Log: Integrate perlio:
51936              
51937              [ 10489]
51938              Make XS/Typemap compile (but fail) with sfio
51939      Branch: perl
51940           !> perlsfio.h
51941 ____________________________________________________________________________
51942 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
51943         Log: Do locale specific separator if only in locale.
51944      Branch: perl
51945            ! util.c
51946 ____________________________________________________________________________
51947 [ 10489] By: nick                                  on 2001/06/09  19:13:25
51948         Log: Make XS/Typemap compile (but fail) with sfio
51949      Branch: perlio
51950            ! perlsfio.h
51951 ____________________________________________________________________________
51952 [ 10488] By: nick                                  on 2001/06/09  19:12:51
51953         Log: Re-integrate mainline
51954      Branch: perlio
51955           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
51956           !> proto.h sv.c util.c
51957 ____________________________________________________________________________
51958 [ 10487] By: nick                                  on 2001/06/09  16:26:29
51959         Log: Integrate mainline
51960      Branch: perlio
51961           !> (integrate 31 files)
51962 ____________________________________________________________________________
51963 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
51964         Log: Subject: [PATCH] New attempt to clone callack
51965              From: Artur Bergman <artur@contiller.se> 
51966              Date: Thu, 07 Jun 2001 11:52:16 +0200
51967              Message-ID: <B7451B6F.12B7%artur@contiller.se>
51968      Branch: perl
51969            ! embedvar.h intrpvar.h perlapi.h sv.c
51970 ____________________________________________________________________________
51971 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
51972         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
51973      Branch: perl
51974            ! embed.h embed.pl perl.h proto.h sv.c util.c
51975 ____________________________________________________________________________
51976 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
51977         Log: Subject: Re: pragma/locale.t #107
51978              From: Nicholas Clark <nick@ccl4.org>
51979              Date: Sat, 9 Jun 2001 16:26:10 +0100
51980              Message-ID: <20010609162609.V76396@plum.flirble.org>
51981              
51982              A missing NVification.
51983      Branch: perl
51984            ! sv.c
51985 ____________________________________________________________________________
51986 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
51987         Log: Redo the #10482, there already was a test script for formats.
51988      Branch: perl
51989            - t/io/format.t
51990            ! MANIFEST t/op/write.t
51991 ____________________________________________________________________________
51992 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
51993         Log: Twisted format testing, from Merijn.
51994      Branch: perl
51995            + t/io/format.t
51996            ! MANIFEST
51997 ____________________________________________________________________________
51998 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
51999         Log: More \p{In...} testing, combined with \N{...}.
52000      Branch: perl
52001            ! lib/utf8_heavy.pl t/op/pat.t
52002 ____________________________________________________________________________
52003 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
52004         Log: Metaconfig changes for #10479.
52005      Branch: metaconfig
52006            ! U/Glossary.patch
52007      Branch: metaconfig/U/perl
52008            ! d_modfl.U
52009 ____________________________________________________________________________
52010 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
52011         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
52012      Branch: perl
52013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52014            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
52015            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52016            ! win32/config.bc win32/config.gc win32/config.vc
52017 ____________________________________________________________________________
52018 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
52019         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
52020              From: "Craig A. Berry" <craigberry@mac.com>
52021              Date: Thu, 7 Jun 2001 14:27:20 -0500
52022              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
52023      Branch: perl
52024            ! vms/perlvms.pod
52025 ____________________________________________________________________________
52026 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
52027         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
52028              From: Gisle Aas <gisle@ActiveState.com>
52029              Date: 07 Jun 2001 17:04:29 -0700
52030              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
52031      Branch: perl
52032            ! ext/re/re.xs
52033 ____________________________________________________________________________
52034 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
52035         Log: Update Changes.
52036      Branch: perl
52037            ! Changes patchlevel.h
52038 ____________________________________________________________________________
52039 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
52040         Log: Regen Glossary et alia.
52041      Branch: perl
52042            ! Porting/Glossary Porting/config.sh Porting/config_H
52043 ____________________________________________________________________________
52044 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
52045         Log: Metaconfig unit changes for #10473.
52046      Branch: metaconfig/U/perl
52047            ! d_modfl.U
52048 ____________________________________________________________________________
52049 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
52050         Log: Harumph, also AIX will spill its guts (i.e. dump core)
52051              if an executable contains modfl() but it hasn't been
52052              compiled right (in the case of AIX, with cc -qlongdouble).
52053      Branch: perl
52054            ! Configure
52055 ____________________________________________________________________________
52056 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
52057         Log: integrate change#10471 from mainline
52058              
52059              in change#10451, check that CvOUTSIDE is a CV before looking in
52060              (it can apparently be SVt_NULL during global destruction)
52061      Branch: maint-5.6/perl
52062           !> op.c
52063 ____________________________________________________________________________
52064 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
52065         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
52066              (it can apparently be SVt_NULL during global destruction)
52067      Branch: perl
52068            ! op.c
52069 ____________________________________________________________________________
52070 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
52071         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
52072              From: Robin Barker <rmb1@cise.npl.co.uk>
52073              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
52074              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
52075      Branch: perl
52076            ! lib/diagnostics.pm pod/perldiag.pod
52077 ____________________________________________________________________________
52078 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
52079         Log: Subject: [PATCH perl@10439] long =item
52080              From: Robin Barker <rmb1@cise.npl.co.uk>
52081              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
52082              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
52083      Branch: perl
52084            ! README.amiga lib/Attribute/Handlers.pm
52085            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
52086 ____________________________________________________________________________
52087 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
52088         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
52089              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
52090              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
52091              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
52092      Branch: perl
52093            ! pod/perlguts.pod
52094 ____________________________________________________________________________
52095 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
52096         Log: Integrate perlio:
52097              
52098              [ 10466]
52099              MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
52100              whitespace tweaks.
52101              Still coredumps in pragma/overload.t - what a nice hard fail that is...
52102      Branch: perl
52103           !> sv.c
52104 ____________________________________________________________________________
52105 [ 10466] By: nick                                  on 2001/06/07  10:25:40
52106         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
52107              whitespace tweaks.
52108              Still coredumps in pragma/overload.t - what a nice hard fail that is...
52109      Branch: perlio
52110            ! sv.c
52111 ____________________________________________________________________________
52112 [ 10465] By: nick                                  on 2001/06/07  08:41:58
52113         Log: Raw integrate of mainline for S_grok_number debug
52114              (sv.c has MULTIPLICITY issues as well as whatever else ...)
52115      Branch: perlio
52116            - plan9/perlplan9.doc plan9/perlplan9.pod
52117           !> (integrate 46 files)
52118 ____________________________________________________________________________
52119 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
52120         Log: The proper prototyping for #10463.
52121      Branch: perl
52122            ! embed.h embed.pl proto.h sv.c
52123 ____________________________________________________________________________
52124 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
52125         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
52126              From: Nicholas Clark <nick@ccl4.org>
52127              Date: Thu, 7 Jun 2001 00:29:59 +0100
52128              Message-ID: <20010607002959.Z76396@plum.flirble.org>
52129      Branch: perl
52130            ! sv.c
52131 ____________________________________________________________________________
52132 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
52133         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
52134              From: "Craig A. Berry" <craigberry@mac.com>
52135              Date: Wed, 06 Jun 2001 17:54:30 -0500
52136              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
52137      Branch: perl
52138            ! vms/perlvms.pod
52139 ____________________________________________________________________________
52140 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
52141         Log: Podify the remaining README.platform files;
52142              merge README.plan9 and plan9/perlplan9.pod;
52143              delete plan9/perlplan9.* (the perlplan.doc needs to
52144              be regenerated in Plan 9); make the =head1 and =head2
52145              in the README.platform to be a little more verbose
52146              (skipped README.os2 not to anger Ilya) so that they
52147              look better in the toc; regen toc.
52148      Branch: perl
52149            - plan9/perlplan9.doc plan9/perlplan9.pod
52150            ! MANIFEST README.aix README.amiga README.apollo README.beos
52151            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
52152            ! README.hpux README.hurd README.machten README.macos
52153            ! README.micro README.mint README.mpeix README.os390
52154            ! README.plan9 README.qnx README.solaris README.threads
52155            ! README.tru64 README.vmesa README.vms README.vos README.win32
52156            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52157            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52158 ____________________________________________________________________________
52159 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
52160         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
52161              From: Mike Guy <mjtg@cam.ac.uk>
52162              Reply-To: mjtg@cam.ac.uk
52163              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
52164      Branch: perl
52165            ! pod/perlguts.pod
52166 ____________________________________________________________________________
52167 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
52168         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
52169              From: Mike Guy <mjtg@cam.ac.uk>
52170              Reply-To: mjtg@cam.ac.uk
52171              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
52172      Branch: perl
52173            ! pod/perlsec.pod
52174 ____________________________________________________________________________
52175 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
52176         Log: Disable long doubles from pre-5.0 Tru64s.
52177      Branch: perl
52178            ! README.tru64 hints/dec_osf.sh
52179 ____________________________________________________________________________
52180 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
52181         Log: The #10455 exposed that modfl() is fundamentally busted
52182              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
52183              testing it.
52184      Branch: perl
52185            ! hints/dec_osf.sh
52186 ____________________________________________________________________________
52187 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
52188         Log: Metaconfig unit change for #10455.
52189      Branch: metaconfig/U/perl
52190            ! d_modfl.U
52191 ____________________________________________________________________________
52192 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
52193         Log: Configure check for geborken modfl(), inspired by
52194              
52195              Subject: Re: [20010118.017] op/int.t failure 
52196              From: Hugo <hv@crypt.compulink.co.uk>
52197              Date: Tue, 05 Jun 2001 13:43:27 +0100
52198              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
52199      Branch: perl
52200            ! Configure
52201 ____________________________________________________________________________
52202 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
52203         Log: Integrate changes #10450 and #10451 from maintperl:
52204              
52205              optimize change#10448 slightly (don't repeat search in eval""s lexical
52206              scope, since that has already been searched)
52207              
52208              change#9108 needs subtler treatment for case of closures created
52209              within eval""
52210      Branch: perl
52211           !> op.c t/op/misc.t
52212 ____________________________________________________________________________
52213 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
52214         Log: MakeMaker magic to compile (when no dynamic loading)
52215              List/Util.xsc as (ListUtil.c and) ListUtil.o since
52216              POSIX-BC (BS2000) linker has an evil limitation of
52217              being unable to include in the same executable several
52218              object files with the same name - case-insensitively -
52219              because otherwise we conflict with util.c.
52220              Strictly speaking currently required only in POSIX-BC
52221              but probably will do no harm elsewhere where static
52222              linking is required.
52223      Branch: perl
52224            ! ext/List/Util/Makefile.PL
52225 ____________________________________________________________________________
52226 [ 10452] By: nick                                  on 2001/06/06  08:59:51
52227         Log: Integrate mainline.
52228      Branch: perlio
52229           +> lib/Attribute/Handlers/demo/Demo.pm
52230           +> lib/Attribute/Handlers/demo/Descriptions.pm
52231           +> lib/Attribute/Handlers/demo/MyClass.pm
52232           +> lib/Attribute/Handlers/demo/demo.pl
52233           +> lib/Attribute/Handlers/demo/demo2.pl
52234           +> lib/Attribute/Handlers/demo/demo3.pl
52235           +> lib/Attribute/Handlers/demo/demo4.pl
52236           +> lib/Attribute/Handlers/demo/demo_call.pl
52237           +> lib/Attribute/Handlers/demo/demo_chain.pl
52238           +> lib/Attribute/Handlers/demo/demo_cycle.pl
52239           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
52240           +> lib/Attribute/Handlers/demo/demo_phases.pl
52241           +> lib/Attribute/Handlers/demo/demo_range.pl
52242           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
52243           +> uts/strtol_wrap.c
52244           !> (integrate 91 files)
52245 ____________________________________________________________________________
52246 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
52247         Log: change#9108 needs subtler treatment for case of closures created
52248              within eval""
52249      Branch: maint-5.6/perl
52250            ! op.c t/op/misc.t
52251 ____________________________________________________________________________
52252 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
52253         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
52254              scope, since that has already been searched)
52255      Branch: maint-5.6/perl
52256            ! op.c
52257 ____________________________________________________________________________
52258 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
52259         Log: Integrate change #10448 from maintperl; lexicals
52260              outside an eval"" weren't resolved correctly inside a subroutine
52261              definition inside the eval"" if they were not already referenced
52262              in the toplevel of the eval""-ed code
52263      Branch: perl
52264           !> cop.h op.c pp_ctl.c t/op/misc.t
52265 ____________________________________________________________________________
52266 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
52267         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
52268              outside an eval"" weren't resolved correctly inside a subroutine
52269              definition inside the eval"" if they were not already referenced
52270              in the toplevel of the eval""-ed code
52271      Branch: maint-5.6/perl
52272            ! cop.h op.c pp_ctl.c t/op/misc.t
52273 ____________________________________________________________________________
52274 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
52275         Log: Subject: [PATCH] perl570delta.pod
52276              From: Peter Scott <Peter@PSDT.com> 
52277              Date: Tue, 05 Jun 2001 18:51:02 -0700
52278              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
52279      Branch: perl
52280            ! pod/perl570delta.pod
52281 ____________________________________________________________________________
52282 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
52283         Log: The fudge factor is no more needed.  I hope.
52284      Branch: perl
52285            ! t/lib/posix.t
52286 ____________________________________________________________________________
52287 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
52288         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
52289              From: Hugo <hv@crypt.compulink.co.uk>
52290              Date: Tue, 05 Jun 2001 12:58:19 +0100
52291              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
52292      Branch: perl
52293            ! util.c
52294 ____________________________________________________________________________
52295 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
52296         Log: Make up prototypes only for those who have the functions
52297              but not the prototypes.
52298      Branch: perl
52299            ! perl.h
52300 ____________________________________________________________________________
52301 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
52302         Log: Subject: Re: Not OK: perl@10439 on win32 
52303              From: Prymmer/Kahn <pvhp@best.com> 
52304              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
52305              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
52306      Branch: perl
52307            ! perl.h util.c
52308 ____________________________________________________________________________
52309 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
52310         Log: The metaconfig units changes for #10441.
52311      Branch: metaconfig
52312            ! U/modified/Extract.U U/modified/Extractall.U
52313            ! U/modified/Finish.U
52314 ____________________________________________________________________________
52315 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
52316         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
52317      Branch: perl
52318            ! Configure
52319 ____________________________________________________________________________
52320 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
52321         Log: Unnecessary fuzziness undone, noted by Mike Guy.
52322      Branch: perl
52323            ! t/op/tr.t
52324 ____________________________________________________________________________
52325 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
52326         Log: Update Changes.
52327      Branch: perl
52328            ! Changes patchlevel.h
52329 ____________________________________________________________________________
52330 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
52331         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
52332              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
52333              leakage patch.
52334      Branch: perl
52335            ! t/op/misc.t
52336 ____________________________________________________________________________
52337 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
52338         Log: Test case for #10433/#10424.
52339      Branch: perl
52340            ! t/op/misc.t
52341 ____________________________________________________________________________
52342 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
52343         Log: Subject: One fix for strtoul not setting errno
52344              From: hom00@utsglobal.com (Hal Morris)
52345              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
52346              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
52347      Branch: perl
52348            + uts/strtol_wrap.c
52349            ! MANIFEST hints/uts.sh
52350 ____________________________________________________________________________
52351 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
52352         Log: Metaconfig units changes for #10434.
52353      Branch: metaconfig
52354            ! U/modified/Cppsym.U
52355      Branch: metaconfig/U/perl
52356            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
52357            + d_syscallproto.U d_usleepproto.U
52358            ! longdblfio.U quadfio.U
52359 ____________________________________________________________________________
52360 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
52361         Log: Configure tweaks; add prototype probes, make the cpp symbols
52362              probe to cast, not whine; test for %Ld and %Lf before %lld and
52363              %llf because the L is the ANSI way.
52364      Branch: perl
52365            ! Configure config_h.SH configure.com epoc/config.sh
52366            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
52367            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52368            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
52369 ____________________________________________________________________________
52370 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
52371         Log: Sigh.  This is what #10424 was supposed to check in.
52372      Branch: perl
52373            ! op.c sv.c sv.h
52374 ____________________________________________________________________________
52375 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
52376         Log: More verbose failure.
52377      Branch: perl
52378            ! t/op/ver.t
52379 ____________________________________________________________________________
52380 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
52381         Log: The .pm changes to go with #10428.
52382      Branch: perl
52383            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
52384            ! ext/Sys/Syslog/Syslog.pm
52385 ____________________________________________________________________________
52386 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
52387         Log: On second thoughts show to utf8 skippage message only
52388              on failures, it's too confusing otherwise,
52389      Branch: perl
52390            ! t/pragma/locale.t
52391 ____________________________________________________________________________
52392 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
52393         Log: Do not import anything from Encode.
52394      Branch: perl
52395            ! ext/MIME/Base64/QuotedPrint.pm
52396 ____________________________________________________________________________
52397 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
52398         Log: The #10402 didn't take.  Weird.
52399      Branch: perl
52400            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
52401            ! ext/Sys/Syslog/Syslog.xs
52402 ____________________________________________________________________________
52403 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
52404         Log: Eradicate traces of 'asciirange' re subpragma.
52405      Branch: perl
52406            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
52407            ! pod/perldiag.pod
52408 ____________________________________________________________________________
52409 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
52410         Log: use is a compile-time thing.
52411      Branch: perl
52412            ! ext/MIME/Base64/QuotedPrint.pm
52413 ____________________________________________________________________________
52414 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
52415         Log: Subject: [PATCH perl@10419] -Wall casting patch
52416              From: Robin Barker <rmb1@cise.npl.co.uk>
52417              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
52418              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
52419      Branch: perl
52420            ! ext/Devel/DProf/DProf.xs mg.c
52421 ____________________________________________________________________________
52422 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
52423         Log: Subject: [PATCH #2] introducing SVpad_TYPED
52424              From: Abhijit Menon-Sen <ams@wiw.org>
52425              Date: Mon, 4 Jun 2001 12:26:02 +0530
52426              Message-ID: <20010604122602.A5775@lustre.linux.in>
52427      Branch: perl
52428            ! op.c sv.c sv.h
52429 ____________________________________________________________________________
52430 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
52431         Log: testsuite for change#10192 (from Gisle Aas)
52432      Branch: perl
52433            + t/op/override.t
52434            ! MANIFEST
52435 ____________________________________________________________________________
52436 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
52437         Log: integrate changes#10414-10416 from mainline
52438              
52439              Potential buffer overrun if the radix separator is more than
52440              one byte.  Also, under locales, prefer the locale-specific
52441              separator over the old boring ".".
52442              
52443              "10.", that is, decimal numbers can have no decimal part at all.
52444              
52445              The non-locale places need love, too.
52446      Branch: maint-5.6/perl
52447           !> perl.h sv.c
52448 ____________________________________________________________________________
52449 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
52450         Log: Missed from #10420.
52451      Branch: perl
52452            ! epoc/config.sh
52453 ____________________________________________________________________________
52454 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
52455         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
52456              often this prototype goes with HAS_SETRESUID_PROTO.
52457      Branch: perl
52458            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52459            ! config_h.SH configure.com perl.h uconfig.h
52460 ____________________________________________________________________________
52461 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
52462         Log: Update Changes.
52463      Branch: perl
52464            ! Changes patchlevel.h
52465 ____________________________________________________________________________
52466 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
52467         Log: -Wall "subscript has type `char'" cleanup.
52468      Branch: perl
52469            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
52470 ____________________________________________________________________________
52471 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
52472         Log: Various "cast to pointer from integer of different size"
52473              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
52474              wide but I32 (int) only 32 bits wide).
52475              
52476              WARNING: the classnum and tagnum changes in Storable.xs
52477              may not be wise, they may be breaking binary compatibility
52478              (in 64-bit platforms), asked Raphael Manfredi about the changes.
52479      Branch: perl
52480            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
52481            ! mg.c proto.h
52482 ____________________________________________________________________________
52483 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
52484         Log: The non-locale places need love, too.
52485      Branch: perl
52486            ! perl.h
52487 ____________________________________________________________________________
52488 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
52489         Log: "10.", that is, decimal numbers can have no decimal part at all.
52490      Branch: perl
52491            ! perl.h
52492 ____________________________________________________________________________
52493 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
52494         Log: Potential buffer overrun if the radix separator is more than
52495              one byte.  Also, under locales, prefer the locale-specific
52496              separator over the old boring ".".
52497      Branch: perl
52498            ! perl.h sv.c
52499 ____________________________________________________________________________
52500 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
52501         Log: Integrate change #10412 from maintperl; locale is now
52502              per-cop, not per-op; plus retweak the locale.t to always
52503              list the skipped utf8 locales.
52504      Branch: perl
52505            ! t/pragma/locale.t
52506           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
52507           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
52508 ____________________________________________________________________________
52509 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
52510         Log: rationalize locale handling to fix the bugs uncovered by change#10394
52511              
52512              the major issue was that the runtime was looking at PL_hints rather
52513              than op_private to notice whether locale was enabled
52514              
52515              the secondary issue was that many locale-sensitive numeric ops didn't
52516              have HINT_LOCALE propagated into their op_private
52517              
52518              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
52519              instead of per-op, just like HINT_BYTE and the hints for lexical
52520              warnings (this makes the hint available to every op via PL_curcop)
52521              
52522              pragma/locale.t may need to be reworked with these fixes in mind
52523              (it currently passes its tests)
52524      Branch: maint-5.6/perl
52525            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
52526            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
52527 ____________________________________________________________________________
52528 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
52529         Log: More verbose debugging.
52530      Branch: perl
52531            ! t/pragma/locale.t
52532 ____________________________________________________________________________
52533 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
52534         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
52535              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
52536              Date: Sat, 2 Jun 2001 22:53:33 +0100
52537              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
52538      Branch: perl
52539            ! regcomp.c t/pragma/warn/regcomp
52540 ____________________________________________________________________________
52541 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
52542         Log: Mention that lexicalizing $a or $b is a bad idea if one
52543              wants to use sort().
52544      Branch: perl
52545            ! pod/perlvar.pod
52546 ____________________________________________________________________________
52547 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
52548         Log: Tweak the test to be happy if the accuracy is 'good enough'.
52549      Branch: perl
52550            ! t/lib/posix.t
52551 ____________________________________________________________________________
52552 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
52553         Log: Upgrade to Attribute::Handlers 0.70.
52554              
52555              NOTE: this unearthed the "too late for CHECK block" bug,
52556              that's why the 1_compile.t change.
52557      Branch: perl
52558            + lib/Attribute/Handlers/demo/Demo.pm
52559            + lib/Attribute/Handlers/demo/Descriptions.pm
52560            + lib/Attribute/Handlers/demo/MyClass.pm
52561            + lib/Attribute/Handlers/demo/demo.pl
52562            + lib/Attribute/Handlers/demo/demo2.pl
52563            + lib/Attribute/Handlers/demo/demo3.pl
52564            + lib/Attribute/Handlers/demo/demo4.pl
52565            + lib/Attribute/Handlers/demo/demo_call.pl
52566            + lib/Attribute/Handlers/demo/demo_chain.pl
52567            + lib/Attribute/Handlers/demo/demo_cycle.pl
52568            + lib/Attribute/Handlers/demo/demo_hashdir.pl
52569            + lib/Attribute/Handlers/demo/demo_phases.pl
52570            + lib/Attribute/Handlers/demo/demo_range.pl
52571            + lib/Attribute/Handlers/demo/demo_rawdata.pl
52572            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
52573            ! t/lib/attrhand.t
52574 ____________________________________________________________________________
52575 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
52576         Log: One less -Wall whine.
52577      Branch: perl
52578            ! regcomp.c
52579 ____________________________________________________________________________
52580 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
52581         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
52582      Branch: perl
52583           !> t/op/eval.t
52584 ____________________________________________________________________________
52585 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
52586         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
52587              aren't "normally" visible inside eval""s contained in subs unless
52588              a cloned reference to them already exists)
52589              
52590              strangely enough, t/harness didn't show this up as a failure
52591              (harness needs fixing?)
52592      Branch: maint-5.6/perl
52593            ! t/op/eval.t
52594 ____________________________________________________________________________
52595 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
52596         Log: Update to Text::Balanced 1.85.
52597      Branch: perl
52598            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
52599 ____________________________________________________________________________
52600 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
52601         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
52602              From: Nicholas Clark <nick@ccl4.org>
52603              Date: Sun, 3 Jun 2001 17:54:36 +0100
52604              Message-ID: <20010603175436.E76396@plum.flirble.org> 
52605      Branch: perl
52606            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
52607            ! ext/Sys/Syslog/Syslog.xs
52608 ____________________________________________________________________________
52609 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
52610         Log: Unused variables.
52611      Branch: perl
52612            ! util.c
52613 ____________________________________________________________________________
52614 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
52615         Log: Subject: [PATCH] APIfy op_clear 
52616              From: Simon Cozens <simon@netthink.co.uk>
52617              Date: Sun, 3 Jun 2001 13:51:46 +0100
52618              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
52619              
52620              (despite the subject line, op_null is APIfied by the patch)
52621      Branch: perl
52622            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
52623 ____________________________________________________________________________
52624 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
52625         Log: Subject: [PATCH] t/lib/extutils.t
52626              From: Nicholas Clark <nick@ccl4.org>
52627              Date: Sat, 2 Jun 2001 23:57:05 +0100
52628              Message-ID: <20010602235705.Q12698@plum.flirble.org>
52629      Branch: perl
52630            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52631 ____________________________________________________________________________
52632 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
52633         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
52634              From: Prymmer/Kahn <pvhp@best.com>
52635              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
52636              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
52637      Branch: perl
52638            ! win32/Makefile win32/makefile.mk
52639 ____________________________________________________________________________
52640 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
52641         Log: Subject: Re: 'decimal digits' macro? 
52642              From: Hugo <hv@crypt.compulink.co.uk>
52643              Date: Sun, 03 Jun 2001 04:26:36 +0100
52644              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
52645      Branch: perl
52646            ! handy.h t/lib/posix.t t/op/tr.t
52647 ____________________________________________________________________________
52648 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
52649         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
52650              From: Hugo <hv@crypt.compulink.co.uk>
52651              Date: Sun, 03 Jun 2001 14:56:30 +0100
52652              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
52653      Branch: perl
52654            ! util.c
52655 ____________________________________________________________________________
52656 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
52657         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
52658      Branch: perl
52659           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
52660           !> vms/perly_c.vms
52661 ____________________________________________________________________________
52662 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
52663         Log: fix leakage of lexicals at file scope into subroutines that were
52664              declared before them; this appears to be a longstanding bug that
52665              meant that lexicals at file scope were never "deintroduced", meaning
52666              their scope range was never properly closed, and their visibility
52667              extended to all subsequent eval""s or requires
52668              
52669              added a test case
52670              
52671              seems to also fix a case of bogus duplicate warnings
52672      Branch: maint-5.6/perl
52673            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
52674            ! vms/perly_c.vms
52675 ____________________________________________________________________________
52676 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
52677         Log: More VMS tweaks from Craig A. Berry.
52678      Branch: perl
52679            ! configure.com t/lib/extutils.t
52680 ____________________________________________________________________________
52681 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
52682         Log: -Wall cleanup continues.
52683      Branch: perl
52684            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
52685            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
52686            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
52687            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
52688            ! run.c toke.c util.c
52689 ____________________________________________________________________________
52690 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
52691         Log: The metaconfig unit change for #10390.
52692      Branch: metaconfig/U/perl
52693            ! gccvers.U
52694 ____________________________________________________________________________
52695 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
52696         Log: Drop the -ansi from the default gcc flags.
52697              
52698              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
52699              that struct cannot be compared with a flat integer, such as STRLEN.
52700              The -ansi will also cause a lot of noise in Solaris because of:
52701              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
52702      Branch: perl
52703            ! Configure
52704 ____________________________________________________________________________
52705 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
52706         Log: Integrate perlio:
52707              
52708              [ 10387]
52709              Tweak util.c's atof2 for MULTIPLICITY
52710      Branch: perl
52711           !> pod/perlapi.pod util.c
52712 ____________________________________________________________________________
52713 [ 10388] By: nick                                  on 2001/06/02  08:01:12
52714         Log: Integrate mainline
52715      Branch: perlio
52716           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
52717           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
52718           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
52719           !> t/lib/1_compile.t t/lib/mimeqp.t
52720 ____________________________________________________________________________
52721 [ 10387] By: nick                                  on 2001/06/02  07:39:17
52722         Log: Tweak util.c's atof2 for MULTIPLICITY
52723      Branch: perlio
52724            ! util.c
52725 ____________________________________________________________________________
52726 [ 10386] By: nick                                  on 2001/06/02  07:38:33
52727         Log: Integrate mainline
52728      Branch: perlio
52729           !> (integrate 41 files)
52730 ____________________________________________________________________________
52731 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
52732         Log: Add Attribute::Handlers 0.61 from Damian Conway.
52733      Branch: perl
52734            + lib/Attribute/Handlers.pm t/lib/attrhand.t
52735            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
52736 ____________________________________________________________________________
52737 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
52738         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
52739              From: Peter Prymmer <pvhp@forte.com>
52740              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
52741              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
52742      Branch: perl
52743            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
52744 ____________________________________________________________________________
52745 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
52746         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
52747              From: Jeff Pinyan <jeffp@crusoe.net>
52748              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
52749              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
52750      Branch: perl
52751            ! lib/File/Find.pm
52752 ____________________________________________________________________________
52753 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
52754         Log: Subject: [PATCH perl@10381] configure.com tweaks
52755              From: "Craig A. Berry" <craigberry@mac.com>
52756              Date: Fri, 1 Jun 2001 13:55:43 -0500
52757              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
52758      Branch: perl
52759            ! configure.com
52760 ____________________________________________________________________________
52761 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
52762         Log: Update Changes.
52763      Branch: perl
52764            ! Changes patchlevel.h
52765 ____________________________________________________________________________
52766 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
52767         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
52768              From: Mike Guy <mjtg@cam.ac.uk>
52769              Date: Fri, 01 Jun 2001 18:17:02 +0100
52770              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
52771      Branch: perl
52772            ! lib/perl5db.pl
52773 ____________________________________________________________________________
52774 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
52775         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
52776              From: Hugo <hv@crypt.compulink.co.uk>
52777              Date: Thu, 31 May 2001 20:49:48 +0100
52778              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
52779      Branch: perl
52780            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
52781            ! util.c
52782 ____________________________________________________________________________
52783 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
52784         Log: Zero() is not available in x2p (or, rather, some of its
52785              implementations like memzero() might not be available.)
52786      Branch: perl
52787            ! x2p/hash.c
52788 ____________________________________________________________________________
52789 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
52790         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
52791              From: Michael G Schwern <schwern@pobox.com>
52792              Date: Fri, 1 Jun 2001 12:00:29 +0100
52793              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
52794              
52795              (But use Zero() instead of memset.)
52796      Branch: perl
52797            ! x2p/hash.c
52798 ____________________________________________________________________________
52799 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
52800         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
52801              From: Jeff Pinyan <jeffp@crusoe.net>
52802              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
52803              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
52804      Branch: perl
52805            ! pod/perldiag.pod regcomp.c t/op/pat.t
52806 ____________________________________________________________________________
52807 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
52808         Log: Retract #10324 and #10333; not needed.
52809      Branch: perl
52810            ! hints/irix_6.sh hints/linux.sh
52811 ____________________________________________________________________________
52812 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
52813         Log: The #10370 wasn't quite right.
52814      Branch: perl
52815            ! ext/XS/Typemap/Typemap.xs
52816 ____________________________________________________________________________
52817 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
52818         Log: The metaconfig units changes for #10372.
52819      Branch: metaconfig/U/perl
52820            + d_realpath.U d_sresgproto.U d_sresuproto.U
52821            ! gccvers.U i_db.U
52822 ____________________________________________________________________________
52823 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
52824         Log: Configure tweaks; record the Berkeley DB version,
52825              probe for realpath(), for setresuid() and setresgid()
52826              prototypes; use realpath() (try to be paranoid enough),
52827              use the setres[ug]id prototypes because glibc has the functions
52828              but not their prototypes; add -Wall -ansi to gcc ccflags;
52829              regen toc.
52830      Branch: perl
52831            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52832            ! config_h.SH configure.com epoc/config.sh
52833            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
52834            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
52835            ! vos/config.ga.def win32/config.bc win32/config.gc
52836            ! win32/config.vc
52837 ____________________________________________________________________________
52838 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
52839         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
52840              From: Michael G Schwern <schwern@pobox.com>
52841              Date: Fri, 1 Jun 2001 11:28:14 +0100
52842              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
52843      Branch: perl
52844            ! lib/attributes.pm xsutils.c
52845 ____________________________________________________________________________
52846 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
52847         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
52848              From: Tim Jenness <t.jenness@jach.hawaii.edu>
52849              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
52850              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
52851      Branch: perl
52852            ! ext/XS/Typemap/Typemap.xs
52853 ____________________________________________________________________________
52854 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
52855         Log: Subject: [patch] Cwd.xs optimizations/abstraction
52856              From: Doug MacEachern <dougm@covalent.net>
52857              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
52858              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
52859      Branch: perl
52860            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
52861            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
52862 ____________________________________________________________________________
52863 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
52864         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!])
52865              From: Nicholas Clark <nick@ccl4.org>
52866              Date: Thu, 31 May 2001 23:56:40 +0100
52867              Message-ID: <20010531235640.F12698@plum.flirble.org>
52868              
52869              Make the test work also under only static extensions
52870              (sh Configure -Uusedl fakes this nicely)
52871      Branch: perl
52872            ! t/lib/extutils.t
52873 ____________________________________________________________________________
52874 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
52875         Log: Subject: [PATCH hv.c] Eliminating trigraph
52876              From: Michael G Schwern <schwern@pobox.com>
52877              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
52878              Date: Fri, 1 Jun 2001 11:49:56 +0100
52879      Branch: perl
52880            ! hv.c
52881 ____________________________________________________________________________
52882 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
52883         Log: Subject: Re: [PATCH] Tests for File::Compare 
52884              From: "Philip Newton" <Philip.Newton@gmx.net>
52885              Date: Thu, 31 May 2001 19:44:05 +0200
52886              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
52887              
52888              Unnecessary "quotation marks".
52889      Branch: perl
52890            ! t/lib/filecomp.t
52891 ____________________________________________________________________________
52892 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
52893         Log: Integrate perlio:
52894              
52895              [ 10364]
52896              Cleanup dll.base and dll.exp created by GCC builds.
52897              
52898              [ 10363]
52899              Make filecomp test work on CRLF platforms by adding binmode.
52900      Branch: perl
52901           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
52902 ____________________________________________________________________________
52903 [ 10364] By: nick                                  on 2001/06/01  10:13:31
52904         Log: Cleanup dll.base and dll.exp created by GCC builds.
52905      Branch: perlio
52906            ! lib/ExtUtils/MM_Win32.pm
52907 ____________________________________________________________________________
52908 [ 10363] By: nick                                  on 2001/06/01  10:02:17
52909         Log: Make filecomp test work on CRLF platforms by adding binmode.
52910      Branch: perlio
52911            ! t/lib/filecomp.t
52912 ____________________________________________________________________________
52913 [ 10362] By: nick                                  on 2001/06/01  08:37:17
52914         Log: Integrate mainline
52915      Branch: perlio
52916           !> Changes Configure patchlevel.h perlio.c
52917 ____________________________________________________________________________
52918 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
52919         Log: panic:claustrophobia.
52920      Branch: perl
52921            ! perlio.c
52922 ____________________________________________________________________________
52923 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
52924         Log: Update Changes.
52925      Branch: perl
52926            ! Changes patchlevel.h
52927 ____________________________________________________________________________
52928 [ 10359] By: nick                                  on 2001/05/31  12:35:50
52929         Log: Integrate mainline.
52930      Branch: perlio
52931           +> t/lib/filecomp.t
52932           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
52933           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
52934 ____________________________________________________________________________
52935 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
52936         Log: Integrate perlio:
52937              
52938              [ 10350]
52939              win32 - dmake regen_config_h
52940              
52941              [ 10348]
52942              Tolerate Win32 numerics
52943      Branch: perl
52944           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
52945           !> win32/config_H.vc
52946 ____________________________________________________________________________
52947 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
52948         Log: Metaconfig unit change for #10356.
52949      Branch: metaconfig
52950            ! U/installdirs/inc_version_list.U
52951 ____________________________________________________________________________
52952 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
52953         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
52954              (idea from Sarathy; implementation from Andy)
52955      Branch: perl
52956            ! Configure
52957 ____________________________________________________________________________
52958 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
52959         Log: More AUTHORS.
52960      Branch: perl
52961            ! AUTHORS
52962 ____________________________________________________________________________
52963 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
52964         Log: Subject: Re: [PATCH] Tests for File::Compare
52965              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
52966              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
52967              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
52968      Branch: perl
52969            + t/lib/filecomp.t
52970            ! MANIFEST t/lib/1_compile.t
52971 ____________________________________________________________________________
52972 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
52973         Log: Subject: [PATCH] DEBUG_* macro cleanups
52974              From: Abhijit Menon-Sen <ams@wiw.org>
52975              Date: Thu, 31 May 2001 12:16:22 +0530
52976              Message-ID: <20010531121622.B4829@lustre.linux.in>
52977              
52978              Subject: Re: [PATCH] DEBUG_* macro cleanups
52979              From: Abhijit Menon-Sen <ams@wiw.org>
52980              Date: Thu, 31 May 2001 13:57:01 +0530
52981              Message-ID: <20010531135701.A21775@lustre.linux.in>
52982              
52983              (The DEBUG_ definitions in perl.h changed to use the
52984              STMT_START and STMT_END.)
52985      Branch: perl
52986            ! perl.h pp_ctl.c sv.c toke.c
52987 ____________________________________________________________________________
52988 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
52989         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
52990              From: Abhijit Menon-Sen <ams@wiw.org>
52991              Date: Thu, 31 May 2001 08:27:55 +0530
52992              Message-ID: <20010531082755.A10018@lustre.linux.in>
52993      Branch: perl
52994            ! ext/Storable/Storable.xs gv.c perl.c
52995 ____________________________________________________________________________
52996 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
52997         Log: Subject: [PATCH] AUTHORS
52998              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52999              Date: Thu, 31 May 2001 01:27:59 -0500
53000              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
53001              
53002              Subject: Re: [PATCH] AUTHORS
53003              From: "Philip Newton" <Philip.Newton@gmx.net>
53004              Date: Thu, 31 May 2001 10:08:06 +0200
53005              (Message-Id missing?)
53006      Branch: perl
53007            ! AUTHORS
53008 ____________________________________________________________________________
53009 [ 10350] By: nick                                  on 2001/05/31  11:40:43
53010         Log: win32 - dmake regen_config_h
53011      Branch: perlio
53012            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53013 ____________________________________________________________________________
53014 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
53015         Log: Subject: Re: [PATCH util.c] More warning cleanups.
53016              From: "Philip Newton" <Philip.Newton@gmx.net>
53017              Date: Thu, 31 May 2001 07:41:36 +0200
53018              Message-Id: <200105310538.IAA25458@taku.hut.fi>
53019              
53020              Undo C++-ism that snekt in.
53021      Branch: perl
53022            ! util.c
53023 ____________________________________________________________________________
53024 [ 10348] By: nick                                  on 2001/05/31  11:36:46
53025         Log: Tolerate Win32 numerics
53026      Branch: perlio
53027            ! t/pragma/warn/toke
53028 ____________________________________________________________________________
53029 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
53030         Log: Integrate perlio:
53031              
53032              [ 10346]
53033              Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53034              perlio.c change 10255.
53035              
53036              [ 10345]
53037              Conditionally put back some "unused" dTHX which are used
53038              with PERL_IMPLICIT_SYS
53039              
53040              [ 10344]
53041              Fix Win32 for new spelling IN_BYTES 
53042              
53043              [ 10343]
53044              perlio.c -Wall cleaner under MULTIPLICITY
53045              - still minor noise with linux stdio
53046      Branch: perl
53047           !> perlio.c win32/win32.h
53048 ____________________________________________________________________________
53049 [ 10346] By: nick                                  on 2001/05/31  10:54:55
53050         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53051              perlio.c change 10255.
53052      Branch: perlio
53053            ! perlio.c
53054 ____________________________________________________________________________
53055 [ 10345] By: nick                                  on 2001/05/31  10:01:57
53056         Log: Conditionally put back some "unused" dTHX which are used
53057              with PERL_IMPLICIT_SYS
53058      Branch: perlio
53059            ! perlio.c
53060 ____________________________________________________________________________
53061 [ 10344] By: nick                                  on 2001/05/31  10:00:59
53062         Log: Fix Win32 for new spelling IN_BYTES 
53063      Branch: perlio
53064            ! win32/win32.h
53065 ____________________________________________________________________________
53066 [ 10343] By: nick                                  on 2001/05/31  08:01:32
53067         Log: perlio.c -Wall cleaner under MULTIPLICITY
53068              - still minor noise with linux stdio
53069      Branch: perlio
53070            ! perlio.c
53071 ____________________________________________________________________________
53072 [ 10342] By: nick                                  on 2001/05/31  07:52:23
53073         Log: Integrate mainline.
53074      Branch: perlio
53075           !> (integrate 42 files)
53076 ____________________________________________________________________________
53077 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
53078         Log: AUTHORS updates.
53079      Branch: perl
53080            ! AUTHORS
53081 ____________________________________________________________________________
53082 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
53083         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
53084              From: Peter Prymmer <pvhp@forte.com>
53085              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
53086              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
53087      Branch: perl
53088            ! t/lib/md5-file.t
53089 ____________________________________________________________________________
53090 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
53091         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
53092              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
53093              to match the pragma name; various robustness cleanups.
53094      Branch: perl
53095            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
53096            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
53097 ____________________________________________________________________________
53098 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
53099         Log: More -Wall sweeping.
53100      Branch: perl
53101            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
53102            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
53103            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
53104            ! regcomp.c sv.c toke.c utf8.c
53105 ____________________________________________________________________________
53106 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
53107         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
53108              From: Nicholas Clark <nick@ccl4.org>
53109              Date: Wed, 30 May 2001 22:34:41 +0100
53110              Message-ID: <20010530223441.Y86445@plum.flirble.org>
53111      Branch: perl
53112            ! t/op/cmp.t
53113 ____________________________________________________________________________
53114 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
53115         Log: It's is not, it isn't ain't, and it's it's, not its,
53116              if you mean it is. If you don't, it's its. Then too,
53117              it's hers. It isn't her's. It isn't our's either.
53118              It's ours, and likewise yours and theirs.
53119              -- Oxford University Press, Edpress News
53120      Branch: perl
53121            ! lib/autouse.pm
53122 ____________________________________________________________________________
53123 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
53124         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
53125      Branch: perl
53126            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
53127            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
53128            ! x2p/str.c x2p/walk.c xsutils.c
53129 ____________________________________________________________________________
53130 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
53131         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
53132              From: Michael G Schwern <schwern@pobox.com>
53133              Date: Wed, 30 May 2001 17:10:38 +0100
53134              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
53135              
53136              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
53137              From: Abhijit Menon-Sen <ams@wiw.org>
53138              Date: Wed, 30 May 2001 23:16:13 +0530
53139              Message-ID: <20010530231613.A31933@lustre.linux.in>
53140      Branch: perl
53141            ! perl.c t/run/runenv.t
53142 ____________________________________________________________________________
53143 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
53144         Log: (Retracted by #10375.)
53145              
53146              IRIX hints patch from Merijn Broeren.
53147              
53148              TODO: (this and the earlier Linux hints patch) should be solved
53149              at Configure level.  Merijn: -ldb should not be used on any platform
53150              for perl, just when linking DBFile itself. Trying to be helpful here
53151              is counterproductive.
53152      Branch: perl
53153            ! hints/irix_6.sh
53154 ____________________________________________________________________________
53155 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
53156         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
53157              From: Nicholas Clark <nick@ccl4.org>
53158              Date: Wed, 30 May 2001 23:20:58 +0100
53159              Message-ID: <20010530232058.B86445@plum.flirble.org>
53160      Branch: perl
53161            ! doop.c
53162 ____________________________________________________________________________
53163 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
53164         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
53165              From: Michael G Schwern <schwern@pobox.com> 
53166              Date: Wed, 30 May 2001 15:24:20 +0100
53167              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
53168      Branch: perl
53169            ! t/pragma/autouse.t
53170 ____________________________________________________________________________
53171 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
53172         Log: The regex trick wasn't a good idea.
53173      Branch: perl
53174            ! pod/perlfaq4.pod
53175 ____________________________________________________________________________
53176 [ 10329] By: nick                                  on 2001/05/30  18:34:35
53177         Log: Integrate mainline
53178      Branch: perlio
53179           !> (integrate 40 files)
53180 ____________________________________________________________________________
53181 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
53182         Log: Update Changes.
53183      Branch: perl
53184            ! Changes patchlevel.h
53185 ____________________________________________________________________________
53186 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
53187         Log: The metaconfig unit change for #10325.
53188      Branch: metaconfig
53189            + U/modified/afs.U
53190 ____________________________________________________________________________
53191 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
53192         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
53193              is now wrong.
53194      Branch: perl
53195            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
53196 ____________________________________________________________________________
53197 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
53198         Log: Introduce $Config{afsroot}.
53199      Branch: perl
53200            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53201            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
53202            ! win32/config.gc win32/config.vc
53203 ____________________________________________________________________________
53204 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
53205         Log: (Retracted by #10375.)
53206              
53207              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
53208      Branch: perl
53209            ! hints/linux.sh
53210 ____________________________________________________________________________
53211 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
53212         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
53213              (Also Configure tweaks needed; coming up soon.)
53214      Branch: perl
53215            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
53216 ____________________________________________________________________________
53217 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
53218         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
53219              From: Michael G Schwern <schwern@pobox.com>
53220              Date: Sun, 27 May 2001 10:29:43 +0100
53221              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
53222      Branch: perl
53223            ! lib/perl5db.pl
53224 ____________________________________________________________________________
53225 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
53226         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
53227              and Abhijit Menon-Sen.
53228      Branch: perl
53229            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
53230            ! perl.c pp_sys.c regcomp.c
53231 ____________________________________________________________________________
53232 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
53233         Log: Fix the BOOT section to call myU2time properly.
53234      Branch: perl
53235            ! ext/Time/HiRes/HiRes.xs
53236 ____________________________________________________________________________
53237 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
53238         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
53239              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
53240              Date: Wed, 30 May 2001 09:44:29 -0400
53241              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
53242              
53243              Detypo; plus add one more trick.
53244      Branch: perl
53245            ! pod/perlfaq4.pod
53246 ____________________________________________________________________________
53247 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
53248         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)
53249              From: Michael G Schwern <schwern@pobox.com>
53250              Date: Wed, 30 May 2001 14:39:06 +0100
53251              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
53252      Branch: perl
53253            ! lib/autouse.pm t/pragma/autouse.t
53254 ____________________________________________________________________________
53255 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
53256         Log: Subject: Re: AIX and gcc (moving targets)
53257              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53258              Date: Wed, 30 May 2001 15:25:08 +0200
53259              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
53260      Branch: perl
53261            ! ext/Time/HiRes/HiRes.xs
53262 ____________________________________________________________________________
53263 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
53264         Log: Subject: [PATCH t/TEST] sorting tests
53265              From: Michael G Schwern <schwern@pobox.com>
53266              Date: Wed, 30 May 2001 10:24:02 +0100
53267              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
53268      Branch: perl
53269            ! t/TEST
53270 ____________________________________________________________________________
53271 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
53272         Log: Subject: [ID 20010529.002] typos in man page perlre
53273              From: bart@cg681574-a.adubn1.nj.home.com 
53274              Date: Tue, 29 May 2001 13:58:59 -0500
53275              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
53276      Branch: perl
53277            ! pod/perlre.pod
53278 ____________________________________________________________________________
53279 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
53280         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
53281              From: "Craig A. Berry" <craigberry@mac.com>
53282              Date: Tue, 29 May 2001 23:23:45 -0500
53283              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
53284      Branch: perl
53285            ! t/lib/extutils.t t/pragma/autouse.t
53286 ____________________________________________________________________________
53287 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
53288         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)
53289              From: David Dyck <dcd@tc.fluke.com>
53290              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
53291              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
53292      Branch: perl
53293            ! t/lib/filefind.t
53294 ____________________________________________________________________________
53295 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
53296         Log: AIX hints update for gcc from Merijn H. Brand.
53297      Branch: perl
53298            ! hints/aix.sh
53299 ____________________________________________________________________________
53300 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
53301         Log: Retract #10295 and #10296: a more generic solution
53302              is needed (there's something funny with gcc on AIX).
53303      Branch: perl
53304            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
53305 ____________________________________________________________________________
53306 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
53307         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
53308              From: Hugo <hv@crypt.compulink.co.uk>
53309              Date: Wed, 30 May 2001 11:59:19 +0100
53310              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
53311              
53312              localizing $@ has unfortunate semantics - if you die past
53313              a local $@, the die message is lost.
53314      Branch: perl
53315            ! lib/utf8_heavy.pl
53316 ____________________________________________________________________________
53317 [ 10309] By: nick                                  on 2001/05/30  08:23:02
53318         Log: Integrate mainline (autouse works again.)
53319      Branch: perlio
53320           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
53321           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
53322           !> pod/perlvar.pod t/op/cmp.t
53323 ____________________________________________________________________________
53324 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
53325         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
53326              From: David Dyck <dcd@tc.fluke.com>
53327              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
53328              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
53329      Branch: perl
53330            ! lib/File/Find.pm
53331 ____________________________________________________________________________
53332 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
53333         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
53334              From: Nicholas Clark <nick@ccl4.org>
53335              Date: Tue, 29 May 2001 23:16:09 +0100
53336              Message-ID: <20010529231609.U86445@plum.flirble.org>
53337              
53338              Make the test output slightly clearer by distinguishing
53339              between '' and undef.
53340      Branch: perl
53341            ! t/op/cmp.t
53342 ____________________________________________________________________________
53343 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
53344         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
53345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53346              Date: Tue, 29 May 2001 19:15:19 -0400
53347              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
53348      Branch: perl
53349            ! hints/os2.sh
53350 ____________________________________________________________________________
53351 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
53352         Log: Subject: perlvar.pod addition
53353              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
53354              Date: Fri, 25 May 2001 20:23:12 +0200
53355              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
53356              
53357              Subject: Re: perlvar.pod addition
53358              From: "Abigail" <abigail@foad.org> 
53359              Date: Fri, 25 May 2001 22:00:39 +0200
53360              Message-ID: <20010525200039.28029.qmail@foad.org>
53361              
53362              Mention $a and $b in perlvar.
53363      Branch: perl
53364            ! pod/perlvar.pod
53365 ____________________________________________________________________________
53366 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
53367         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
53368              From: Jeff Pinyan <jeffp@crusoe.net>
53369              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
53370              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
53371      Branch: perl
53372            ! pod/perlvar.pod
53373 ____________________________________________________________________________
53374 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
53375         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
53376              From: Jeff Pinyan <jeffp@crusoe.net>
53377              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
53378              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
53379      Branch: perl
53380            ! pod/perlfaq6.pod
53381 ____________________________________________________________________________
53382 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
53383         Log: Mention Time::localtime and Time::gmtime.
53384      Branch: perl
53385            ! ext/Time/Piece/Piece.pm
53386 ____________________________________________________________________________
53387 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
53388         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
53389              From: Michael G Schwern <schwern@pobox.com>
53390              Date: Tue, 29 May 2001 18:51:32 +0100
53391              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
53392      Branch: perl
53393            ! pod/perlfaq4.pod
53394 ____________________________________________________________________________
53395 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
53396         Log: Retract #10243.
53397      Branch: perl
53398            ! lib/autouse.pm
53399 ____________________________________________________________________________
53400 [ 10299] By: nick                                  on 2001/05/29  18:41:19
53401         Log: Post weekend integrate mainline (fails one test pragma/autouse).
53402      Branch: perlio
53403           +> (branch 29 files)
53404           !> (integrate 91 files)
53405 ____________________________________________________________________________
53406 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
53407         Log: Update Changes.
53408      Branch: perl
53409            ! Changes patchlevel.h
53410 ____________________________________________________________________________
53411 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
53412         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
53413              before Perl_load_module/Perl_call_method and restore the value
53414              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
53415      Branch: perl
53416            ! utf8.c
53417 ____________________________________________________________________________
53418 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
53419         Log: Subject: Re: AIX and gcc (moving targets)
53420              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53421              Date: Tue, 29 May 2001 17:59:40 +0200
53422              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
53423      Branch: perl
53424            ! ext/Storable/Makefile.PL
53425 ____________________________________________________________________________
53426 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
53427         Log: Subject: Re: AIX and gcc (moving targets)
53428              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53429              Date: Tue, 29 May 2001 12:32:57 +0200
53430              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
53431      Branch: perl
53432            ! ext/POSIX/Makefile.PL
53433 ____________________________________________________________________________
53434 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
53435         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
53436              From: Michael G Schwern <schwern@pobox.com>
53437              Date: Tue, 29 May 2001 09:53:29 +0100
53438              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
53439              
53440              (#10280 retracted)
53441      Branch: perl
53442            ! lib/Test/Harness.pm t/lib/test-harness.t
53443 ____________________________________________________________________________
53444 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
53445         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
53446              From: Michael G Schwern <schwern@pobox.com>
53447              Date: Tue, 29 May 2001 09:19:52 +0100
53448              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
53449      Branch: perl
53450            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
53451            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
53452            + t/lib/Test/todo.t
53453            ! MANIFEST lib/Test.pm t/TEST
53454 ____________________________________________________________________________
53455 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
53456         Log: From: Michael G Schwern <schwern@pobox.com>
53457              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
53458              Date: Tue, 29 May 2001 08:26:09 +0100
53459              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
53460      Branch: perl
53461            ! t/TEST
53462 ____________________________________________________________________________
53463 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
53464         Log: Add tests for Time::gmtime and Time::localtime.
53465      Branch: perl
53466            + t/lib/time-gmtime.t t/lib/time-localtime.t
53467            ! MANIFEST t/lib/1_compile.t
53468 ____________________________________________________________________________
53469 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
53470         Log: Add test for File::stat.
53471      Branch: perl
53472            + t/lib/filestat.t
53473            ! MANIFEST t/lib/1_compile.t
53474 ____________________________________________________________________________
53475 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
53476         Log: Add test for Net::servent.
53477      Branch: perl
53478            + t/lib/net-sent.t
53479            ! MANIFEST t/lib/1_compile.t
53480 ____________________________________________________________________________
53481 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
53482         Log: Add test for Net::protoent.
53483      Branch: perl
53484            + t/lib/net-pent.t
53485            ! MANIFEST t/lib/1_compile.t
53486 ____________________________________________________________________________
53487 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
53488         Log: Add test for Net::netent.
53489      Branch: perl
53490            + t/lib/net-nent.t
53491            ! MANIFEST t/lib/1_compile.t
53492 ____________________________________________________________________________
53493 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
53494         Log: Add test for User::grent.  Portability doubtful.
53495      Branch: perl
53496            + t/lib/user-grent.t
53497            ! MANIFEST t/lib/1_compile.t
53498 ____________________________________________________________________________
53499 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
53500         Log: Add test for User::pwent.
53501              Probably will fall down somewhere for portability reasons.
53502      Branch: perl
53503            + t/lib/user-pwent.t
53504            ! MANIFEST t/lib/1_compile.t
53505 ____________________________________________________________________________
53506 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
53507         Log: Metaconfig units changes for #10283.
53508      Branch: metaconfig
53509            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
53510            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
53511            ! U/installdirs/sitescript.U U/modified/Signal.U
53512 ____________________________________________________________________________
53513 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
53514         Log: Subject: [PATCH 5.6.1] signal names in Configure
53515              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53516              Date: Tue, 29 May 2001 03:52:25 -0400
53517              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
53518              
53519              Subject: [PATCH 5.6.1] older perl in Configure
53520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53521              Date: Tue, 29 May 2001 03:55:40 -0400
53522              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
53523              
53524              Subject: [PATCH 5.6.1] goofs in Configure
53525              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53526              Date: Tue, 29 May 2001 04:13:07 -0400
53527              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
53528              
53529              Configure portability tweaks.
53530      Branch: perl
53531            ! Configure
53532 ____________________________________________________________________________
53533 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
53534         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
53535              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53536              Date: Tue, 29 May 2001 04:07:06 -0400
53537              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
53538      Branch: perl
53539            ! os2/os2.c
53540 ____________________________________________________________________________
53541 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
53542         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
53543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53544              Date: Tue, 29 May 2001 04:01:38 -0400
53545              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
53546      Branch: perl
53547            ! hints/os2.sh os2/Makefile.SHs
53548 ____________________________________________________________________________
53549 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
53550         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
53551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53552              Date: Tue, 29 May 2001 03:50:18 -0400
53553              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
53554      Branch: perl
53555            ! lib/Test/Harness.pm
53556 ____________________________________________________________________________
53557 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
53558         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
53559      Branch: perl
53560            ! lib/utf8_heavy.pl
53561 ____________________________________________________________________________
53562 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
53563         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
53564              From: Hugo <hv@crypt.compulink.co.uk>
53565              Date: Tue, 29 May 2001 03:03:45 +0100
53566              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
53567              
53568              Explanation why the $@ always gets the UTF8 flag when under use utf8--
53569              because we told it to have the flag when under use utf8.
53570      Branch: perl
53571            ! pp_ctl.c
53572 ____________________________________________________________________________
53573 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
53574         Log: At least a partial fix for 20010528.004.
53575      Branch: perl
53576            ! lib/utf8_heavy.pl
53577 ____________________________________________________________________________
53578 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
53579         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
53580              From: Nicholas Clark <nick@ccl4.org> 
53581              Date: Mon, 28 May 2001 23:39:38 +0100
53582              Message-ID: <20010528233938.M86445@plum.flirble.org>
53583              
53584              More portable non-zero UV.
53585      Branch: perl
53586            ! t/lib/extutils.t
53587 ____________________________________________________________________________
53588 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
53589         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
53590              From: Nicholas Clark <nick@ccl4.org>
53591              Date: Mon, 28 May 2001 22:46:09 +0100
53592              Message-ID: <20010528224608.L86445@plum.flirble.org>
53593              
53594              Test also "make clean".
53595      Branch: perl
53596            ! t/lib/extutils.t
53597 ____________________________________________________________________________
53598 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
53599         Log: Subject: Re: Would -Wno-unused -Wall be better?
53600              From: Michael G Schwern <schwern@pobox.com>
53601              Date: Tue, 29 May 2001 00:55:54 +0100
53602              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
53603      Branch: perl
53604            ! pp.h
53605 ____________________________________________________________________________
53606 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
53607         Log: Add a test for 20010528.007, fixed in #10272.
53608      Branch: perl
53609            ! t/op/misc.t toke.c
53610 ____________________________________________________________________________
53611 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
53612         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
53613              From: Hugo <hv@crypt.compulink.co.uk>
53614              Date: Tue, 29 May 2001 00:23:23 +0100
53615              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
53616      Branch: perl
53617            ! toke.c
53618 ____________________________________________________________________________
53619 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
53620         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
53621              From: Michael G Schwern <schwern@pobox.com>
53622              Date: Tue, 29 May 2001 00:42:59 +0100
53623              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
53624      Branch: perl
53625            ! t/pragma/autouse.t
53626 ____________________________________________________________________________
53627 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
53628         Log: Some shells seemingly arrange the signal handlers differently
53629              (bug id 20010521.004).
53630      Branch: perl
53631            ! t/lib/sigaction.t
53632 ____________________________________________________________________________
53633 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
53634         Log: Regen perlmodlib.
53635      Branch: perl
53636            ! pod/perlmodlib.pod
53637 ____________________________________________________________________________
53638 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
53639         Log: Update Changes.
53640      Branch: perl
53641            ! Changes patchlevel.h
53642 ____________________________________________________________________________
53643 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
53644         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
53645              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
53646              Date: Mon, 28 May 2001 14:56:35 -0500
53647              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
53648      Branch: perl
53649            ! pod/perlnewmod.pod
53650 ____________________________________________________________________________
53651 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
53652         Log: Regen toc.
53653      Branch: perl
53654            ! pod/perltoc.pod
53655 ____________________________________________________________________________
53656 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
53657         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
53658              From: "Richard Soderberg" <rs@crystalflame.net>
53659              Date: Mon, 28 May 2001 12:31:23 -0700
53660              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
53661      Branch: perl
53662            ! t/op/splice.t
53663 ____________________________________________________________________________
53664 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
53665         Log: The #10260 was too bold: locales and utf8 still do not mix.
53666      Branch: perl
53667            ! t/pragma/locale.t
53668 ____________________________________________________________________________
53669 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
53670         Log: Subject: [PATCH] Pod nitpicks
53671              From: "Richard Soderberg" <rs@crystalflame.net>
53672              Date: Mon, 28 May 2001 10:08:58 -0700
53673              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
53674      Branch: perl
53675            ! pod/perl571delta.pod pod/perlapi.pod sv.h
53676 ____________________________________________________________________________
53677 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
53678         Log: Upgrade to I18N::LangTags 0.22.
53679      Branch: perl
53680            + lib/I18N/LangTags/List.pod
53681            ! MANIFEST lib/I18N/LangTags.pm
53682 ____________________________________________________________________________
53683 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
53684         Log: A slightly more serious bug found by -Mutf8; op/misc and
53685              lib/complex dumped core.
53686      Branch: perl
53687            ! regexec.c
53688 ____________________________________________________________________________
53689 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
53690         Log: Various buglets shaken out by -Mutf8.
53691      Branch: perl
53692            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
53693            ! t/pragma/locale.t
53694 ____________________________________________________________________________
53695 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
53696         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
53697      Branch: perl
53698            ! t/lib/carp.t
53699 ____________________________________________________________________________
53700 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
53701         Log: Subject: [PATCH] todo patch
53702              From: Artur Bergman <artur@contiller.se> 
53703              Date: Mon, 28 May 2001 17:03:51 +0200
53704              Message-ID: <B7383577.F34%artur@contiller.se>
53705      Branch: perl
53706            ! pod/perltodo.pod
53707 ____________________________________________________________________________
53708 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
53709         Log: Subject: typo in perlguts.pod
53710              From: "John P. Linderman" <jpl@research.att.com>
53711              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
53712              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
53713      Branch: perl
53714            ! pod/perlguts.pod
53715 ____________________________________________________________________________
53716 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
53717         Log: Subject: AIX and gcc (moving targets)
53718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53719              Date: Mon, 28 May 2001 12:54:04 +0200
53720              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
53721      Branch: perl
53722            ! hints/aix.sh
53723 ____________________________________________________________________________
53724 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
53725         Log: Subject: Re: perlio + multiple perl_alloc..destruct
53726              From: Doug MacEachern <dougm@covalent.net>
53727              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
53728              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
53729      Branch: perl
53730            ! perlio.c
53731 ____________________________________________________________________________
53732 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
53733         Log: The #10251 wasn't quite up-to-the-code.
53734      Branch: perl
53735            ! t/op/misc.t
53736 ____________________________________________________________________________
53737 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
53738         Log: Test case for bug 20010526.004, fixed in #10252.
53739      Branch: perl
53740            ! t/op/taint.t
53741 ____________________________________________________________________________
53742 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
53743         Log: Subject: Re: [ID 20010526.004] Taint looses value
53744              From: Hugo <hv@crypt.compulink.co.uk>
53745              Date: Sun, 27 May 2001 20:39:32 +0100
53746              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
53747      Branch: perl
53748            ! sv.c
53749 ____________________________________________________________________________
53750 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
53751         Log: Test case for 20010422.005, fixed by #10250.
53752      Branch: perl
53753            ! t/op/misc.t
53754 ____________________________________________________________________________
53755 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
53756         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
53757              From: Spider Boardman <spider@Orb.Nashua.NH.US>
53758              Date: Mon, 28 May 2001 06:39:12 -0400
53759              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
53760      Branch: perl
53761            ! toke.c
53762 ____________________________________________________________________________
53763 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
53764         Log: Linerewrapping.
53765      Branch: perl
53766            ! lib/open.pm
53767 ____________________________________________________________________________
53768 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
53769         Log: Updates on the modules list.
53770      Branch: perl
53771            ! t/lib/1_compile.t
53772 ____________________________________________________________________________
53773 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
53774         Log: Add a test for PerlIO.
53775              
53776              (I probably got the crlf/raw thing wrong for clrfy platforms...)
53777      Branch: perl
53778            + t/lib/perlio.t
53779            ! MANIFEST lib/PerlIO.pm
53780 ____________________________________________________________________________
53781 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
53782         Log: Add a test for carp et alia.
53783      Branch: perl
53784            + t/lib/carp.t
53785            ! MANIFEST
53786 ____________________________________________________________________________
53787 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
53788         Log: Adding the new test would be swell.
53789      Branch: perl
53790            + t/pragma/autouse.t
53791 ____________________________________________________________________________
53792 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
53793         Log: Add a test for the autouse pragma.
53794      Branch: perl
53795            ! MANIFEST
53796 ____________________________________________________________________________
53797 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
53798         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
53799              From: dLux <dlux@spam.sch.bme.hu>
53800              Date: Sun, 27 May 2001 16:14:26 +0200
53801              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
53802      Branch: perl
53803            ! lib/autouse.pm
53804 ____________________________________________________________________________
53805 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
53806         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
53807              From: "Richard Soderberg" <rs@crystalflame.net>
53808              Date: Mon, 28 May 2001 03:56:36 -0700
53809              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
53810      Branch: perl
53811            ! utils/dprofpp.PL
53812 ____________________________________________________________________________
53813 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
53814         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
53815              From: "Stephen P. Potter" <spp@spotter.yi.org>
53816              Date: Tue, 22 May 2001 11:40:25 -0400
53817              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
53818              
53819              Subject: Re: [ID 20010522.003] Time::Local module bug
53820              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
53821              Date: Tue, 22 May 2001 11:50:19 -0400
53822              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
53823      Branch: perl
53824            ! lib/Time/Local.pm
53825 ____________________________________________________________________________
53826 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
53827         Log: The PERL_DL_NONLAZY can have whitespace in front.
53828      Branch: perl
53829            ! t/lib/extutils.t
53830 ____________________________________________________________________________
53831 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
53832         Log: Document strftime() and strptime().
53833      Branch: perl
53834            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
53835 ____________________________________________________________________________
53836 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
53837         Log: Make Time::Piece::strptime() to be a function, not a method.
53838      Branch: perl
53839            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
53840 ____________________________________________________________________________
53841 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
53842         Log: Tweak the test to be more portable.
53843      Branch: perl
53844            ! t/lib/extutils.t
53845 ____________________________________________________________________________
53846 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
53847         Log: Subject: PATCH: Re: Re: Attributes that tie
53848              From: Leon Brocard <acme@astray.com>
53849              Date: Sun, 27 May 2001 12:37:29 +0100
53850              Message-ID: <20010527123729.A22663@ns0.astray.com>
53851              
53852              Document that variable attributes are not currently usable
53853              for tieing.  (An ugly limitation that should be fixed.)
53854      Branch: perl
53855            ! lib/attributes.pm
53856 ____________________________________________________________________________
53857 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
53858         Log: Microperl tweaks.
53859      Branch: perl
53860            ! Makefile.micro uconfig.h uconfig.sh
53861 ____________________________________________________________________________
53862 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
53863         Log: Add make target for microperl (kind of silly, but convenient).
53864      Branch: perl
53865            ! Makefile.SH
53866 ____________________________________________________________________________
53867 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
53868         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
53869              for microperl.)
53870      Branch: perl
53871            ! doio.c
53872 ____________________________________________________________________________
53873 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
53874         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
53875              From: rspier@pobox.com (Robert Spier)
53876              Date: Sat, 26 May 2001 20:05:23 -0400
53877              Message-ID: <15120.17603.148648.12430@rls.cx>
53878              
53879              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
53880              From: rspier@pobox.com (Robert Spier)
53881              Date: Sun, 27 May 2001 00:23:12 -0400
53882              Message-ID: <15120.33072.511966.767230@rls.cx>
53883      Branch: perl
53884            ! doio.c pod/perlfunc.pod
53885 ____________________________________________________________________________
53886 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
53887         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
53888      Branch: perl
53889            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53890 ____________________________________________________________________________
53891 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
53892         Log: Add README.tru64.
53893      Branch: perl
53894            + README.tru64
53895 ____________________________________________________________________________
53896 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
53897         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
53898      Branch: perl
53899            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
53900            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
53901            ! MANIFEST
53902 ____________________________________________________________________________
53903 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
53904         Log: Integrate I18N::LangTags from Sean Burke.
53905              
53906              TODO: the language list from RFC 3066 needs to be integrated
53907              and made available somehow.  The list is included in the
53908              I18N-LangTags 0.21 distribution, but it is undocumented
53909              and unconnected to the module.
53910      Branch: perl
53911            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
53912            ! MANIFEST
53913 ____________________________________________________________________________
53914 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
53915         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
53916              envisioned by Sarathy.
53917      Branch: perl
53918            ! t/op/ver.t toke.c
53919 ____________________________________________________________________________
53920 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
53921         Log: Subject: [ID 20010525.001] Pod typo nits fixed
53922              From: lvirden@cas.org
53923              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
53924              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
53925              
53926              minus the perlsolaris decimation plus the
53927              
53928              Subject: Re: [ID 20010525.001] Pod typo nits fixed
53929              From: "Philip Newton" <Philip.Newton@gmx.net>
53930              Date: Fri, 25 May 2001 18:05:55 +0200
53931              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
53932      Branch: perl
53933            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
53934            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
53935            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
53936            ! pod/perlutil.pod pod/perlxstut.pod
53937 ____________________________________________________________________________
53938 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
53939         Log: return clauses are nice.
53940      Branch: perl
53941            ! sv.c
53942 ____________________________________________________________________________
53943 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
53944         Log: Subject: change 10199 backwards?
53945              From: Doug MacEachern <dougm@covalent.net>
53946              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
53947              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
53948      Branch: perl
53949            ! sv.c
53950 ____________________________________________________________________________
53951 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
53952         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
53953              From: Hugo <hv@crypt.compulink.co.uk>
53954              Date: Sat, 26 May 2001 17:05:12 +0100
53955              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
53956      Branch: perl
53957            + t/op/gmagic.t
53958            ! MANIFEST doop.c embed.h embed.pl global.sym
53959            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
53960            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
53961 ____________________________________________________________________________
53962 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
53963         Log: Regen headers for #10221.
53964      Branch: perl
53965            ! global.sym objXSUB.h perlapi.c
53966 ____________________________________________________________________________
53967 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
53968         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
53969              From: Juha Laiho <juha.laiho@Elma.Net>
53970              Date: Thu, 3 May 2001 09:51:30 +0300
53971              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
53972      Branch: perl
53973            ! embed.pl
53974 ____________________________________________________________________________
53975 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
53976         Log: Subject: Re: [PATCH] Re: stability of sort()?
53977              From: "John P. Linderman" <jpl@research.att.com>
53978              Date: Sat, 26 May 2001 13:27:19 -0400
53979              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
53980      Branch: perl
53981            ! pod/perlfunc.pod
53982 ____________________________________________________________________________
53983 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
53984         Log: Integrate perlio:
53985              
53986              [ 10212]
53987              Change perlguts docs to not suggest PUSHi etc. for multiple results,
53988              add a few more notes there on use of mortals on the stack.
53989      Branch: perl
53990           !> pod/perlguts.pod
53991 ____________________________________________________________________________
53992 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
53993         Log: Subject: [PATCH perl@10210] PerlIO for VMS
53994              From: "Craig A. Berry" <craigberry@mac.com>
53995              Date: Sat, 26 May 2001 09:34:11 -0500
53996              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
53997      Branch: perl
53998            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
53999            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
54000            ! vms/vmsish.h
54001 ____________________________________________________________________________
54002 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
54003         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
54004              From: David Dyck <dcd@tc.fluke.com>
54005              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
54006              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
54007      Branch: perl
54008            ! lib/perl5db.pl
54009 ____________________________________________________________________________
54010 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
54011         Log: Subject: utf8 regexp tests
54012              From: Hugo <hv@crypt.compulink.co.uk>
54013              Date: Fri, 25 May 2001 22:35:01 +0100
54014              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
54015      Branch: perl
54016            ! t/op/regexp.t
54017 ____________________________________________________________________________
54018 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
54019         Log: Subject: [PATCH] Re: stability of sort()?
54020              From: Nicholas Clark <nick@ccl4.org>
54021              Date: Fri, 25 May 2001 22:40:19 +0100
54022              Message-ID: <20010525224019.B86445@plum.flirble.org>
54023      Branch: perl
54024            ! pod/perlfunc.pod
54025 ____________________________________________________________________________
54026 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
54027         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
54028              From: John Peacock <jpeacock@rowman.com>
54029              Date: Thu, 24 May 2001 22:14:01 -0400
54030              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
54031      Branch: perl
54032            ! mg.c scope.c sv.c
54033 ____________________________________________________________________________
54034 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
54035         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
54036              From: Nicholas Clark <nick@ccl4.org>
54037              Date: Sun, 20 May 2001 19:24:13 +0100
54038              Message-ID: <20010520192413.G83222@plum.flirble.org>
54039      Branch: perl
54040            + lib/ExtUtils/Constant.pm t/lib/extutils.t
54041            ! MANIFEST utils/h2xs.PL
54042 ____________________________________________________________________________
54043 [ 10212] By: nick                                  on 2001/05/26  09:49:28
54044         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
54045              add a few more notes there on use of mortals on the stack.
54046      Branch: perlio
54047            ! pod/perlguts.pod
54048 ____________________________________________________________________________
54049 [ 10211] By: nick                                  on 2001/05/26  09:05:36
54050         Log: Integrate mainline
54051      Branch: perlio
54052           +> t/lib/fcntl.t t/pragma/vars.t
54053           !> (integrate 49 files)
54054 ____________________________________________________________________________
54055 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
54056         Log: Update Changes.
54057      Branch: perl
54058            ! Changes patchlevel.h
54059 ____________________________________________________________________________
54060 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
54061         Log: Based on
54062              
54063              Subject: [PATCH pp.c] Wrapping pack("C",256)
54064              From: Simon Cozens <simon@netthink.co.uk>
54065              Date: Sat, 12 May 2001 17:58:41 +0100
54066              Message-ID: <20010512175841.A6132@netthink.co.uk>
54067      Branch: perl
54068            ! pod/perldiag.pod pp.c t/pragma/warn/pp
54069 ____________________________________________________________________________
54070 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
54071         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
54072              From: "Brendan O'Dea" <bod@compusol.com.au>
54073              Date: Fri, 25 May 2001 11:18:29 +1000
54074              Message-ID: <20010525111829.A28411@compusol.com.au>
54075              
54076              (Slightly modified.)
54077      Branch: perl
54078            ! lib/Term/Cap.pm
54079 ____________________________________________________________________________
54080 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
54081         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
54082              From: Hugo <hv@crypt.compulink.co.uk>
54083              Date: Fri, 25 May 2001 02:13:25 +0100
54084              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
54085      Branch: perl
54086            ! t/op/misc.t
54087 ____________________________________________________________________________
54088 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
54089         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
54090              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
54091              Date: Fri, 25 May 2001 10:25:36 +0900
54092              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
54093      Branch: perl
54094            ! regcomp.c regexec.c
54095 ____________________________________________________________________________
54096 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
54097         Log: Subject: [PATCH #2] stash autovivification and method call error messages
54098              From: Ilmari Karonen <iltzu@sci.fi>
54099              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
54100              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
54101      Branch: perl
54102            ! gv.c pp_hot.c t/op/method.t
54103 ____________________________________________________________________________
54104 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
54105         Log: Add make target and documentation for gprof profiling.
54106      Branch: perl
54107            ! Makefile.SH pod/perlhack.pod
54108 ____________________________________________________________________________
54109 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
54110         Log: Subject: Don't think about UTF8 
54111              From: Mike Guy <mjtg@cam.ac.uk> 
54112              Date: Tue, 22 May 2001 14:35:39 +0100
54113              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
54114      Branch: perl
54115            ! sv.h
54116 ____________________________________________________________________________
54117 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
54118         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
54119              From: Geraint A Edwards <gedge@serf.org> 
54120              Date: Thu, 24 May 2001 22:51:24 +0100
54121              Message-Id: <20010524225124.A34981@cymru.serf.org>
54122      Branch: perl
54123            ! x2p/find2perl.PL
54124 ____________________________________________________________________________
54125 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
54126         Log: DB_File has its own attribute story.
54127      Branch: perl
54128            ! ext/DB_File/DB_File.xs
54129 ____________________________________________________________________________
54130 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
54131         Log: Subject: Re: Making perl with -Wall
54132              From: Andy Dougherty <doughera@lafayette.edu>
54133              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
54134              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
54135      Branch: perl
54136            ! perl.h
54137 ____________________________________________________________________________
54138 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
54139         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
54140              From: "Richard Soderberg" <rs@crystalflame.net>
54141              Date: Thu, 24 May 2001 08:58:16 -0700
54142              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
54143      Branch: perl
54144            ! sv.c
54145 ____________________________________________________________________________
54146 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
54147         Log: IV/UV casting fixes from Nicholas Clark.
54148      Branch: perl
54149            ! perl.h pp_sys.c util.c
54150 ____________________________________________________________________________
54151 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
54152         Log: Subject: Re: Making perl with -Wall
54153              From: Michael G Schwern <schwern@pobox.com>
54154              Date: Thu, 24 May 2001 15:40:28 +0100
54155              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
54156      Branch: perl
54157            ! malloc.c perl.h
54158 ____________________________________________________________________________
54159 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
54160         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
54161              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54162              Date: Tue, 22 May 2001 11:49:37 +0200
54163              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
54164      Branch: metaconfig
54165            ! U/modified/Oldsym.U
54166      Branch: metaconfig/U/perl
54167            ! patchlevel.U
54168      Branch: perl
54169            ! Configure config_h.SH myconfig.SH
54170 ____________________________________________________________________________
54171 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
54172         Log: Under versiononly install also the scripts with the version suffix.
54173              (e.g. .../bin/h2xs5.7.1)
54174      Branch: perl
54175            ! installperl
54176 ____________________________________________________________________________
54177 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
54178         Log: Subject: [PATCH] Stop segfault in mg.c:636
54179              From: "Richard Soderberg" <rs@crystalflame.net>
54180              Date: Thu, 24 May 2001 05:51:52 -0700
54181              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
54182      Branch: perl
54183            ! mg.c
54184 ____________________________________________________________________________
54185 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
54186         Log: Iteration continues; hopefully convergently.
54187      Branch: perl
54188            ! t/lib/b-stash.t
54189 ____________________________________________________________________________
54190 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
54191         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
54192              From: Gisle Aas <gisle@ActiveState.com>
54193              Date: 23 May 2001 16:13:10 -0700
54194              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
54195      Branch: perl
54196            ! op.c toke.c
54197 ____________________________________________________________________________
54198 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
54199         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
54200              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54201              Date: Thu, 24 May 2001 05:05:22 -0500
54202              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
54203      Branch: perl
54204            ! lib/dumpvar.pl lib/perl5db.pl
54205 ____________________________________________________________________________
54206 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
54207         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
54208              From: David Dyck <dcd@tc.fluke.com>
54209              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
54210              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
54211      Branch: perl
54212            ! lib/perl5db.pl
54213 ____________________________________________________________________________
54214 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
54215         Log: Tiny pod nits on READMEs, mostly whitespace issues.
54216      Branch: perl
54217            ! README.amiga README.dos README.macos README.mpeix README.vmesa
54218            ! README.win32
54219 ____________________________________________________________________________
54220 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
54221         Log: The DG/UX part of the 20010521.005.
54222      Branch: perl
54223            ! README.dgux
54224 ____________________________________________________________________________
54225 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
54226         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
54227              From: Hugo <hv@crypt.compulink.co.uk>
54228              Date: Mon, 21 May 2001 16:32:02 +0100
54229              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
54230      Branch: perl
54231            ! regcomp.c t/op/misc.t
54232 ____________________________________________________________________________
54233 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
54234         Log: Subject: [PATCH] Extra UNIVERSAL tests
54235              From: Mike Guy <mjtg@cam.ac.uk>
54236              Date: Wed, 23 May 2001 12:29:20 +0100
54237              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
54238      Branch: perl
54239            ! t/op/universal.t
54240 ____________________________________________________________________________
54241 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
54242         Log: Subject: [PATCH] Remove EQ keyword
54243              From: Mike Guy <mjtg@cam.ac.uk>
54244              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
54245              Date: Wed, 23 May 2001 11:17:29 +0100
54246      Branch: perl
54247            ! keywords.h keywords.pl
54248 ____________________________________________________________________________
54249 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
54250         Log: Subject: [PATCH] lib/perl5db.pl
54251              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54252              Date: Wed, 23 May 2001 02:18:03 -0500
54253              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
54254      Branch: perl
54255            ! lib/perl5db.pl
54256 ____________________________________________________________________________
54257 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
54258         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
54259              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54260              Date: Tue, 22 May 2001 23:34:41 -0500
54261              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
54262      Branch: perl
54263            ! lib/Term/Cap.pm
54264 ____________________________________________________________________________
54265 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
54266         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
54267              From: davem@fdgroup.co.uk
54268              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
54269              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
54270      Branch: perl
54271            ! emacs/e2ctags.pl
54272 ____________________________________________________________________________
54273 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
54274         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
54275              From: Michael G Schwern <schwern@pobox.com>
54276              Date: Tue, 22 May 2001 14:15:09 +0100
54277              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
54278      Branch: perl
54279            ! lib/vars.pm
54280 ____________________________________________________________________________
54281 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
54282         Log: Subject: [PATCH lib/vars.pm] Odd code nit
54283              From: Michael G Schwern <schwern@pobox.com>
54284              Date: Tue, 22 May 2001 14:14:28 +0100
54285              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
54286      Branch: perl
54287            ! lib/vars.pm
54288 ____________________________________________________________________________
54289 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
54290         Log: Use the new use vars feature.
54291      Branch: perl
54292            ! t/lib/b-stash.t
54293 ____________________________________________________________________________
54294 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
54295         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
54296              From: Mike Guy <mjtg@cam.ac.uk>
54297              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54298              Date: Tue, 22 May 2001 13:11:39 +0100
54299      Branch: perl
54300            + t/pragma/vars.t
54301            ! MANIFEST lib/vars.pm t/lib/1_compile.t
54302 ____________________________________________________________________________
54303 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
54304         Log: -qlongdouble considered harmful by Merijn.
54305      Branch: perl
54306            ! hints/aix.sh
54307 ____________________________________________________________________________
54308 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
54309         Log: Update Changes.
54310      Branch: perl
54311            ! Changes patchlevel.h
54312 ____________________________________________________________________________
54313 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
54314         Log: Add a test of its very own for Fcntl.  Hopefully portable.
54315      Branch: perl
54316            + t/lib/fcntl.t
54317            ! MANIFEST
54318 ____________________________________________________________________________
54319 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
54320         Log: Must be trickier for 'minitest' not to die.
54321      Branch: perl
54322            ! t/op/taint.t
54323 ____________________________________________________________________________
54324 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
54325         Log: Can't declare other people's variables.
54326      Branch: perl
54327            ! t/lib/b-stash.t
54328 ____________________________________________________________________________
54329 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
54330         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
54331      Branch: perl
54332            ! doio.c t/op/taint.t
54333 ____________________________________________________________________________
54334 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
54335         Log: The OS/2 variable needs to be declared.
54336      Branch: perl
54337            ! t/lib/b-stash.t
54338 ____________________________________________________________________________
54339 [ 10170] By: nick                                  on 2001/05/20  16:48:29
54340         Log: Integrate mainline
54341      Branch: perlio
54342           !> (integrate 41 files)
54343 ____________________________________________________________________________
54344 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
54345         Log: Small perlsec updates: clarify the taintedness of filename
54346              globbing; suggest using Scalar::Util::tainted().
54347      Branch: perl
54348            ! pod/perlsec.pod
54349 ____________________________________________________________________________
54350 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
54351         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
54352              From: Dave Mitchell <davem@fdgroup.co.uk>
54353              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
54354              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
54355      Branch: perl
54356            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
54357            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
54358            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
54359            ! xsutils.c
54360 ____________________________________________________________________________
54361 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
54362         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
54363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54364              Date: Sat, 19 May 2001 04:08:46 -0400
54365              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
54366      Branch: perl
54367            ! lib/ExtUtils/Mksymlists.pm makedef.pl
54368 ____________________________________________________________________________
54369 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
54370         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
54371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54372              Date: Sat, 19 May 2001 04:30:45 -0400
54373              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
54374      Branch: perl
54375            ! os2/os2.c
54376 ____________________________________________________________________________
54377 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
54378         Log: Subject: [PATCH 5.6.1] build bugs OS/2
54379              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54380              Date: Sat, 19 May 2001 04:35:28 -0400
54381              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
54382      Branch: perl
54383            ! os2/Makefile.SHs os2/os2.c
54384 ____________________________________________________________________________
54385 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
54386         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
54387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54388              Date: Sat, 19 May 2001 04:04:23 -0400
54389              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
54390              
54391              (In bleadperl patched b-stash.t instead of b.t)
54392      Branch: perl
54393            ! t/lib/b-stash.t t/lib/bigfltpm.t
54394 ____________________________________________________________________________
54395 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
54396         Log: Subject: [PATCH 5.6.1] perl5db
54397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54398              Date: Sat, 19 May 2001 03:49:09 -0400
54399              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
54400      Branch: perl
54401            ! lib/perl5db.pl
54402 ____________________________________________________________________________
54403 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
54404         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
54405              From: Gisle Aas <gisle@ActiveState.com>
54406              Date: 18 May 2001 14:24:51 -0700
54407              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
54408      Branch: perl
54409            ! pp_ctl.c
54410 ____________________________________________________________________________
54411 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
54412         Log: Subject: [PATCH] Chomp should not always stringify
54413              From: Gisle Aas <gisle@ActiveState.com>
54414              Date: 18 May 2001 07:55:25 -0700
54415              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
54416      Branch: perl
54417            ! doop.c t/op/chop.t
54418 ____________________________________________________________________________
54419 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
54420         Log: Integrate perlio:
54421              
54422              [ 10159]
54423              Document some more of open's features.
54424      Branch: perl
54425           !> pod/perlfunc.pod
54426 ____________________________________________________________________________
54427 [ 10159] By: nick                                  on 2001/05/20  09:39:46
54428         Log: Document some more of open's features.
54429      Branch: perlio
54430            ! pod/perlfunc.pod
54431 ____________________________________________________________________________
54432 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
54433         Log: back out change#10153 (it has compatibility issues such as the
54434              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
54435              benefit for 5.6.x doesn't seem worth the risk)
54436      Branch: maint-5.6/perl
54437            ! toke.c
54438 ____________________________________________________________________________
54439 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
54440         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
54441      Branch: perl
54442            ! x2p/s2p.PL
54443 ____________________________________________________________________________
54444 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
54445         Log: Update Changes.
54446      Branch: perl
54447            ! Changes patchlevel.h
54448 ____________________________________________________________________________
54449 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
54450         Log: Integrate change #10144 from maintperl.
54451              
54452              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
54453      Branch: perl
54454           !> win32/config.bc win32/config.gc win32/config.vc
54455           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54456 ____________________________________________________________________________
54457 [ 10154] By: nick                                  on 2001/05/18  07:23:03
54458         Log: Integrate mainline.
54459      Branch: perlio
54460           +> README.dgux t/lib/i18n-collate.t utils.lst
54461           !> (integrate 49 files)
54462 ____________________________________________________________________________
54463 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
54464         Log: Integrate change #7224 from mainline into maintperl.
54465              
54466              Allow @+ and @- to be doublequoted, from Simon Cozens. 
54467              (Approved by Larry, see Tom's comment in 20000830.005.)
54468      Branch: maint-5.6/perl
54469           !> toke.c
54470 ____________________________________________________________________________
54471 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
54472         Log: Subject: [PATCH bleadperl] small lookbehind fix
54473              From: Hugo <hv@crypt.compulink.co.uk>
54474              Date: Fri, 18 May 2001 00:07:19 +0100
54475              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
54476      Branch: perl
54477            ! regexec.c
54478 ____________________________________________________________________________
54479 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
54480         Log: Detypos.
54481      Branch: perl
54482            ! installman utils.lst
54483 ____________________________________________________________________________
54484 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
54485         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
54486              in 20001222.001.
54487      Branch: perl
54488            ! t/lib/glob-basic.t
54489 ____________________________________________________________________________
54490 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
54491         Log: Subject: [PATCH] Test for bug 20010515.004
54492              From: Benjamin Sugars <bsugars@canoe.ca>
54493              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
54494              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
54495      Branch: perl
54496            ! t/op/misc.t
54497 ____________________________________________________________________________
54498 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
54499         Log: Integrate #10145 from maintperl.
54500              
54501              fix for ID 20010515.004 (needs test)
54502      Branch: perl
54503           !> pp_hot.c
54504 ____________________________________________________________________________
54505 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
54506         Log: Thinko noticed by Doug MacEachern.
54507      Branch: perl
54508            ! thread.h
54509 ____________________________________________________________________________
54510 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
54511         Log: Subject: Re: [PATCH] HERE mark in regex
54512              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54513              Date: Thu, 17 May 2001 12:20:33 -0400
54514              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
54515      Branch: perl
54516            ! t/op/re_tests
54517 ____________________________________________________________________________
54518 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
54519         Log: fix for ID 20010515.004 (needs test)
54520      Branch: maint-5.6/perl
54521            ! pp_hot.c
54522 ____________________________________________________________________________
54523 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
54524         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
54525      Branch: maint-5.6/perl
54526            ! win32/config.bc win32/config.gc win32/config.vc
54527            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54528 ____________________________________________________________________________
54529 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
54530         Log: Macrofy the getspecific (and use it also in util.c)
54531      Branch: perl
54532            ! thread.h util.c
54533 ____________________________________________________________________________
54534 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
54535         Log: Use the unchecked thread-specific key fetch also in Tru64.
54536      Branch: perl
54537            ! thread.h
54538 ____________________________________________________________________________
54539 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
54540         Log: Subject: [PATCH 5.6.1]Quick thread speedup
54541              From: Dan Sugalski <dan@sidhe.org> 
54542              Date: Wed, 16 May 2001 18:05:19 -0400
54543              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
54544      Branch: perl
54545            ! thread.h util.c
54546 ____________________________________________________________________________
54547 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
54548         Log: I think this is quite enough testing for a deprecated feature.
54549      Branch: perl
54550            + t/lib/i18n-collate.t
54551            ! MANIFEST t/lib/1_compile.t
54552 ____________________________________________________________________________
54553 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
54554         Log: More HP-UX lore from Jeff Okamoto.
54555      Branch: perl
54556            ! README.hpux
54557 ____________________________________________________________________________
54558 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
54559         Log: Sort utils.lst for easier maintenance.
54560      Branch: perl
54561            ! utils.lst
54562 ____________________________________________________________________________
54563 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
54564         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54565              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54566              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
54567              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
54568              
54569              Add pod2latex to utils.lst.
54570      Branch: perl
54571            ! MANIFEST utils.lst
54572 ____________________________________________________________________________
54573 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
54574         Log: Subject: Re: [PATCH] HERE mark in regex
54575              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54576              Date: Wed, 16 May 2001 13:04:43 -0400
54577              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
54578      Branch: perl
54579            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
54580            ! t/op/regmesg.t t/pragma/warn/regcomp
54581 ____________________________________________________________________________
54582 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
54583         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54584              From: Simon Cozens <simon@netthink.co.uk>
54585              Date: Wed, 16 May 2001 18:02:08 +0100
54586              Message-ID: <20010516180208.A6458@netthink.co.uk>
54587      Branch: perl
54588            ! installman utils.lst
54589 ____________________________________________________________________________
54590 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
54591         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
54592              From: "Philip Newton" <pnewton@gmx.de>
54593              Date: Tue, 15 May 2001 15:09:30 +0200
54594              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
54595              
54596              Test case for #10128.
54597      Branch: perl
54598            ! t/pragma/warn/pp_hot
54599 ____________________________________________________________________________
54600 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
54601         Log: Update Changes.
54602      Branch: perl
54603            ! Changes patchlevel.h
54604 ____________________________________________________________________________
54605 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
54606         Log: Deprecate pseudo-hashes.
54607      Branch: perl
54608            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
54609 ____________________________________________________________________________
54610 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
54611         Log: HP-UX hints update from Merijn.
54612      Branch: perl
54613            ! hints/hpux.sh
54614 ____________________________________________________________________________
54615 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
54616         Log: README.hpux update from Merijn.
54617      Branch: perl
54618            ! README.hpux
54619 ____________________________________________________________________________
54620 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
54621         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54622              From: Simon Cozens <simon@netthink.co.uk>
54623              Date: Wed, 16 May 2001 15:57:55 +0100
54624              Message-ID: <20010516155755.A4728@netthink.co.uk>
54625      Branch: perl
54626            + utils.lst
54627            ! MANIFEST installman installperl
54628 ____________________________________________________________________________
54629 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
54630         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
54631              From: "Philip Newton" <pnewton@gmx.de>
54632              Date: Tue, 15 May 2001 16:31:05 +0200
54633              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
54634              
54635              Fix PERL_Y2KWARN test to check before rather than after appending.
54636      Branch: perl
54637            ! pp_hot.c
54638 ____________________________________________________________________________
54639 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
54640         Log: Regen Porting stuff.
54641      Branch: perl
54642            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54643            ! config_h.SH
54644 ____________________________________________________________________________
54645 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
54646         Log: Metaconfig unit change for #10125.
54647      Branch: metaconfig
54648            ! U/modified/Oldconfig.U
54649 ____________________________________________________________________________
54650 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
54651         Log: Use OSVERS.
54652      Branch: perl
54653            ! Configure config_h.SH perl.c
54654 ____________________________________________________________________________
54655 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
54656         Log: Regen toc.
54657      Branch: perl
54658            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54659 ____________________________________________________________________________
54660 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
54661         Log: Adding the README.dgux to the MANIFEST would be a good idea.
54662      Branch: perl
54663            ! MANIFEST
54664 ____________________________________________________________________________
54665 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
54666         Log: Move the stack desire definition to thread.h.
54667      Branch: perl
54668            ! ext/Thread/Thread.xs thread.h
54669 ____________________________________________________________________________
54670 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
54671         Log: DG-UX threading patches, including a README.dgux,
54672              from Takis Psarogiannakopoulos.
54673      Branch: perl
54674            + README.dgux
54675            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
54676 ____________________________________________________________________________
54677 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
54678         Log: Subject: [PATCH B::Deparse] More on /x regexes
54679              From: Robin Houston <robin@kitsite.com>
54680              Date: Tue, 15 May 2001 19:09:35 +0100
54681              Message-ID: <20010515190935.A27268@penderel>
54682      Branch: perl
54683            ! ext/B/B/Deparse.pm
54684 ____________________________________________________________________________
54685 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
54686         Log: Document that the core time() may be rounding rather
54687              than truncating, would have saved at least my confusion.
54688      Branch: perl
54689            ! ext/Time/HiRes/HiRes.pm
54690 ____________________________________________________________________________
54691 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
54692         Log: Subject: perl-current/t/time-hires.t
54693              From: John Peacock <jpeacock@rowman.com>
54694              Date: Fri, 11 May 2001 14:09:41 -0400
54695              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
54696      Branch: perl
54697            ! t/lib/time-hires.t
54698 ____________________________________________________________________________
54699 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
54700         Log: Subject: [PATCH dump.c] Op private flags
54701              From: Simon Cozens <simon@netthink.co.uk>
54702              Date: Sun, 13 May 2001 20:20:36 +0100
54703              Message-ID: <20010513202036.A21896@netthink.co.uk>
54704      Branch: perl
54705            ! dump.c
54706 ____________________________________________________________________________
54707 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
54708         Log: Upgrade to Switch 2.03.
54709      Branch: perl
54710            ! lib/Switch.pm
54711 ____________________________________________________________________________
54712 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
54713         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
54714              to PERL_CONFIG_SH and use it consistently.
54715      Branch: maint-5.6/perl
54716           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
54717           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
54718           !> myconfig.SH writemain.SH
54719 ____________________________________________________________________________
54720 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
54721         Log: Metaconfig units changes for #10113.
54722      Branch: metaconfig
54723            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
54724 ____________________________________________________________________________
54725 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
54726         Log: The problem described in 20010514.031 still wasn't
54727              fully cured, there were remnants of $CONFIG when
54728              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
54729              to avoid future conflicts.
54730      Branch: perl
54731            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
54732            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
54733            ! myconfig.SH writemain.SH
54734 ____________________________________________________________________________
54735 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
54736         Log: Half of #10107 got lost.
54737      Branch: perl
54738            ! ext/B/B/Deparse.pm
54739 ____________________________________________________________________________
54740 [ 10111] By: nick                                  on 2001/05/15  08:39:14
54741         Log: Integrate mainline.
54742      Branch: perlio
54743           +> ext/POSIX/hints/uts.pl
54744            - Todo Todo-5.6 t/camel-III/vstring.t
54745           !> (integrate 48 files)
54746 ____________________________________________________________________________
54747 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
54748         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
54749              From: Robin Houston <robin@kitsite.com>
54750              Date: Mon, 14 May 2001 22:27:08 +0100
54751              Message-ID: <20010514222708.A22963@penderel>
54752      Branch: perl
54753            ! t/TestInit.pm
54754 ____________________________________________________________________________
54755 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
54756         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
54757              From: Robin Houston <robin@kitsite.com>
54758              Date: Mon, 14 May 2001 22:16:43 +0100
54759              Message-ID: <20010514221643.A22437@penderel>
54760      Branch: perl
54761            ! ext/B/B/Deparse.pm
54762 ____________________________________________________________________________
54763 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
54764         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
54765              From: Robin Houston <robin@kitsite.com>
54766              Date: Mon, 14 May 2001 22:03:44 +0100
54767              Message-ID: <20010514220344.A20643@penderel>
54768      Branch: perl
54769            ! ext/B/B/Deparse.pm
54770 ____________________________________________________________________________
54771 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
54772         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
54773              From: Robin Houston <robin@kitsite.com>
54774              Date: Mon, 14 May 2001 22:10:07 +0100
54775              Message-ID: <20010514221007.A21118@penderel>
54776      Branch: perl
54777            ! ext/B/B/Deparse.pm
54778 ____________________________________________________________________________
54779 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
54780         Log: Fix for 20010514.037; substr() didn't invalidate the locale
54781              collation magic.
54782      Branch: perl
54783            ! pp.c
54784 ____________________________________________________________________________
54785 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
54786         Log: Update Changes.
54787      Branch: perl
54788            ! Changes patchlevel.h
54789 ____________________________________________________________________________
54790 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
54791         Log: Retract #10094.
54792      Branch: perl
54793            ! lib/Pod/Text.pm
54794 ____________________________________________________________________________
54795 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
54796         Log: Integrate change #10100 from maintperl.
54797              
54798              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
54799              bug ID 20010514.027)
54800      Branch: perl
54801           !> mg.c pp_ctl.c
54802 ____________________________________________________________________________
54803 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
54804         Log: Document the deprecatedness of suidperl.
54805      Branch: perl
54806            ! INSTALL pod/perlfaq1.pod
54807 ____________________________________________________________________________
54808 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
54809         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
54810              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54811              Date: Mon, 14 May 2001 09:38:59 -0400
54812              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
54813      Branch: perl
54814            ! lib/ExtUtils/MM_Unix.pm
54815 ____________________________________________________________________________
54816 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
54817         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
54818              bug ID 20010514.027)
54819              
54820              TODO: this needs a testsuite addition
54821      Branch: maint-5.6/perl
54822            ! mg.c pp_ctl.c
54823 ____________________________________________________________________________
54824 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
54825         Log: More DWIMminess for Class::Struct: calling the array or hash
54826              accessors only with one argument, an array or a hash reference,
54827              sets the underlying array or hash.  This mirrors nicely also
54828              the usage in the constructor.
54829              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
54830      Branch: perl
54831            ! lib/Class/Struct.pm t/lib/class-struct.t
54832 ____________________________________________________________________________
54833 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
54834         Log: Reference cmp'ing should go through the whole stringification
54835              process shebang, as pointed out by Sarathy in #10091.
54836      Branch: perl
54837            ! pp.c
54838 ____________________________________________________________________________
54839 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
54840         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
54841              From: Simon Cozens <simon@netthink.co.uk>
54842              Date: Sat, 12 May 2001 16:36:27 +0100
54843              Message-ID: <20010512163627.A5522@netthink.co.uk>
54844              
54845              with some additions salvaged from Todo and Todo-5.6 before
54846              retiring them.
54847      Branch: perl
54848            - Todo Todo-5.6
54849            ! MANIFEST pod/perltodo.pod
54850 ____________________________________________________________________________
54851 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
54852         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
54853              From: "Golubev I. N." <gin@mo.msk.ru>
54854              Date: Mon, 07 May 2001 14:33:34 (GMT)
54855              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
54856      Branch: perl
54857            ! perl.h
54858 ____________________________________________________________________________
54859 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
54860         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
54861              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
54862              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
54863              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
54864      Branch: perl
54865            ! lib/ExtUtils/MM_Unix.pm
54866 ____________________________________________________________________________
54867 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
54868         Log: (Retracted by #10104.)
54869              
54870              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
54871              From: barries <barries@slaysys.com>
54872              Date: Sat, 12 May 2001 01:28:10 -0400
54873              Message-ID: <20010512012810.B26358@jester.slaysys.com>
54874      Branch: perl
54875            ! lib/Pod/Text.pm
54876 ____________________________________________________________________________
54877 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
54878         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
54879              From: Mike Guy <mjtg@cam.ac.uk>
54880              Date: Sat, 12 May 2001 19:24:33 +0100
54881              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
54882      Branch: perl
54883            ! lib/AutoSplit.pm
54884 ____________________________________________________________________________
54885 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
54886         Log: Yet another HP-UX hints tweak from Merijn.
54887      Branch: perl
54888            ! hints/hpux.sh
54889 ____________________________________________________________________________
54890 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
54891         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
54892              isn't defined (changes#9366,9368,9370 from mainline without the
54893              pp_scmp() change)
54894      Branch: maint-5.6/perl
54895            ! pp.c pp.h pp_hot.c
54896 ____________________________________________________________________________
54897 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
54898         Log: The sorting seems to happen now automatically.
54899      Branch: perl
54900            ! t/lib/glob-basic.t
54901 ____________________________________________________________________________
54902 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
54903         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
54904              From: Benjamin Sugars <bsugars@canoe.ca>
54905              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
54906              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
54907      Branch: perl
54908            ! pod/perlfunc.pod
54909 ____________________________________________________________________________
54910 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
54911         Log: Subject: Re: undef(&foo) does not work for XS functions
54912              From: Doug MacEachern <dougm@covalent.net>
54913              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
54914              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
54915      Branch: perl
54916            ! op.c
54917 ____________________________________________________________________________
54918 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
54919         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
54920              From: Peter Prymmer <pvhp@forte.com>
54921              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
54922              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
54923      Branch: perl
54924            ! t/op/append.t
54925 ____________________________________________________________________________
54926 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
54927         Log: Update Changes.
54928      Branch: perl
54929            ! Changes patchlevel.h
54930 ____________________________________________________________________________
54931 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
54932         Log: Remove the 'asciir' re subpragma.  Should instead implement
54933              the 'physical vs logical' range scheme:
54934              
54935              \xAA-\xCC is a native physical range, you want that range of
54936              codepoints in your native encoding.  In EBCDIC the codepoints
54937              in the gaps (between i-j and r-s) should be included.
54938              
54939              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
54940              codepoints in Unicode.
54941              
54942              a-z is a logical range, you want that range of 'logical' codepoints
54943              in your native encoding.  In EBCDIC the codepoints in the gaps
54944              (between i-j and r-s) should not be included.
54945              
54946              Mixed cases (a-\xAA, etc) should either be errors, or maybe
54947              the 'logical' endpoints should be converted to native/Unicode
54948              codepoints, and the range handled as a physical range.
54949              
54950              'Logical endpoints' are to be recognized only in the A-Z, a-z,
54951              and 0-9 ranges.  Probably a warning should be given for mixed
54952              cases like A-z or a-9 (since such expressions are encoding
54953              dependent), with a recommendation to use physical ranges.
54954      Branch: perl
54955            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
54956            ! t/op/regexp.t
54957 ____________________________________________________________________________
54958 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
54959         Log: Make the test to cleanup the test directory tree
54960              both before and after the testing so that we always
54961              have a clean slate to work with.
54962      Branch: perl
54963            ! t/lib/filefind.t
54964 ____________________________________________________________________________
54965 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
54966         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
54967              From: Jon Eveland <jweveland@yahoo.com>
54968              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
54969              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
54970      Branch: perl
54971            ! pod/perlfunc.pod
54972 ____________________________________________________________________________
54973 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
54974         Log: Merge the camel-III/vstring.t with op/ver.t.
54975      Branch: perl
54976            - t/camel-III/vstring.t
54977            ! MANIFEST t/TEST t/harness t/op/ver.t
54978 ____________________________________________________________________________
54979 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
54980         Log: Add test.deparse make target.
54981      Branch: perl
54982            ! Makefile.SH
54983 ____________________________________________________________________________
54984 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
54985         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
54986              From: Robin Houston <robin@kitsite.com>
54987              Date: Fri, 11 May 2001 12:02:22 +0100
54988              Message-ID: <20010511120222.A11529@penderel>
54989      Branch: perl
54990            ! ext/B/B/Deparse.pm t/op/method.t
54991 ____________________________________________________________________________
54992 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
54993         Log: A nicely working combination for UTS from Hal Morris.
54994      Branch: perl
54995            + ext/POSIX/hints/uts.pl
54996            ! MANIFEST hints/uts.sh
54997 ____________________________________________________________________________
54998 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
54999         Log: i_ieeefp=undef for UTS.
55000      Branch: perl
55001            ! hints/uts.sh
55002 ____________________________________________________________________________
55003 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
55004         Log: Subject: RE: rand(0) is rand(1)
55005              From: Larry Shatzer <lshatzer@islanddata.com>
55006              Date: Thu, 10 May 2001 11:09:27 -0700
55007              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
55008      Branch: perl
55009            ! pod/perlfunc.pod
55010 ____________________________________________________________________________
55011 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
55012         Log: Subject: [patch] make op_{clear,null} public
55013              From: Doug MacEachern <dougm@covalent.net>
55014              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
55015              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
55016      Branch: perl
55017            ! embed.h embed.pl op.c proto.h
55018 ____________________________________________________________________________
55019 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
55020         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
55021              From: Robin Houston <robin@kitsite.com>
55022              Date: Thu, 10 May 2001 18:54:59 +0100
55023              Message-ID: <20010510185459.A5995@penderel>
55024      Branch: perl
55025            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
55026 ____________________________________________________________________________
55027 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
55028         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
55029              From: Robin Houston <robin@kitsite.com>
55030              Date: Thu, 10 May 2001 12:56:39 +0100
55031              Message-ID: <20010510125639.A2119@penderel>
55032      Branch: perl
55033            ! ext/B/B/Deparse.pm
55034 ____________________________________________________________________________
55035 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
55036         Log: Retract #10070, not ready yet.
55037      Branch: perl
55038            ! ext/B/B/Deparse.pm
55039 ____________________________________________________________________________
55040 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
55041         Log: The metaconfig unit change for #10071.
55042      Branch: metaconfig
55043            ! U/modified/mallocsrc.U
55044 ____________________________________________________________________________
55045 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
55046         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
55047      Branch: perl
55048            ! Configure
55049 ____________________________________________________________________________
55050 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
55051         Log: (Retracted by #10073)
55052              
55053              Subject: Re: [PATCH t/TEST] B::Deparse tester 
55054              From: Hugo <hv@crypt.compulink.co.uk>
55055              Date: Thu, 10 May 2001 05:48:09 +0100
55056              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
55057      Branch: perl
55058            ! ext/B/B/Deparse.pm
55059 ____________________________________________________________________________
55060 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
55061         Log: Add a for(func()) test.
55062      Branch: perl
55063            ! t/cmd/for.t
55064 ____________________________________________________________________________
55065 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
55066         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
55067              From: Robin Houston <robin@kitsite.com>
55068              Date: Thu, 10 May 2001 13:50:08 +0100
55069              Message-ID: <20010510135008.A2454@penderel>
55070      Branch: perl
55071            ! ext/B/B/Deparse.pm
55072 ____________________________________________________________________________
55073 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
55074         Log: A thinko in #10065.
55075      Branch: perl
55076            ! hv.c
55077 ____________________________________________________________________________
55078 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
55079         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
55080              From: Robin Houston <robin@kitsite.com>
55081              Date: Thu, 10 May 2001 02:10:34 +0100
55082              Message-ID: <20010510021034.A19421@penderel>
55083      Branch: perl
55084            ! ext/B/B.xs ext/B/B/Deparse.pm
55085 ____________________________________________________________________________
55086 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
55087         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
55088              From: Doug MacEachern <dougm@covalent.net>
55089              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
55090              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
55091      Branch: perl
55092            ! hv.c
55093 ____________________________________________________________________________
55094 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
55095         Log: One more workaround for the UTS compiler from Hal Morris.
55096      Branch: perl
55097            ! perl.h
55098 ____________________________________________________________________________
55099 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
55100         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
55101              From: Robin Houston <robin@kitsite.com>
55102              Date: Thu, 10 May 2001 01:02:08 +0100
55103              Message-ID: <20010510010208.A18200@penderel>
55104      Branch: perl
55105            ! ext/B/B/Debug.pm
55106 ____________________________________________________________________________
55107 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
55108         Log: Subject: [PATCH] Simplify deb_curcv() a bit
55109              From: Benjamin Sugars <bsugars@canoe.ca>
55110              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
55111              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
55112      Branch: perl
55113            ! run.c
55114 ____________________________________________________________________________
55115 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
55116         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
55117              From: Benjamin Sugars <bsugars@canoe.ca>
55118              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
55119              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
55120      Branch: perl
55121            ! t/lib/io_scalar.t
55122 ____________________________________________________________________________
55123 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
55124         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
55125              From: Peter Prymmer <pvhp@forte.com>
55126              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
55127              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
55128      Branch: perl
55129            ! t/lib/md5-file.t
55130 ____________________________________________________________________________
55131 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
55132         Log: Subject: [PATCH t/TEST] B::Deparse tester
55133              From: Robin Houston <robin@kitsite.com>
55134              Date: Wed, 9 May 2001 19:17:50 +0100
55135              Message-ID: <20010509191750.A16940@penderel>
55136      Branch: perl
55137            ! ext/B/O.pm t/TEST
55138 ____________________________________________________________________________
55139 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
55140         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
55141              From: Jeff Pinyan <jeffp@crusoe.net>
55142              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
55143              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
55144      Branch: perl
55145            ! lib/Pod/Html.pm
55146 ____________________________________________________________________________
55147 [ 10057] By: nick                                  on 2001/05/09  18:37:56
55148         Log: Integrate mainline.
55149      Branch: perlio
55150           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
55151           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
55152 ____________________________________________________________________________
55153 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
55154         Log: Update Changes.
55155      Branch: perl
55156            ! Changes patchlevel.h
55157 ____________________________________________________________________________
55158 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
55159         Log: Integrate perlio:
55160              
55161              [ 10050]
55162              win32, regen_config_h
55163      Branch: perl
55164           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55165 ____________________________________________________________________________
55166 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
55167         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
55168              From: Benjamin Sugars <bsugars@canoe.ca>
55169              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
55170              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
55171      Branch: perl
55172            ! perlio.c
55173 ____________________________________________________________________________
55174 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
55175         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
55176              From: Benjamin Sugars <bsugars@canoe.ca>
55177              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
55178              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
55179      Branch: perl
55180            ! ext/PerlIO/Scalar/Scalar.xs
55181 ____________________________________________________________________________
55182 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
55183         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
55184              From: Jeff Pinyan <jeffp@crusoe.net>
55185              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
55186              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
55187      Branch: perl
55188            ! lib/Pod/Html.pm
55189 ____________________________________________________________________________
55190 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
55191         Log: EPOC tweak from Olaf Flebbe.
55192      Branch: perl
55193            ! epoc/epocish.h
55194 ____________________________________________________________________________
55195 [ 10050] By: nick                                  on 2001/05/09  14:37:57
55196         Log: win32, regen_config_h
55197      Branch: perlio
55198            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55199 ____________________________________________________________________________
55200 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
55201         Log: Integrate perlio:
55202              
55203              [ 10048]
55204              If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
55205              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
55206      Branch: perl
55207           !> pp_sys.c
55208 ____________________________________________________________________________
55209 [ 10048] By: nick                                  on 2001/05/09  11:59:50
55210         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
55211              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
55212      Branch: perlio
55213            ! pp_sys.c
55214 ____________________________________________________________________________
55215 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
55216         Log: Integrate perlio:
55217              
55218              [ 10045]
55219              MULTIPLICITY/DEBUGGING build fix.
55220      Branch: perl
55221           !> run.c
55222 ____________________________________________________________________________
55223 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
55224         Log: Subject: Re: Less warnings during configure
55225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55226              Date: Wed, 09 May 2001 13:12:49 +0200
55227              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
55228      Branch: perl
55229            ! hints/hpux.sh
55230 ____________________________________________________________________________
55231 [ 10045] By: nick                                  on 2001/05/09  09:56:59
55232         Log: MULTIPLICITY/DEBUGGING build fix.
55233      Branch: perlio
55234            ! run.c
55235 ____________________________________________________________________________
55236 [ 10044] By: nick                                  on 2001/05/09  09:46:37
55237         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
55238      Branch: perlio
55239           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
55240            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55241           !> (integrate 65 files)
55242 ____________________________________________________________________________
55243 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
55244         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55245              From: Robin Houston <robin@kitsite.com>
55246              Date: Tue, 8 May 2001 19:38:00 +0100
55247              Message-ID: <20010508193800.A4389@penderel>
55248              
55249              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55250              From: Robin Houston <robin@kitsite.com>
55251              Date: Tue, 8 May 2001 20:03:57 +0100
55252              Message-ID: <20010508200357.A4614@penderel>
55253              
55254              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55255              From: Robin Houston <robin@kitsite.com>
55256              Date: Wed, 9 May 2001 00:12:05 +0100
55257              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
55258      Branch: perl
55259            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
55260 ____________________________________________________________________________
55261 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
55262         Log: Retract #10031.
55263      Branch: perl
55264            ! pod/perlfunc.pod
55265 ____________________________________________________________________________
55266 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
55267         Log: The metaconfig unit changes for #10040.
55268      Branch: metaconfig/U/perl
55269            ! Checkcc.U d_dlsymun.U dlsrc.U
55270 ____________________________________________________________________________
55271 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
55272         Log: The Configure half of
55273              
55274              Subject: Less warnings during configure
55275              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55276              Date: Tue, 08 May 2001 08:44:02 +0200
55277              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
55278      Branch: perl
55279            ! Configure
55280 ____________________________________________________________________________
55281 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
55282         Log: Subject: Less warnings during configure
55283              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55284              Date: Tue, 08 May 2001 08:44:02 +0200
55285              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
55286      Branch: perl
55287            ! hints/hpux.sh
55288 ____________________________________________________________________________
55289 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
55290         Log: Don't forget to whine about \d__\d.
55291      Branch: perl
55292            ! t/pragma/warn/toke toke.c
55293 ____________________________________________________________________________
55294 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
55295         Log: Allow underscores also in the exponent part.
55296      Branch: perl
55297            ! t/pragma/warn/toke toke.c
55298 ____________________________________________________________________________
55299 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
55300         Log: CodeMagicCD doesn't look like an *I*DE.
55301      Branch: perl
55302            ! pod/perlfaq3.pod
55303 ____________________________________________________________________________
55304 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
55305         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
55306              to be consistently down).
55307      Branch: perl
55308            ! pod/perlfaq3.pod
55309 ____________________________________________________________________________
55310 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
55311         Log: Upgrade to Text::Balanced 1.84.
55312      Branch: perl
55313            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
55314 ____________________________________________________________________________
55315 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
55316         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
55317              From: Benjamin Sugars <bsugars@canoe.ca>
55318              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
55319              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
55320      Branch: perl
55321            ! run.c
55322 ____________________________________________________________________________
55323 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
55324         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
55325              From: Peter Prymmer <pvhp@forte.com>
55326              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
55327              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
55328      Branch: perl
55329            ! t/pod/plainer.t
55330 ____________________________________________________________________________
55331 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
55332         Log: (Retracted by #10042)
55333              
55334              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
55335              From: "Philip Newton" <pnewton@gmx.de>
55336              Date: Tue, 8 May 2001 09:18:10 +0200
55337              Message-ID: <3AF7B9D2.28861.603732@localhost>
55338      Branch: perl
55339            ! pod/perlfunc.pod
55340 ____________________________________________________________________________
55341 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
55342         Log: Subject: [PATCH B::Deparse] Document known bugs
55343              From: Robin Houston <robin@kitsite.com>
55344              Date: Tue, 8 May 2001 01:53:34 +0100
55345              Message-ID: <20010508015334.A32394@penderel>
55346      Branch: perl
55347            ! ext/B/B/Deparse.pm
55348 ____________________________________________________________________________
55349 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
55350         Log: Subject: Re: Perl book, magazine and website updates.
55351              From: "Philip Newton" <pnewton@gmx.de>
55352              Date: Mon, 7 May 2001 17:03:58 +0200
55353              Message-ID: <3AF6D57E.5387.1E29930@localhost>
55354      Branch: perl
55355            ! pod/perlfaq2.pod
55356 ____________________________________________________________________________
55357 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
55358         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
55359              From: Peter Prymmer <pvhp@forte.com>
55360              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
55361              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
55362      Branch: perl
55363            ! t/io/fflush.t
55364 ____________________________________________________________________________
55365 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
55366         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
55367              From: Robin Houston <robin@kitsite.com>
55368              Date: Tue, 8 May 2001 01:14:55 +0100
55369              Message-ID: <20010508011455.A32162@penderel>
55370      Branch: perl
55371            ! ext/B/B/Deparse.pm
55372 ____________________________________________________________________________
55373 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
55374         Log: Typo in #10025.
55375      Branch: perl
55376            ! hints/uts.sh
55377 ____________________________________________________________________________
55378 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
55379         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
55380      Branch: perl
55381            ! hints/uts.sh
55382 ____________________________________________________________________________
55383 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
55384         Log: Subject: Re: [ID 20010506.045] question about hash syntax
55385              From: Peter Scott <Peter@PSDT.com>
55386              Date: Sun, 06 May 2001 13:10:40 -0700
55387              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
55388      Branch: perl
55389            ! pod/perl56delta.pod
55390 ____________________________________________________________________________
55391 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
55392         Log: Configure should figure out the list of dynamic extensions
55393              just fine in UTS-- and in fact it does, as reported by Hal Morris.
55394      Branch: perl
55395            ! hints/uts.sh
55396 ____________________________________________________________________________
55397 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
55398         Log: Update Changes.
55399      Branch: perl
55400            ! Changes patchlevel.h
55401 ____________________________________________________________________________
55402 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
55403         Log: Subject: [PATCH regcomp.c] Insecure regexes
55404              From: Robin Houston <robin@kitsite.com>
55405              Date: Mon, 7 May 2001 21:56:12 +0100
55406              Message-ID: <20010507215612.A31114@penderel>
55407      Branch: perl
55408            ! regcomp.c
55409 ____________________________________________________________________________
55410 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
55411         Log: Drop the foobar.perl.com references for now until Simon
55412              gets them sorted out.
55413      Branch: perl
55414            ! pod/perlfaq2.pod
55415 ____________________________________________________________________________
55416 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
55417         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
55418              From: Prymmer/Kahn <pvhp@best.com>
55419              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
55420              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
55421      Branch: perl
55422            ! lib/Devel/SelfStubber.pm
55423 ____________________________________________________________________________
55424 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
55425         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
55426              From: Prymmer/Kahn <pvhp@best.com>
55427              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
55428              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
55429      Branch: perl
55430            ! win32/Makefile
55431 ____________________________________________________________________________
55432 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
55433         Log: s/WebTechnique's/WebTechniques/
55434      Branch: perl
55435            ! pod/perlfaq2.pod
55436 ____________________________________________________________________________
55437 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
55438         Log: Llama 3 updates from Randal.
55439      Branch: perl
55440            ! pod/perlfaq2.pod
55441 ____________________________________________________________________________
55442 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
55443         Log: Subject: [PATCH] Help -Dt show correct pad variables
55444              From: Benjamin Sugars <ben.sugars@home.com>
55445              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
55446              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
55447      Branch: perl
55448            ! embed.h embed.pl proto.h run.c
55449 ____________________________________________________________________________
55450 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
55451         Log: Subject: [PATCH] Document C<our $foo : shared>
55452              From: Benjamin Sugars <ben.sugars@home.com>
55453              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
55454              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
55455      Branch: perl
55456            ! pod/perlfunc.pod
55457 ____________________________________________________________________________
55458 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
55459         Log: Subject: [PATCH B::Deparse] undefined folded constants
55460              From: Robin Houston <robin@kitsite.com>
55461              Date: Sun, 6 May 2001 17:19:09 +0100
55462              Message-ID: <20010506171909.A7046@penderel>
55463      Branch: perl
55464            ! ext/B/B/Deparse.pm
55465 ____________________________________________________________________________
55466 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
55467         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
55468              From: Robin Houston <robin@kitsite.com>
55469              Message-ID: <20010506164654.A6848@penderel>
55470              Date: Sun, 6 May 2001 16:46:54 +0100
55471      Branch: perl
55472            ! ext/B/B/Deparse.pm
55473 ____________________________________________________________________________
55474 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
55475         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
55476              From: Robin Houston <robin@kitsite.com>
55477              Date: Sun, 6 May 2001 14:47:02 +0100
55478              Message-ID: <20010506144702.A6308@penderel>
55479      Branch: perl
55480            ! t/op/my_stash.t
55481 ____________________________________________________________________________
55482 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
55483         Log: Subject: Perl book, magazine and website updates.
55484              From: Simon Cozens <simon@netthink.co.uk>
55485              Date: Sun, 6 May 2001 16:55:36 +0100
55486              Message-ID: <20010506165536.A1795@netthink.co.uk>
55487      Branch: perl
55488            ! pod/perlbook.pod pod/perlfaq2.pod
55489 ____________________________________________________________________________
55490 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
55491         Log: Tweaks on the Tru64 prof options.
55492      Branch: perl
55493            ! pod/perlhack.pod
55494 ____________________________________________________________________________
55495 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
55496         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
55497              From: Robin Houston <robin@kitsite.com>
55498              Date: Sun, 6 May 2001 14:40:51 +0100
55499              Message-ID: <20010506144051.A6279@penderel>
55500      Branch: perl
55501            ! t/pod/testp2pt.pl
55502 ____________________________________________________________________________
55503 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
55504         Log: Subject: [PATCH B::Deparse] scoping
55505              From: Robin Houston <robin@kitsite.com>
55506              Date: Sun, 6 May 2001 14:36:56 +0100
55507              Message-ID: <20010506143656.A4006@penderel>
55508      Branch: perl
55509            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
55510 ____________________________________________________________________________
55511 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
55512         Log: Document the undefinedness of bitshifting out of range.
55513      Branch: perl
55514            ! pod/perlop.pod
55515 ____________________________________________________________________________
55516 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
55517         Log: Retract #10003 and update the IDE descriptions a bit.
55518      Branch: perl
55519            ! pod/perlfaq3.pod
55520 ____________________________________________________________________________
55521 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
55522         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
55523              From: Prymmer/Kahn <pvhp@best.com>
55524              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
55525              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
55526      Branch: perl
55527            ! win32/Makefile win32/buildext.pl win32/config.bc
55528            ! win32/config.gc win32/config.vc
55529 ____________________________________________________________________________
55530 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
55531         Log: (Retracted by #10005.)
55532      Branch: perl
55533            ! pod/perlfaq3.pod
55534 ____________________________________________________________________________
55535 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
55536         Log: It's "psed", not "sed".
55537      Branch: perl
55538            ! x2p/s2p.PL
55539 ____________________________________________________________________________
55540 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
55541         Log: Update Changes.
55542      Branch: perl
55543            ! Changes patchlevel.h
55544 ____________________________________________________________________________
55545 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
55546         Log: Subject: Re: bleadperl make install fails due to "psed"
55547              From: andreas.koenig@anima.de (Andreas J. Koenig)
55548              Date: 05 May 2001 18:23:28 +0200
55549              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
55550      Branch: perl
55551            ! x2p/Makefile.SH x2p/s2p.PL
55552 ____________________________________________________________________________
55553 [  9999] By: jhi                                   on 2001/05/05  18:28:09
55554         Log: AUTHORS updates.
55555      Branch: perl
55556            ! AUTHORS
55557 ____________________________________________________________________________
55558 [  9998] By: jhi                                   on 2001/05/05  18:16:00
55559         Log: Updates on the pods related to the modules included since 5.6.
55560              
55561              TODO: perltodo really could use major updating.
55562      Branch: perl
55563            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
55564            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
55565            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
55566            ! pod/perlsyn.pod pod/perltodo.pod
55567 ____________________________________________________________________________
55568 [  9997] By: jhi                                   on 2001/05/05  17:35:17
55569         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
55570              from Kurt Skauen.
55571      Branch: perl
55572            + hints/atheos.sh
55573            ! MANIFEST
55574 ____________________________________________________________________________
55575 [  9996] By: jhi                                   on 2001/05/05  17:25:00
55576         Log: Add preemptive #undefs for some of the shorter and more prone
55577              to collision regcomp.h #defines.  (Background: the MASK collided
55578              with a system header #define in Rhapsody.)
55579      Branch: perl
55580            ! regcomp.h
55581 ____________________________________________________________________________
55582 [  9995] By: jhi                                   on 2001/05/05  13:24:21
55583         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
55584              From: Nicholas Clark <nick@ccl4.org>
55585              Date: Sat, 5 May 2001 14:46:39 +0100
55586              Message-ID: <20010505144639.O53513@plum.flirble.org>
55587              
55588              Add a test for the constants (if any) being processed correctly.
55589      Branch: perl
55590            ! utils/h2xs.PL
55591 ____________________________________________________________________________
55592 [  9994] By: jhi                                   on 2001/05/05  02:11:03
55593         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
55594              From: Peter Prymmer <pvhp@forte.com>
55595              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
55596              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
55597      Branch: perl
55598            ! t/lib/b-stash.t
55599 ____________________________________________________________________________
55600 [  9993] By: jhi                                   on 2001/05/05  02:03:49
55601         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
55602              From: Peter Prymmer <pvhp@forte.com>
55603              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
55604              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
55605      Branch: perl
55606            ! perlio.c vms/vmsish.h
55607 ____________________________________________________________________________
55608 [  9992] By: jhi                                   on 2001/05/04  17:21:12
55609         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
55610              From: Robin Barker <rmb1@cise.npl.co.uk>
55611              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
55612              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
55613      Branch: perl
55614            + t/pod/plainer.t
55615            ! MANIFEST
55616 ____________________________________________________________________________
55617 [  9991] By: jhi                                   on 2001/05/04  16:47:45
55618         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
55619              From: Robin Barker <rmb1@cise.npl.co.uk>
55620              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
55621              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
55622      Branch: perl
55623            ! regcomp.c
55624 ____________________________________________________________________________
55625 [  9990] By: jhi                                   on 2001/05/04  14:37:20
55626         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
55627              From: Prymmer/Kahn <pvhp@best.com>
55628              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
55629              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
55630      Branch: perl
55631            ! t/lib/b-stash.t
55632 ____________________________________________________________________________
55633 [  9989] By: jhi                                   on 2001/05/04  14:03:58
55634         Log: Introduce perl572delta, update Todo, add the missing
55635              mention about signal safety since 5.7.1 (though this
55636              requires verification and more details.)
55637      Branch: perl
55638            + pod/perl572delta.pod
55639            ! MANIFEST Todo pod/perl571delta.pod
55640 ____________________________________________________________________________
55641 [  9988] By: jhi                                   on 2001/05/04  12:41:51
55642         Log: Subject: [PATCH perl@9944] long =item
55643              From: Robin Barker <rmb1@cise.npl.co.uk>
55644              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
55645              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
55646      Branch: perl
55647            ! ext/Time/HiRes/HiRes.pm
55648 ____________________________________________________________________________
55649 [  9987] By: jhi                                   on 2001/05/04  12:39:19
55650         Log: The #9901 had removed one line essential for EBCDIC.
55651      Branch: perl
55652            ! regcomp.c
55653 ____________________________________________________________________________
55654 [  9986] By: jhi                                   on 2001/05/04  12:30:23
55655         Log: Subject: cygwin/Makefile.SHs INSTALL patch
55656              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
55657              Date: Mon, 08 Jan 2001 04:59:21 +0200
55658              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
55659      Branch: perl
55660            ! cygwin/Makefile.SHs
55661 ____________________________________________________________________________
55662 [  9985] By: jhi                                   on 2001/05/04  03:51:39
55663         Log: Encode/IO doc tweaks.
55664      Branch: perl
55665            ! ext/Encode/Encode.pm
55666 ____________________________________________________________________________
55667 [  9984] By: jhi                                   on 2001/05/04  03:29:34
55668         Log: Remove GDBM_File from the dynamic extensions for UTS,
55669              GDBM is not a standard feature.
55670      Branch: perl
55671            ! hints/uts.sh
55672 ____________________________________________________________________________
55673 [  9983] By: jhi                                   on 2001/05/04  03:22:59
55674         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
55675      Branch: perl
55676            ! pod/perlretut.pod
55677 ____________________________________________________________________________
55678 [  9982] By: jhi                                   on 2001/05/03  23:21:03
55679         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
55680              From: Benjamin Sugars <bsugars@canoe.ca>
55681              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
55682              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
55683      Branch: perl
55684            ! dump.c
55685 ____________________________________________________________________________
55686 [  9981] By: jhi                                   on 2001/05/03  23:20:05
55687         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
55688              From: Benjamin Sugars <bsugars@canoe.ca>
55689              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
55690              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
55691      Branch: perl
55692            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
55693 ____________________________________________________________________________
55694 [  9980] By: jhi                                   on 2001/05/03  23:15:29
55695         Log: Integrate perlio:
55696              
55697              [  9976]
55698              Allow $answer = encode($object,$text); like it says in docs.
55699              
55700              [  9975]
55701              Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
55702              to be in scope (fair enough), and also a package variable (our) for eval to see it.
55703      Branch: perl
55704           !> ext/Encode/Encode.pm
55705 ____________________________________________________________________________
55706 [  9979] By: jhi                                   on 2001/05/03  16:54:59
55707         Log: Install psed man page.
55708      Branch: perl
55709            ! installman
55710 ____________________________________________________________________________
55711 [  9978] By: jhi                                   on 2001/05/03  16:45:58
55712         Log: Remove unused files; noted by Sarathy.
55713      Branch: perl
55714            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55715            ! MANIFEST
55716 ____________________________________________________________________________
55717 [  9977] By: jhi                                   on 2001/05/03  16:42:30
55718         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
55719              From: Andy Dougherty <doughera@lafayette.edu>
55720              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
55721              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
55722      Branch: perl
55723            ! INSTALL
55724 ____________________________________________________________________________
55725 [  9976] By: nick                                  on 2001/05/03  16:40:42
55726         Log: Allow $answer = encode($object,$text); like it says in docs.
55727      Branch: perlio
55728            ! ext/Encode/Encode.pm
55729 ____________________________________________________________________________
55730 [  9975] By: nick                                  on 2001/05/03  16:22:30
55731         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
55732              to be in scope (fair enough), and also a package variable (our) for eval to see it.
55733      Branch: perlio
55734            ! ext/Encode/Encode.pm
55735 ____________________________________________________________________________
55736 [  9974] By: nick                                  on 2001/05/03  15:48:17
55737         Log: Integrate mainline.
55738      Branch: perlio
55739           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
55740           +> t/lib/filter-simple.t t/lib/next.t
55741           !> (integrate 70 files)
55742 ____________________________________________________________________________
55743 [  9973] By: jhi                                   on 2001/05/03  13:09:09
55744         Log: Update Changes.
55745      Branch: perl
55746            ! Changes patchlevel.h
55747 ____________________________________________________________________________
55748 [  9972] By: jhi                                   on 2001/05/03  12:58:33
55749         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
55750              From: Prymmer/Kahn <pvhp@best.com>
55751              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
55752              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
55753      Branch: perl
55754            ! t/io/fflush.t
55755 ____________________________________________________________________________
55756 [  9971] By: jhi                                   on 2001/05/03  12:57:26
55757         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
55758              From: Prymmer/Kahn <pvhp@best.com>
55759              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
55760              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
55761      Branch: perl
55762            ! win32/FindExt.pm
55763 ____________________________________________________________________________
55764 [  9970] By: jhi                                   on 2001/05/03  02:42:46
55765         Log: Can't croak sans thread context, from Doug MacEachern.
55766      Branch: perl
55767            ! toke.c
55768 ____________________________________________________________________________
55769 [  9969] By: jhi                                   on 2001/05/03  01:23:48
55770         Log: Subject: Random input test and Perl
55771              From: Ilya Zakharevich <ilya@math.berkeley.edu>
55772              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
55773              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
55774      Branch: perl
55775            ! toke.c
55776 ____________________________________________________________________________
55777 [  9968] By: jhi                                   on 2001/05/02  22:17:21
55778         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
55779              From: Peter Prymmer <pvhp@forte.com>
55780              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
55781              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
55782      Branch: perl
55783            ! pod/perlfunc.pod pod/perlport.pod
55784 ____________________________________________________________________________
55785 [  9967] By: jhi                                   on 2001/05/02  20:12:45
55786         Log: Workaround for UTS compiler casting bug from Hal Morris.
55787      Branch: perl
55788            ! perl.h
55789 ____________________________________________________________________________
55790 [  9966] By: jhi                                   on 2001/05/02  18:31:37
55791         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
55792              From: Dan Sugalski <dan@sidhe.org>
55793              Date: Wed, 02 May 2001 15:23:22 -0400
55794              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
55795      Branch: perl
55796            ! perl.c vms/vms.c
55797 ____________________________________________________________________________
55798 [  9965] By: jhi                                   on 2001/05/02  18:21:29
55799         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
55800      Branch: perl
55801            ! pod/perlfunc.pod
55802 ____________________________________________________________________________
55803 [  9964] By: jhi                                   on 2001/05/02  18:15:01
55804         Log: Document large files in INSTALL, document also the %x
55805              limitation if not use64bitint, closes bug 20010326.007.
55806      Branch: perl
55807            ! INSTALL
55808 ____________________________________________________________________________
55809 [  9963] By: jhi                                   on 2001/05/02  17:24:47
55810         Log: perlmodlib tweaks; regen pods.
55811      Branch: perl
55812            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
55813            ! pod/perltoc.pod
55814 ____________________________________________________________________________
55815 [  9962] By: jhi                                   on 2001/05/02  17:14:00
55816         Log: Fix for a segfault, from Marc Lehmann.
55817      Branch: perl
55818            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
55819 ____________________________________________________________________________
55820 [  9961] By: jhi                                   on 2001/05/02  15:55:53
55821         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
55822              From: "Philip Newton" <pnewton@gmx.de>
55823              Date: Wed, 2 May 2001 18:39:03 +0200
55824              Message-ID: <3AF05447.15525.173B588@localhost>
55825      Branch: perl
55826            ! pod/perlop.pod
55827 ____________________________________________________________________________
55828 [  9960] By: jhi                                   on 2001/05/02  15:35:37
55829         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
55830              From: Dan Sugalski <dan@sidhe.org>
55831              Date: Wed, 02 May 2001 11:37:27 -0400
55832              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
55833      Branch: perl
55834            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
55835            ! thread.h vms/vms.c vms/vmsish.h
55836 ____________________________________________________________________________
55837 [  9959] By: jhi                                   on 2001/05/02  15:21:08
55838         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
55839              From: Benjamin Sugars <bsugars@canoe.ca>
55840              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
55841              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
55842      Branch: perl
55843            ! ext/PerlIO/Scalar/Scalar.xs
55844 ____________________________________________________________________________
55845 [  9958] By: jhi                                   on 2001/05/02  15:15:53
55846         Log: Bug in #9915, spotted by Mike Guy.
55847      Branch: perl
55848            ! installperl
55849 ____________________________________________________________________________
55850 [  9957] By: jhi                                   on 2001/05/02  13:26:01
55851         Log: Add a test for not griping about references as array
55852              indices if the reference has magic in it (overloaded
55853              methods).
55854      Branch: perl
55855            ! pod/perldiag.pod t/pragma/warn/pp_hot
55856 ____________________________________________________________________________
55857 [  9956] By: jhi                                   on 2001/05/02  13:07:01
55858         Log: Retracted a bit too much in #9952.
55859      Branch: perl
55860            ! t/pragma/sub_lval.t
55861 ____________________________________________________________________________
55862 [  9955] By: jhi                                   on 2001/05/02  13:05:38
55863         Log: Test for #9952.
55864      Branch: perl
55865            ! t/op/tie.t
55866 ____________________________________________________________________________
55867 [  9954] By: jhi                                   on 2001/05/02  11:48:18
55868         Log: Additional note on the encoding example: one cannot
55869              convert string constants in-place.
55870      Branch: perl
55871            ! ext/Encode/Encode.pm
55872 ____________________________________________________________________________
55873 [  9953] By: jhi                                   on 2001/05/02  11:43:51
55874         Log: Note that if you have recent enough Perl you already
55875              have Filter::Util::Call.
55876      Branch: perl
55877            ! lib/Filter/Simple.pm
55878 ____________________________________________________________________________
55879 [  9952] By: jhi                                   on 2001/05/02  11:31:53
55880         Log: Retract changes #8254 and #8255, causes coredump in
55881              'tie FH, "main"', reported by Abigail, culprit found by
55882              Benjamin Sugars.  Mirrors maintperl change #9950.
55883      Branch: perl
55884            ! op.c t/pragma/sub_lval.t
55885 ____________________________________________________________________________
55886 [  9951] By: jhi                                   on 2001/05/02  11:14:29
55887         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
55888      Branch: perl
55889            + t/lib/MyFilter.pm
55890 ____________________________________________________________________________
55891 [  9950] By: gsar                                  on 2001/05/02  03:17:11
55892         Log: revert integration of changes#8254,8255 in change#8620 (causes
55893              a coredump in C<tie FH, 'foo'>; the idea itself may need better
55894              rationalization)
55895      Branch: maint-5.6/perl
55896            ! op.c t/pragma/sub_lval.t
55897 ____________________________________________________________________________
55898 [  9949] By: gsar                                  on 2001/05/02  02:56:32
55899         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
55900              
55901              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
55902              
55903              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
55904      Branch: maint-5.6/perl
55905           !> hints/svr5.sh
55906 ____________________________________________________________________________
55907 [  9948] By: gsar                                  on 2001/05/02  02:49:15
55908         Log: pod/find.t breaks on VMS (from Craig Berry)
55909      Branch: maint-5.6/perl
55910            ! t/pod/find.t
55911 ____________________________________________________________________________
55912 [  9947] By: jhi                                   on 2001/05/02  02:43:09
55913         Log: Add an encoding conversion example.
55914      Branch: perl
55915            ! ext/Encode/Encode.pm
55916 ____________________________________________________________________________
55917 [  9946] By: jhi                                   on 2001/05/02  01:34:22
55918         Log: Another coat of paint but still nowhere finished.
55919              Need to decide on the semantics of strptime(): should
55920              strptime() be a function instead of a method?  To do
55921              the week/monthname-strptiming the i18n/l10n bullet needs
55922              to be bitten with gusto.
55923      Branch: perl
55924            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
55925 ____________________________________________________________________________
55926 [  9945] By: jhi                                   on 2001/05/01  23:40:52
55927         Log: Update Changes.
55928      Branch: perl
55929            ! Changes patchlevel.h
55930 ____________________________________________________________________________
55931 [  9944] By: jhi                                   on 2001/05/01  23:33:37
55932         Log: Add known-to-be-tested modules to the list-to-be-skipped.
55933      Branch: perl
55934            ! t/lib/1_compile.t
55935 ____________________________________________________________________________
55936 [  9943] By: jhi                                   on 2001/05/01  23:24:40
55937         Log: Subject: BorlandC++ fix
55938              From: "Vadim Konovalov" <watman@inbox.ru>
55939              Date: Mon, 30 Apr 2001 20:12:26 -0700
55940              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
55941      Branch: perl
55942            ! win32/makefile.mk
55943 ____________________________________________________________________________
55944 [  9942] By: jhi                                   on 2001/05/01  23:18:02
55945         Log: Update to Filter::Simple 0.60, create a test for it.
55946      Branch: perl
55947            + t/lib/filter-simple.t
55948            ! MANIFEST lib/Filter/Simple.pm
55949 ____________________________________________________________________________
55950 [  9941] By: jhi                                   on 2001/05/01  19:47:24
55951         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
55952              From: Hugo <hv@crypt.compulink.co.uk>
55953              Date: Tue, 01 May 2001 20:12:20 +0100
55954              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
55955      Branch: perl
55956            ! pp_hot.c t/op/re_tests
55957 ____________________________________________________________________________
55958 [  9940] By: jhi                                   on 2001/05/01  19:42:16
55959         Log: Integrate perlio:
55960              
55961              [  9936]
55962              Fix for base.pm clobbering $VERSION
55963              
55964              [  9935]
55965              Test for base.pm clobbering $VERSION.
55966      Branch: perl
55967           !> lib/base.pm t/lib/fields.t
55968 ____________________________________________________________________________
55969 [  9939] By: jhi                                   on 2001/05/01  19:39:51
55970         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
55971              From: Benjamin Sugars <bsugars@canoe.ca>
55972              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
55973              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
55974      Branch: perl
55975            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
55976 ____________________________________________________________________________
55977 [  9938] By: jhi                                   on 2001/05/01  19:34:09
55978         Log: Add NEXT, a pseudo-class for method redispatching.
55979              <Damian>NEXT.pm probably offers more bang-for-buck
55980              than anything else I've ever written.</Damian>
55981      Branch: perl
55982            + lib/NEXT.pm t/lib/next.t
55983            ! MANIFEST
55984 ____________________________________________________________________________
55985 [  9937] By: jhi                                   on 2001/05/01  19:21:41
55986         Log: Update to Switch 2.02.
55987      Branch: perl
55988            ! lib/Switch.pm t/lib/switch.t
55989 ____________________________________________________________________________
55990 [  9936] By: nick                                  on 2001/05/01  19:09:21
55991         Log: Fix for base.pm clobbering $VERSION
55992      Branch: perlio
55993            ! lib/base.pm
55994 ____________________________________________________________________________
55995 [  9935] By: nick                                  on 2001/05/01  18:54:38
55996         Log: Test for base.pm clobbering $VERSION.
55997      Branch: perlio
55998            ! t/lib/fields.t
55999 ____________________________________________________________________________
56000 [  9934] By: jhi                                   on 2001/05/01  18:39:10
56001         Log: Add information about Scalar::Util::blessed.
56002      Branch: perl
56003            ! pod/perlobj.pod
56004 ____________________________________________________________________________
56005 [  9933] By: jhi                                   on 2001/05/01  18:33:51
56006         Log: Subject: Extra UNIVERSAL documentation
56007              From: Mike Guy <mjtg@cam.ac.uk>
56008              Date: Tue, 01 May 2001 20:12:11 +0100
56009              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
56010      Branch: perl
56011            ! pod/perlobj.pod
56012 ____________________________________________________________________________
56013 [  9932] By: jhi                                   on 2001/05/01  18:26:54
56014         Log: Subject: Autoflush in tests as appropriate
56015              From: Mike Guy <mjtg@cam.ac.uk>
56016              Date: Tue, 01 May 2001 20:05:31 +0100
56017              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
56018      Branch: perl
56019            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
56020            ! t/op/taint.t
56021 ____________________________________________________________________________
56022 [  9931] By: jhi                                   on 2001/05/01  18:02:29
56023         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
56024              From: Benjamin Sugars <bsugars@canoe.ca>
56025              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
56026              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
56027      Branch: perl
56028            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56029 ____________________________________________________________________________
56030 [  9930] By: jhi                                   on 2001/05/01  15:12:26
56031         Log: Subject: Re: Finally got a round tuit
56032              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56033              Date: Tue, 01 May 2001 14:14:10 +0200
56034              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
56035              
56036              The -DP part, slightly modified.
56037      Branch: perl
56038            ! perl.c
56039 ____________________________________________________________________________
56040 [  9929] By: jhi                                   on 2001/05/01  14:17:15
56041         Log: Subject: Re: Finally got a round tuit
56042              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56043              Date: Tue, 01 May 2001 16:34:06 +0200
56044              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
56045              
56046              cpp and optimization tweaks for HP-UX.
56047      Branch: perl
56048            ! hints/hpux.sh
56049 ____________________________________________________________________________
56050 [  9928] By: jhi                                   on 2001/05/01  13:24:20
56051         Log: Tune the scan_num() comments to reality.
56052      Branch: perl
56053            ! toke.c
56054 ____________________________________________________________________________
56055 [  9927] By: jhi                                   on 2001/05/01  13:14:01
56056         Log: Subject: [PATCH B::Deparse] optimised sort
56057              From: Robin Houston <robin@kitsite.com>
56058              Date: Tue, 1 May 2001 14:07:12 +0100
56059              Message-ID: <20010501140712.A4266@penderel>
56060      Branch: perl
56061            ! ext/B/B/Deparse.pm
56062 ____________________________________________________________________________
56063 [  9926] By: jhi                                   on 2001/05/01  13:10:53
56064         Log: Subject: [PATCH t/lib/b-deparse.t] 
56065              From: Robin Houston <robin@kitsite.com>
56066              Date: Tue, 1 May 2001 13:37:42 +0100
56067              Message-ID: <20010501133742.A4082@penderel>
56068      Branch: perl
56069            ! t/lib/b-deparse.t
56070 ____________________________________________________________________________
56071 [  9925] By: jhi                                   on 2001/05/01  13:10:13
56072         Log: Subject: [PATCH B::Deparse] for(;;), sort
56073              From: Robin Houston <robin@kitsite.com>
56074              Date: Tue, 1 May 2001 13:35:00 +0100
56075              Message-ID: <20010501133500.A4061@penderel>
56076      Branch: perl
56077            ! ext/B/B/Deparse.pm
56078 ____________________________________________________________________________
56079 [  9924] By: jhi                                   on 2001/05/01  13:09:22
56080         Log: Subject: [PATCH B::Deparse] do, warn, use
56081              From: Robin Houston <robin@kitsite.com>
56082              Date: Tue, 1 May 2001 13:31:03 +0100
56083              Message-ID: <20010501133103.A4041@penderel>
56084      Branch: perl
56085            ! ext/B/B/Deparse.pm
56086 ____________________________________________________________________________
56087 [  9923] By: jhi                                   on 2001/05/01  11:45:36
56088         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
56089              From: Benjamin Sugars <ben.sugars@home.com>
56090              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
56091              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
56092      Branch: perl
56093            + t/io/fflush.t
56094            ! MANIFEST
56095 ____________________________________________________________________________
56096 [  9922] By: jhi                                   on 2001/05/01  11:35:42
56097         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
56098              From: Peter Prymmer <pvhp@forte.com>
56099              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
56100              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
56101      Branch: perl
56102            ! t/lib/selfstubber.t
56103 ____________________________________________________________________________
56104 [  9921] By: jhi                                   on 2001/04/30  16:34:33
56105         Log: Subject: [PATCH B::Concise] suppress warning
56106              From: Robin Houston <robin@kitsite.com>
56107              Date: Mon, 30 Apr 2001 16:09:49 +0100
56108              Message-ID: <20010430160949.A25086@penderel>
56109      Branch: perl
56110            ! ext/B/B/Concise.pm
56111 ____________________________________________________________________________
56112 [  9920] By: jhi                                   on 2001/04/30  13:56:04
56113         Log: Strip the *markers* from #9919.
56114      Branch: perl
56115            ! pod/perlfaq.pod pod/perlfaq5.pod
56116 ____________________________________________________________________________
56117 [  9919] By: jhi                                   on 2001/04/30  13:54:04
56118         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
56119              From: Gwyn Judd <b.judd@xtra.co.nz>
56120              Date: Sun, 29 Apr 2001 01:47:49 +1200
56121              Message-ID: <20010429014749.A4418@thislove>
56122      Branch: perl
56123            ! pod/perlfaq.pod pod/perlfaq5.pod
56124 ____________________________________________________________________________
56125 [  9918] By: jhi                                   on 2001/04/30  13:13:54
56126         Log: More_tweakage.
56127      Branch: perl
56128            ! pod/perldata.pod pod/perldiag.pod
56129 ____________________________________________________________________________
56130 [  9917] By: jhi                                   on 2001/04/30  13:01:27
56131         Log: Update Changes.
56132      Branch: perl
56133            ! Changes patchlevel.h
56134 ____________________________________________________________________________
56135 [  9916] By: jhi                                   on 2001/04/30  12:57:03
56136         Log: T_w_e_a_k_a_g_e.
56137      Branch: perl
56138            ! pod/perldata.pod pod/perldiag.pod
56139 ____________________________________________________________________________
56140 [  9915] By: jhi                                   on 2001/04/30  12:39:29
56141         Log: Install s2p also as psed.
56142              
56143              TODO: psed documentation?
56144      Branch: perl
56145            ! installperl
56146 ____________________________________________________________________________
56147 [  9914] By: jhi                                   on 2001/04/30  12:29:21
56148         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
56149              From: Jens Hamisch <jens@Strawberry.COM>
56150              Date: Fri, 27 Apr 2001 17:00:36 +0200
56151              Message-ID: <20010427170036.K1372@Strawberry.COM>
56152              
56153              SOCKS5_VERSION_NAME is the right symbol to detect
56154              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
56155              function called socks5_init() is available, and even that is
56156              not universal, most SOCKS5 installations use SOCKSinit()).
56157      Branch: perl
56158            ! perlio.c
56159 ____________________________________________________________________________
56160 [  9913] By: jhi                                   on 2001/04/30  12:22:15
56161         Log: Allow a zero timeout on IO::Socket accept and connect--
56162              though one really shouldn't do that.  Based on
56163              
56164              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
56165              From: "John Holdsworth" <coldwave@bigfoot.com>
56166              Date: Sun, 4 Feb 2001 12:48:18 +0100
56167              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
56168      Branch: perl
56169            ! ext/IO/lib/IO/Socket.pm
56170 ____________________________________________________________________________
56171 [  9912] By: jhi                                   on 2001/04/30  11:27:27
56172         Log: Save the spot of regprev (see #9911) for binary compatibility;
56173              regen API.
56174      Branch: perl
56175            ! embedvar.h perlapi.h thrdvar.h
56176 ____________________________________________________________________________
56177 [  9911] By: jhi                                   on 2001/04/30  11:22:03
56178         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
56179              From: Hugo <hv@crypt.compulink.co.uk>
56180              Date: Sun, 29 Apr 2001 17:09:30 +0100
56181              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
56182      Branch: perl
56183            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
56184 ____________________________________________________________________________
56185 [  9910] By: jhi                                   on 2001/04/30  11:15:12
56186         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
56187              a dummy for PL_numeric_radix); no pressing reason to break
56188              binary compatibility; regen API.
56189      Branch: perl
56190            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
56191            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
56192 ____________________________________________________________________________
56193 [  9909] By: jhi                                   on 2001/04/30  10:56:08
56194         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
56195              From: Walt Mankowski <waltman@netaxs.com>
56196              Date: Sun, 29 Apr 2001 21:53:48 -0400
56197              Message-ID: <20010429215348.A3971@netaxs.com>
56198      Branch: perl
56199            ! pod/perlfunc.pod
56200 ____________________________________________________________________________
56201 [  9908] By: jhi                                   on 2001/04/30  10:49:40
56202         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
56203      Branch: perl
56204            ! t/lib/selfstubber.t
56205 ____________________________________________________________________________
56206 [  9907] By: nick                                  on 2001/04/30  09:26:50
56207         Log: Integrate mainline.
56208      Branch: perlio
56209           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
56210 ____________________________________________________________________________
56211 [  9906] By: jhi                                   on 2001/04/29  23:24:20
56212         Log: Abigail spotted a thinko in #9905.
56213      Branch: perl
56214            ! pod/perldiag.pod
56215 ____________________________________________________________________________
56216 [  9905] By: jhi                                   on 2001/04/29  15:55:39
56217         Log: Changed the underscore/undebar syntax in numeric constants;
56218              now any grouping will do, as long as the underscores are not
56219              consecutive (so "zero-grouping" is out), and they do not begin
56220              or end the integer or fractional parts.
56221      Branch: perl
56222            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
56223 ____________________________________________________________________________
56224 [  9904] By: nick                                  on 2001/04/29  15:43:22
56225         Log: Integrate mainline.
56226      Branch: perlio
56227           +> (branch 98 files)
56228            - lib/unicode/Block.pl
56229            - lib/unicode/In/AlphabeticPresentationForms.pl
56230            - lib/unicode/In/Arabic.pl
56231            - lib/unicode/In/ArabicPresentationForms-A.pl
56232            - lib/unicode/In/ArabicPresentationForms-B.pl
56233            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
56234            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
56235            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
56236            - lib/unicode/In/BopomofoExtended.pl
56237            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
56238            - lib/unicode/In/CJKCompatibility.pl
56239            - lib/unicode/In/CJKCompatibilityForms.pl
56240            - lib/unicode/In/CJKCompatibilityIdeographs.pl
56241            - lib/unicode/In/CJKRadicalsSupplement.pl
56242            - lib/unicode/In/CJKSymbolsandPunctuation.pl
56243            - lib/unicode/In/CJKUnifiedIdeographs.pl
56244            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
56245            - lib/unicode/In/Cherokee.pl
56246            - lib/unicode/In/CombiningDiacriticalMarks.pl
56247            - lib/unicode/In/CombiningHalfMarks.pl
56248            - lib/unicode/In/CombiningMarksforSymbols.pl
56249            - lib/unicode/In/ControlPictures.pl
56250            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
56251            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
56252            - lib/unicode/In/EnclosedAlphanumerics.pl
56253            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
56254            - lib/unicode/In/Ethiopic.pl
56255            - lib/unicode/In/GeneralPunctuation.pl
56256            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
56257            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
56258            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
56259            - lib/unicode/In/HalfwidthandFullwidthForms.pl
56260            - lib/unicode/In/HangulCompatibilityJamo.pl
56261            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
56262            - lib/unicode/In/Hebrew.pl
56263            - lib/unicode/In/HighPrivateUseSurrogates.pl
56264            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
56265            - lib/unicode/In/IPAExtensions.pl
56266            - lib/unicode/In/IdeographicDescriptionCharacters.pl
56267            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
56268            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
56269            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
56270            - lib/unicode/In/Latin-1Supplement.pl
56271            - lib/unicode/In/LatinExtended-A.pl
56272            - lib/unicode/In/LatinExtended-B.pl
56273            - lib/unicode/In/LatinExtendedAdditional.pl
56274            - lib/unicode/In/LetterlikeSymbols.pl
56275            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
56276            - lib/unicode/In/MathematicalOperators.pl
56277            - lib/unicode/In/MiscellaneousSymbols.pl
56278            - lib/unicode/In/MiscellaneousTechnical.pl
56279            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
56280            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
56281            - lib/unicode/In/OpticalCharacterRecognition.pl
56282            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
56283            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
56284            - lib/unicode/In/SmallFormVariants.pl
56285            - lib/unicode/In/SpacingModifierLetters.pl
56286            - lib/unicode/In/Specials.pl
56287            - lib/unicode/In/SuperscriptsandSubscripts.pl
56288            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
56289            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
56290            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
56291            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
56292            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
56293           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
56294           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
56295           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
56296           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
56297           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
56298           !> utf8.c win32/Makefile
56299 ____________________________________________________________________________
56300 [  9903] By: jhi                                   on 2001/04/29  14:30:53
56301         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
56302              From: Prymmer/Kahn <pvhp@best.com>
56303              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
56304              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
56305      Branch: perl
56306            ! win32/Makefile
56307 ____________________________________________________________________________
56308 [  9902] By: jhi                                   on 2001/04/29  02:52:44
56309         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
56310              From: "Abigail" <abigail@foad.org>
56311              Date: Sun, 29 Apr 2001 03:14:25 +0200
56312              Message-ID: <20010429011425.24503.qmail@foad.org>
56313      Branch: perl
56314            ! ext/IO/lib/IO/Seekable.pm
56315 ____________________________________________________________________________
56316 [  9901] By: jhi                                   on 2001/04/29  02:04:46
56317         Log: In character classes one couldn't have 0x80..0xff characters
56318              at the left hand side if there were 0x100.. characters in the
56319              character class.
56320      Branch: perl
56321            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
56322            ! t/op/pat.t utf8.c
56323 ____________________________________________________________________________
56324 [  9900] By: jhi                                   on 2001/04/28  22:55:04
56325         Log: Forgot the latest mktables.PL from #9899.
56326      Branch: perl
56327            ! lib/unicode/mktables.PL
56328 ____________________________________________________________________________
56329 [  9899] By: jhi                                   on 2001/04/28  22:53:28
56330         Log: Explain the \p{} and \P{} error message better and
56331              have prettier prettyprint in In.pl.
56332      Branch: perl
56333            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
56334            ! pod/perldiag.pod
56335 ____________________________________________________________________________
56336 [  9898] By: jhi                                   on 2001/04/28  21:03:34
56337         Log: Add one possible explanation for the "Invalid [] range" error.
56338      Branch: perl
56339            ! pod/perldiag.pod
56340 ____________________________________________________________________________
56341 [  9897] By: jhi                                   on 2001/04/28  17:18:26
56342         Log: Add a level of indirection to the implementation of \p{InFoo}
56343              so that we don't have to have long filenames.  (Nothing changes
56344              in the user interface.)   The indirection is defined in
56345              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
56346              Also rename some the character classes by removing '-' from
56347              the classnames, and finally renamed Block.pl as Blocks.pl.
56348      Branch: perl
56349            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
56350            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
56351            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
56352            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
56353            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
56354            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
56355            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
56356            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
56357            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
56358            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
56359            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
56360            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
56361            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
56362            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
56363            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
56364            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
56365            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
56366            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
56367            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
56368            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
56369            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
56370            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
56371            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
56372            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
56373            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
56374            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
56375            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
56376            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
56377            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
56378            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
56379            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
56380            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
56381            + lib/unicode/In/94.pl lib/unicode/In/95.pl
56382            - lib/unicode/Block.pl
56383            - lib/unicode/In/AlphabeticPresentationForms.pl
56384            - lib/unicode/In/Arabic.pl
56385            - lib/unicode/In/ArabicPresentationForms-A.pl
56386            - lib/unicode/In/ArabicPresentationForms-B.pl
56387            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
56388            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
56389            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
56390            - lib/unicode/In/BopomofoExtended.pl
56391            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
56392            - lib/unicode/In/CJKCompatibility.pl
56393            - lib/unicode/In/CJKCompatibilityForms.pl
56394            - lib/unicode/In/CJKCompatibilityIdeographs.pl
56395            - lib/unicode/In/CJKRadicalsSupplement.pl
56396            - lib/unicode/In/CJKSymbolsandPunctuation.pl
56397            - lib/unicode/In/CJKUnifiedIdeographs.pl
56398            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
56399            - lib/unicode/In/Cherokee.pl
56400            - lib/unicode/In/CombiningDiacriticalMarks.pl
56401            - lib/unicode/In/CombiningHalfMarks.pl
56402            - lib/unicode/In/CombiningMarksforSymbols.pl
56403            - lib/unicode/In/ControlPictures.pl
56404            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
56405            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
56406            - lib/unicode/In/EnclosedAlphanumerics.pl
56407            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
56408            - lib/unicode/In/Ethiopic.pl
56409            - lib/unicode/In/GeneralPunctuation.pl
56410            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
56411            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
56412            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
56413            - lib/unicode/In/HalfwidthandFullwidthForms.pl
56414            - lib/unicode/In/HangulCompatibilityJamo.pl
56415            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
56416            - lib/unicode/In/Hebrew.pl
56417            - lib/unicode/In/HighPrivateUseSurrogates.pl
56418            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
56419            - lib/unicode/In/IPAExtensions.pl
56420            - lib/unicode/In/IdeographicDescriptionCharacters.pl
56421            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
56422            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
56423            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
56424            - lib/unicode/In/Latin-1Supplement.pl
56425            - lib/unicode/In/LatinExtended-A.pl
56426            - lib/unicode/In/LatinExtended-B.pl
56427            - lib/unicode/In/LatinExtendedAdditional.pl
56428            - lib/unicode/In/LetterlikeSymbols.pl
56429            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
56430            - lib/unicode/In/MathematicalOperators.pl
56431            - lib/unicode/In/MiscellaneousSymbols.pl
56432            - lib/unicode/In/MiscellaneousTechnical.pl
56433            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
56434            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
56435            - lib/unicode/In/OpticalCharacterRecognition.pl
56436            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
56437            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
56438            - lib/unicode/In/SmallFormVariants.pl
56439            - lib/unicode/In/SpacingModifierLetters.pl
56440            - lib/unicode/In/Specials.pl
56441            - lib/unicode/In/SuperscriptsandSubscripts.pl
56442            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
56443            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
56444            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
56445            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
56446            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
56447            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
56448            ! pod/perlunicode.pod
56449 ____________________________________________________________________________
56450 [  9896] By: jhi                                   on 2001/04/28  14:33:17
56451         Log: Update the information on shared library path on HP-UX.
56452      Branch: perl
56453            ! INSTALL
56454 ____________________________________________________________________________
56455 [  9895] By: jhi                                   on 2001/04/28  14:32:30
56456         Log: Because #9894 seems to do the trick, this workaround can be removed.
56457      Branch: perl
56458            ! t/lib/selfstubber.t
56459 ____________________________________________________________________________
56460 [  9894] By: jhi                                   on 2001/04/28  14:26:13
56461         Log: For PerlIO flush the children's file handles (on fork/exec/system).
56462      Branch: perl
56463            ! perl.h
56464 ____________________________________________________________________________
56465 [  9893] By: jhi                                   on 2001/04/28  14:23:15
56466         Log: Test tweak for #9891.
56467      Branch: perl
56468            ! t/lib/b-deparse.t
56469 ____________________________________________________________________________
56470 [  9892] By: jhi                                   on 2001/04/28  14:10:13
56471         Log: New HP-UX hints from Merijn.
56472      Branch: perl
56473            ! hints/hpux.sh
56474 ____________________________________________________________________________
56475 [  9891] By: jhi                                   on 2001/04/28  14:07:27
56476         Log: Subject: [PATCH B::Deparse] non-block scopes
56477              From: Robin Houston <robin@kitsite.com>
56478              Date: Fri, 27 Apr 2001 19:15:14 +0100
56479              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
56480      Branch: perl
56481            ! ext/B/B/Deparse.pm
56482 ____________________________________________________________________________
56483 [  9890] By: nick                                  on 2001/04/27  19:41:25
56484         Log: Integrate mainline
56485      Branch: perlio
56486           +> t/lib/selfstubber.t
56487           !> (integrate 50 files)
56488 ____________________________________________________________________________
56489 [  9889] By: jhi                                   on 2001/04/27  18:23:46
56490         Log: Subject: Re: selfstubber test fail on bleadperl
56491              From: Mike Guy <mjtg@cam.ac.uk>
56492              Date: Fri, 27 Apr 2001 19:31:18 +0100
56493              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
56494      Branch: perl
56495            ! t/lib/selfstubber.t
56496 ____________________________________________________________________________
56497 [  9888] By: jhi                                   on 2001/04/27  16:20:54
56498         Log: Test tweak for #9886.
56499      Branch: perl
56500            ! t/lib/b-deparse.t
56501 ____________________________________________________________________________
56502 [  9887] By: jhi                                   on 2001/04/27  16:16:33
56503         Log: Buffering issue at least in Solaris (even with perlio).
56504      Branch: perl
56505            ! t/lib/selfstubber.t
56506 ____________________________________________________________________________
56507 [  9886] By: jhi                                   on 2001/04/27  14:59:23
56508         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
56509              From: Robin Houston <robin@kitsite.com>
56510              Date: Fri, 27 Apr 2001 16:53:20 +0100
56511              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
56512      Branch: perl
56513            ! ext/B/B/Deparse.pm
56514 ____________________________________________________________________________
56515 [  9885] By: jhi                                   on 2001/04/27  14:23:51
56516         Log: Update Changes.
56517      Branch: perl
56518            ! Changes patchlevel.h
56519 ____________________________________________________________________________
56520 [  9884] By: jhi                                   on 2001/04/27  14:14:12
56521         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
56522              From: "Philip Newton" <pnewton@gmx.de>
56523              Date: Fri, 27 Apr 2001 16:40:13 +0200
56524              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
56525      Branch: perl
56526            ! pod/perldata.pod
56527 ____________________________________________________________________________
56528 [  9883] By: jhi                                   on 2001/04/27  13:28:19
56529         Log: Add LOG_PERROR; prettify the "removed".
56530      Branch: perl
56531            ! ext/Sys/Syslog/Syslog.xs
56532 ____________________________________________________________________________
56533 [  9882] By: jhi                                   on 2001/04/27  13:13:18
56534         Log: h2xs tweaks: use NV instead of double, "quote" the removed
56535              prefixes for clarity (especially when nothing is removed),
56536              slight pod reformats.
56537      Branch: perl
56538            ! utils/h2xs.PL
56539 ____________________________________________________________________________
56540 [  9881] By: jhi                                   on 2001/04/27  12:58:48
56541         Log: Don't bother creating existing directories.
56542      Branch: perl
56543            ! utils/h2xs.PL
56544 ____________________________________________________________________________
56545 [  9880] By: jhi                                   on 2001/04/27  12:45:39
56546         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
56547              From: Mike Schilli <m@perlmeister.com>
56548              Date: Wed, 25 Apr 2001 01:29:21 -0700
56549              Message-id: <3AE68AE1.6A981723@perlmeister.com>
56550      Branch: perl
56551            ! utils/h2xs.PL
56552 ____________________________________________________________________________
56553 [  9879] By: jhi                                   on 2001/04/27  12:40:55
56554         Log: break is not yet Perl.  Added the template license also to README.
56555      Branch: perl
56556            ! utils/h2xs.PL
56557 ____________________________________________________________________________
56558 [  9878] By: jhi                                   on 2001/04/27  03:08:20
56559         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
56560              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56561              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
56562              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
56563      Branch: perl
56564            ! t/lib/xs-typemap.t
56565 ____________________________________________________________________________
56566 [  9877] By: jhi                                   on 2001/04/26  23:54:40
56567         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
56568              From: "Abigail" <abigail@foad.org>
56569              Date: Fri, 27 Apr 2001 01:44:28 +0200
56570              Message-ID: <20010426234428.19786.qmail@foad.org>
56571      Branch: perl
56572            ! utils/h2xs.PL
56573 ____________________________________________________________________________
56574 [  9876] By: jhi                                   on 2001/04/26  23:52:06
56575         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
56576              From: Peter Prymmer <pvhp@forte.com>
56577              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
56578              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
56579      Branch: perl
56580            ! t/lib/selfstubber.t
56581 ____________________________________________________________________________
56582 [  9875] By: jhi                                   on 2001/04/26  23:48:10
56583         Log: Deparse nits.
56584      Branch: perl
56585            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
56586 ____________________________________________________________________________
56587 [  9874] By: jhi                                   on 2001/04/26  22:46:05
56588         Log: Document ANYOF_CLASS.
56589      Branch: perl
56590            ! regcomp.h
56591 ____________________________________________________________________________
56592 [  9873] By: jhi                                   on 2001/04/26  22:35:03
56593         Log: Subject: Re: [PATCH @9846] dumping ANYOF
56594              From: Hugo <hv@crypt.compulink.co.uk>
56595              Date: Thu, 26 Apr 2001 23:33:38 +0100
56596              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
56597      Branch: perl
56598            ! regcomp.c regcomp.h
56599 ____________________________________________________________________________
56600 [  9872] By: jhi                                   on 2001/04/26  22:34:31
56601         Log: Subject: [PATCH] more for Devel::SelfStubber
56602              From: Nicholas Clark <nick@ccl4.org>
56603              Date: Fri, 27 Apr 2001 00:13:52 +0100
56604              Message-ID: <20010427001351.K88186@plum.flirble.org>
56605      Branch: perl
56606            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
56607 ____________________________________________________________________________
56608 [  9871] By: jhi                                   on 2001/04/26  21:59:17
56609         Log: Subject: [PATCH B::Deparse] formats must be flush left
56610              From: Robin Houston <robin@kitsite.com>
56611              Date: Thu, 26 Apr 2001 23:54:29 +0100
56612              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
56613      Branch: perl
56614            ! ext/B/B/Deparse.pm
56615 ____________________________________________________________________________
56616 [  9870] By: jhi                                   on 2001/04/26  21:57:37
56617         Log: If some of the constants are prefixes of others,
56618              the prefixes may never get recognized.  (See 20010426.006.)
56619      Branch: perl
56620            ! utils/h2xs.PL
56621 ____________________________________________________________________________
56622 [  9869] By: jhi                                   on 2001/04/26  21:50:42
56623         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
56624              From: Chris Bongaarts <cab@tc.umn.edu>
56625              Date: Thu, 26 Apr 2001 17:10:31 -0500
56626              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
56627      Branch: perl
56628            ! ext/Sys/Syslog/Syslog.xs
56629 ____________________________________________________________________________
56630 [  9868] By: jhi                                   on 2001/04/26  21:35:12
56631         Log: Further cuts and more docs from Graham Barr.
56632      Branch: perl
56633            ! ext/List/Util/lib/List/Util.pm
56634            ! ext/List/Util/lib/Scalar/Util.pm
56635 ____________________________________________________________________________
56636 [  9867] By: jhi                                   on 2001/04/26  21:18:57
56637         Log: Subject: [PATCH 5.7.1] DB_File-1.77
56638              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
56639              Date: Thu, 26 Apr 2001 22:37:53 +0100
56640              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
56641      Branch: perl
56642            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
56643            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
56644 ____________________________________________________________________________
56645 [  9866] By: jhi                                   on 2001/04/26  21:12:31
56646         Log: Subject: [PATCH B::Deparse] fix easy bugs
56647              From: Robin Houston <robin@kitsite.com>
56648              Date: Thu, 26 Apr 2001 23:03:33 +0100
56649              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
56650      Branch: perl
56651            ! ext/B/B/Deparse.pm
56652 ____________________________________________________________________________
56653 [  9865] By: jhi                                   on 2001/04/26  20:26:13
56654         Log: Update Changes.
56655      Branch: perl
56656            ! Changes patchlevel.h
56657 ____________________________________________________________________________
56658 [  9864] By: jhi                                   on 2001/04/26  19:27:48
56659         Log: Dethinko from Robin Houston.
56660      Branch: perl
56661            ! ext/B/B/Deparse.pm
56662 ____________________________________________________________________________
56663 [  9863] By: jhi                                   on 2001/04/26  19:10:35
56664         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
56665              From: Robin Houston <robin@kitsite.com>
56666              Date: Thu, 26 Apr 2001 21:08:32 +0100
56667              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
56668      Branch: perl
56669            ! ext/B/B/Deparse.pm
56670 ____________________________________________________________________________
56671 [  9862] By: jhi                                   on 2001/04/26  19:04:23
56672         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
56673              From: Robin Houston <robin@kitsite.com>
56674              Date: Thu, 26 Apr 2001 20:52:50 +0100
56675              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
56676      Branch: perl
56677            ! ext/B/B/Deparse.pm
56678 ____________________________________________________________________________
56679 [  9861] By: jhi                                   on 2001/04/26  18:56:14
56680         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
56681              From: Mike Guy <mjtg@cam.ac.uk>
56682              Date: Thu, 26 Apr 2001 14:22:40 +0100
56683              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
56684      Branch: perl
56685            ! pod/perlobj.pod
56686 ____________________________________________________________________________
56687 [  9860] By: jhi                                   on 2001/04/26  18:46:42
56688         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
56689              From: Robin Houston <robin@kitsite.com>
56690              Date: Thu, 26 Apr 2001 20:34:29 +0100
56691              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
56692              
56693              Hashes do not interpolate.
56694      Branch: perl
56695            ! ext/B/B/Deparse.pm
56696 ____________________________________________________________________________
56697 [  9859] By: jhi                                   on 2001/04/26  18:43:51
56698         Log: Subject: The Time::Piece conspiracy unmasked!!!
56699              From: Mike Guy <mjtg@cam.ac.uk>
56700              Date: Thu, 26 Apr 2001 19:02:50 +0100
56701              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
56702              
56703              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
56704              From: Mike Guy <mjtg@cam.ac.uk>
56705              Date: Thu, 26 Apr 2001 19:08:21 +0100
56706              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
56707              
56708              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
56709              From: Graham Barr <gbarr@pobox.com>
56710              Date: Thu, 26 Apr 2001 19:12:03 +0100
56711              Message-ID: <20010426191203.A70835@pobox.com>
56712              
56713              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
56714      Branch: perl
56715            ! ext/List/Util/lib/List/Util.pm
56716            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
56717 ____________________________________________________________________________
56718 [  9858] By: jhi                                   on 2001/04/26  18:17:42
56719         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
56720              From: Robin Houston <robin@kitsite.com>
56721              Date: Thu, 26 Apr 2001 16:09:35 +0100
56722              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
56723      Branch: perl
56724            ! t/comp/proto.t
56725 ____________________________________________________________________________
56726 [  9857] By: jhi                                   on 2001/04/26  18:04:59
56727         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
56728              From: barries <barries@slaysys.com>
56729              Date: Thu, 26 Apr 2001 12:01:10 -0400
56730              Message-ID: <20010426120110.E29698@jester.slaysys.com>
56731      Branch: perl
56732            ! pod/perldiag.pod
56733 ____________________________________________________________________________
56734 [  9856] By: jhi                                   on 2001/04/26  18:03:33
56735         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
56736              Date: Thu, 26 Apr 2001 17:13:41 +0100
56737              From: Robin Houston <robin@kitsite.com>
56738              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
56739              
56740              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
56741              From: Robin Houston <robin@kitsite.com>
56742              Date: Thu, 26 Apr 2001 18:44:29 +0100
56743              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
56744      Branch: perl
56745            ! ext/B/B/Deparse.pm
56746 ____________________________________________________________________________
56747 [  9855] By: jhi                                   on 2001/04/26  17:56:04
56748         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
56749              From: Robin Houston <robin@kitsite.com>
56750              Date: Thu, 26 Apr 2001 17:04:08 +0100
56751              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
56752      Branch: perl
56753            ! ext/B/B/Deparse.pm
56754 ____________________________________________________________________________
56755 [  9854] By: jhi                                   on 2001/04/26  17:47:26
56756         Log: Subject: Re: Short test case for undef %stash:: crash
56757              From: Benjamin Sugars <bsugars@canoe.ca> 
56758              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
56759              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
56760              Changed and moved the perldiag entry.
56761      Branch: perl
56762            ! gv.c pod/perldiag.pod
56763 ____________________________________________________________________________
56764 [  9853] By: jhi                                   on 2001/04/26  14:35:16
56765         Log: Beginnings of strptime().  Do not touch the wet paint.
56766      Branch: perl
56767            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
56768 ____________________________________________________________________________
56769 [  9852] By: jhi                                   on 2001/04/26  13:17:21
56770         Log: Retract #9851, core dumps from pod2man.
56771      Branch: perl
56772            ! regcomp.c
56773 ____________________________________________________________________________
56774 [  9851] By: jhi                                   on 2001/04/26  11:54:41
56775         Log: (Retracted by #9852.)
56776              
56777              Subject: [PATCH @9846] dumping ANYOF
56778              From: Hugo <hv@crypt.compulink.co.uk>
56779              Date: Thu, 26 Apr 2001 05:32:38 +0100
56780              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
56781      Branch: perl
56782            ! regcomp.c
56783 ____________________________________________________________________________
56784 [  9850] By: jhi                                   on 2001/04/26  02:34:44
56785         Log: If ccflags was empty the _previous_ $* containing all the
56786              environment variables and Configure variables was used,
56787              which lead, among other bad things, into $ccflags being your
56788              uname -a output, which lead into test compile with cc failing,
56789              which lead into gcc being selected, which didn't work that well
56790              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
56791              with large files, et cetera.
56792      Branch: perl
56793            ! hints/hpux.sh
56794 ____________________________________________________________________________
56795 [  9849] By: jhi                                   on 2001/04/26  01:44:57
56796         Log: Make selfstubber test more portable.
56797      Branch: perl
56798            ! t/lib/selfstubber.t
56799 ____________________________________________________________________________
56800 [  9848] By: jhi                                   on 2001/04/26  00:50:26
56801         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
56802              From: Benjamin Sugars <ben.sugars@home.com>
56803              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
56804              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
56805      Branch: perl
56806            ! ext/Cwd/Cwd.xs
56807 ____________________________________________________________________________
56808 [  9847] By: jhi                                   on 2001/04/26  00:46:58
56809         Log: Subject: [PATCH: perl@9841] VMS updates
56810              From: Peter Prymmer <pvhp@forte.com>
56811              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
56812              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
56813      Branch: perl
56814            ! README.vms configure.com vms/descrip_mms.template
56815            ! vms/ext/filespec.t
56816 ____________________________________________________________________________
56817 [  9846] By: jhi                                   on 2001/04/26  00:11:56
56818         Log: re 'debug' was broken by #9084.
56819      Branch: perl
56820            ! ext/re/re.xs
56821 ____________________________________________________________________________
56822 [  9845] By: jhi                                   on 2001/04/25  22:33:17
56823         Log: Subject: [PATCH] test for Devel::SelfStubber
56824              From: Nicholas Clark <nick@ccl4.org>
56825              Date: Thu, 26 Apr 2001 00:00:54 +0100
56826              Message-ID: <20010426000054.D89026@plum.flirble.org>
56827      Branch: perl
56828            + t/lib/selfstubber.t
56829            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
56830 ____________________________________________________________________________
56831 [  9844] By: jhi                                   on 2001/04/25  22:29:32
56832         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
56833              From: Paul Johnson <paul@pjcj.net>
56834              Date: Thu, 26 Apr 2001 00:46:08 +0200
56835              Message-ID: <20010426004608.H2338@pjcj.net>
56836      Branch: perl
56837            ! ext/B/B/Concise.pm
56838 ____________________________________________________________________________
56839 [  9843] By: jhi                                   on 2001/04/25  22:28:28
56840         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
56841              From: Peter Prymmer <pvhp@forte.com>
56842              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
56843              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
56844      Branch: perl
56845            ! ext/Cwd/Cwd.xs
56846 ____________________________________________________________________________
56847 [  9842] By: jhi                                   on 2001/04/25  20:58:12
56848         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
56849              From: John Peacock <jpeacock@rowman.com>
56850              Date: Wed, 25 Apr 2001 17:30:26 -0400
56851              Message-ID: <3AE741F2.B3217464@rowman.com>
56852      Branch: perl
56853            ! lib/Math/BigInt.pm t/lib/bigintpm.t
56854 ____________________________________________________________________________
56855 [  9841] By: jhi                                   on 2001/04/25  20:07:05
56856         Log: Update Changes.
56857      Branch: perl
56858            ! Changes patchlevel.h
56859 ____________________________________________________________________________
56860 [  9840] By: jhi                                   on 2001/04/25  19:56:51
56861         Log: Yet another HP-UX hints version from Merijn.
56862      Branch: perl
56863            ! hints/hpux.sh
56864 ____________________________________________________________________________
56865 [  9839] By: jhi                                   on 2001/04/25  19:53:04
56866         Log: abs_path() didn't terminate the filename correctly,
56867              in DIRNAMLENless systems like HP-UX this would fail.
56868      Branch: perl
56869            ! ext/Cwd/Cwd.xs
56870 ____________________________________________________________________________
56871 [  9838] By: jhi                                   on 2001/04/25  16:37:26
56872         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
56873              From: Mike Guy <mjtg@cam.ac.uk>
56874              Date: Wed, 25 Apr 2001 18:31:47 +0100
56875              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
56876      Branch: perl
56877            ! op.c
56878 ____________________________________________________________________________
56879 [  9837] By: jhi                                   on 2001/04/25  16:21:53
56880         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
56881              From: Jon Eveland <jweveland@yahoo.com>
56882              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
56883              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
56884      Branch: perl
56885            ! lib/perl5db.pl
56886 ____________________________________________________________________________
56887 [  9836] By: jhi                                   on 2001/04/25  14:17:50
56888         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
56889              From: "Philip Newton" <pnewton@gmx.de>
56890              Date: Wed, 25 Apr 2001 17:05:58 +0200
56891              Message-ID: <3AE703F6.3234.1833C45@localhost>
56892      Branch: perl
56893            ! Porting/patching.pod
56894 ____________________________________________________________________________
56895 [  9835] By: jhi                                   on 2001/04/25  13:58:07
56896         Log: It would seem that both ar and full_ar need to be overridden
56897              for HP-UX to avoid the GNU ar.
56898      Branch: perl
56899            ! hints/hpux.sh
56900 ____________________________________________________________________________
56901 [  9834] By: jhi                                   on 2001/04/25  13:50:40
56902         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
56903              From: "Philip Newton" <pnewton@gmx.de>
56904              Date: Wed, 25 Apr 2001 16:09:23 +0200
56905              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
56906              
56907              Detypo.
56908      Branch: perl
56909            ! t/op/misc.t
56910 ____________________________________________________________________________
56911 [  9833] By: jhi                                   on 2001/04/25  12:36:11
56912         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
56913      Branch: perl
56914            ! hints/hpux.sh
56915 ____________________________________________________________________________
56916 [  9832] By: jhi                                   on 2001/04/25  12:33:36
56917         Log: New version of HP-UX hints from Merijn.
56918      Branch: perl
56919            ! hints/hpux.sh
56920 ____________________________________________________________________________
56921 [  9831] By: jhi                                   on 2001/04/25  03:39:45
56922         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
56923      Branch: perl
56924            ! hints/hpux.sh
56925 ____________________________________________________________________________
56926 [  9830] By: jhi                                   on 2001/04/25  02:53:25
56927         Log: The tzname[] bit is not needed by util.c -- and causes
56928              heartburn in VMS (and it missing was probably the cause of
56929              the Mac OS X trouble).  Ouch.
56930      Branch: perl
56931            ! ext/POSIX/POSIX.xs util.c
56932 ____________________________________________________________________________
56933 [  9829] By: jhi                                   on 2001/04/25  00:10:06
56934         Log: Metaconfig unit change for #9828.
56935      Branch: metaconfig
56936            ! U/compline/ccflags.U
56937 ____________________________________________________________________________
56938 [  9828] By: jhi                                   on 2001/04/25  00:04:18
56939         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
56940              (which is actually the reason for the change, we need to pass
56941              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
56942              EP/IX, OS/2, and TitanOS, based on the hints files.
56943      Branch: perl
56944            ! Configure config_h.SH
56945 ____________________________________________________________________________
56946 [  9827] By: jhi                                   on 2001/04/24  23:49:20
56947         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
56948              the $cat must have an absolute path.
56949      Branch: perl
56950            ! makedepend.SH
56951 ____________________________________________________________________________
56952 [  9826] By: jhi                                   on 2001/04/24  23:40:53
56953         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
56954      Branch: perl
56955            ! README.amiga
56956 ____________________________________________________________________________
56957 [  9825] By: jhi                                   on 2001/04/24  23:35:35
56958         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
56959              From: "Philip Newton" <pnewton@gmx.de>
56960              Date: Tue, 24 Apr 2001 18:52:49 +0200
56961              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
56962      Branch: perl
56963            ! x2p/find2perl.PL
56964 ____________________________________________________________________________
56965 [  9824] By: jhi                                   on 2001/04/24  23:33:07
56966         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
56967              Some gcc specifics dropped out due to extensive rewriting;
56968              will be put back later as needed.
56969      Branch: perl
56970            ! hints/hpux.sh
56971 ____________________________________________________________________________
56972 [  9823] By: jhi                                   on 2001/04/24  23:27:57
56973         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
56974      Branch: perl
56975            ! ext/POSIX/POSIX.xs
56976 ____________________________________________________________________________
56977 [  9822] By: jhi                                   on 2001/04/24  23:25:21
56978         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
56979              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56980              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
56981              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
56982      Branch: perl
56983            ! ext/XS/Typemap/Typemap.xs
56984 ____________________________________________________________________________
56985 [  9821] By: jhi                                   on 2001/04/24  23:24:10
56986         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
56987              From: "Abigail" <abigail@foad.org>
56988              Date: Tue, 24 Apr 2001 23:12:03 +0200
56989              Message-ID: <20010424211203.7901.qmail@foad.org>
56990      Branch: perl
56991            ! pod/perlport.pod
56992 ____________________________________________________________________________
56993 [  9820] By: jhi                                   on 2001/04/24  23:23:15
56994         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
56995              From: Matt Sergeant <matt@sergeant.org>
56996              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
56997              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
56998      Branch: perl
56999            ! pod/perlfaq4.pod
57000 ____________________________________________________________________________
57001 [  9819] By: nick                                  on 2001/04/24  18:49:43
57002         Log: Integrate mainline.
57003      Branch: perlio
57004           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57005           !> (integrate 37 files)
57006 ____________________________________________________________________________
57007 [  9818] By: jhi                                   on 2001/04/24  14:35:23
57008         Log: Update Changes.
57009      Branch: perl
57010            ! Changes patchlevel.h
57011 ____________________________________________________________________________
57012 [  9817] By: jhi                                   on 2001/04/24  14:09:17
57013         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
57014              From: "Philip Newton" <pnewton@gmx.de>
57015              Date: Tue, 24 Apr 2001 12:58:12 +0200
57016              Message-ID: <3AE57864.8304.B77A0A@localhost> 
57017              
57018              plus add CPAN to the list of modules that have their own tests.
57019      Branch: perl
57020            ! t/lib/1_compile.t
57021 ____________________________________________________________________________
57022 [  9816] By: jhi                                   on 2001/04/24  14:07:03
57023         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
57024              From: Michael G Schwern <schwern@pobox.com>
57025              Date: Sat, 21 Apr 2001 22:35:00 +0100
57026              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
57027      Branch: perl
57028            ! t/lib/1_compile.t
57029 ____________________________________________________________________________
57030 [  9815] By: jhi                                   on 2001/04/24  13:54:32
57031         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
57032              From: Robin Houston <robin@kitsite.com>
57033              Date: Tue, 24 Apr 2001 15:51:18 +0100
57034              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
57035      Branch: perl
57036            ! ext/B/B/Deparse.pm
57037 ____________________________________________________________________________
57038 [  9814] By: jhi                                   on 2001/04/24  13:17:34
57039         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57040              From: Bill Glicker <billg@burrelles.com>
57041              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
57042              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
57043      Branch: perl
57044            ! hints/svr5.sh
57045 ____________________________________________________________________________
57046 [  9813] By: jhi                                   on 2001/04/24  12:54:23
57047         Log: Prevent path disclosure (probing for existence of filenames)
57048              using suidperl; bug id 20010322.218.
57049      Branch: perl
57050            ! perl.c pod/perldiag.pod
57051 ____________________________________________________________________________
57052 [  9812] By: jhi                                   on 2001/04/24  12:08:36
57053         Log: Retract #9811.
57054      Branch: perl
57055            ! ext/POSIX/POSIX.xs
57056 ____________________________________________________________________________
57057 [  9811] By: jhi                                   on 2001/04/24  11:57:35
57058         Log: (Retracted by #9812.)
57059      Branch: perl
57060            ! ext/POSIX/POSIX.xs
57061 ____________________________________________________________________________
57062 [  9810] By: jhi                                   on 2001/04/24  03:32:35
57063         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
57064      Branch: perl
57065            ! util.c
57066 ____________________________________________________________________________
57067 [  9809] By: jhi                                   on 2001/04/24  03:16:13
57068         Log: The Math::BigFloat::import() was broken.
57069              (Fixes bug id 20010422.002.)
57070      Branch: perl
57071            ! lib/Math/BigFloat.pm
57072 ____________________________________________________________________________
57073 [  9808] By: jhi                                   on 2001/04/24  01:11:40
57074         Log: Additional dependencies; should help for parallel makes
57075              not to fail on missing lib/lib.pm or lib/re.pm.
57076      Branch: perl
57077            ! Makefile.SH
57078 ____________________________________________________________________________
57079 [  9807] By: jhi                                   on 2001/04/24  00:57:01
57080         Log: Update the test failure disclaimer.
57081      Branch: perl
57082            ! t/pragma/warn/pp_hot
57083 ____________________________________________________________________________
57084 [  9806] By: jhi                                   on 2001/04/24  00:54:04
57085         Log: Add make target "install-all" which is alias for "install"
57086              to cater for case-preserving filesystems like HFS+.
57087      Branch: perl
57088            ! INSTALL Makefile.SH
57089 ____________________________________________________________________________
57090 [  9805] By: jhi                                   on 2001/04/24  00:47:28
57091         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
57092              From: Peter Prymmer <pvhp@forte.com>
57093              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
57094              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
57095              
57096              (Ken William's message forwarded from macosx@perl.org)
57097      Branch: perl
57098            ! hints/darwin.sh
57099 ____________________________________________________________________________
57100 [  9804] By: jhi                                   on 2001/04/23  23:57:35
57101         Log: Cut-and-pasto.
57102      Branch: perl
57103            ! perlio.c
57104 ____________________________________________________________________________
57105 [  9803] By: jhi                                   on 2001/04/23  23:52:25
57106         Log: More PerlIO robustness.
57107      Branch: perl
57108            ! perlio.c
57109 ____________________________________________________________________________
57110 [  9802] By: jhi                                   on 2001/04/23  23:43:35
57111         Log: Make the "STD* opened only for ..." errors more consistent.
57112      Branch: perl
57113            ! doio.c
57114 ____________________________________________________________________________
57115 [  9801] By: jhi                                   on 2001/04/23  23:34:26
57116         Log: Test case for #9800.
57117      Branch: perl
57118            ! t/op/misc.t
57119 ____________________________________________________________________________
57120 [  9800] By: jhi                                   on 2001/04/23  23:14:43
57121         Log: Avoid coredump on 'close STDERR; die' by making
57122              the PerlIO calls more robust.  Also use SETERRNO()
57123              instead of errno = to be more VMS-ready.
57124      Branch: perl
57125            ! perlio.c
57126 ____________________________________________________________________________
57127 [  9799] By: jhi                                   on 2001/04/23  21:41:10
57128         Log: Subject: test for ID 20010423.002
57129              From: Robin Houston <robin@kitsite.com>
57130              Date: Mon, 23 Apr 2001 16:52:21 +0100
57131              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
57132      Branch: perl
57133            ! t/op/avhv.t
57134 ____________________________________________________________________________
57135 [  9798] By: jhi                                   on 2001/04/23  21:40:07
57136         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
57137              From: David Dyck <dcd@tc.fluke.com>
57138              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
57139              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
57140      Branch: perl
57141            ! installperl
57142 ____________________________________________________________________________
57143 [  9797] By: jhi                                   on 2001/04/23  21:37:56
57144         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
57145              From: Benjamin Sugars <bsugars@canoe.ca>
57146              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
57147              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
57148      Branch: perl
57149            ! ext/Cwd/Cwd.xs lib/Cwd.pm
57150 ____________________________________________________________________________
57151 [  9796] By: jhi                                   on 2001/04/23  21:29:24
57152         Log: Synchronize h2xs and pod2man some more on the documentation
57153              templates they propose.
57154      Branch: perl
57155            ! pod/pod2man.PL utils/h2xs.PL
57156 ____________________________________________________________________________
57157 [  9795] By: jhi                                   on 2001/04/23  17:30:40
57158         Log: Add one more naughty test for base64; make encoding logic cleaner.
57159      Branch: perl
57160            ! t/lib/mimeb64.t
57161 ____________________________________________________________________________
57162 [  9794] By: jhi                                   on 2001/04/23  13:51:32
57163         Log: Update Changes.
57164      Branch: perl
57165            ! Changes patchlevel.h
57166 ____________________________________________________________________________
57167 [  9793] By: jhi                                   on 2001/04/23  13:44:18
57168         Log: Duplicate lines.
57169      Branch: perl
57170            ! MANIFEST
57171 ____________________________________________________________________________
57172 [  9792] By: jhi                                   on 2001/04/23  13:39:13
57173         Log: Subject: Re: PATCH 5.7.1
57174              From: Mark-Jason Dominus <mjd@plover.com>
57175              Date: Mon, 23 Apr 2001 10:30:21 -0400
57176              Message-ID: <20010423143021.17335.qmail@plover.com>
57177      Branch: perl
57178            ! perl.h sv.c
57179 ____________________________________________________________________________
57180 [  9791] By: jhi                                   on 2001/04/23  13:32:40
57181         Log: Add the CPAN.pm 1.59_54 tests.
57182      Branch: perl
57183            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57184            ! MANIFEST
57185 ____________________________________________________________________________
57186 [  9790] By: jhi                                   on 2001/04/23  13:21:55
57187         Log: Subject: Deparse nit
57188              From: Robin Houston <robin@kitsite.com>
57189              Date: Mon, 23 Apr 2001 12:38:20 +0100
57190              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
57191      Branch: perl
57192            ! ext/B/B/Deparse.pm
57193 ____________________________________________________________________________
57194 [  9789] By: jhi                                   on 2001/04/23  13:19:07
57195         Log: Subject: [PATCH] bug 20010423.002
57196              From: Robin Houston <robin@kitsite.com>
57197              Date: Mon, 23 Apr 2001 13:12:30 +0100
57198              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
57199      Branch: perl
57200            ! pp.c
57201 ____________________________________________________________________________
57202 [  9788] By: jhi                                   on 2001/04/23  13:02:49
57203         Log: Subject: PATCH [5.7.1] hv.c unused #define
57204              From: Mark-Jason Dominus <mjd@plover.com>
57205              Date: Sun, 22 Apr 2001 14:17:49 -0400
57206              Message-ID: <20010422181749.26976.qmail@plover.com>
57207      Branch: perl
57208            ! hv.c
57209 ____________________________________________________________________________
57210 [  9787] By: jhi                                   on 2001/04/23  13:02:02
57211         Log: Subject: PATCH 5.7.1
57212              From: Mark-Jason Dominus <mjd@plover.com>
57213              Date: Sun, 22 Apr 2001 15:12:57 -0400
57214              Message-ID: <20010422191258.6539.qmail@plover.com>
57215              
57216              plus Sarathy's STMT_START + STMT_END suggestion.
57217      Branch: perl
57218            ! perl.h
57219 ____________________________________________________________________________
57220 [  9786] By: jhi                                   on 2001/04/23  12:53:25
57221         Log: Fix for
57222              
57223              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
57224              From: dLux <dlux@spam.sch.bme.hu>
57225              Date: Mon, 23 Apr 2001 01:25:26 +0200
57226              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
57227              
57228              (SvGROW really does return a char *.)
57229      Branch: perl
57230            ! pod/perlapi.pod sv.h
57231 ____________________________________________________________________________
57232 [  9785] By: jhi                                   on 2001/04/23  04:34:04
57233         Log: Time::Piece work continues.  $t->day removed since
57234              I think it's too confusing.  Now has normal and
57235              abbreviated length weekday names and month names,
57236              the names change with _names(), not _list().
57237              Now has strftime() in Perl, _strftime() is
57238              the libc version (to which strftime() falls back
57239              if it doesn't know the format.  To do: the reverse
57240              of strftime, strptime(), and the localisation of both.
57241      Branch: perl
57242            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
57243            ! t/lib/time-piece.t
57244 ____________________________________________________________________________
57245 [  9784] By: jhi                                   on 2001/04/23  02:41:46
57246         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
57247              From: andreas.koenig@anima.de (Andreas J. Koenig)
57248              Date: 23 Apr 2001 05:20:55 +0200
57249              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
57250      Branch: perl
57251            ! t/pragma/overload.t
57252 ____________________________________________________________________________
57253 [  9783] By: jhi                                   on 2001/04/22  23:32:42
57254         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
57255              From: Robin Houston <robin@kitsite.com>
57256              Date: Mon, 23 Apr 2001 00:38:18 +0100
57257              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
57258      Branch: perl
57259            ! ext/B/B/Deparse.pm
57260 ____________________________________________________________________________
57261 [  9782] By: jhi                                   on 2001/04/22  20:55:43
57262         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
57263              From: Simon Cozens <simon@netthink.co.uk>
57264              Date: Sun, 22 Apr 2001 18:47:25 +0100
57265              Message-ID: <20010422184725.A14411@netthink.co.uk>
57266      Branch: perl
57267            ! sv.c t/pragma/overload.t
57268 ____________________________________________________________________________
57269 [  9781] By: jhi                                   on 2001/04/22  20:52:13
57270         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
57271              From: Robin Houston <robin@kitsite.com>
57272              Date: Sun, 22 Apr 2001 22:14:50 +0100
57273              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
57274      Branch: perl
57275            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
57276 ____________________________________________________________________________
57277 [  9780] By: nick                                  on 2001/04/22  20:40:31
57278         Log: Integrate mainline.
57279      Branch: perlio
57280           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
57281           +> t/lib/b-stash.t
57282           !> (integrate 38 files)
57283 ____________________________________________________________________________
57284 [  9779] By: jhi                                   on 2001/04/22  15:16:03
57285         Log: Subject: IO::Socket::INET patch
57286              From: andrew deryabin <djsf@technarchy.ru>
57287              Date: Sat, 21 Apr 2001 17:46:52 +0400
57288              Message-ID: <20010421174652.B1426@technarchy>
57289      Branch: perl
57290            ! ext/IO/lib/IO/Socket/INET.pm
57291 ____________________________________________________________________________
57292 [  9778] By: jhi                                   on 2001/04/22  15:14:33
57293         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
57294              From: Mark-Jason Dominus <mjd@plover.com>
57295              Date: Sat, 21 Apr 2001 21:27:49 -0400
57296              Message-ID: <20010422012749.27024.qmail@plover.com>
57297      Branch: perl
57298            ! regcomp.c
57299 ____________________________________________________________________________
57300 [  9777] By: jhi                                   on 2001/04/22  15:10:51
57301         Log: Subject: Re: Regex debugger patch 
57302              From: Mark-Jason Dominus <mjd@plover.com>
57303              Date: Sat, 21 Apr 2001 21:48:51 -0400
57304              Message-ID: <20010422014851.27165.qmail@plover.com>
57305      Branch: perl
57306            ! pod/perldebguts.pod
57307 ____________________________________________________________________________
57308 [  9776] By: jhi                                   on 2001/04/22  15:09:48
57309         Log: Subject: Re: Regex debugger patch
57310              From: Mark-Jason Dominus <mjd@plover.com>
57311              Date: Sat, 21 Apr 2001 14:24:39 -0400
57312              Message-ID: <20010421182439.16508.qmail@plover.com>
57313              
57314              Regex debugger backend.
57315      Branch: perl
57316            ! regcomp.c regexp.h
57317 ____________________________________________________________________________
57318 [  9775] By: jhi                                   on 2001/04/21  16:45:40
57319         Log: Subject: [PATCH] Typo in utf8.h
57320              From: Jesús Quiroga <jquiroga@pobox.com>
57321              Date: Sat, 21 Apr 2001 19:25:33 +0200
57322              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
57323      Branch: perl
57324            ! utf8.h
57325 ____________________________________________________________________________
57326 [  9774] By: jhi                                   on 2001/04/21  16:43:52
57327         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57328              From: Joe Orton <jorton@redhat.com>
57329              Date: Tue, 17 Apr 2001 15:50:43 +0100
57330              Message-Id: <20010417155043.D19132@eu.c2.net>
57331      Branch: perl
57332            ! hints/svr5.sh
57333 ____________________________________________________________________________
57334 [  9773] By: jhi                                   on 2001/04/21  15:30:15
57335         Log: Subject: Patch utils/h2xs.PL
57336              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57337              Date: Sat, 21 Apr 2001 10:32:16 -0500
57338              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
57339              
57340              Add MAILING list and LICENSE templates.
57341      Branch: perl
57342            ! utils/h2xs.PL
57343 ____________________________________________________________________________
57344 [  9772] By: jhi                                   on 2001/04/21  15:28:36
57345         Log: Subject: perlfaq2.patch for 5.7.1
57346              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57347              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
57348              Date: Fri, 20 Apr 2001 16:42:19 -0500
57349              
57350              rm an extra tab, a blurb about the xx.cpan to clarify
57351              which countries actually have that and dejanews is history
57352              as well as most of that nonsensical entry.
57353      Branch: perl
57354            ! pod/perlfaq2.pod
57355 ____________________________________________________________________________
57356 [  9771] By: jhi                                   on 2001/04/21  15:27:17
57357         Log: Subject: perlfaq1.patch for 5.7.1
57358              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57359              Date: Fri, 20 Apr 2001 16:57:36 -0500
57360              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
57361              
57362              Evil URLs must die. Especially when they are broken.
57363      Branch: perl
57364            ! pod/perlfaq1.pod
57365 ____________________________________________________________________________
57366 [  9770] By: jhi                                   on 2001/04/21  15:23:38
57367         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
57368              From: Michael G Schwern <schwern@pobox.com>
57369              Date: Sat, 21 Apr 2001 16:11:12 +0100
57370              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
57371      Branch: perl
57372            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
57373            + t/lib/b-stash.t
57374            ! MANIFEST ext/B/B.pm t/lib/b.t
57375 ____________________________________________________________________________
57376 [  9769] By: jhi                                   on 2001/04/21  15:03:32
57377         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
57378              From: Michael G Schwern <schwern@pobox.com>
57379              Date: Sat, 21 Apr 2001 09:48:00 +0100
57380              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
57381      Branch: perl
57382            ! utils/h2ph.PL
57383 ____________________________________________________________________________
57384 [  9768] By: jhi                                   on 2001/04/21  14:33:49
57385         Log: PerlIO and Encode doc cleanup and tweaks.
57386      Branch: perl
57387            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
57388            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
57389 ____________________________________________________________________________
57390 [  9767] By: jhi                                   on 2001/04/21  12:40:16
57391         Log: Integrate perlio:
57392              
57393              [  9766]
57394              Avoid core dump on
57395              open(STDOUT,">",\$foo);
57396      Branch: perl
57397           !> doio.c
57398 ____________________________________________________________________________
57399 [  9766] By: nick                                  on 2001/04/20  18:28:35
57400         Log: Avoid core dump on
57401              open(STDOUT,">",\$foo);
57402      Branch: perlio
57403            ! doio.c
57404 ____________________________________________________________________________
57405 [  9765] By: jhi                                   on 2001/04/20  13:23:43
57406         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
57407              From: Robin Houston <robin@kitsite.com>
57408              Date: Fri, 20 Apr 2001 14:29:22 +0100
57409              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
57410      Branch: perl
57411            ! ext/B/B.pm ext/B/B/Deparse.pm
57412 ____________________________________________________________________________
57413 [  9764] By: jhi                                   on 2001/04/20  13:19:33
57414         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
57415              From: Peter Prymmer <pvhp@forte.com>
57416              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
57417              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
57418      Branch: perl
57419            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
57420            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
57421            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
57422            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
57423 ____________________________________________________________________________
57424 [  9763] By: jhi                                   on 2001/04/20  12:36:39
57425         Log: Subject: Re: A new PerlIO coredump
57426              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57427              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
57428              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
57429      Branch: perl
57430            ! doio.c
57431 ____________________________________________________________________________
57432 [  9762] By: jhi                                   on 2001/04/19  23:02:30
57433         Log: Update Changes.
57434      Branch: perl
57435            ! Changes patchlevel.h
57436 ____________________________________________________________________________
57437 [  9761] By: jhi                                   on 2001/04/19  22:59:19
57438         Log: More cleanup cleanup.
57439      Branch: perl
57440            ! Makefile.SH win32/Makefile win32/makefile.mk
57441 ____________________________________________________________________________
57442 [  9760] By: jhi                                   on 2001/04/19  22:50:31
57443         Log: lib/Time is non-empty, let's not rmdir it.
57444      Branch: perl
57445            ! Makefile.SH
57446 ____________________________________________________________________________
57447 [  9759] By: jhi                                   on 2001/04/19  22:36:51
57448         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
57449              From: Robin Houston <robin@kitsite.com>
57450              Date: Fri, 20 Apr 2001 00:18:53 +0100
57451              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
57452      Branch: perl
57453            ! ext/B/B/Deparse.pm
57454 ____________________________________________________________________________
57455 [  9758] By: jhi                                   on 2001/04/19  22:36:00
57456         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
57457              From: Peter Prymmer <pvhp@forte.com>
57458              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
57459              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
57460      Branch: perl
57461            ! ext/Cwd/Cwd.xs
57462 ____________________________________________________________________________
57463 [  9757] By: nick                                  on 2001/04/19  18:53:54
57464         Log: Blind (untested) integrate of mainline.
57465      Branch: perlio
57466           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
57467           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
57468           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
57469           !> (integrate 53 files)
57470 ____________________________________________________________________________
57471 [  9756] By: jhi                                   on 2001/04/19  16:59:23
57472         Log: Document and test Time::Piece.
57473      Branch: perl
57474            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
57475            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
57476 ____________________________________________________________________________
57477 [  9755] By: jhi                                   on 2001/04/19  12:13:29
57478         Log: A better fix for the \x{12345678} trouble from NI-S.
57479      Branch: perl
57480            ! utf8.c
57481 ____________________________________________________________________________
57482 [  9754] By: jhi                                   on 2001/04/19  11:56:07
57483         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
57484              From: Robin Houston <robin@kitsite.com>
57485              Date: Wed, 18 Apr 2001 17:58:33 +0100
57486              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
57487      Branch: perl
57488            ! ext/B/B/Deparse.pm op.c
57489 ____________________________________________________________________________
57490 [  9753] By: jhi                                   on 2001/04/19  04:21:52
57491         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
57492              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
57493              Date: Thu, 19 Apr 2001 01:11:41 -0400
57494              Message-ID: <20010419011141.A5798@cpan.org>
57495      Branch: perl
57496            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
57497 ____________________________________________________________________________
57498 [  9752] By: jhi                                   on 2001/04/19  02:41:10
57499         Log: The new time utils need to be thread-aware, too.
57500      Branch: perl
57501            ! util.c
57502 ____________________________________________________________________________
57503 [  9751] By: jhi                                   on 2001/04/19  02:26:47
57504         Log: Compilation nit noticed by AIX compiler.
57505      Branch: perl
57506            ! perlio.c
57507 ____________________________________________________________________________
57508 [  9750] By: jhi                                   on 2001/04/19  02:20:06
57509         Log: The new time utils need to be public.
57510      Branch: perl
57511            ! embed.pl
57512 ____________________________________________________________________________
57513 [  9749] By: jhi                                   on 2001/04/19  01:42:39
57514         Log: Regen toc.
57515      Branch: perl
57516            ! pod/perltoc.pod
57517 ____________________________________________________________________________
57518 [  9748] By: jhi                                   on 2001/04/19  01:41:10
57519         Log: Add Time::Piece, a slight rewrite of Time::Object,
57520              from Matt Sergeant.
57521      Branch: perl
57522            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
57523            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
57524            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
57525            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
57526            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
57527            ! win32/makefile.mk
57528 ____________________________________________________________________________
57529 [  9747] By: jhi                                   on 2001/04/19  00:55:35
57530         Log: The new metaconfig unit from strftime.
57531      Branch: metaconfig/U/perl
57532            + d_strftime.U
57533 ____________________________________________________________________________
57534 [  9746] By: jhi                                   on 2001/04/19  00:54:54
57535         Log: Move the strftime() wrapper from POSIX.xs to util.c
57536              as my_strftime(), requires HAS_STRFTIME.
57537      Branch: perl
57538            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57539            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
57540            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
57541            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57542            ! vos/config.ga.h win32/config.bc win32/config.gc
57543            ! win32/config.vc
57544 ____________________________________________________________________________
57545 [  9745] By: jhi                                   on 2001/04/18  23:11:03
57546         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
57547              in preparation of Time::Piece.
57548      Branch: perl
57549            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
57550 ____________________________________________________________________________
57551 [  9744] By: jhi                                   on 2001/04/18  22:33:12
57552         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
57553              From: Peter Prymmer <pvhp@forte.com>
57554              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
57555              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
57556      Branch: perl
57557            ! t/lib/exporter.t
57558 ____________________________________________________________________________
57559 [  9743] By: jhi                                   on 2001/04/18  22:32:23
57560         Log: Subject: Fwd: pod2html leaves cache files lying around?
57561              From: Rajesh Vaidheeswarran <rv@gnu.org>
57562              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
57563              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
57564      Branch: perl
57565            ! lib/Pod/Html.pm
57566 ____________________________________________________________________________
57567 [  9742] By: jhi                                   on 2001/04/18  20:31:49
57568         Log: Update Changes.
57569      Branch: perl
57570            ! Changes patchlevel.h
57571 ____________________________________________________________________________
57572 [  9741] By: jhi                                   on 2001/04/18  20:23:02
57573         Log: Declare hints only if needed.
57574      Branch: perl
57575            ! ext/B/B/Deparse.pm
57576 ____________________________________________________________________________
57577 [  9740] By: jhi                                   on 2001/04/18  19:06:05
57578         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
57579              bug noticed by Robin Houston; basically the code of detecting
57580              value wraparound was acting differently under different compilers
57581              and platforms.  The workaround is to remove the overflow check
57582              for now, a real fix would be to do the overflow (portably) right.
57583      Branch: perl
57584            ! t/op/pat.t utf8.c
57585 ____________________________________________________________________________
57586 [  9739] By: jhi                                   on 2001/04/18  19:01:23
57587         Log: Subject: [PATCH B::Deparse] some pragma support
57588              From: Robin Houston <robin@kitsite.com>
57589              Date: Wed, 18 Apr 2001 19:32:12 +0100
57590              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
57591      Branch: perl
57592            ! ext/B/B/Deparse.pm
57593 ____________________________________________________________________________
57594 [  9738] By: jhi                                   on 2001/04/18  15:16:37
57595         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
57596              From: Benjamin Sugars <bsugars@canoe.ca>
57597              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
57598              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
57599      Branch: perl
57600            ! t/op/glob.t
57601 ____________________________________________________________________________
57602 [  9737] By: jhi                                   on 2001/04/18  13:24:50
57603         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
57604              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57605              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
57606              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
57607      Branch: perl
57608            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
57609            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
57610 ____________________________________________________________________________
57611 [  9736] By: jhi                                   on 2001/04/18  04:15:14
57612         Log: The #9735 also changes the subtest 12.
57613      Branch: perl
57614            ! t/lib/b.t
57615 ____________________________________________________________________________
57616 [  9735] By: jhi                                   on 2001/04/18  03:55:17
57617         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
57618              From: David Dyck <dcd@tc.fluke.com>
57619              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
57620              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
57621      Branch: perl
57622            ! ext/B/B/Deparse.pm
57623 ____________________________________________________________________________
57624 [  9734] By: jhi                                   on 2001/04/18  03:54:11
57625         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
57626              From: Gisle Aas <gisle@ActiveState.com>
57627              Date: 17 Apr 2001 19:06:45 -0700
57628              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
57629      Branch: perl
57630            ! pp_hot.c t/op/misc.t
57631 ____________________________________________________________________________
57632 [  9733] By: jhi                                   on 2001/04/17  22:25:22
57633         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
57634              From: "Abigail" <abigail@foad.org>
57635              Date: Wed, 18 Apr 2001 01:17:46 +0200
57636              Message-ID: <20010417231746.21657.qmail@foad.org>
57637      Branch: perl
57638            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
57639 ____________________________________________________________________________
57640 [  9732] By: jhi                                   on 2001/04/17  20:47:56
57641         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
57642              From: Robin Houston <robin@kitsite.com>
57643              Date: Tue, 17 Apr 2001 22:37:42 +0100
57644              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
57645      Branch: perl
57646            ! ext/B/B/Deparse.pm
57647 ____________________________________________________________________________
57648 [  9731] By: nick                                  on 2001/04/17  20:46:35
57649         Log: Re-sync for t/lib/b.t fix
57650      Branch: perlio
57651           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
57652 ____________________________________________________________________________
57653 [  9730] By: jhi                                   on 2001/04/17  20:45:29
57654         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
57655              From: Robin Houston <robin@kitsite.com>
57656              Date: Tue, 17 Apr 2001 22:29:36 +0100
57657              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
57658      Branch: perl
57659            ! ext/B/B.xs ext/B/B/Deparse.pm
57660 ____________________________________________________________________________
57661 [  9729] By: jhi                                   on 2001/04/17  20:43:11
57662         Log: Subject: Deparse - parenthesise args to undeclared subs
57663              From: Robin Houston <robin@kitsite.com>
57664              Date: Tue, 17 Apr 2001 21:31:05 +0100
57665              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
57666      Branch: perl
57667            ! ext/B/B/Deparse.pm
57668 ____________________________________________________________________________
57669 [  9728] By: jhi                                   on 2001/04/17  18:57:30
57670         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
57671              From: Benjamin Sugars <ben.sugars@home.com>
57672              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
57673              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
57674      Branch: perl
57675            ! t/lib/cwd.t
57676 ____________________________________________________________________________
57677 [  9727] By: jhi                                   on 2001/04/17  18:20:20
57678         Log: Subject: [PATCH B::Deparse] ambient pragmas
57679              From: Robin Houston <robin@kitsite.com>
57680              Date: Tue, 17 Apr 2001 20:01:59 +0100
57681              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
57682      Branch: perl
57683            ! ext/B/B/Deparse.pm t/lib/b.t
57684 ____________________________________________________________________________
57685 [  9726] By: nick                                  on 2001/04/17  16:33:51
57686         Log: Integrate mainline (t/lib/b.t fails test 2...)
57687      Branch: perlio
57688           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
57689           +> ext/List/Util/README ext/List/Util/Util.xs
57690           +> ext/List/Util/lib/List/Util.pm
57691           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
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           !> (integrate 31 files)
57697 ____________________________________________________________________________
57698 [  9725] By: jhi                                   on 2001/04/17  12:14:24
57699         Log: Subject: multiple B::* changes
57700              From: Robin Houston <robin@kitsite.com>
57701              Date: Thu, 12 Apr 2001 20:12:27 +0100
57702              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
57703      Branch: perl
57704            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
57705 ____________________________________________________________________________
57706 [  9724] By: jhi                                   on 2001/04/17  11:59:05
57707         Log: Thread-awareness from Doug MacEachern.
57708      Branch: perl
57709            ! ext/List/Util/Util.xs
57710 ____________________________________________________________________________
57711 [  9723] By: jhi                                   on 2001/04/17  11:57:41
57712         Log: Make the test more portable.
57713      Branch: perl
57714            ! t/lib/cwd.t
57715 ____________________________________________________________________________
57716 [  9722] By: jhi                                   on 2001/04/17  11:53:50
57717         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
57718              From: Benjamin Sugars <ben.sugars@home.com>
57719              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
57720              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
57721      Branch: perl
57722            ! t/lib/cwd.t
57723 ____________________________________________________________________________
57724 [  9721] By: jhi                                   on 2001/04/17  11:52:17
57725         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
57726              From: Benjamin Sugars <bsugars@canoe.ca>
57727              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
57728              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
57729      Branch: perl
57730            ! op.c
57731 ____________________________________________________________________________
57732 [  9720] By: jhi                                   on 2001/04/17  11:35:42
57733         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
57734              From: Chris Nandor <pudge@pobox.com>
57735              Date: Tue, 17 Apr 2001 00:30:49 -0400
57736              Message-Id: <p05100207b701768712de@[10.0.1.177]>
57737      Branch: perl
57738            ! ext/File/Glob/bsd_glob.c gv.c
57739 ____________________________________________________________________________
57740 [  9719] By: jhi                                   on 2001/04/17  11:32:13
57741         Log: Subject: [PATCH] Tweten->West
57742              From: Casey West <casey@geeknest.com>
57743              Date: Mon, 16 Apr 2001 12:11:22 -0400
57744              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
57745      Branch: perl
57746            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
57747            ! pod/perltie.pod
57748 ____________________________________________________________________________
57749 [  9718] By: jhi                                   on 2001/04/16  03:22:52
57750         Log: Update Changes.
57751      Branch: perl
57752            ! Changes patchlevel.h
57753 ____________________________________________________________________________
57754 [  9717] By: jhi                                   on 2001/04/16  03:06:28
57755         Log: Regen toc.
57756      Branch: perl
57757            ! pod/perltoc.pod
57758 ____________________________________________________________________________
57759 [  9716] By: jhi                                   on 2001/04/16  02:58:42
57760         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
57761              From: Prymmer/Kahn <pvhp@best.com>
57762              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
57763              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
57764      Branch: perl
57765            ! utf8.c
57766 ____________________________________________________________________________
57767 [  9715] By: jhi                                   on 2001/04/15  23:40:35
57768         Log: Subject: Re: Net::Ping patch, adds stream protocol
57769              From: bronson@rinspin.com (Scott Bronson)
57770              Date: Tue, 10 Apr 2001 23:58:33 -0700
57771              Message-ID: <20010410235833.N29719@rinspin.com>
57772      Branch: perl
57773            ! lib/Net/Ping.pm
57774 ____________________________________________________________________________
57775 [  9714] By: jhi                                   on 2001/04/15  23:31:46
57776         Log: Printing out the ok messages helps successful testing.
57777      Branch: perl
57778            ! t/lib/time-hires.t
57779 ____________________________________________________________________________
57780 [  9713] By: jhi                                   on 2001/04/15  21:43:24
57781         Log: Update Douglas Wegscheid's email.
57782      Branch: perl
57783            ! AUTHORS
57784 ____________________________________________________________________________
57785 [  9712] By: jhi                                   on 2001/04/15  21:40:41
57786         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
57787              From: Michael G Schwern <schwern@pobox.com>
57788              Date: Sat, 14 Apr 2001 22:40:50 +0100
57789              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
57790      Branch: perl
57791            + t/lib/exporter.t
57792            ! MANIFEST lib/Exporter/Heavy.pm
57793 ____________________________________________________________________________
57794 [  9711] By: jhi                                   on 2001/04/15  21:39:21
57795         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
57796              From: Michael G Schwern <schwern@pobox.com>
57797              Date: Sat, 14 Apr 2001 22:13:59 +0100
57798              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
57799      Branch: perl
57800            ! t/op/loopctl.t
57801 ____________________________________________________________________________
57802 [  9710] By: jhi                                   on 2001/04/15  21:30:19
57803         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
57804              From: Michael G Schwern <schwern@pobox.com>
57805              Date: Sat, 14 Apr 2001 22:05:32 +0100
57806              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
57807      Branch: perl
57808            ! t/pragma/warnings.t
57809 ____________________________________________________________________________
57810 [  9709] By: jhi                                   on 2001/04/15  19:34:09
57811         Log: Integrate changes #9706,9707 from maintperl into mainline.
57812              
57813              change#7210 broke .packlist generation
57814              
57815              ExtUtils::Installed doesn't quote regex metacharacters in paths
57816              before using them in match; also make it work for dosish platforms
57817      Branch: perl
57818           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
57819 ____________________________________________________________________________
57820 [  9708] By: jhi                                   on 2001/04/15  19:31:01
57821         Log: Test also the scalar aspect of getitimer().
57822      Branch: perl
57823            ! t/lib/time-hires.t
57824 ____________________________________________________________________________
57825 [  9707] By: gsar                                  on 2001/04/15  17:24:20
57826         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
57827              before using them in match; also make it work for dosish platforms
57828      Branch: maint-5.6/perl
57829            ! lib/ExtUtils/Installed.pm
57830 ____________________________________________________________________________
57831 [  9706] By: gsar                                  on 2001/04/15  17:21:59
57832         Log: change#7210 broke .packlist generation (listed only filename
57833              rather than fully qualified path name)
57834      Branch: maint-5.6/perl
57835            ! lib/ExtUtils/Install.pm
57836 ____________________________________________________________________________
57837 [  9705] By: jhi                                   on 2001/04/15  12:36:33
57838         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
57839      Branch: perl
57840            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
57841            ! t/lib/time-hires.t
57842 ____________________________________________________________________________
57843 [  9704] By: jhi                                   on 2001/04/15  10:49:08
57844         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
57845              From: Prymmer/Kahn <pvhp@best.com>
57846              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
57847              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
57848      Branch: perl
57849            ! lib/utf8.pm pod/perlebcdic.pod
57850 ____________________________________________________________________________
57851 [  9703] By: jhi                                   on 2001/04/15  02:26:26
57852         Log: I keep forgetting to sort MANIFEST.
57853      Branch: perl
57854            ! MANIFEST
57855 ____________________________________________________________________________
57856 [  9702] By: jhi                                   on 2001/04/15  02:07:47
57857         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
57858              Now we have blessed, reftype, tainted, first, reduce, ...
57859      Branch: perl
57860            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
57861            + ext/List/Util/README ext/List/Util/Util.xs
57862            + ext/List/Util/lib/List/Util.pm
57863            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
57864            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
57865            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
57866            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
57867            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
57868            ! MANIFEST
57869 ____________________________________________________________________________
57870 [  9701] By: jhi                                   on 2001/04/14  15:05:25
57871         Log: Subject: RE: dprofpp.pl updates 
57872              From: Carl Eklof <CEklof@endeca.com>
57873              Date: Thu, 12 Apr 2001 18:45:46 -0400
57874              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
57875      Branch: perl
57876            ! utils/dprofpp.PL
57877 ____________________________________________________________________________
57878 [  9700] By: jhi                                   on 2001/04/14  14:44:55
57879         Log: Do not just blindly add CR.
57880      Branch: perl
57881            ! Porting/makerel
57882 ____________________________________________________________________________
57883 [  9699] By: jhi                                   on 2001/04/13  13:17:01
57884         Log: Update Changes.
57885      Branch: perl
57886            ! Changes patchlevel.h
57887 ____________________________________________________________________________
57888 [  9698] By: jhi                                   on 2001/04/13  12:44:48
57889         Log: Integrate perlio:
57890              
57891              [  9696]
57892              Fix core dump on binmode($fh,'Scalar')
57893      Branch: perl
57894           !> ext/PerlIO/Scalar/Scalar.xs
57895 ____________________________________________________________________________
57896 [  9697] By: jhi                                   on 2001/04/13  12:29:15
57897         Log: Add more debug output to the test.
57898      Branch: perl
57899            ! t/lib/cwd.t
57900 ____________________________________________________________________________
57901 [  9696] By: nick                                  on 2001/04/13  10:14:29
57902         Log: Fix core dump on binmode($fh,'Scalar')
57903      Branch: perlio
57904            ! ext/PerlIO/Scalar/Scalar.xs
57905 ____________________________________________________________________________
57906 [  9695] By: nick                                  on 2001/04/13  09:05:42
57907         Log: Integrate mainline
57908      Branch: perlio
57909           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57910           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
57911           +> t/lib/time-hires.t
57912           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
57913           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
57914           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
57915           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
57916           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
57917           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
57918           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
57919 ____________________________________________________________________________
57920 [  9694] By: jhi                                   on 2001/04/12  22:23:35
57921         Log: Integrate change #9693 from maintperl into mainline.
57922              
57923              $VERSION and Version() on the same line provokes a warning from
57924              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
57925      Branch: perl
57926           !> lib/Devel/SelfStubber.pm
57927 ____________________________________________________________________________
57928 [  9693] By: gsar                                  on 2001/04/12  21:55:56
57929         Log: $VERSION and Version() on the same line provokes a warning from
57930              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
57931      Branch: maint-5.6/perl
57932            ! lib/Devel/SelfStubber.pm
57933 ____________________________________________________________________________
57934 [  9692] By: jhi                                   on 2001/04/12  13:54:00
57935         Log: This is at least 5.005.
57936      Branch: perl
57937            ! ext/Time/HiRes/HiRes.xs
57938 ____________________________________________________________________________
57939 [  9691] By: jhi                                   on 2001/04/12  13:37:20
57940         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
57941      Branch: perl
57942            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
57943            ! win32/Makefile win32/makefile.mk
57944 ____________________________________________________________________________
57945 [  9690] By: jhi                                   on 2001/04/12  01:34:46
57946         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
57947      Branch: perl
57948            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57949            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
57950            + t/lib/time-hires.t
57951            ! MANIFEST
57952 ____________________________________________________________________________
57953 [  9689] By: jhi                                   on 2001/04/12  00:28:39
57954         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
57955              From: Gisle Aas <gisle@ActiveState.com>
57956              Date: 11 Apr 2001 16:36:11 -0700
57957              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
57958      Branch: perl
57959            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
57960 ____________________________________________________________________________
57961 [  9688] By: jhi                                   on 2001/04/12  00:27:39
57962         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
57963              From: Gisle Aas <gisle@ActiveState.com>
57964              Date: 11 Apr 2001 11:13:24 -0700
57965              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
57966      Branch: perl
57967            ! ext/MIME/Base64/Base64.xs
57968 ____________________________________________________________________________
57969 [  9687] By: jhi                                   on 2001/04/11  19:51:47
57970         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
57971      Branch: perl
57972            ! Todo-5.6
57973 ____________________________________________________________________________
57974 [  9686] By: jhi                                   on 2001/04/11  16:54:25
57975         Log: Subject: [PATCH opcode.pl] Documentation of table format
57976              From: Simon Cozens <simon@netthink.co.uk>
57977              Date: Wed, 11 Apr 2001 12:59:31 +0100
57978              Message-ID: <20010411125931.A25681@netthink.co.uk>
57979      Branch: perl
57980            ! opcode.pl
57981 ____________________________________________________________________________
57982 [  9685] By: jhi                                   on 2001/04/11  16:53:15
57983         Log: Subject: [PATCH] prototype("CORE::recv")
57984              From: Simon Cozens <simon@netthink.co.uk>
57985              Date: Wed, 11 Apr 2001 13:24:35 +0100
57986              Message-ID: <20010411132435.A26169@netthink.co.uk>
57987      Branch: perl
57988            ! pp.c t/comp/proto.t
57989 ____________________________________________________________________________
57990 [  9684] By: jhi                                   on 2001/04/11  16:47:13
57991         Log: FAQ (and AUTHORS) update from Dan Carson: the information
57992              was several years obsolete, Term::Readkey has been updated
57993              to have the functionality.
57994      Branch: perl
57995            ! AUTHORS pod/perlfaq5.pod
57996 ____________________________________________________________________________
57997 [  9683] By: jhi                                   on 2001/04/11  12:15:46
57998         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
57999              From: Calle Dybedahl <calle@lysator.liu.se>
58000              Date: 10 Apr 2001 16:44:16 +0200
58001              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
58002      Branch: perl
58003            ! ext/MIME/Base64/Base64.xs
58004 ____________________________________________________________________________
58005 [  9682] By: jhi                                   on 2001/04/11  12:12:26
58006         Log: A more minimal fix for 20010410.006 from Hugo.
58007      Branch: perl
58008            ! regexec.c
58009 ____________________________________________________________________________
58010 [  9681] By: jhi                                   on 2001/04/11  11:34:23
58011         Log: Integrate changes #9678,9679 from maintline into mainperl.
58012              
58013              addendum to change#9676
58014              
58015              up $File::Glob::VERSION; add a note pointing out the version of
58016              the OpenBSD glob bsd_glob.c resembles
58017      Branch: perl
58018           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58019           !> ext/File/Glob/bsd_glob.h
58020 ____________________________________________________________________________
58021 [  9680] By: jhi                                   on 2001/04/11  11:30:38
58022         Log: Bad test numbering in integrate in #9677.
58023              Fixes ID 20010411.001.
58024      Branch: perl
58025            ! t/op/pat.t
58026 ____________________________________________________________________________
58027 [  9679] By: gsar                                  on 2001/04/11  03:38:40
58028         Log: up $File::Glob::VERSION; add a note pointing out the version of
58029              the OpenBSD glob bsd_glob.c resembles
58030      Branch: maint-5.6/perl
58031            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58032            ! ext/File/Glob/bsd_glob.h
58033 ____________________________________________________________________________
58034 [  9678] By: gsar                                  on 2001/04/11  03:09:48
58035         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
58036              revision 1.8.10.1 found here:
58037              
58038              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
58039      Branch: maint-5.6/perl
58040            ! ext/File/Glob/bsd_glob.c
58041 ____________________________________________________________________________
58042 [  9677] By: jhi                                   on 2001/04/11  02:54:39
58043         Log: Integrate changes #9675,9676 from maintperl into mainline.
58044              
58045              fix for bug 20010410.006, undo change#7115
58046              
58047              port the OpenBSD glob() security patch
58048      Branch: perl
58049           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58050           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
58051           !> t/op/pat.t
58052 ____________________________________________________________________________
58053 [  9676] By: gsar                                  on 2001/04/11  02:19:02
58054         Log: port the glob() security patch found at:
58055              
58056              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
58057              
58058              CERT advisory for the issue is here:
58059              
58060              http://www.cert.org/advisories/CA-2001-07.html
58061              
58062              Note that the security scare is only relevant for those who are
58063              foolish enough to build suidperl (which is now officially discouraged)
58064      Branch: maint-5.6/perl
58065            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58066            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
58067 ____________________________________________________________________________
58068 [  9675] By: gsar                                  on 2001/04/10  23:52:11
58069         Log: fix for bug 20010410.006
58070              
58071              undo change#7115 (came into maint-5.6 as change#8156)
58072              
58073              add tests to keep it from coming back
58074      Branch: maint-5.6/perl
58075            ! regexec.c t/op/pat.t
58076 ____________________________________________________________________________
58077 [  9674] By: nick                                  on 2001/04/10  20:39:31
58078         Log: Integrate mainline
58079      Branch: perlio
58080           +> Porting/testall.atom
58081           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
58082           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
58083           !> t/lib/lc-uk.t t/pod/find.t
58084 ____________________________________________________________________________
58085 [  9673] By: nick                                  on 2001/04/10  18:46:14
58086         Log: Integrate against change 9670 aka perl-5.7.1
58087      Branch: perlio
58088           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58089           !> (integrate 53 files)
58090 ____________________________________________________________________________
58091 [  9672] By: jhi                                   on 2001/04/10  13:45:01
58092         Log: Add a script for doing cumulative profile of the test suite.
58093              (Requires ATOM, that is, Tru64.)
58094      Branch: perl
58095            + Porting/testall.atom
58096            ! MANIFEST
58097 ____________________________________________________________________________
58098 [  9671] By: jhi                                   on 2001/04/10  12:38:53
58099         Log: Missing std block.
58100      Branch: perl
58101            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
58102            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
58103            ! t/pod/find.t
58104 ____________________________________________________________________________
58105 [  9670] By: jhi                                   on 2001/04/10  01:25:58
58106         Log: This is 5.7.1.
58107      Branch: perl
58108            ! patchlevel.h
58109 ____________________________________________________________________________
58110 [  9669] By: jhi                                   on 2001/04/10  01:09:14
58111         Log: Update Changes.
58112      Branch: perl
58113            ! Changes patchlevel.h
58114 ____________________________________________________________________________
58115 [  9668] By: jhi                                   on 2001/04/10  01:00:38
58116         Log: Regen toc.
58117      Branch: perl
58118            ! pod/perltoc.pod
58119 ____________________________________________________________________________
58120 [  9667] By: jhi                                   on 2001/04/10  00:52:16
58121         Log: Update perlhist.
58122      Branch: perl
58123            ! pod/perlhist.pod
58124 ____________________________________________________________________________
58125 [  9666] By: jhi                                   on 2001/04/09  23:38:59
58126         Log: Slight wording tweaks from Damian to #9658.
58127      Branch: perl
58128            ! pod/perlobj.pod
58129 ____________________________________________________________________________
58130 [  9665] By: jhi                                   on 2001/04/09  19:56:06
58131         Log: Subject: [PATCH perlutil.pod] Nit
58132              From: Simon Cozens <simon@netthink.co.uk>
58133              Date: Mon, 9 Apr 2001 20:29:44 +0100
58134              Message-ID: <20010409202944.A14796@the.earth.li>
58135      Branch: perl
58136            ! pod/perlutil.pod
58137 ____________________________________________________________________________
58138 [  9664] By: jhi                                   on 2001/04/09  19:54:42
58139         Log: Subject: Re: perl571delta.pod@9631
58140              From: Mike Guy <mjtg@cam.ac.uk>
58141              Date: Mon, 09 Apr 2001 18:09:14 +0100
58142              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
58143      Branch: perl
58144            ! pod/perl571delta.pod
58145 ____________________________________________________________________________
58146 [  9663] By: jhi                                   on 2001/04/09  13:43:35
58147         Log: Update Changes.
58148      Branch: perl
58149            ! Changes patchlevel.h
58150 ____________________________________________________________________________
58151 [  9662] By: jhi                                   on 2001/04/09  13:24:46
58152         Log: tweak tweak.
58153      Branch: perl
58154            ! AUTHORS pod/perl571delta.pod
58155 ____________________________________________________________________________
58156 [  9661] By: jhi                                   on 2001/04/09  13:15:13
58157         Log: Thinko in manual patch applying.
58158      Branch: perl
58159            ! sv.c
58160 ____________________________________________________________________________
58161 [  9660] By: jhi                                   on 2001/04/09  13:07:53
58162         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
58163              From: Robin Barker <rmb1@cise.npl.co.uk> 
58164              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
58165              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
58166              
58167              (This corrects the case where the "isn't numeric" string contains \0s
58168              and is longer than the temporary buffer, and contains \0 at the point
58169              the string would be truncated by "...".) 
58170      Branch: perl
58171            ! sv.c
58172 ____________________________________________________________________________
58173 [  9659] By: jhi                                   on 2001/04/09  12:57:41
58174         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
58175      Branch: perl
58176            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
58177            ! t/lib/cgi-function.t t/lib/cgi-html.t
58178 ____________________________________________________________________________
58179 [  9658] By: jhi                                   on 2001/04/09  12:48:47
58180         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
58181              From: Ilmari Karonen <iltzu@sci.fi>
58182              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
58183              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
58184              
58185              Rearrange and rewrite the Method Invocation section
58186              to explain the concepts in nicer order.
58187      Branch: perl
58188            ! pod/perlobj.pod
58189 ____________________________________________________________________________
58190 [  9657] By: jhi                                   on 2001/04/09  12:35:58
58191         Log: Upgrade to podlators 1.09, from Russ Allbery.
58192      Branch: perl
58193            ! lib/Pod/Man.pm lib/Pod/Text.pm
58194 ____________________________________________________________________________
58195 [  9656] By: jhi                                   on 2001/04/09  12:31:53
58196         Log: perl571delta.
58197      Branch: perl
58198            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
58199 ____________________________________________________________________________
58200 [  9655] By: jhi                                   on 2001/04/09  12:20:09
58201         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
58202              From: Prymmer/Kahn <pvhp@best.com>
58203              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
58204              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
58205      Branch: perl
58206            ! lib/utf8.pm pod/perlunicode.pod
58207 ____________________________________________________________________________
58208 [  9654] By: gsar                                  on 2001/04/09  03:38:33
58209         Log: here lies 5.6.1
58210      Branch: maint-5.6/perl
58211            ! Changes
58212 ____________________________________________________________________________
58213 [  9653] By: jhi                                   on 2001/04/09  03:25:24
58214         Log: Update perlhist.
58215      Branch: perl
58216            ! pod/perlhist.pod
58217 ____________________________________________________________________________
58218 [  9652] By: jhi                                   on 2001/04/09  03:18:49
58219         Log: perl571delta tweaking continues.
58220      Branch: perl
58221            ! pod/perl571delta.pod
58222 ____________________________________________________________________________
58223 [  9651] By: gsar                                  on 2001/04/09  03:11:19
58224         Log: update Changes, patchlevel.h &c.
58225      Branch: maint-5.6/perl
58226            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
58227            ! pod/perltoc.pod
58228 ____________________________________________________________________________
58229 [  9650] By: jhi                                   on 2001/04/09  02:40:24
58230         Log: Integrate the perlfork half of #9513 from maintperl into mainline
58231              (the perlunicode half is obsolete)
58232      Branch: perl
58233            ! pod/perlfork.pod
58234 ____________________________________________________________________________
58235 [  9649] By: gsar                                  on 2001/04/09  02:35:43
58236         Log: tweak perldelta as suggested by Jarkko
58237      Branch: maint-5.6/perl
58238            ! pod/perldelta.pod
58239 ____________________________________________________________________________
58240 [  9648] By: jhi                                   on 2001/04/09  02:13:04
58241         Log: Integrate change #9646 from maintperl into mainline.
58242              
58243              add note about ithreads and Thread.pm
58244      Branch: perl
58245           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
58246 ____________________________________________________________________________
58247 [  9647] By: jhi                                   on 2001/04/09  02:10:18
58248         Log: Bad assumption that shortsize == 2.
58249      Branch: perl
58250            ! t/lib/xs-typemap.t
58251 ____________________________________________________________________________
58252 [  9646] By: gsar                                  on 2001/04/09  00:48:04
58253         Log: add note about ithreads and Thread.pm (too many people are
58254              confused by the fact that Thread.pm is built and installed
58255              under non-5005threads but doesn't work)
58256      Branch: maint-5.6/perl
58257            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
58258 ____________________________________________________________________________
58259 [  9645] By: gsar                                  on 2001/04/09  00:19:03
58260         Log: update perldelta.pod for changes in 5.6.1
58261      Branch: maint-5.6/perl
58262            ! Changes pod/perldelta.pod
58263 ____________________________________________________________________________
58264 [  9644] By: jhi                                   on 2001/04/08  20:37:00
58265         Log: Integrate change #9639 from maintperl into mainline:
58266              on windows, many of the README.* pods were being copied to
58267              the wrong location
58268      Branch: perl
58269           !> win32/Makefile win32/makefile.mk
58270 ____________________________________________________________________________
58271 [  9643] By: jhi                                   on 2001/04/08  20:07:11
58272         Log: Integrate change #9624 from maintperl into mainline:
58273              the pod tests were not okay.  (t/pod/find.t changes ignored)
58274      Branch: perl
58275           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
58276           !> t/pod/include.t t/pod/included.t t/pod/lref.t
58277           !> t/pod/multiline_items.t t/pod/nested_items.t
58278           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58279           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
58280 ____________________________________________________________________________
58281 [  9642] By: jhi                                   on 2001/04/08  19:57:17
58282         Log: Integrate change #9638 from maintperl into mainline:
58283              update to latest JPL from the anoncvs repository
58284      Branch: perl
58285           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58286           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
58287           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
58288 ____________________________________________________________________________
58289 [  9641] By: jhi                                   on 2001/04/08  19:53:30
58290         Log: perl571delta updates.
58291      Branch: perl
58292            ! lib/Filter/Simple.pm pod/perl571delta.pod
58293 ____________________________________________________________________________
58294 [  9640] By: gsar                                  on 2001/04/08  19:20:46
58295         Log: integrate change#9634 from mainline
58296              
58297              Fix the perlmodlib generation (didn't understand separate .pod
58298              files; didn't understand -- as the name-thing separator).
58299              Update the CPAN mirrors list.
58300      Branch: maint-5.6/perl
58301            ! pod/perlmodlib.pod
58302           !> pod/perlmodlib.PL
58303 ____________________________________________________________________________
58304 [  9639] By: gsar                                  on 2001/04/08  18:57:31
58305         Log: on windows, many of the README.* pods were being copied to the wrong
58306              location
58307      Branch: maint-5.6/perl
58308            ! win32/Makefile win32/makefile.mk
58309 ____________________________________________________________________________
58310 [  9638] By: gsar                                  on 2001/04/08  18:38:25
58311         Log: update to latest JPL from the anoncvs repository
58312      Branch: maint-5.6/perl
58313            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58314            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
58315            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
58316 ____________________________________________________________________________
58317 [  9637] By: jhi                                   on 2001/04/08  17:53:53
58318         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
58319      Branch: perl
58320            ! pod/perl571delta.pod
58321 ____________________________________________________________________________
58322 [  9636] By: jhi                                   on 2001/04/08  17:18:32
58323         Log: Regen toc.
58324      Branch: perl
58325            ! pod/perltoc.pod
58326 ____________________________________________________________________________
58327 [  9635] By: jhi                                   on 2001/04/08  17:16:33
58328         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
58329              From: "Craig A. Berry" <craigberry@mac.com>
58330              Date: Sun, 08 Apr 2001 12:30:16 -0500
58331              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
58332      Branch: perl
58333            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
58334 ____________________________________________________________________________
58335 [  9634] By: jhi                                   on 2001/04/08  17:09:19
58336         Log: Fix the perlmodlib generation (didn't understand separate .pod
58337              files; didn't understand -- as the name-thing separator).
58338              
58339              Update the CPAN mirrors list.
58340      Branch: perl
58341            ! pod/perlmodlib.PL pod/perlmodlib.pod
58342 ____________________________________________________________________________
58343 [  9633] By: jhi                                   on 2001/04/08  16:49:17
58344         Log: Sort MANIFEST.
58345      Branch: perl
58346            ! MANIFEST
58347 ____________________________________________________________________________
58348 [  9632] By: gsar                                  on 2001/04/08  16:36:06
58349         Log: add $Tie::RefHash::VERSION
58350      Branch: maint-5.6/perl
58351            ! lib/Tie/RefHash.pm
58352 ____________________________________________________________________________
58353 [  9631] By: jhi                                   on 2001/04/08  16:10:15
58354         Log: perl571delta updates based on p5p feedback; still needs
58355              lots of examples.
58356      Branch: perl
58357            ! pod/perl571delta.pod
58358 ____________________________________________________________________________
58359 [  9630] By: jhi                                   on 2001/04/08  15:59:13
58360         Log: Update the list of supported platforms to talk about 5.7.1
58361              (and 5.6.1)
58362      Branch: perl
58363            ! pod/perlport.pod
58364 ____________________________________________________________________________
58365 [  9629] By: jhi                                   on 2001/04/08  15:55:41
58366         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
58367              from maintperl into mainline: perlport updates.
58368      Branch: perl
58369            ! pod/perlport.pod
58370 ____________________________________________________________________________
58371 [  9628] By: jhi                                   on 2001/04/08  15:53:17
58372         Log: perlsolaris.pod copied to wrong directory.
58373      Branch: perl
58374            ! win32/makefile.mk
58375 ____________________________________________________________________________
58376 [  9627] By: jhi                                   on 2001/04/08  14:48:18
58377         Log: Subject: Typos in perl571delta.pod
58378              From: "Stephen P. Potter" <spp@spotter.yi.org>
58379              Date: Sat, 07 Apr 2001 20:37:05 -0400
58380              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
58381      Branch: perl
58382            ! pod/perl571delta.pod
58383 ____________________________________________________________________________
58384 [  9626] By: jhi                                   on 2001/04/08  14:39:04
58385         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
58386      Branch: perl
58387            ! gv.c
58388 ____________________________________________________________________________
58389 [  9625] By: nick                                  on 2001/04/08  10:14:23
58390         Log: Integrate mainline
58391      Branch: perlio
58392           +> pod/perl570delta.pod pod/perl571delta.pod
58393           !> (integrate 27 files)
58394 ____________________________________________________________________________
58395 [  9624] By: gsar                                  on 2001/04/08  06:08:17
58396         Log: test in t/pod/* were busted
58397              
58398              these tests are still not enabled in t/{harness,TEST}
58399      Branch: maint-5.6/perl
58400            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
58401            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
58402            ! t/pod/multiline_items.t t/pod/nested_items.t
58403            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58404            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
58405 ____________________________________________________________________________
58406 [  9623] By: gsar                                  on 2001/04/08  03:37:01
58407         Log: integrate change#9470 from mainline
58408              
58409              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
58410      Branch: maint-5.6/perl
58411           !> ext/Socket/Socket.xs
58412 ____________________________________________________________________________
58413 [  9622] By: jhi                                   on 2001/04/07  22:40:47
58414         Log: Update Changes.
58415      Branch: perl
58416            ! Changes patchlevel.h
58417 ____________________________________________________________________________
58418 [  9621] By: jhi                                   on 2001/04/07  22:34:16
58419         Log: Update AUTHORS.
58420      Branch: perl
58421            ! AUTHORS
58422 ____________________________________________________________________________
58423 [  9620] By: jhi                                   on 2001/04/07  22:12:47
58424         Log: Forgot to bump the number of tests in #9164.
58425      Branch: perl
58426            ! t/op/array.t
58427 ____________________________________________________________________________
58428 [  9619] By: jhi                                   on 2001/04/07  22:09:50
58429         Log: Bump patchlevel to 5.7.1.
58430      Branch: perl
58431            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58432            ! config_h.SH patchlevel.h
58433 ____________________________________________________________________________
58434 [  9618] By: jhi                                   on 2001/04/07  22:02:41
58435         Log: Populate perl571delta.
58436      Branch: perl
58437            ! pod/perl571delta.pod
58438 ____________________________________________________________________________
58439 [  9617] By: jhi                                   on 2001/04/07  22:01:23
58440         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
58441              to forget it later; do not change patchlevel.h yet or regenerate
58442              Configure yet.
58443      Branch: perl
58444            ! epoc/config.sh win32/Makefile win32/config_H.bc
58445            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
58446 ____________________________________________________________________________
58447 [  9616] By: jhi                                   on 2001/04/07  17:46:33
58448         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
58449      Branch: perl
58450            ! pod/perl571delta.pod
58451 ____________________________________________________________________________
58452 [  9615] By: jhi                                   on 2001/04/07  17:33:21
58453         Log: Change the toc configuration.
58454      Branch: perl
58455            ! pod/buildtoc.PL pod/perl.pod
58456 ____________________________________________________________________________
58457 [  9614] By: jhi                                   on 2001/04/07  17:29:47
58458         Log: Subject: PATCH: $[
58459              From: Robin Houston <robin@kitsite.com>
58460              Date: Fri, 6 Apr 2001 18:10:14 +0100
58461              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
58462      Branch: perl
58463            ! op.c t/op/array.t
58464 ____________________________________________________________________________
58465 [  9613] By: jhi                                   on 2001/04/07  17:28:26
58466         Log: Subject: [PATCH perl@9424] isn't numeric warning
58467              From: Robin Barker <rmb1@cise.npl.co.uk>
58468              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
58469              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
58470      Branch: perl
58471            ! sv.c t/pragma/warn/sv
58472 ____________________________________________________________________________
58473 [  9612] By: jhi                                   on 2001/04/07  17:26:45
58474         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
58475              From: Mike Guy <mjtg@cam.ac.uk>
58476              Date: Fri, 06 Apr 2001 12:47:06 +0100
58477              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
58478      Branch: perl
58479            ! dump.c t/lib/peek.t
58480 ____________________________________________________________________________
58481 [  9611] By: jhi                                   on 2001/04/07  17:21:35
58482         Log: Create perl571delta and seed it off with the perldelta changes
58483              since 5.7.0; remove those changes from perldelta and rename it
58484              as perl570delta; recreate perldelta but leave it almost empty.
58485      Branch: perl
58486            + pod/perl570delta.pod pod/perl571delta.pod
58487            ! MANIFEST pod/perldelta.pod
58488 ____________________________________________________________________________
58489 [  9610] By: jhi                                   on 2001/04/07  16:56:32
58490         Log: Denit.
58491      Branch: perl
58492            ! pod/perldelta.pod
58493 ____________________________________________________________________________
58494 [  9609] By: jhi                                   on 2001/04/07  16:38:32
58495         Log: Retract #9523: needs more thought.
58496      Branch: perl
58497            ! Makefile.SH
58498 ____________________________________________________________________________
58499 [  9608] By: jhi                                   on 2001/04/07  14:59:20
58500         Log: atmark() code cleanaup.
58501      Branch: perl
58502            ! ext/IO/IO.xs
58503 ____________________________________________________________________________
58504 [  9607] By: jhi                                   on 2001/04/07  14:48:14
58505         Log: Integrate change #9605 from maintperl into mainline.
58506              
58507              can't optimize away scope entry if tr/// is present
58508      Branch: perl
58509           !> op.c t/op/tr.t
58510 ____________________________________________________________________________
58511 [  9606] By: jhi                                   on 2001/04/07  14:43:59
58512         Log: Integrate perlio:
58513              
58514              [  9604]
58515              Split out extension finding code from buildext.pl into FindExt.pm
58516              Use it to get Config.pm's idea of available extensions in line
58517              with what is built.
58518              
58519              [  9603]
58520              Cleanup correction for failed :Via() layer, also set an error code.
58521              
58522              [  9602]
58523              Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
58524              style. So don't use binmode() on the handles so that Win32 etc. see
58525              same sequence and produce same digests.
58526              
58527              [  9601]
58528              Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
58529              Else it complains and so crlf layer (say) does not get pushed.
58530              
58531              [  9599]
58532              Quote $VERSION in Encode.pm.
58533              regen_config_h as requested.
58534      Branch: perl
58535           +> win32/FindExt.pm
58536           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
58537           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
58538 ____________________________________________________________________________
58539 [  9605] By: gsar                                  on 2001/04/07  11:52:40
58540         Log: can't optimize away scope entry if tr/// is present
58541      Branch: maint-5.6/perl
58542            ! op.c t/op/tr.t
58543 ____________________________________________________________________________
58544 [  9604] By: nick                                  on 2001/04/07  11:39:45
58545         Log: Split out extension finding code from buildext.pl into FindExt.pm
58546              Use it to get Config.pm's idea of available extensions in line
58547              with what is built.
58548      Branch: perlio
58549            + win32/FindExt.pm
58550            ! MANIFEST win32/buildext.pl win32/config_sh.PL
58551            ! win32/makefile.mk
58552 ____________________________________________________________________________
58553 [  9603] By: nick                                  on 2001/04/07  09:11:38
58554         Log: Cleanup correction for failed :Via() layer, also set an error code.
58555      Branch: perlio
58556            ! ext/PerlIO/Via/Via.xs
58557 ____________________________________________________________________________
58558 [  9602] By: nick                                  on 2001/04/07  08:38:04
58559         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
58560              style. So don't use binmode() on the handles so that Win32 etc. see
58561              same sequence and produce same digests.
58562      Branch: perlio
58563            ! t/lib/md5-file.t
58564 ____________________________________________________________________________
58565 [  9601] By: nick                                  on 2001/04/07  08:36:26
58566         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
58567              Else it complains and so crlf layer (say) does not get pushed.
58568      Branch: perlio
58569            ! perlio.c
58570 ____________________________________________________________________________
58571 [  9600] By: jhi                                   on 2001/04/06  23:00:09
58572         Log: Integrate change #9599 from perlio into mainline.
58573      Branch: perl
58574           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
58575           !> win32/config_H.vc
58576 ____________________________________________________________________________
58577 [  9599] By: nick                                  on 2001/04/06  21:42:43
58578         Log: Quote $VERSION in Encode.pm.
58579              regen_config_h as requested.
58580      Branch: perlio
58581            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
58582            ! win32/config_H.vc
58583 ____________________________________________________________________________
58584 [  9598] By: nick                                  on 2001/04/06  20:34:59
58585         Log: Integrate mainline
58586      Branch: perlio
58587           +> README.macos
58588           !> (integrate 39 files)
58589 ____________________________________________________________________________
58590 [  9597] By: gsar                                  on 2001/04/06  18:06:35
58591         Log: integrate change#9464 from mainline (addendum to change#8313)
58592              
58593              Subject: [PATCH @9452] Better peep()ing for foreach() loops
58594      Branch: maint-5.6/perl
58595           !> op.c
58596 ____________________________________________________________________________
58597 [  9596] By: jhi                                   on 2001/04/06  17:26:03
58598         Log: The d_casti32=undef is good for you even when not use64bitall.
58599      Branch: perl
58600            ! hints/hpux.sh
58601 ____________________________________________________________________________
58602 [  9595] By: gsar                                  on 2001/04/06  14:57:17
58603         Log: add a low-impact fix to accommodate darwin-ism
58604      Branch: maint-5.6/perl
58605            ! ext/Errno/Errno_pm.PL
58606 ____________________________________________________________________________
58607 [  9594] By: jhi                                   on 2001/04/06  14:55:14
58608         Log: Integrate changes #9528,9593 from mainline into maintperl;
58609              tweaking the editor/IDE/shell list.
58610      Branch: maint-5.6/perl
58611           !> pod/perlfaq3.pod
58612 ____________________________________________________________________________
58613 [  9593] By: jhi                                   on 2001/04/06  14:51:39
58614         Log: Make the editor/IDE/shell list a little bit airier.
58615      Branch: perl
58616            ! pod/perlfaq3.pod
58617 ____________________________________________________________________________
58618 [  9592] By: gsar                                  on 2001/04/06  14:45:18
58619         Log: integrate change#9477 from mainline (base.pm doc tweak)
58620              
58621              missing doc entry for fmod()
58622      Branch: maint-5.6/perl
58623            ! lib/Math/BigFloat.pm
58624           !> lib/base.pm
58625 ____________________________________________________________________________
58626 [  9591] By: jhi                                   on 2001/04/06  13:55:48
58627         Log: Regen toc.
58628      Branch: perl
58629            ! pod/perltoc.pod
58630 ____________________________________________________________________________
58631 [  9590] By: jhi                                   on 2001/04/06  13:54:52
58632         Log: Math::BigFloat patches from John Peacock.  The equivalent
58633              of #9586 from maintperl but reworked by John to work with
58634              the bleadperl.
58635      Branch: perl
58636            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
58637 ____________________________________________________________________________
58638 [  9589] By: jhi                                   on 2001/04/06  13:42:23
58639         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
58640      Branch: perl
58641            ! ext/Digest/MD5/Makefile.PL
58642 ____________________________________________________________________________
58643 [  9588] By: jhi                                   on 2001/04/06  13:31:45
58644         Log: Integrate changes #9584,9587 from maintperl into mainline.
58645              
58646              keep eval"" CVs alive until the end of the statement in which
58647              they're called
58648              
58649              add README.macos (from Chris Nandor)
58650              
58651              tyop in change#9555
58652      Branch: perl
58653           +> README.macos
58654           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
58655           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
58656           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
58657           !> win32/makefile.mk
58658 ____________________________________________________________________________
58659 [  9587] By: gsar                                  on 2001/04/06  07:31:30
58660         Log: add README.macos (from Chris Nandor)
58661              
58662              tyop in change#9555
58663      Branch: maint-5.6/perl
58664            + README.macos
58665            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
58666            ! win32/Makefile win32/makefile.mk
58667 ____________________________________________________________________________
58668 [  9586] By: gsar                                  on 2001/04/06  07:08:54
58669         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
58670      Branch: maint-5.6/perl
58671            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
58672 ____________________________________________________________________________
58673 [  9585] By: gsar                                  on 2001/04/06  06:58:44
58674         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
58675              from mainline
58676              
58677              Subject: [PATCH] Base64 update to perlfaq9.pod
58678              
58679              Subject: [PATCH AUTHORS] Housekeeping
58680              
58681              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
58682              Mac OS X (Darwin) has extra pwent fields.
58683              
58684              Subject: [PATCH B::*] print control-character vars readably
58685              Needs EBCDICification.
58686              
58687              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
58688              
58689              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
58690              
58691              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
58692              
58693              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
58694              
58695              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
58696              
58697              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
58698              
58699              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
58700              
58701              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
58702              
58703              FreeBSD hints tweak from Anton Berezin.
58704              
58705              Subject: [PATCH foolperl & bleadperl] README.vms update
58706              
58707              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
58708      Branch: maint-5.6/perl
58709           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
58710           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
58711           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
58712 ____________________________________________________________________________
58713 [  9584] By: gsar                                  on 2001/04/06  04:09:00
58714         Log: keep eval"" CVs alive until the end of the statement in which
58715              they're called; this avoids a coredump ensuing from search for
58716              lexicals in code such as:
58717              
58718              sub bug {
58719              my $s = @_;
58720              eval q[sub { eval 'sub { &$s }' }];
58721              }
58722              bug("x")->()->();
58723              
58724              this code still doesn't work as intended (as it has remained
58725              since time immemorial), but it doesn't provoke a coredump anymore
58726      Branch: maint-5.6/perl
58727            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
58728            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
58729 ____________________________________________________________________________
58730 [  9583] By: jhi                                   on 2001/04/05  23:52:51
58731         Log: Update Changes.
58732      Branch: perl
58733            ! Changes patchlevel.h
58734 ____________________________________________________________________________
58735 [  9582] By: jhi                                   on 2001/04/05  23:11:23
58736         Log: Slight doc tweak.
58737      Branch: perl
58738            ! pod/perlunicode.pod
58739 ____________________________________________________________________________
58740 [  9581] By: jhi                                   on 2001/04/05  23:04:11
58741         Log: Integrate perlio:
58742              
58743              [  9569]
58744              Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
58745              
58746              [  9549]
58747              Downgrade "Wide character in print" to a warning.
58748      Branch: perl
58749           !> pod/perlunicode.pod
58750 ____________________________________________________________________________
58751 [  9580] By: jhi                                   on 2001/04/05  23:03:29
58752         Log: Test for #9579.
58753      Branch: perl
58754            ! t/op/do.t
58755 ____________________________________________________________________________
58756 [  9579] By: jhi                                   on 2001/04/05  22:54:17
58757         Log: Subject: [PATCH] Propagate calling context for do '...'
58758              From: Gisle Aas <gisle@ActiveState.com>
58759              Date: 04 Apr 2001 20:17:29 -0700
58760              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
58761      Branch: perl
58762            ! pod/perlfunc.pod pp_ctl.c
58763 ____________________________________________________________________________
58764 [  9578] By: jhi                                   on 2001/04/05  22:52:51
58765         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
58766              From: Peter Prymmer <pvhp@forte.com>
58767              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
58768              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
58769      Branch: perl
58770            ! README.vms
58771 ____________________________________________________________________________
58772 [  9577] By: jhi                                   on 2001/04/05  22:48:22
58773         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
58774              From: "Craig A. Berry" <craigberry@mac.com>
58775              Date: Thu, 5 Apr 2001 13:43:28 -0500
58776              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
58777      Branch: perl
58778            ! README.vms
58779 ____________________________________________________________________________
58780 [  9576] By: jhi                                   on 2001/04/05  22:31:38
58781         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
58782              From: Michael G Schwern <schwern@pobox.com>
58783              Date: Thu, 5 Apr 2001 21:53:21 +0100
58784              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
58785      Branch: perl
58786            ! lib/base.pm t/lib/fields.t
58787 ____________________________________________________________________________
58788 [  9575] By: jhi                                   on 2001/04/05  22:26:10
58789         Log: FreeBSD hints tweak from Anton Berezin.
58790      Branch: perl
58791            ! hints/freebsd.sh
58792 ____________________________________________________________________________
58793 [  9574] By: jhi                                   on 2001/04/05  22:24:03
58794         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
58795              From: David Dyck <dcd@tc.fluke.com>
58796              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
58797              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
58798      Branch: perl
58799            ! t/op/oct.t
58800 ____________________________________________________________________________
58801 [  9573] By: jhi                                   on 2001/04/05  22:23:06
58802         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
58803              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
58804              From: David Dyck <dcd@tc.fluke.com>
58805              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
58806      Branch: perl
58807            ! pp.c
58808 ____________________________________________________________________________
58809 [  9572] By: jhi                                   on 2001/04/05  22:14:47
58810         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
58811              From: Robin Houston <robin@kitsite.com>
58812              Date: Thu, 5 Apr 2001 20:56:48 +0100
58813              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
58814      Branch: perl
58815            ! ext/B/B/Deparse.pm
58816 ____________________________________________________________________________
58817 [  9571] By: jhi                                   on 2001/04/05  22:12:53
58818         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
58819              From: Robin Houston <robin@kitsite.com>
58820              Date: Thu, 5 Apr 2001 19:55:51 +0100
58821              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
58822      Branch: perl
58823            ! ext/B/B/Deparse.pm
58824 ____________________________________________________________________________
58825 [  9570] By: jhi                                   on 2001/04/05  22:11:06
58826         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
58827              From: Robin Houston <robin@kitsite.com>
58828              Date: Thu, 5 Apr 2001 20:16:29 +0100
58829              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
58830      Branch: perl
58831            ! ext/B/B/Deparse.pm
58832 ____________________________________________________________________________
58833 [  9569] By: nick                                  on 2001/04/05  21:32:26
58834         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
58835      Branch: perlio
58836            ! pod/perlunicode.pod
58837 ____________________________________________________________________________
58838 [  9568] By: nick                                  on 2001/04/05  19:38:09
58839         Log: Integrate mainline
58840      Branch: perlio
58841           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
58842           !> (integrate 35 files)
58843 ____________________________________________________________________________
58844 [  9567] By: jhi                                   on 2001/04/05  18:31:45
58845         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
58846              From: Robin Houston <robin@kitsite.com>
58847              Date: Thu, 5 Apr 2001 18:03:23 +0100
58848              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
58849      Branch: perl
58850            ! ext/B/B/Deparse.pm
58851 ____________________________________________________________________________
58852 [  9566] By: jhi                                   on 2001/04/05  18:29:35
58853         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
58854              From: Robin Houston <robin@kitsite.com>
58855              Date: Thu, 5 Apr 2001 16:45:18 +0100
58856              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
58857      Branch: perl
58858            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
58859 ____________________________________________________________________________
58860 [  9565] By: jhi                                   on 2001/04/05  18:24:23
58861         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
58862              From: Robin Houston <robin@kitsite.com>
58863              Date: Thu, 5 Apr 2001 14:50:09 +0100
58864              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
58865      Branch: perl
58866            ! ext/B/B/Deparse.pm
58867 ____________________________________________________________________________
58868 [  9564] By: jhi                                   on 2001/04/05  18:23:03
58869         Log: Subject: [PATCH B::*] print control-character vars readably
58870              From: Robin Houston <robin@kitsite.com>
58871              Date: Thu, 5 Apr 2001 14:27:38 +0100
58872              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
58873              
58874              Needs EBCDICification.
58875      Branch: perl
58876            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
58877            ! ext/B/B/Terse.pm
58878 ____________________________________________________________________________
58879 [  9563] By: jhi                                   on 2001/04/05  18:20:32
58880         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
58881              Date: Thu, 5 Apr 2001 13:21:42 -0400
58882              From: Paul Schinder <schinder@pobox.com>
58883              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
58884              
58885              Mac OS X (Darwin) has extra pwent fields.
58886      Branch: perl
58887            ! t/op/pwent.t
58888 ____________________________________________________________________________
58889 [  9562] By: jhi                                   on 2001/04/05  17:57:51
58890         Log: Regen toc.
58891      Branch: perl
58892            ! pod/perltoc.pod
58893 ____________________________________________________________________________
58894 [  9561] By: jhi                                   on 2001/04/05  17:47:33
58895         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
58896      Branch: metaconfig
58897            ! U/Glossary.patch
58898      Branch: metaconfig/U/perl
58899            + d_u32align.U
58900            ! d_cmsghdr_s.U d_msghdr_s.U
58901 ____________________________________________________________________________
58902 [  9560] By: jhi                                   on 2001/04/05  17:47:01
58903         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
58904              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
58905              Introduce probes for struct msghdr, struct cmsghdr,
58906              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
58907              ualarm, usleep, for possible later extension work.
58908      Branch: perl
58909            + t/lib/md5-align.t
58910            ! Configure MANIFEST Porting/Glossary Porting/config.sh
58911            ! Porting/config_H config_h.SH configure.com epoc/config.sh
58912            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
58913            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58914            ! vos/config.ga.h win32/config.bc win32/config.gc
58915            ! win32/config.vc
58916 ____________________________________________________________________________
58917 [  9559] By: jhi                                   on 2001/04/05  13:03:04
58918         Log: Be traditional in your cpp (for the Errno extension).
58919      Branch: perl
58920            ! hints/darwin.sh
58921 ____________________________________________________________________________
58922 [  9558] By: jhi                                   on 2001/04/05  13:00:05
58923         Log: Add $Config{cppflags} to the gcc incantation.
58924      Branch: perl
58925            ! ext/Errno/Errno_pm.PL
58926 ____________________________________________________________________________
58927 [  9557] By: jhi                                   on 2001/04/05  04:22:39
58928         Log: Introduce Sean Burke's Class::ISA 0.32.
58929      Branch: perl
58930            + lib/Class/ISA.pm t/lib/class-isa.t
58931            ! MANIFEST
58932 ____________________________________________________________________________
58933 [  9556] By: jhi                                   on 2001/04/05  04:09:50
58934         Log: Subject: [PATCH AUTHORS] Housekeeping
58935              From: Paul Johnson <paul@pjcj.net> 
58936              Date: Wed, 4 Apr 2001 22:45:47 +0200
58937              Message-ID: <20010404224547.D9548@pjcj.net>
58938      Branch: perl
58939            ! AUTHORS
58940 ____________________________________________________________________________
58941 [  9555] By: jhi                                   on 2001/04/05  04:06:33
58942         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
58943              From: Gisle Aas <gisle@ActiveState.com>
58944              Date: 04 Apr 2001 14:23:04 -0700
58945              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
58946      Branch: perl
58947            ! pod/perlfaq9.pod
58948 ____________________________________________________________________________
58949 [  9554] By: jhi                                   on 2001/04/05  04:05:49
58950         Log: Downgrade also the "Wide character" diagnostic.
58951      Branch: perl
58952            ! pod/perldiag.pod
58953 ____________________________________________________________________________
58954 [  9553] By: jhi                                   on 2001/04/05  04:00:33
58955         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
58956              maintperl into mainline.
58957              
58958              "double" should be "NV"; standard typemap is missing entry
58959              for NV
58960              
58961              s/djSP/dSP/
58962              
58963              Downgrade "Wide character in print" to a warning.
58964              
58965              B::Deparse fix for ${^FOO} and documentation for PVX() method
58966              (from Robin Houston)
58967              
58968              tr/// doesn't null-terminate the result in some situations
58969              (from Gisle Aas)
58970      Branch: perl
58971           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
58972           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
58973           !> t/io/utf8.t t/op/tr.t
58974 ____________________________________________________________________________
58975 [  9552] By: jhi                                   on 2001/04/05  03:52:50
58976         Log: Retract changes #9542 and #9538 (from maintperl, integrated
58977              at #9540), shouldn't be needed because of the perlio changes.
58978      Branch: perl
58979            ! util.c
58980 ____________________________________________________________________________
58981 [  9551] By: gsar                                  on 2001/04/05  00:18:34
58982         Log: tr/// doesn't null-terminate the result in some situations
58983              (from Gisle Aas)
58984      Branch: maint-5.6/perl
58985            ! doop.c t/op/tr.t
58986 ____________________________________________________________________________
58987 [  9550] By: gsar                                  on 2001/04/04  20:04:17
58988         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
58989              (from Robin Houston)
58990      Branch: maint-5.6/perl
58991            ! ext/B/B.pm ext/B/B/Deparse.pm
58992 ____________________________________________________________________________
58993 [  9549] By: nick                                  on 2001/04/04  18:56:15
58994         Log: Downgrade "Wide character in print" to a warning.
58995      Branch: perlio
58996            ! doio.c t/io/utf8.t
58997 ____________________________________________________________________________
58998 [  9548] By: gsar                                  on 2001/04/04  18:51:49
58999         Log: integrate changes#9460,9462,9482,9521,9522
59000              
59001              Subject: PATCH: B::Debug should show LOOP-specific fields
59002              
59003              Subject: B::Deparse precedence bug. (Patch included.)
59004              
59005              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59006              
59007              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59008              
59009              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59010      Branch: maint-5.6/perl
59011           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
59012           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
59013 ____________________________________________________________________________
59014 [  9547] By: gsar                                  on 2001/04/04  18:49:16
59015         Log: s/djSP/dSP/
59016      Branch: maint-5.6/perl
59017            ! ext/Thread/Thread.xs
59018 ____________________________________________________________________________
59019 [  9546] By: nick                                  on 2001/04/04  18:44:00
59020         Log: Integrate mainline.
59021      Branch: perlio
59022           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
59023           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
59024 ____________________________________________________________________________
59025 [  9545] By: gsar                                  on 2001/04/04  18:38:52
59026         Log: integrate change#8837 from mainline
59027              
59028              Subject: [patch] -Wall cleanup round 2
59029      Branch: maint-5.6/perl
59030           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
59031           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
59032           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
59033           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
59034           !> ext/SDBM_File/SDBM_File.xs
59035 ____________________________________________________________________________
59036 [  9544] By: gsar                                  on 2001/04/04  17:49:57
59037         Log: "double" should be "NV"; standard typemap is missing entry
59038              for NV
59039      Branch: maint-5.6/perl
59040            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
59041 ____________________________________________________________________________
59042 [  9543] By: jhi                                   on 2001/04/04  14:13:18
59043         Log: Thou shalt not (just) match for English error messages.
59044      Branch: perl
59045            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
59046            ! os2/OS2/Process/Process.pm
59047 ____________________________________________________________________________
59048 [  9542] By: jhi                                   on 2001/04/04  13:20:39
59049         Log: Make the stdio tricks of fflush_all() to exist only if
59050              stdio is being used.
59051      Branch: perl
59052            ! util.c
59053 ____________________________________________________________________________
59054 [  9541] By: jhi                                   on 2001/04/04  04:20:24
59055         Log: Subject: Re: [PATCH] Lighten up glob
59056              From: Benjamin Sugars <bsugars@canoe.ca>
59057              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
59058              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
59059      Branch: perl
59060            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
59061            ! util.c
59062 ____________________________________________________________________________
59063 [  9540] By: jhi                                   on 2001/04/04  04:03:57
59064         Log: Integrate changes #9538,9539 from maintperl into mainline.
59065              
59066              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59067              for use with _fwalk() (fix for change#7705)
59068              
59069              another tweak needed for SunOS 4.1.x build (from Mike Guy)
59070              (cp -f is not portable)
59071      Branch: perl
59072           !> Makefile.SH util.c
59073 ____________________________________________________________________________
59074 [  9539] By: gsar                                  on 2001/04/04  03:01:14
59075         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
59076      Branch: maint-5.6/perl
59077            ! Makefile.SH
59078 ____________________________________________________________________________
59079 [  9538] By: gsar                                  on 2001/04/04  01:00:38
59080         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59081              for use with _fwalk() (fix for change#7705)
59082      Branch: maint-5.6/perl
59083            ! util.c
59084 ____________________________________________________________________________
59085 [  9537] By: nick                                  on 2001/04/03  19:24:55
59086         Log: Integrate mainline
59087      Branch: perlio
59088           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
59089           +> lib/unicode/PropList.html
59090            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
59091           !> (integrate 69 files)
59092 ____________________________________________________________________________
59093 [  9536] By: jhi                                   on 2001/04/03  18:02:31
59094         Log: Integrate change #9533 from maintperl into mainline.
59095              
59096              better fix for change#9517 to accomodate UNC paths like
59097              \\server\share\foo, and paths with trailing backslash
59098              like c:\this\
59099      Branch: perl
59100           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59101 ____________________________________________________________________________
59102 [  9535] By: jhi                                   on 2001/04/03  17:58:07
59103         Log: Change the push/unshift warning to be of class syntax, not misc.
59104      Branch: perl
59105            ! op.c pod/perldiag.pod t/pragma/warn/op
59106 ____________________________________________________________________________
59107 [  9534] By: jhi                                   on 2001/04/03  15:03:46
59108         Log: Change the push/unshift warning (#9532) to talk about "no values"
59109              instead of "no arguments".
59110      Branch: perl
59111            ! op.c pod/perldiag.pod t/pragma/warn/op
59112 ____________________________________________________________________________
59113 [  9533] By: gsar                                  on 2001/04/03  14:30:07
59114         Log: better fix for change#9517 to accomodate UNC paths like
59115              \\server\share\foo, and paths with trailing backslash
59116              like c:\this\
59117      Branch: maint-5.6/perl
59118            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59119 ____________________________________________________________________________
59120 [  9532] By: jhi                                   on 2001/04/03  13:11:46
59121         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
59122              From: Robin Houston <robin@kitsite.com>
59123              Date: Mon, 2 Apr 2001 15:03:29 +0100
59124              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
59125      Branch: perl
59126            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
59127 ____________________________________________________________________________
59128 [  9531] By: jhi                                   on 2001/04/03  13:06:34
59129         Log: Integrate change #9530 from maintperl into mainline.
59130              
59131              accomodate VMS "mailbox overflow" quirk in testsuite (from
59132              Craig Berry)
59133      Branch: perl
59134           !> t/lib/socket.t
59135 ____________________________________________________________________________
59136 [  9530] By: gsar                                  on 2001/04/03  04:56:41
59137         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
59138              Craig Berry)
59139      Branch: maint-5.6/perl
59140            ! t/lib/socket.t
59141 ____________________________________________________________________________
59142 [  9529] By: jhi                                   on 2001/04/03  02:34:34
59143         Log: Update Changes.
59144      Branch: perl
59145            ! Changes patchlevel.h
59146 ____________________________________________________________________________
59147 [  9528] By: jhi                                   on 2001/04/03  01:27:57
59148         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
59149              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
59150              To: perl5-porters@perl.org
59151              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
59152      Branch: perl
59153            ! pod/perlfaq3.pod
59154 ____________________________________________________________________________
59155 [  9527] By: jhi                                   on 2001/04/03  01:22:09
59156         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
59157              From: Peter Prymmer <pvhp@forte.com>
59158              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
59159              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
59160      Branch: perl
59161            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
59162 ____________________________________________________________________________
59163 [  9526] By: jhi                                   on 2001/04/03  01:18:25
59164         Log: The metaconfig unit changes for #9525.
59165      Branch: metaconfig
59166            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
59167      Branch: metaconfig/U/perl
59168            ! use64bits.U
59169 ____________________________________________________________________________
59170 [  9525] By: jhi                                   on 2001/04/03  01:17:30
59171         Log: Configure sanity checks:
59172              * if use64bitall is attempted but pointers are only 32-bit,
59173              'downgrade' to use64bitint
59174              * if use64bitint is attempted but there's no quad type,
59175              forget about use64bitint (well, the default for it is 'n',
59176              the user can still override this)
59177              * if pointers are 64 bits, do not try to use Perl's malloc
59178      Branch: perl
59179            ! Configure
59180 ____________________________________________________________________________
59181 [  9524] By: gsar                                  on 2001/04/03  01:09:12
59182         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
59183      Branch: maint-5.6/perl
59184            ! pp_sys.c
59185 ____________________________________________________________________________
59186 [  9523] By: jhi                                   on 2001/04/03  00:02:31
59187         Log: (Retracted by #9609)
59188              
59189              Make it harder for parallel makes to enter 'test' before
59190              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
59191              should be unhappy enough, but sometimes parallel makes seem
59192              to sneak past both in Tru64 and AIX.)
59193      Branch: perl
59194            ! Makefile.SH
59195 ____________________________________________________________________________
59196 [  9522] By: jhi                                   on 2001/04/02  22:35:31
59197         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59198              Date: Mon, 2 Apr 2001 22:54:10 +0100
59199              From: Robin Houston <robin@kitsite.com>
59200              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
59201      Branch: perl
59202            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
59203 ____________________________________________________________________________
59204 [  9521] By: jhi                                   on 2001/04/02  22:32:23
59205         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59206              From: Robin Houston <robin@kitsite.com>
59207              Date: Mon, 2 Apr 2001 20:24:03 +0100
59208              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
59209      Branch: perl
59210            ! ext/B/B/Concise.pm
59211 ____________________________________________________________________________
59212 [  9520] By: jhi                                   on 2001/04/02  22:30:43
59213         Log: Subject: [PATCH] REALLY pedantic hv.h nit
59214              From: Simon Cozens <simon@netthink.co.uk>
59215              Date: Mon, 2 Apr 2001 15:43:06 +0100
59216              Message-ID: <20010402154306.A21711@netthink.co.uk>
59217      Branch: perl
59218            ! hv.h
59219 ____________________________________________________________________________
59220 [  9519] By: jhi                                   on 2001/04/02  22:28:04
59221         Log: Based on
59222              
59223              Subject: [foolperl] EPOC fix
59224              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59225              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
59226              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
59227      Branch: perl
59228            ! pp_sys.c
59229 ____________________________________________________________________________
59230 [  9518] By: jhi                                   on 2001/04/02  22:22:34
59231         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
59232              
59233              README.win32 tweaks; add a note about alternative location for
59234              getting a gcc-2.95.2 that will build perl properly on windows
59235              
59236              add some notes about gutsy threading matters
59237              
59238              many of the utilities interpolate literal paths within doublequotes
59239              (fails on dosish platforms where path contains backslashes)
59240      Branch: perl
59241           !> README.win32 pod/perlguts.pod utils/perldoc.PL
59242           !> x2p/find2perl.PL x2p/s2p.PL
59243 ____________________________________________________________________________
59244 [  9517] By: gsar                                  on 2001/04/02  19:52:21
59245         Log: many of the utilities interpolate literal paths within doublequotes
59246              (fails on dosish platforms where path contains backslashes)
59247      Branch: maint-5.6/perl
59248            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59249 ____________________________________________________________________________
59250 [  9516] By: gsar                                  on 2001/04/02  05:49:37
59251         Log: a foolish release
59252      Branch: maint-5.6/perl
59253            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
59254            ! pod/perltoc.pod
59255 ____________________________________________________________________________
59256 [  9515] By: gsar                                  on 2001/04/02  05:04:29
59257         Log: add missing changelog summaries
59258      Branch: maint-5.6/perl
59259            ! Changes
59260 ____________________________________________________________________________
59261 [  9514] By: gsar                                  on 2001/04/02  04:07:13
59262         Log: add some notes about gutsy threading matters
59263      Branch: maint-5.6/perl
59264            ! pod/perlguts.pod
59265 ____________________________________________________________________________
59266 [  9513] By: gsar                                  on 2001/04/02  03:25:21
59267         Log: add more prominent caveat notices about experimental features
59268      Branch: maint-5.6/perl
59269            ! pod/perlfork.pod pod/perlunicode.pod
59270 ____________________________________________________________________________
59271 [  9512] By: gsar                                  on 2001/04/02  02:54:33
59272         Log: integrate changes#9479,9509 from mainline
59273              
59274              [PATCH] File::Glob stuff for Mac OS
59275              
59276              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
59277      Branch: maint-5.6/perl
59278           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59279           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
59280           !> t/lib/glob-taint.t
59281 ____________________________________________________________________________
59282 [  9511] By: gsar                                  on 2001/04/02  02:38:24
59283         Log: README.win32 tweaks; add a note about alternative location for
59284              getting a gcc-2.95.2 that will build perl properly on windows
59285      Branch: maint-5.6/perl
59286            ! README.win32
59287 ____________________________________________________________________________
59288 [  9510] By: jhi                                   on 2001/04/01  20:45:10
59289         Log: An ambiguousity warning.
59290      Branch: perl
59291            ! t/lib/trig.t
59292 ____________________________________________________________________________
59293 [  9509] By: jhi                                   on 2001/04/01  19:53:47
59294         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
59295              From: Jonathan Stowe <gellyfish@gellyfish.com>
59296              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
59297              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
59298      Branch: perl
59299            ! ext/File/Glob/bsd_glob.c
59300 ____________________________________________________________________________
59301 [  9508] By: jhi                                   on 2001/04/01  19:35:03
59302         Log: Update Changes.
59303      Branch: perl
59304            ! Changes patchlevel.h
59305 ____________________________________________________________________________
59306 [  9507] By: jhi                                   on 2001/04/01  19:24:01
59307         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
59308              from mainline to maintperl: pod tweaks.
59309      Branch: maint-5.6/perl
59310           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
59311           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
59312           !> pod/perlvar.pod
59313 ____________________________________________________________________________
59314 [  9506] By: jhi                                   on 2001/04/01  19:11:53
59315         Log: Commit Sarathy to April release of 5.6.1 :-)
59316      Branch: perl
59317            ! pod/perlfaq1.pod
59318 ____________________________________________________________________________
59319 [  9505] By: jhi                                   on 2001/04/01  19:03:15
59320         Log: Subject: PATCH 5.6.0 (perldebug.pod)
59321              From: Mark-Jason Dominus <mjd@plover.com>
59322              Date: Sun, 01 Apr 2001 14:25:11 -0400
59323              Message-ID: <20010401182511.9247.qmail@plover.com>
59324      Branch: perl
59325            ! pod/perldebug.pod
59326 ____________________________________________________________________________
59327 [  9504] By: jhi                                   on 2001/04/01  18:43:09
59328         Log: Add great_circle_direction().
59329      Branch: perl
59330            ! lib/Math/Trig.pm t/lib/trig.t
59331 ____________________________________________________________________________
59332 [  9503] By: jhi                                   on 2001/04/01  17:29:12
59333         Log: Unicode ReadMe update for Unicode 3.1.
59334      Branch: perl
59335            ! lib/unicode/ReadMe.txt
59336 ____________________________________________________________________________
59337 [  9502] By: jhi                                   on 2001/04/01  17:18:40
59338         Log: Integrate change #9501 from maintperl into mainline.
59339              
59340              fix the perlembed notes on multiple interpreters
59341              
59342              fix ExtUtils::Embed to work passably on Windows
59343      Branch: perl
59344           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
59345 ____________________________________________________________________________
59346 [  9501] By: gsar                                  on 2001/04/01  07:21:57
59347         Log: fix the perlembed notes on multiple interpreters
59348              
59349              fix ExtUtils::Embed to work passably on Windows
59350      Branch: maint-5.6/perl
59351            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
59352 ____________________________________________________________________________
59353 [  9500] By: jhi                                   on 2001/04/01  05:58:23
59354         Log: Test for #9499.
59355      Branch: perl
59356            ! t/op/tr.t
59357 ____________________________________________________________________________
59358 [  9499] By: jhi                                   on 2001/04/01  05:55:46
59359         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
59360      Branch: perl
59361            ! embed.h embed.pl op.c proto.h
59362 ____________________________________________________________________________
59363 [  9498] By: jhi                                   on 2001/04/01  05:44:34
59364         Log: Protect the workaround hunk more.
59365      Branch: perl
59366            ! toke.c
59367 ____________________________________________________________________________
59368 [  9497] By: jhi                                   on 2001/04/01  00:24:25
59369         Log: Integrate changes #9493,9494,9495,9496 from maintperl
59370              into mainline.
59371              
59372              fix a broken workaround for Borland compiler in change#4739
59373              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
59374              
59375              nits spotted by Borland compiler
59376              
59377              avoid redefinition warnings under Borland 5.02
59378              
59379              various nits identified by the Borland 5.5 compiler; remove suppression
59380              of a few warnings
59381      Branch: perl
59382           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
59383           !> win32/win32.h
59384 ____________________________________________________________________________
59385 [  9496] By: gsar                                  on 2001/03/31  23:22:28
59386         Log: various nits identified by the Borland 5.5 compiler; remove suppression
59387              of a few warnings
59388      Branch: maint-5.6/perl
59389            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
59390 ____________________________________________________________________________
59391 [  9495] By: gsar                                  on 2001/03/31  21:03:08
59392         Log: avoid redefinition warnings under Borland 5.02
59393      Branch: maint-5.6/perl
59394            ! win32/makefile.mk
59395 ____________________________________________________________________________
59396 [  9494] By: gsar                                  on 2001/03/31  20:18:59
59397         Log: nits spotted by Borland compiler
59398      Branch: maint-5.6/perl
59399            ! utf8.h win32/win32.h
59400 ____________________________________________________________________________
59401 [  9493] By: gsar                                  on 2001/03/31  20:18:05
59402         Log: fix a broken workaround for Borland compiler in change#4739
59403              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
59404      Branch: maint-5.6/perl
59405            ! toke.c
59406 ____________________________________________________________________________
59407 [  9492] By: jhi                                   on 2001/03/31  18:36:24
59408         Log: Integrate change #9491 from maintperl into mainline.
59409              
59410              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
59411              directory is relative (need to fetch the full path name *before*
59412              the chdir!)
59413      Branch: perl
59414           !> lib/Cwd.pm
59415 ____________________________________________________________________________
59416 [  9491] By: gsar                                  on 2001/03/31  17:01:56
59417         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
59418              directory is relative (need to fetch the full path name *before*
59419              the chdir!)
59420              
59421              this is a followup patch for change#6749
59422      Branch: maint-5.6/perl
59423            ! lib/Cwd.pm
59424 ____________________________________________________________________________
59425 [  9490] By: jhi                                   on 2001/03/31  15:50:18
59426         Log: Subject: Re: [PATCH] av.h cosmetics
59427              From: Simon Cozens <simon@netthink.co.uk>
59428              Date: Sat, 31 Mar 2001 13:09:59 +0100
59429              Message-ID: <20010331130959.A22000@netthink.co.uk>
59430              
59431              Document AvALLOC.
59432      Branch: perl
59433            ! pod/perlguts.pod
59434 ____________________________________________________________________________
59435 [  9489] By: jhi                                   on 2001/03/31  15:48:44
59436         Log: Subject: [PATCH] Re: Math::Big* v1.21
59437              From: Tels <perl_dummy@bloodgate.com>
59438              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
59439              Message-Id: <200103311125.GAA377738@www08.hway.net>
59440      Branch: perl
59441            ! pod/perlop.pod
59442 ____________________________________________________________________________
59443 [  9488] By: jhi                                   on 2001/03/31  03:39:51
59444         Log: Debug output tweak.
59445      Branch: perl
59446            ! t/lib/cwd.t
59447 ____________________________________________________________________________
59448 [  9487] By: jhi                                   on 2001/03/31  03:33:02
59449         Log: OverVMSification.
59450      Branch: perl
59451            ! t/lib/cwd.t
59452 ____________________________________________________________________________
59453 [  9486] By: jhi                                   on 2001/03/31  03:01:40
59454         Log: Missed MANIFESTations in #9483.
59455      Branch: perl
59456            ! MANIFEST
59457 ____________________________________________________________________________
59458 [  9485] By: jhi                                   on 2001/03/31  02:58:17
59459         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
59460              From: Peter Prymmer <pvhp@forte.com>
59461              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
59462              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
59463      Branch: perl
59464            ! regexec.c t/lib/cwd.t
59465 ____________________________________________________________________________
59466 [  9484] By: jhi                                   on 2001/03/31  01:04:41
59467         Log: Obsolete file (see #3938)
59468      Branch: perl
59469            - lib/unicode/README.Ethiopic
59470            ! MANIFEST
59471 ____________________________________________________________________________
59472 [  9483] By: jhi                                   on 2001/03/31  00:52:42
59473         Log: Update to Unicode 3.1.
59474              (Rename Names.txt to NamesList.txt.)
59475      Branch: perl
59476            + lib/unicode/NamesList.txt lib/unicode/PropList.html
59477            - lib/unicode/Names.txt
59478            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
59479            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
59480            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
59481            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
59482            ! lib/unicode/UCD.html lib/unicode/Unicode.html
59483            ! lib/unicode/rename lib/unicode/version
59484 ____________________________________________________________________________
59485 [  9482] By: jhi                                   on 2001/03/30  23:33:44
59486         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59487              From: Robin Houston <robin@kitsite.com>
59488              Date: Fri, 30 Mar 2001 20:07:22 +0100
59489              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
59490      Branch: perl
59491            ! ext/B/B/Deparse.pm
59492 ____________________________________________________________________________
59493 [  9481] By: jhi                                   on 2001/03/30  23:20:25
59494         Log: Subject: Re: [PATCH] CwdXS, Take 2
59495              From: Benjamin Sugars <bsugars@canoe.ca>
59496              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
59497              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
59498      Branch: perl
59499            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
59500            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
59501 ____________________________________________________________________________
59502 [  9480] By: jhi                                   on 2001/03/30  22:52:38
59503         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
59504              From: David Dyck <dcd@tc.fluke.com>
59505              Date: Fri, 30 Mar 2001 14:44:13 -0800
59506              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
59507              
59508              The t/rantests flags file creation was accidentally
59509              removed by #9217.
59510      Branch: perl
59511            ! Makefile.SH
59512 ____________________________________________________________________________
59513 [  9479] By: jhi                                   on 2001/03/30  22:45:45
59514         Log: Subject: [PATCH] File::Glob stuff for Mac OS
59515              From: Chris Nandor <pudge@pobox.com>
59516              Date: Fri, 30 Mar 2001 16:51:00 -0500
59517              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
59518      Branch: perl
59519            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59520            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
59521            ! t/lib/glob-taint.t
59522 ____________________________________________________________________________
59523 [  9478] By: jhi                                   on 2001/03/30  22:43:12
59524         Log: Subject: fix for win32/buildext.pl
59525              From: "Vadim Konovalov" <watman@inbox.ru>
59526              Date: Sat, 31 Mar 2001 00:50:36 +0400
59527              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
59528      Branch: perl
59529            ! win32/buildext.pl
59530 ____________________________________________________________________________
59531 [  9477] By: jhi                                   on 2001/03/30  22:41:16
59532         Log: Subject: small base.pm doc patch
59533              From: Leon Brocard <acme@astray.com>
59534              Date: Fri, 30 Mar 2001 21:49:57 +0100
59535              Message-ID: <20010330214957.B8733@ns0.astray.com>
59536      Branch: perl
59537            ! lib/base.pm
59538 ____________________________________________________________________________
59539 [  9476] By: jhi                                   on 2001/03/30  18:16:57
59540         Log: Subject: [PATCH] av.h cosmetics
59541              From: Simon Cozens <simon@netthink.co.uk>
59542              Date: Fri, 30 Mar 2001 18:12:28 +0100
59543              Message-ID: <20010330181228.A9319@netthink.co.uk>
59544      Branch: perl
59545            ! av.h
59546 ____________________________________________________________________________
59547 [  9475] By: jhi                                   on 2001/03/30  18:15:50
59548         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
59549              From: "Philip Newton" <pnewton@gmx.de>
59550              Date: Fri, 30 Mar 2001 19:06:57 +0200
59551              Message-ID: <3AC4D951.14815.1AC7068@localhost>
59552      Branch: perl
59553            ! pod/perlhack.pod
59554 ____________________________________________________________________________
59555 [  9474] By: jhi                                   on 2001/03/30  18:14:02
59556         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
59557              From: Benjamin Sugars <bsugars@canoe.ca>
59558              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
59559              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
59560      Branch: perl
59561            ! t/lib/glob-basic.t
59562 ____________________________________________________________________________
59563 [  9473] By: jhi                                   on 2001/03/30  16:09:24
59564         Log: Update Changes.
59565      Branch: perl
59566            ! Changes patchlevel.h
59567 ____________________________________________________________________________
59568 [  9472] By: jhi                                   on 2001/03/30  15:16:08
59569         Log: Integrate perlio:
59570              
59571              [  9471]
59572              Should be (^O eq 'MSWin32') not 'Win32'
59573              Fail #12 seems real - chdir is in wrong dir.
59574              
59575              [  9467]
59576              Skip order test of glob if case-ignoring system cannot 
59577              create a.test and A.test
59578      Branch: perl
59579           !> t/lib/cwd.t t/lib/glob-basic.t
59580 ____________________________________________________________________________
59581 [  9471] By: nick                                  on 2001/03/30  14:47:10
59582         Log: Should be (^O eq 'MSWin32') not 'Win32'
59583              Fail #12 seems real - chdir is in wrong dir.
59584      Branch: perlio
59585            ! t/lib/cwd.t
59586 ____________________________________________________________________________
59587 [  9470] By: jhi                                   on 2001/03/30  14:41:11
59588         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
59589              From: Radu Greab <radu@netsoft.ro>
59590              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
59591              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
59592              
59593              Replace #9352.
59594      Branch: perl
59595            ! ext/Socket/Socket.xs pp_sys.c
59596 ____________________________________________________________________________
59597 [  9469] By: jhi                                   on 2001/03/30  14:37:51
59598         Log: Subject: PATCH pod/perldiag.pod
59599              From: Robin Houston <robin@kitsite.com>
59600              Date: Fri, 30 Mar 2001 14:10:36 +0100
59601              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
59602      Branch: perl
59603            ! pod/perldiag.pod t/lib/glob-basic.t
59604 ____________________________________________________________________________
59605 [  9468] By: jhi                                   on 2001/03/30  14:36:36
59606         Log: Subject: Better diagnostic in io/fs.t
59607              From: andreas.koenig@anima.de (Andreas J. Koenig)
59608              Date: 30 Mar 2001 10:11:43 +0200
59609              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
59610      Branch: perl
59611            ! t/io/fs.t
59612 ____________________________________________________________________________
59613 [  9467] By: nick                                  on 2001/03/30  14:25:43
59614         Log: Skip order test of glob if case-ignoring system cannot 
59615              create a.test and A.test
59616      Branch: perlio
59617            ! t/lib/glob-basic.t
59618 ____________________________________________________________________________
59619 [  9466] By: nick                                  on 2001/03/30  13:03:12
59620         Log: Integrate mainline.
59621      Branch: perlio
59622            - ext/re/hints/aix.pl
59623           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
59624           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
59625           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
59626           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
59627 ____________________________________________________________________________
59628 [  9465] By: jhi                                   on 2001/03/30  03:53:37
59629         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
59630              the tests sometimes hang, sometimes not.)
59631      Branch: perl
59632            ! t/lib/io_multihomed.t t/lib/io_sock.t
59633 ____________________________________________________________________________
59634 [  9464] By: jhi                                   on 2001/03/30  02:56:04
59635         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
59636              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59637              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
59638              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
59639      Branch: perl
59640            ! op.c
59641 ____________________________________________________________________________
59642 [  9463] By: jhi                                   on 2001/03/30  02:34:48
59643         Log: Test for #9462.
59644      Branch: perl
59645            ! t/lib/b.t
59646 ____________________________________________________________________________
59647 [  9462] By: jhi                                   on 2001/03/30  02:29:37
59648         Log: Subject: B::Deparse precedence bug. (Patch included.)
59649              From: Jeremy Madea <jmadea@inktomi.com>
59650              Date: Thu, 29 Mar 2001 12:05:02 -0800
59651              Message-ID: <20010329120502.A24881@dr.inktomi.com>
59652      Branch: perl
59653            ! ext/B/B/Deparse.pm
59654 ____________________________________________________________________________
59655 [  9461] By: jhi                                   on 2001/03/30  02:18:41
59656         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
59657              From: Peter Prymmer <pvhp@forte.com>
59658              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
59659              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
59660      Branch: perl
59661            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
59662            ! t/lib/md5-file.t
59663 ____________________________________________________________________________
59664 [  9460] By: jhi                                   on 2001/03/30  02:17:07
59665         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
59666              From: Robin Houston <robin@kitsite.com>
59667              Date: Thu, 29 Mar 2001 20:47:56 +0100
59668              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
59669      Branch: perl
59670            ! ext/B/B/Debug.pm
59671 ____________________________________________________________________________
59672 [  9459] By: jhi                                   on 2001/03/30  02:16:05
59673         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
59674              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
59675              Date: Wed, 28 Mar 2001 18:02:20 -0600
59676              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
59677      Branch: perl
59678            ! lib/ExtUtils/MM_VMS.pm
59679 ____________________________________________________________________________
59680 [  9458] By: jhi                                   on 2001/03/30  02:07:58
59681         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
59682              From: "Joshua E. Rodd" <jrodd@pbs.org>
59683              Date: Wed, 28 Mar 2001 17:29:12 -0500
59684              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
59685      Branch: perl
59686            ! pod/perlop.pod
59687 ____________________________________________________________________________
59688 [  9457] By: jhi                                   on 2001/03/30  02:04:33
59689         Log: Subject: ext/re/aix.pl can go
59690              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59691              Date: Thu, 29 Mar 2001 12:03:28 +0200
59692              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
59693      Branch: perl
59694            - ext/re/hints/aix.pl
59695            ! MANIFEST
59696 ____________________________________________________________________________
59697 [  9456] By: jhi                                   on 2001/03/30  02:03:32
59698         Log: Integrate perlio:
59699              
59700              [  9455]
59701              DLL name has changed so installperl needs to know
59702              (Why isn't it working it out or passed it?)
59703              
59704              [  9454]
59705              Change Encode's check arguments to 'bool' so SvTRUE gets used
59706              and we don't get undef warnings.
59707      Branch: perl
59708           !> ext/Encode/Encode.xs installperl
59709 ____________________________________________________________________________
59710 [  9455] By: nick                                  on 2001/03/29  21:11:46
59711         Log: DLL name has changed so installperl needs to know
59712              (Why isn't it working it out or passed it?)
59713      Branch: perlio
59714            ! installperl
59715 ____________________________________________________________________________
59716 [  9454] By: nick                                  on 2001/03/29  20:56:12
59717         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
59718              and we don't get undef warnings.
59719      Branch: perlio
59720            ! ext/Encode/Encode.xs
59721 ____________________________________________________________________________
59722 [  9453] By: nick                                  on 2001/03/29  17:58:48
59723         Log: Integrate mainline
59724      Branch: perlio
59725           !> Changes patchlevel.h
59726 ____________________________________________________________________________
59727 [  9452] By: jhi                                   on 2001/03/29  16:44:55
59728         Log: Update Changes.
59729      Branch: perl
59730            ! Changes patchlevel.h
59731 ____________________________________________________________________________
59732 [  9451] By: nick                                  on 2001/03/29  16:31:38
59733         Log: Integrate mainline
59734      Branch: perlio
59735           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
59736           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
59737           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
59738           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
59739           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
59740 ____________________________________________________________________________
59741 [  9450] By: jhi                                   on 2001/03/29  16:29:17
59742         Log: Integrate perlio:
59743              
59744              [  9448]
59745              Make sure buildext.pl finds Errno.pm
59746      Branch: perl
59747           !> win32/buildext.pl
59748 ____________________________________________________________________________
59749 [  9449] By: jhi                                   on 2001/03/29  15:50:01
59750         Log: Update Changes.
59751      Branch: perl
59752            ! Changes patchlevel.h
59753 ____________________________________________________________________________
59754 [  9448] By: nick                                  on 2001/03/29  15:47:15
59755         Log: Make sure buildext.pl finds Errno.pm
59756      Branch: perlio
59757            ! win32/buildext.pl
59758 ____________________________________________________________________________
59759 [  9447] By: jhi                                   on 2001/03/29  15:39:34
59760         Log: Integrate perlio:
59761              
59762              [  9445]
59763              Fix breakage ... 
59764      Branch: perl
59765           !> win32/makefile.mk
59766 ____________________________________________________________________________
59767 [  9446] By: nick                                  on 2001/03/29  15:30:03
59768         Log: Integrate win32/makefile.mk with mainline.
59769      Branch: perlio
59770           !> win32/makefile.mk
59771 ____________________________________________________________________________
59772 [  9445] By: nick                                  on 2001/03/29  15:27:32
59773         Log: Fix breakage ... 
59774      Branch: perlio
59775            ! win32/makefile.mk
59776 ____________________________________________________________________________
59777 [  9444] By: jhi                                   on 2001/03/29  15:03:08
59778         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
59779              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59780              Date: Thu, 29 Mar 2001 10:32:59 +0400
59781              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
59782      Branch: perl
59783            ! win32/makefile.mk
59784 ____________________________________________________________________________
59785 [  9443] By: jhi                                   on 2001/03/29  15:02:12
59786         Log: Integrate perlio:
59787              
59788              [  9442]
59789              Work in progress - determine win32 extensions to build via script.
59790              
59791              [  9435]
59792              Win32 has name conflict with ERROR
59793              
59794              [  9432]
59795              Make as-shipped compiler default to MSVC6 
59796              
59797              [  9431]
59798              Allow someone to write PerlIO::Array, PerlIO::Code, ...
59799              akin to PerlIO::Scalar.
59800              
59801              [  9429]
59802              Noticed that two tests were skipped as perlio:: package
59803              isn't there any more. Changed the skip condition.
59804              Avoid core-dump if sv_utf8_upgrade() called on something
59805              that does not become SvPOK after SvPV() (e.g. a ref).
59806      Branch: perl
59807           +> win32/buildext.pl
59808           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
59809           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
59810 ____________________________________________________________________________
59811 [  9442] By: nick                                  on 2001/03/29  14:59:11
59812         Log: Work in progress - determine win32 extensions to build via script.
59813      Branch: perlio
59814            + win32/buildext.pl
59815            ! MANIFEST win32/makefile.mk
59816 ____________________________________________________________________________
59817 [  9441] By: jhi                                   on 2001/03/29  14:51:47
59818         Log: Reintroduce the use of external pwd.
59819      Branch: perl
59820            ! t/lib/cwd.t
59821 ____________________________________________________________________________
59822 [  9440] By: jhi                                   on 2001/03/29  14:42:58
59823         Log: use warnings instead of -w.
59824      Branch: perl
59825            ! utils/h2xs.PL
59826 ____________________________________________________________________________
59827 [  9439] By: jhi                                   on 2001/03/29  14:41:52
59828         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
59829              From: Jonathan Stowe <gellyfish@gellyfish.com>
59830              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
59831              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
59832      Branch: perl
59833            ! utils/h2xs.PL
59834 ____________________________________________________________________________
59835 [  9438] By: jhi                                   on 2001/03/29  14:39:38
59836         Log: Subject: [PATCH perl@9424] minor pod nits
59837              From: Robin Barker <rmb1@cise.npl.co.uk>
59838              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
59839              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
59840      Branch: perl
59841            ! pod/perlhack.pod pod/perliol.pod
59842 ____________________________________________________________________________
59843 [  9437] By: jhi                                   on 2001/03/29  14:29:16
59844         Log: Subject: [PATCH perl@9424] typemap cast warning
59845              From: Robin Barker <rmb1@cise.npl.co.uk>
59846              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
59847              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
59848      Branch: perl
59849            ! lib/ExtUtils/typemap
59850 ____________________________________________________________________________
59851 [  9436] By: jhi                                   on 2001/03/29  14:26:03
59852         Log: Subject: [PATCH perl@9424] printf warning
59853              From: Robin Barker <rmb1@cise.npl.co.uk>
59854              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
59855              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
59856      Branch: perl
59857            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
59858            ! ext/Storable/Storable.xs toke.c
59859 ____________________________________________________________________________
59860 [  9435] By: nick                                  on 2001/03/29  14:23:31
59861         Log: Win32 has name conflict with ERROR
59862      Branch: perlio
59863            ! ext/PerlIO/Via/Via.xs
59864 ____________________________________________________________________________
59865 [  9434] By: jhi                                   on 2001/03/29  14:17:48
59866         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
59867              From: Peter Prymmer <pvhp@forte.com>
59868              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
59869              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
59870      Branch: perl
59871            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
59872 ____________________________________________________________________________
59873 [  9433] By: jhi                                   on 2001/03/29  13:52:44
59874         Log: test-prep target was missing.
59875      Branch: perl
59876            ! Makefile.SH
59877 ____________________________________________________________________________
59878 [  9432] By: nick                                  on 2001/03/29  12:40:03
59879         Log: Make as-shipped compiler default to MSVC6 
59880      Branch: perlio
59881            ! win32/makefile.mk
59882 ____________________________________________________________________________
59883 [  9431] By: nick                                  on 2001/03/29  12:12:16
59884         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
59885              akin to PerlIO::Scalar.
59886      Branch: perlio
59887            ! perlio.c perlio.h
59888 ____________________________________________________________________________
59889 [  9430] By: nick                                  on 2001/03/29  10:56:35
59890         Log: Integrate mainline.
59891      Branch: perlio
59892           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
59893           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
59894           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
59895           !> win32/makefile.mk win32/win32sck.c
59896 ____________________________________________________________________________
59897 [  9429] By: nick                                  on 2001/03/29  09:03:43
59898         Log: Noticed that two tests were skipped as perlio:: package
59899              isn't there any more. Changed the skip condition.
59900              Avoid core-dump if sv_utf8_upgrade() called on something
59901              that does not become SvPOK after SvPV() (e.g. a ref).
59902      Branch: perlio
59903            ! sv.c t/io/utf8.t t/lib/io_scalar.t
59904 ____________________________________________________________________________
59905 [  9428] By: jhi                                   on 2001/03/29  01:31:47
59906         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
59907              From: Benjamin Sugars <bsugars@canoe.ca> 
59908              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
59909              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
59910      Branch: perl
59911            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
59912            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
59913            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
59914 ____________________________________________________________________________
59915 [  9427] By: jhi                                   on 2001/03/29  00:49:30
59916         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
59917              From: "Vadim Konovalov" <watman@inbox.ru>
59918              Date: Thu, 29 Mar 2001 01:50:12 +0400
59919              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
59920      Branch: perl
59921            ! win32/makefile.mk win32/win32sck.c
59922 ____________________________________________________________________________
59923 [  9426] By: gsar                                  on 2001/03/29  00:28:04
59924         Log: dmake can only handle == and != in comparisons; support building
59925              with Borland's VCL libraries (from Vadim Konovalov)
59926      Branch: maint-5.6/perl
59927            ! win32/makefile.mk
59928 ____________________________________________________________________________
59929 [  9425] By: nick                                  on 2001/03/28  19:29:56
59930         Log: Integrate (@snapshot)
59931      Branch: perlio
59932           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
59933 ____________________________________________________________________________
59934 [  9424] By: jhi                                   on 2001/03/28  19:03:16
59935         Log: Update Changes.
59936      Branch: perl
59937            ! Changes patchlevel.h
59938 ____________________________________________________________________________
59939 [  9423] By: jhi                                   on 2001/03/28  18:52:09
59940         Log: Rmdir lib/XS on cleanup.
59941      Branch: perl
59942            ! Makefile.SH
59943 ____________________________________________________________________________
59944 [  9422] By: jhi                                   on 2001/03/28  18:49:34
59945         Log: Integrate perlio:
59946              
59947              [  9421]
59948              Loose duplicate chunk.
59949      Branch: perl
59950           !> t/op/utf8decode.t
59951 ____________________________________________________________________________
59952 [  9421] By: nick                                  on 2001/03/28  18:46:44
59953         Log: Loose duplicate chunk.
59954      Branch: perlio
59955            ! t/op/utf8decode.t
59956 ____________________________________________________________________________
59957 [  9420] By: nick                                  on 2001/03/28  18:44:11
59958         Log: Integrate mainline.
59959      Branch: perlio
59960           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
59961           !> vms/vmsish.h
59962 ____________________________________________________________________________
59963 [  9419] By: jhi                                   on 2001/03/28  18:42:05
59964         Log: Can't trust external pwds
59965              (either shell builtins or external programs)
59966      Branch: perl
59967            ! t/lib/cwd.t
59968 ____________________________________________________________________________
59969 [  9418] By: jhi                                   on 2001/03/28  18:34:05
59970         Log: Integrate perlio:
59971              
59972              [  9417]
59973              PerlIO.pm / perlio.pm conflict.
59974              Update some pods.
59975              Make t/op/utf8decode.t a text file.
59976      Branch: perl
59977            - lib/perlio.pm
59978           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
59979           !> t/op/utf8decode.t
59980 ____________________________________________________________________________
59981 [  9417] By: nick                                  on 2001/03/28  18:24:02
59982         Log: PerlIO.pm / perlio.pm conflict.
59983              Update some pods.
59984              Make t/op/utf8decode.t a text file.
59985      Branch: perlio
59986            - lib/perlio.pm
59987            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
59988            ! t/op/utf8decode.t
59989 ____________________________________________________________________________
59990 [  9416] By: jhi                                   on 2001/03/28  18:06:07
59991         Log: Integrate change #9409 from mainline to maintperl.
59992              
59993              Yet another tweak on AIX dynaloading.
59994      Branch: maint-5.6/perl
59995           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
59996 ____________________________________________________________________________
59997 [  9415] By: gsar                                  on 2001/03/28  17:13:01
59998         Log: integrate changes#9377,9385,9401 from mainline
59999              
60000              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60001              
60002              If directory entries compare equal case-insensitively,
60003              retry case-sensitively.
60004              
60005              Subject: [PATCH] B::Terse and warnings
60006      Branch: maint-5.6/perl
60007           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
60008           !> t/pragma/warn/perl
60009 ____________________________________________________________________________
60010 [  9414] By: jhi                                   on 2001/03/28  17:11:12
60011         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
60012              From: "Craig A. Berry" <craigberry@mac.com>
60013              Date: Wed, 28 Mar 2001 10:55:20 -0600
60014              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
60015      Branch: perl
60016            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
60017 ____________________________________________________________________________
60018 [  9413] By: jhi                                   on 2001/03/28  17:03:12
60019         Log: Dup hunk.
60020      Branch: perl
60021            ! t/op/utf8decode.t
60022 ____________________________________________________________________________
60023 [  9412] By: jhi                                   on 2001/03/28  17:02:36
60024         Log: Forced integrate from perlio.
60025      Branch: perl
60026           !> t/op/utf8decode.t
60027 ____________________________________________________________________________
60028 [  9411] By: nick                                  on 2001/03/28  16:50:03
60029         Log: Integrate mainline.
60030      Branch: perlio
60031           +> t/lib/cwd.t
60032           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60033           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
60034           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
60035           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
60036           !> t/pragma/warn/perl
60037 ____________________________________________________________________________
60038 [  9410] By: jhi                                   on 2001/03/28  16:44:23
60039         Log: Subject: Re: [PATCH] 9403 cannot be tested
60040              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60041              Date: Wed, 28 Mar 2001 18:33:56 +0200
60042              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
60043      Branch: perl
60044            ! makedef.pl
60045 ____________________________________________________________________________
60046 [  9409] By: jhi                                   on 2001/03/28  16:12:45
60047         Log: Yet another tweak on AIX dynaloading.
60048      Branch: perl
60049            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60050 ____________________________________________________________________________
60051 [  9408] By: jhi                                   on 2001/03/28  15:52:55
60052         Log: Subject: [PATCH] 9403 cannot be tested
60053              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
60054              Date: Wed, 28 Mar 2001 17:23:00 +0200
60055              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
60056              
60057              A missing symbol.
60058      Branch: perl
60059            ! makedef.pl
60060 ____________________________________________________________________________
60061 [  9407] By: jhi                                   on 2001/03/28  15:47:43
60062         Log: Integrate perlio:
60063              
60064              [  9400]
60065              More EBCDIC tweaks:
60066              - one more swash issue &~(0xA0-1) did not do the right thing,
60067              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60068              - add "use re 'asciirange'" to make [!-~] etc. work
60069              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60070              - Choose a key for t/op/each.t test which gets encoded.
60071              - Skip utf8decode if this is UTF-EBCDIC.
60072      Branch: perl
60073            ! t/op/utf8decode.t
60074           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60075           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
60076 ____________________________________________________________________________
60077 [  9406] By: jhi                                   on 2001/03/28  15:37:08
60078         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
60079              From: Benjamin Sugars <bsugars@canoe.ca> 
60080              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
60081              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
60082      Branch: perl
60083            + t/lib/cwd.t
60084            ! MANIFEST
60085 ____________________________________________________________________________
60086 [  9405] By: jhi                                   on 2001/03/28  15:13:18
60087         Log: pp_ne() needs a CORRECT boolean.
60088      Branch: perl
60089            ! pp.c
60090 ____________________________________________________________________________
60091 [  9404] By: jhi                                   on 2001/03/28  15:09:23
60092         Log: pp_ne() needs a boolean, not an integer.
60093      Branch: perl
60094            ! pp.c
60095 ____________________________________________________________________________
60096 [  9403] By: jhi                                   on 2001/03/28  14:47:43
60097         Log: (Retracted by #9404.)
60098      Branch: perl
60099            ! pp.c
60100 ____________________________________________________________________________
60101 [  9402] By: jhi                                   on 2001/03/28  14:43:59
60102         Log: Subject: Re: [PATCH] Typemap testing
60103              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
60104              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
60105              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
60106      Branch: perl
60107            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60108            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
60109 ____________________________________________________________________________
60110 [  9401] By: jhi                                   on 2001/03/28  14:42:14
60111         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60112              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
60113              Date: Sun, 25 Mar 2001 21:59:15 +0100
60114              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
60115              
60116              A variable will be checked for the "use once" warnings if:
60117              
60118              1. It is in the scope of a use warnings 'once'
60119              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
60120              
60121              Otherwise it won't be checked at all.
60122              
60123              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
60124              
60125              The enclosed patch partially fixes this issue. What I didn't
60126              get to work was the case where the "used once" warning is enabled
60127              in any file other than the main file.
60128      Branch: perl
60129            ! gv.c t/pragma/warn/perl
60130 ____________________________________________________________________________
60131 [  9400] By: nick                                  on 2001/03/28  14:38:24
60132         Log: More EBCDIC tweaks:
60133              - one more swash issue &~(0xA0-1) did not do the right thing,
60134              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60135              - add "use re 'asciirange'" to make [!-~] etc. work
60136              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60137              - Choose a key for t/op/each.t test which gets encoded.
60138              - Skip utf8decode if this is UTF-EBCDIC.
60139      Branch: perlio
60140            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60141            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
60142 ____________________________________________________________________________
60143 [  9399] By: jhi                                   on 2001/03/28  14:21:00
60144         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
60145              Andreas Schwab.
60146      Branch: perl
60147            ! pp.c
60148 ____________________________________________________________________________
60149 [  9398] By: jhi                                   on 2001/03/28  00:55:56
60150         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
60151              From: David Dyck <dcd@tc.fluke.com>
60152              Date: Tue, 27 Mar 2001 15:16:24 -0800
60153              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
60154      Branch: perl
60155            ! ext/IO/lib/IO/Socket.pm
60156 ____________________________________________________________________________
60157 [  9397] By: jhi                                   on 2001/03/27  21:52:49
60158         Log: Integrate perlio:
60159              
60160              [  9395]
60161              Outline docs for PerlIO and PerlIO::Scalar
60162              
60163              [  9394]
60164              PerlIO::Via layer (alpha-ish).
60165      Branch: perl
60166           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
60167           +> ext/PerlIO/Via/Via.xs
60168           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
60169 ____________________________________________________________________________
60170 [  9396] By: nick                                  on 2001/03/27  21:45:13
60171         Log: Integrate mainline.
60172      Branch: perlio
60173           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
60174           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
60175 ____________________________________________________________________________
60176 [  9395] By: nick                                  on 2001/03/27  21:18:58
60177         Log: Outline docs for PerlIO and PerlIO::Scalar
60178      Branch: perlio
60179            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
60180 ____________________________________________________________________________
60181 [  9394] By: nick                                  on 2001/03/27  20:50:13
60182         Log: PerlIO::Via layer (alpha-ish).
60183      Branch: perlio
60184            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
60185            + ext/PerlIO/Via/Via.xs
60186            ! MANIFEST
60187 ____________________________________________________________________________
60188 [  9393] By: jhi                                   on 2001/03/27  20:49:55
60189         Log: Retract #9329 now that 9390 should take care of the matter.
60190      Branch: perl
60191            ! utils/h2xs.PL
60192 ____________________________________________________________________________
60193 [  9390] By: jhi                                   on 2001/03/27  20:47:50
60194         Log: Subject: Autoloading Errno.pm when %! is encountered
60195              From: Robin Houston <robin@kitsite.com>
60196              Date: Tue, 27 Mar 2001 20:57:11 +0100
60197              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
60198      Branch: perl
60199            ! embed.h embed.pl gv.c proto.h t/op/magic.t
60200 ____________________________________________________________________________
60201 [  9389] By: jhi                                   on 2001/03/27  20:24:31
60202         Log: Integrate perlio:
60203              
60204              [  9384]
60205              Various EBCDIC fixes:
60206              - major revelation that swash code is encoding aware,
60207              (or thought it was) - now it is ;-)
60208              - With that out of the way fix a slab of tr/// cases.
60209              - Fix Encode 'Unicode' to be true Unicode so tests pass.
60210              - As anticipated Base64.xs needed tweaks.
60211              - Until tr/// works right avoid old_encode64 in MIME tests.
60212      Branch: perl
60213           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
60214           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
60215           !> utf8.c
60216 ____________________________________________________________________________
60217 [  9388] By: jhi                                   on 2001/03/27  20:21:38
60218         Log: Better have a three-element array if one is going to assign
60219              to the third element of that array. (from Tim Jenness)
60220      Branch: perl
60221            ! ext/XS/Typemap/Typemap.xs
60222 ____________________________________________________________________________
60223 [  9387] By: nick                                  on 2001/03/27  20:15:43
60224         Log: Integrate mainline.
60225      Branch: perlio
60226           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
60227           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60228           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
60229           +> t/lib/xs-typemap.t
60230           !> (integrate 34 files)
60231 ____________________________________________________________________________
60232 [  9386] By: jhi                                   on 2001/03/27  20:04:18
60233         Log: Subject: Re: perl@9359 breaks HTML::Parser
60234              From: Gisle Aas <gisle@ActiveState.com>
60235              Date: 27 Mar 2001 11:30:24 -0800
60236              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
60237              
60238              Clarify the UTF-8 issues of the API docs.
60239              (Slightly reworded and expanded.)
60240      Branch: perl
60241            ! pod/perlapi.pod sv.c sv.h
60242 ____________________________________________________________________________
60243 [  9385] By: jhi                                   on 2001/03/27  19:44:25
60244         Log: If directory entries compare equal case-insensitively,
60245              retry case-sensitively.
60246      Branch: perl
60247            ! ext/File/Glob/bsd_glob.c
60248 ____________________________________________________________________________
60249 [  9384] By: nick                                  on 2001/03/27  19:38:50
60250         Log: Various EBCDIC fixes:
60251              - major revelation that swash code is encoding aware,
60252              (or thought it was) - now it is ;-)
60253              - With that out of the way fix a slab of tr/// cases.
60254              - Fix Encode 'Unicode' to be true Unicode so tests pass.
60255              - As anticipated Base64.xs needed tweaks.
60256              - Until tr/// works right avoid old_encode64 in MIME tests.
60257      Branch: perlio
60258            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
60259            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
60260 ____________________________________________________________________________
60261 [  9383] By: jhi                                   on 2001/03/27  18:34:41
60262         Log: Add the std test suite BEGIN block.
60263      Branch: perl
60264            ! t/lib/xs-typemap.t
60265 ____________________________________________________________________________
60266 [  9382] By: jhi                                   on 2001/03/27  15:16:07
60267         Log: Add debugging output to the test.
60268      Branch: perl
60269            ! t/lib/glob-basic.t
60270 ____________________________________________________________________________
60271 [  9381] By: jhi                                   on 2001/03/27  15:08:10
60272         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
60273      Branch: perl
60274            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
60275            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60276            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
60277            + t/lib/xs-typemap.t
60278            ! MANIFEST
60279 ____________________________________________________________________________
60280 [  9380] By: jhi                                   on 2001/03/27  14:48:34
60281         Log: Subject: [PATCH] Typemap testing
60282              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
60283              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
60284              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
60285              
60286              (The first part of the patch.)
60287      Branch: perl
60288            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
60289 ____________________________________________________________________________
60290 [  9379] By: jhi                                   on 2001/03/27  14:44:56
60291         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
60292              From: Benjamin Sugars <bsugars@canoe.ca> 
60293              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
60294              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
60295      Branch: perl
60296            ! t/lib/glob-basic.t
60297 ____________________________________________________________________________
60298 [  9378] By: jhi                                   on 2001/03/27  14:42:30
60299         Log: Subject: [PATCH] perlvar nit
60300              From: Simon Cozens <simon@netthink.co.uk>
60301              Date: Tue, 27 Mar 2001 01:12:01 +0100
60302              Message-ID: <20010327011201.A19179@netthink.co.uk>
60303      Branch: perl
60304            ! pod/perlvar.pod
60305 ____________________________________________________________________________
60306 [  9377] By: jhi                                   on 2001/03/27  14:36:26
60307         Log: Subject: [PATCH] B::Terse and warnings
60308              From: Benjamin Sugars <ben.sugars@home.com>
60309              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
60310              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
60311      Branch: perl
60312            ! ext/B/B.pm ext/B/B/Terse.pm
60313 ____________________________________________________________________________
60314 [  9376] By: jhi                                   on 2001/03/27  14:31:31
60315         Log: Document sockatmark() some.
60316      Branch: perl
60317            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
60318            ! pod/perltoc.pod
60319 ____________________________________________________________________________
60320 [  9375] By: jhi                                   on 2001/03/27  14:00:24
60321         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
60322              noted by Gisle and fixed by NI-S.
60323      Branch: perl
60324            ! sv.c
60325 ____________________________________________________________________________
60326 [  9374] By: jhi                                   on 2001/03/27  05:50:01
60327         Log: Regen toc.
60328      Branch: perl
60329            ! pod/perltoc.pod
60330 ____________________________________________________________________________
60331 [  9373] By: jhi                                   on 2001/03/27  05:43:51
60332         Log: Pixie documenting.
60333      Branch: perl
60334            ! Makefile.SH pod/perlhack.pod
60335 ____________________________________________________________________________
60336 [  9372] By: jhi                                   on 2001/03/27  05:29:34
60337         Log: Metaconfig unit changes for #9371.
60338      Branch: metaconfig
60339            ! U/modified/myhostname.U
60340      Branch: metaconfig/U/perl
60341            + d_sockatmark.U
60342            ! gccvers.U
60343 ____________________________________________________________________________
60344 [  9371] By: jhi                                   on 2001/03/27  05:29:07
60345         Log: Add sockatmark() probing.
60346      Branch: perl
60347            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60348            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
60349            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60350            ! vos/config.ga.h win32/config.bc win32/config.gc
60351            ! win32/config.vc
60352 ____________________________________________________________________________
60353 [  9370] By: jhi                                   on 2001/03/26  22:01:18
60354         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
60355              Really need to benchmark this.
60356      Branch: perl
60357            ! pp.c
60358 ____________________________________________________________________________
60359 [  9369] By: nick                                  on 2001/03/26  21:59:30
60360         Log: Integrate mainline.
60361      Branch: perlio
60362            ! ext/MIME/Base64/QuotedPrint.pm
60363           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
60364           !> patchlevel.h pod/perlhack.pod pp_sys.c
60365 ____________________________________________________________________________
60366 [  9368] By: jhi                                   on 2001/03/26  21:47:03
60367         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
60368              
60369              TODO1: perlbench.
60370              TODO2: le, lt, ge, gt?  Yech.
60371      Branch: perl
60372            ! pp.c
60373 ____________________________________________________________________________
60374 [  9367] By: jhi                                   on 2001/03/26  21:34:57
60375         Log: Too much cut-and-paste in #9363.
60376      Branch: perl
60377            ! pp_sys.c
60378 ____________________________________________________________________________
60379 [  9366] By: jhi                                   on 2001/03/26  21:20:53
60380         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
60381              From: Andreas Schwab <schwab@suse.de>
60382              Date: 26 Mar 2001 17:29:04 +0200
60383              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
60384              
60385              (The patch for 5.6.0 or so, this is a guess for bleadperl)
60386      Branch: perl
60387            ! pp_hot.c
60388 ____________________________________________________________________________
60389 [  9365] By: jhi                                   on 2001/03/26  21:07:54
60390         Log: Integrate perlio:
60391              
60392              [  9364]
60393              REFCNT botch in layer name cache hash.
60394      Branch: perl
60395           !> perlio.c
60396 ____________________________________________________________________________
60397 [  9364] By: nick                                  on 2001/03/26  20:30:48
60398         Log: REFCNT botch in layer name cache hash.
60399      Branch: perlio
60400            ! perlio.c
60401 ____________________________________________________________________________
60402 [  9363] By: jhi                                   on 2001/03/26  18:44:32
60403         Log: Subject: [PATCH] socket() leaks file descriptors
60404              From: Benjamin Sugars <bsugars@canoe.ca>
60405              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
60406              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
60407              
60408              Also sockpair() fixed similarly.
60409      Branch: perl
60410            ! pp_sys.c
60411 ____________________________________________________________________________
60412 [  9362] By: jhi                                   on 2001/03/26  18:37:52
60413         Log: Integrate perlio:
60414              
60415              [  9361]
60416              Implement flush of linebuffered streams on read of a tty.
60417              
60418              [  9360]
60419              Memory tweaks and notes for OEMVS.
60420      Branch: perl
60421           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
60422 ____________________________________________________________________________
60423 [  9361] By: nick                                  on 2001/03/26  17:32:06
60424         Log: Implement flush of linebuffered streams on read of a tty.
60425      Branch: perlio
60426            ! perlio.c perliol.h
60427 ____________________________________________________________________________
60428 [  9360] By: nick                                  on 2001/03/26  17:12:32
60429         Log: Memory tweaks and notes for OEMVS.
60430      Branch: perlio
60431            ! README.os390 miniperlmain.c t/op/pat.t
60432 ____________________________________________________________________________
60433 [  9359] By: jhi                                   on 2001/03/26  02:12:54
60434         Log: Update Changes.
60435      Branch: perl
60436            ! Changes patchlevel.h
60437 ____________________________________________________________________________
60438 [  9358] By: jhi                                   on 2001/03/26  02:05:32
60439         Log: Document the most common pixie options.
60440      Branch: perl
60441            ! pod/perlhack.pod
60442 ____________________________________________________________________________
60443 [  9357] By: jhi                                   on 2001/03/26  01:25:28
60444         Log: For perl.pixie check *before* compiling that optimize is -g,
60445              as for perl.third.
60446      Branch: perl
60447            ! Makefile.SH
60448 ____________________________________________________________________________
60449 [  9356] By: jhi                                   on 2001/03/26  01:13:41
60450         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
60451      Branch: perl
60452            ! Makefile.SH
60453 ____________________________________________________________________________
60454 [  9355] By: jhi                                   on 2001/03/26  01:11:19
60455         Log: Remove t/perl.third.
60456      Branch: perl
60457            ! Makefile.SH
60458 ____________________________________________________________________________
60459 [  9354] By: jhi                                   on 2001/03/26  00:23:38
60460         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
60461              IO::Sockatmark().
60462      Branch: perl
60463            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
60464 ____________________________________________________________________________
60465 [  9353] By: jhi                                   on 2001/03/25  22:25:04
60466         Log: Integrate perlio:
60467              
60468              [  9351]
60469              Fix readline in list mode to tell rest of world that it has
60470              things on the stack. Otherwise if perl code gets invoked
60471              underneath it it scribbles over results-so-far.
60472              (Why TIEHANDLE has not tripped on this is a mystery.)
60473              
60474              [  9350]
60475              win32/makefile.mk typos
60476              
60477              [  9348]
60478              Make it text
60479              
60480              [  9346]
60481              Add destruct time hook to PerlIO (for work-in-process implementing
60482              layers in perl code. In such cases layers need to be popped before
60483              we loose the ability to run perl code.)
60484              Also back-out "PerlIO::object" hook - it isn't going to work like that...
60485              
60486              [  9345]
60487              Avoid at leasy one of undefined warnings in Encode.
60488              
60489              [  9343]
60490              Missing return value.
60491      Branch: perl
60492           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
60493           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
60494           !> pp_hot.c win32/makefile.mk
60495 ____________________________________________________________________________
60496 [  9352] By: jhi                                   on 2001/03/25  22:21:41
60497         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
60498              From: Radu Greab <radu@netsoft.ro>
60499              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
60500              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
60501      Branch: perl
60502            ! pp_sys.c
60503 ____________________________________________________________________________
60504 [  9351] By: nick                                  on 2001/03/25  22:15:02
60505         Log: Fix readline in list mode to tell rest of world that it has
60506              things on the stack. Otherwise if perl code gets invoked
60507              underneath it it scribbles over results-so-far.
60508              (Why TIEHANDLE has not tripped on this is a mystery.)
60509      Branch: perlio
60510            ! pp_hot.c
60511 ____________________________________________________________________________
60512 [  9350] By: nick                                  on 2001/03/25  22:10:13
60513         Log: win32/makefile.mk typos
60514      Branch: perlio
60515            ! win32/makefile.mk
60516 ____________________________________________________________________________
60517 [  9349] By: nick                                  on 2001/03/25  21:31:14
60518         Log: Integrate now-non-binary file.
60519      Branch: perlio
60520           !> t/lib/mimeqp.t
60521 ____________________________________________________________________________
60522 [  9348] By: nick                                  on 2001/03/25  21:27:24
60523         Log: Make it text
60524      Branch: perlio
60525            ! t/lib/mimeqp.t
60526 ____________________________________________________________________________
60527 [  9347] By: nick                                  on 2001/03/25  21:25:37
60528         Log: Integrate mainline.
60529      Branch: perlio
60530           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
60531           !> lib/Term/ReadLine.pm t/lib/md5-file.t
60532 ____________________________________________________________________________
60533 [  9346] By: nick                                  on 2001/03/25  20:58:15
60534         Log: Add destruct time hook to PerlIO (for work-in-process implementing
60535              layers in perl code. In such cases layers need to be popped before
60536              we loose the ability to run perl code.)
60537              Also back-out "PerlIO::object" hook - it isn't going to work like that...
60538      Branch: perlio
60539            ! perl.c perlio.c perlio.h perliol.h
60540 ____________________________________________________________________________
60541 [  9345] By: nick                                  on 2001/03/25  20:49:11
60542         Log: Avoid at leasy one of undefined warnings in Encode.
60543      Branch: perlio
60544            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
60545 ____________________________________________________________________________
60546 [  9344] By: jhi                                   on 2001/03/25  20:37:43
60547         Log: A workaround for using Term::ReadLine in emacs minibuffer
60548              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
60549              additional tweaks from Ilya Zakharevich.
60550      Branch: perl
60551            ! lib/Term/ReadLine.pm
60552 ____________________________________________________________________________
60553 [  9343] By: nick                                  on 2001/03/25  20:21:14
60554         Log: Missing return value.
60555      Branch: perlio
60556            ! ext/PerlIO/Scalar/Scalar.xs
60557 ____________________________________________________________________________
60558 [  9342] By: jhi                                   on 2001/03/25  16:21:00
60559         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
60560              to equal the CPAN versions since no code changes have been made.
60561      Branch: perl
60562            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
60563            ! t/lib/md5-file.t
60564 ____________________________________________________________________________
60565 [  9341] By: jhi                                   on 2001/03/25  16:01:48
60566         Log: Escape 8-bit characters.
60567      Branch: perl
60568            ! t/lib/mimeqp.t
60569 ____________________________________________________________________________
60570 [  9340] By: gsar                                  on 2001/03/25  15:50:53
60571         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
60572              chars)
60573      Branch: perl
60574            + t/lib/mimeqp.t
60575 ____________________________________________________________________________
60576 [  9339] By: gsar                                  on 2001/03/25  15:48:50
60577         Log: delete mimeqp.t for later add with text mode set
60578      Branch: perl
60579            - t/lib/mimeqp.t
60580 ____________________________________________________________________________
60581 [  9338] By: nick                                  on 2001/03/25  09:01:57
60582         Log: Integrate mainline.
60583      Branch: perlio
60584           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60585           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
60586           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
60587           +> t/lib/mimeb64u.t t/lib/mimeqp.t
60588           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
60589           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
60590           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
60591 ____________________________________________________________________________
60592 [  9337] By: jhi                                   on 2001/03/25  04:23:24
60593         Log: Add MIME::Base64 here and there.  Again, a lot of
60594              optimism is in the air.
60595      Branch: perl
60596            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
60597            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
60598 ____________________________________________________________________________
60599 [  9336] By: jhi                                   on 2001/03/25  04:12:43
60600         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
60601              this by ear as I do not do Win32 programming.)
60602      Branch: perl
60603            ! win32/Makefile win32/makefile.mk
60604 ____________________________________________________________________________
60605 [  9335] By: jhi                                   on 2001/03/25  04:03:50
60606         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
60607      Branch: perl
60608            ! t/lib/md5-file.t
60609 ____________________________________________________________________________
60610 [  9334] By: jhi                                   on 2001/03/25  03:58:53
60611         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
60612      Branch: perl
60613            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60614            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
60615            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
60616            + t/lib/mimeb64u.t t/lib/mimeqp.t
60617            ! MANIFEST
60618 ____________________________________________________________________________
60619 [  9333] By: jhi                                   on 2001/03/24  20:14:37
60620         Log: Integrate perlio:
60621              
60622              [  9332]
60623              Fix un-init variable leading to spurious "Out of Memory!"
60624              
60625              [  9331]
60626              Tweak docs for C<open> (boy does that need wholesale revision...)
60627              and update layers internals doc.
60628      Branch: perl
60629           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
60630 ____________________________________________________________________________
60631 [  9332] By: nick                                  on 2001/03/24  19:40:34
60632         Log: Fix un-init variable leading to spurious "Out of Memory!"
60633      Branch: perlio
60634            ! doio.c
60635 ____________________________________________________________________________
60636 [  9331] By: nick                                  on 2001/03/24  19:09:59
60637         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
60638              and update layers internals doc.
60639      Branch: perlio
60640            ! pod/perlfunc.pod pod/perliol.pod
60641 ____________________________________________________________________________
60642 [  9330] By: jhi                                   on 2001/03/24  18:42:11
60643         Log: The length might be uninitialized garbage if the *svp is the undef.
60644      Branch: perl
60645            ! doio.c
60646 ____________________________________________________________________________
60647 [  9329] By: jhi                                   on 2001/03/24  18:26:57
60648         Log: (Retracted by #9393)
60649              
60650              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
60651              From: Simon Cozens <simon@netthink.co.uk>
60652              Date: Sat, 24 Mar 2001 17:13:17 +0000
60653              Message-ID: <20010324171317.A13406@netthink.co.uk>
60654      Branch: perl
60655            ! utils/h2xs.PL
60656 ____________________________________________________________________________
60657 [  9328] By: nick                                  on 2001/03/24  17:22:02
60658         Log: Integrate mainline.
60659      Branch: perlio
60660           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
60661           !> lib/unicode/version
60662 ____________________________________________________________________________
60663 [  9327] By: nick                                  on 2001/03/24  17:16:02
60664         Log: Integrate mainline.
60665      Branch: perlio
60666           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60667           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
60668           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
60669           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
60670           +> t/lib/md5-file.t
60671           !> MANIFEST Makefile.SH configure.com djgpp/config.over
60672           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
60673           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
60674           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
60675           !> win32/makefile.mk
60676 ____________________________________________________________________________
60677 [  9326] By: jhi                                   on 2001/03/24  17:00:42
60678         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
60679      Branch: perl
60680            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
60681            ! lib/unicode/version
60682 ____________________________________________________________________________
60683 [  9325] By: jhi                                   on 2001/03/24  16:22:33
60684         Log: Subject: Re: B::Deparse bug (5.6.0)
60685              From: Robin Houston <robin@kitsite.com>
60686              Date: Sat, 24 Mar 2001 14:33:09 +0000
60687              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
60688      Branch: perl
60689            ! op.c pp.c t/lib/b.t t/op/repeat.t
60690 ____________________________________________________________________________
60691 [  9324] By: jhi                                   on 2001/03/24  16:21:56
60692         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
60693              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
60694              these additions may be too optimistic.
60695      Branch: perl
60696            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
60697            ! hints/uwin.sh hints/vmesa.sh
60698 ____________________________________________________________________________
60699 [  9323] By: jhi                                   on 2001/03/24  16:06:01
60700         Log: Integrate perlio:
60701              
60702              [  9322]
60703              Routine Win32 regen_config_h - no real changes.
60704              
60705              [  9321]
60706              PerlIO fixups for Win32:
60707              - provide win33_popenlist() - non-functional as yet.
60708              - avoid need for aTHX in PerlIO_debug calls - even if not 
60709              enabled args are still evaluated so Win32 has trouble during fork().
60710              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
60711              - Fixup makedef.pl for latest set of symbols.
60712              
60713              [  9320]
60714              POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
60715              was gibberish - broke it on WIn32 at least.
60716              
60717              [  9319]
60718              Generated files.
60719              
60720              [  9318]
60721              Implement:
60722              1.  open($fh,"+<",undef);  # add test to t/io/open.t
60723              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
60724      Branch: perl
60725           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
60726           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
60727            ! Makefile.SH
60728           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
60729           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
60730           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
60731           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
60732           !> win32/makefile.mk win32/perlhost.h win32/win32.c
60733           !> win32/win32iop.h
60734 ____________________________________________________________________________
60735 [  9322] By: nick                                  on 2001/03/24  14:39:12
60736         Log: Routine Win32 regen_config_h - no real changes.
60737      Branch: perlio
60738            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60739 ____________________________________________________________________________
60740 [  9321] By: nick                                  on 2001/03/24  14:31:49
60741         Log: PerlIO fixups for Win32:
60742              - provide win33_popenlist() - non-functional as yet.
60743              - avoid need for aTHX in PerlIO_debug calls - even if not 
60744              enabled args are still evaluated so Win32 has trouble during fork().
60745              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
60746              - Fixup makedef.pl for latest set of symbols.
60747      Branch: perlio
60748            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
60749            ! win32/perlhost.h win32/win32.c win32/win32iop.h
60750 ____________________________________________________________________________
60751 [  9320] By: nick                                  on 2001/03/24  14:26:58
60752         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
60753              was gibberish - broke it on WIn32 at least.
60754      Branch: perlio
60755            ! ext/POSIX/POSIX.xs
60756 ____________________________________________________________________________
60757 [  9319] By: nick                                  on 2001/03/24  11:29:41
60758         Log: Generated files.
60759      Branch: perlio
60760            ! embed.h global.sym objXSUB.h perlapi.c proto.h
60761 ____________________________________________________________________________
60762 [  9318] By: nick                                  on 2001/03/24  10:29:37
60763         Log: Implement:
60764              1.  open($fh,"+<",undef);  # add test to t/io/open.t
60765              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
60766      Branch: perlio
60767            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
60768            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
60769            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
60770            ! t/io/open.t t/io/utf8.t
60771 ____________________________________________________________________________
60772 [  9317] By: jhi                                   on 2001/03/23  23:41:25
60773         Log: AIX does seems to have optimization problems with its C compilers.
60774      Branch: perl
60775            ! hints/aix.sh
60776 ____________________________________________________________________________
60777 [  9316] By: jhi                                   on 2001/03/23  23:40:46
60778         Log: Integrate perlio:
60779              
60780              [  9314]
60781              Perlio internals re-organized.
60782              - open process creates AV of layer/arg pairs
60783              (appends layers from open() or open.pm to default list).
60784              - push arg is now an SV.
60785              - layer ->Open get passed the AV
60786              - open is no longer mandatory method.
60787              - topmost layer that has ->Open method does the open
60788              - any layers above are pushed once that returns.
60789              - vtable re-ordered so dummy layers need only provide push/pop methods.
60790              
60791              [  9313]
60792              Check in a stable (working) version before next round of tweaks.
60793              Changes include:
60794              - Move default layers code out of doio.c and into perlio.c
60795              - Single routine for parsing layer specification strings.
60796              - Skeleton support for demand loading of layers
60797              - Core-dump avoidance if PERLIO environment specifies loadable layer
60798              (does not _work_ as need IO to load and need load to do IO ...)
60799              
60800              [  9305]
60801              Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
60802              
60803              [  9304]
60804              Render -Duseperlio functional again.
60805              - this is "quick fix" which calls PerlIO_apply_layers after opening,
60806              which is what old scheme did. New scheme needs to change that
60807              to make open(...,\$scalar) etc. work but this will do for now.
60808              
60809              [  9303]
60810              Avoid "reopen" semantics for time being. Fix bug in dup logic.
60811              -Uuseperlio now works again.
60812              -Duseperlio is still poorly. Don't merge yet...
60813              
60814              [  9302]
60815              Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
60816              type code.
60817              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
60818              is its main caller. In particular now has access to "extra" args, and
60819              can tell when an open handle is "reopened" (or duped?).
60820              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
60821              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
60822              PerlIO_open() et. al. (i.e. other way round).
60823              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
60824              with args close to PerlIO_openn().
60825      Branch: perl
60826           +> lib/PerlIO.pm
60827           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
60828           !> perliol.h
60829 ____________________________________________________________________________
60830 [  9315] By: jhi                                   on 2001/03/23  22:16:30
60831         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
60832      Branch: perl
60833            ! t/lib/md5-file.t
60834 ____________________________________________________________________________
60835 [  9314] By: nick                                  on 2001/03/23  20:49:02
60836         Log: Perlio internals re-organized.
60837              - open process creates AV of layer/arg pairs
60838              (appends layers from open() or open.pm to default list).
60839              - push arg is now an SV.
60840              - layer ->Open get passed the AV
60841              - open is no longer mandatory method.
60842              - topmost layer that has ->Open method does the open
60843              - any layers above are pushed once that returns.
60844              - vtable re-ordered so dummy layers need only provide push/pop methods.
60845      Branch: perlio
60846            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
60847 ____________________________________________________________________________
60848 [  9313] By: nick                                  on 2001/03/23  16:27:41
60849         Log: Check in a stable (working) version before next round of tweaks.
60850              Changes include:
60851              - Move default layers code out of doio.c and into perlio.c
60852              - Single routine for parsing layer specification strings.
60853              - Skeleton support for demand loading of layers
60854              - Core-dump avoidance if PERLIO environment specifies loadable layer
60855              (does not _work_ as need IO to load and need load to do IO ...)
60856      Branch: perlio
60857            + lib/PerlIO.pm
60858            ! MANIFEST doio.c perlio.c
60859 ____________________________________________________________________________
60860 [  9312] By: gsar                                  on 2001/03/23  16:25:25
60861         Log: add execute bit to files with shebang lines in the repository;
60862              avoid clobbering execute bit in Porting/makerel 
60863      Branch: maint-5.6/perl
60864            ! (edit 144 files)
60865 ____________________________________________________________________________
60866 [  9311] By: jhi                                   on 2001/03/23  14:25:35
60867         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
60868      Branch: perl
60869            ! MANIFEST
60870 ____________________________________________________________________________
60871 [  9310] By: jhi                                   on 2001/03/23  13:45:04
60872         Log: Subject: [PATCH] Net::Ping
60873              From: Colin McMillen <mcmi0037@tc.umn.edu>
60874              Date: Thu, 22 Mar 2001 19:30:31 -0600
60875              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
60876      Branch: perl
60877            ! lib/Net/Ping.pm
60878 ____________________________________________________________________________
60879 [  9309] By: jhi                                   on 2001/03/23  13:39:13
60880         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
60881      Branch: perl
60882            ! t/lib/md5-aaa.t t/lib/md5-file.t
60883 ____________________________________________________________________________
60884 [  9308] By: jhi                                   on 2001/03/23  13:20:34
60885         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
60886              - bump the version to 2.14
60887              - drop the base64 tests since they require MIME::Base64
60888              - drop the rfc1321.txt
60889              - drop the hints/dec_osf.pl since it's only needed for
60890              pre-5.005_03 Perls
60891              Todo:
60892              - the U32 alignment testing is now removed; it needs to
60893              be reintroduced as as a Config variable (meaning also
60894              as a Configure test)
60895              - get the new EBCDIC md5sum for MD5.pm
60896              - test in Win32 to see how badly I botched the makefiles
60897      Branch: perl
60898            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60899            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
60900            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
60901            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
60902            + t/lib/md5-file.t
60903            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
60904            ! win32/Makefile win32/makefile.mk
60905 ____________________________________________________________________________
60906 [  9307] By: jhi                                   on 2001/03/23  12:56:14
60907         Log: Integrate change #9306 from maintperl into mainline,
60908              AIX dynaloader for AIXes without <load.h>.
60909      Branch: perl
60910           !> ext/DynaLoader/hints/aix.pl
60911 ____________________________________________________________________________
60912 [  9306] By: jhi                                   on 2001/03/23  12:51:36
60913         Log: There are AIXes without /usr/include/load.h,
60914              patch from H.Merijn Brand.
60915      Branch: maint-5.6/perl
60916            ! ext/DynaLoader/hints/aix.pl
60917 ____________________________________________________________________________
60918 [  9305] By: nick                                  on 2001/03/23  11:00:42
60919         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
60920      Branch: perlio
60921            ! ext/Encode/Encode.xs perlio.c perlio.h
60922 ____________________________________________________________________________
60923 [  9304] By: nick                                  on 2001/03/23  10:20:46
60924         Log: Render -Duseperlio functional again.
60925              - this is "quick fix" which calls PerlIO_apply_layers after opening,
60926              which is what old scheme did. New scheme needs to change that
60927              to make open(...,\$scalar) etc. work but this will do for now.
60928      Branch: perlio
60929            ! perlio.c
60930 ____________________________________________________________________________
60931 [  9303] By: nick                                  on 2001/03/23  09:53:20
60932         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
60933              -Uuseperlio now works again.
60934              -Duseperlio is still poorly. Don't merge yet...
60935      Branch: perlio
60936            ! doio.c perlio.h
60937 ____________________________________________________________________________
60938 [  9302] By: nick                                  on 2001/03/22  22:26:51
60939         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
60940              type code.
60941              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
60942              is its main caller. In particular now has access to "extra" args, and
60943              can tell when an open handle is "reopened" (or duped?).
60944              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
60945              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
60946              PerlIO_open() et. al. (i.e. other way round).
60947              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
60948              with args close to PerlIO_openn().
60949      Branch: perlio
60950            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
60951 ____________________________________________________________________________
60952 [  9301] By: jhi                                   on 2001/03/22  20:58:04
60953         Log: Integrate perlio:
60954              
60955              [  9300]
60956              Don't include $@ in not ok message.
60957              
60958              [  9298]
60959              Give a meaning to '&' in n-arg open case:
60960              open($fh,"<&",$scalar);
60961              $scalar can be:
60962              - an integer which does "fdopen"
60963              open($fh,"<&",2); # like open($fh,"<&2")
60964              - something that will yield a file handle via sv_2io()
60965              useful for dup'ing anonymous handles.
60966              e.g.:
60967              open(my $fh,"<&",\*STDIN);
60968              open(my $dup,"<&",$fh);
60969              
60970              [  9297]
60971              Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
60972              
60973              [  9296]
60974              Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
60975              
60976              [  9295]
60977              If stdin, stdout or stderr get opened in unexpected read/write state
60978              then warn at time of open not at time of use.
60979              
60980              [  9294]
60981              Die on n-arg open(...,"",xxx,yyy,...)
60982              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
60983              - die on read/write cases so we can decide what it means later.
60984              
60985              [  9293]
60986              perlio tweaks (reported by Nick Clark)
60987              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
60988              error check in Pendinf_read().
60989      Branch: perl
60990           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
60991           !> t/io/open.t util.c
60992 ____________________________________________________________________________
60993 [  9300] By: nick                                  on 2001/03/22  17:36:32
60994         Log: Don't include $@ in not ok message.
60995      Branch: perlio
60996            ! t/io/open.t
60997 ____________________________________________________________________________
60998 [  9299] By: gsar                                  on 2001/03/22  16:53:45
60999         Log: back out changes#7532,7521 for now (appears to have problems
61000              on IRIX)
61001      Branch: maint-5.6/perl
61002            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61003            ! ext/POSIX/typemap pod/perlvar.pod
61004 ____________________________________________________________________________
61005 [  9298] By: nick                                  on 2001/03/22  14:35:46
61006         Log: Give a meaning to '&' in n-arg open case:
61007              open($fh,"<&",$scalar);
61008              $scalar can be:
61009              - an integer which does "fdopen"
61010              open($fh,"<&",2); # like open($fh,"<&2")
61011              - something that will yield a file handle via sv_2io()
61012              useful for dup'ing anonymous handles.
61013              e.g.:
61014              open(my $fh,"<&",\*STDIN);
61015              open(my $dup,"<&",$fh);
61016      Branch: perlio
61017            ! doio.c t/io/open.t
61018 ____________________________________________________________________________
61019 [  9297] By: nick                                  on 2001/03/22  13:34:35
61020         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61021      Branch: perlio
61022            ! util.c
61023 ____________________________________________________________________________
61024 [  9296] By: nick                                  on 2001/03/22  12:51:20
61025         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61026      Branch: perlio
61027            ! perl.c
61028 ____________________________________________________________________________
61029 [  9295] By: nick                                  on 2001/03/22  11:59:44
61030         Log: If stdin, stdout or stderr get opened in unexpected read/write state
61031              then warn at time of open not at time of use.
61032      Branch: perlio
61033            ! doio.c pp_hot.c pp_sys.c
61034 ____________________________________________________________________________
61035 [  9294] By: nick                                  on 2001/03/22  10:54:35
61036         Log: Die on n-arg open(...,"",xxx,yyy,...)
61037              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61038              - die on read/write cases so we can decide what it means later.
61039      Branch: perlio
61040            ! doio.c embed.pl iperlsys.h util.c
61041 ____________________________________________________________________________
61042 [  9293] By: nick                                  on 2001/03/22  09:02:45
61043         Log: perlio tweaks (reported by Nick Clark)
61044              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61045              error check in Pendinf_read().
61046      Branch: perlio
61047            ! perlio.c
61048 ____________________________________________________________________________
61049 [  9292] By: gsar                                  on 2001/03/22  07:12:00
61050         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
61051              fixes)
61052      Branch: maint-5.6/perl
61053           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
61054 ____________________________________________________________________________
61055 [  9291] By: jhi                                   on 2001/03/22  06:06:44
61056         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
61057      Branch: perl
61058            ! t/op/re_tests
61059 ____________________________________________________________________________
61060 [  9290] By: jhi                                   on 2001/03/22  05:57:01
61061         Log: Move MacOS Classic higher in the list of supported platforms.
61062      Branch: maint-5.6/perl
61063            ! pod/perlport.pod
61064 ____________________________________________________________________________
61065 [  9289] By: gsar                                  on 2001/03/22  05:35:04
61066         Log: revert part of change#6438 for compatibility (av_reify()
61067              appears to be needed to implement av_splice()ish things
61068              in XS)
61069      Branch: maint-5.6/perl
61070            ! embed.pl global.sym objXSUB.h perlapi.c
61071 ____________________________________________________________________________
61072 [  9288] By: gsar                                  on 2001/03/22  03:09:19
61073         Log: update copyright year
61074      Branch: maint-5.6/perl
61075            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
61076            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
61077            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
61078            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
61079            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
61080            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
61081            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
61082            ! x2p/walk.c
61083 ____________________________________________________________________________
61084 [  9287] By: jhi                                   on 2001/03/21  20:30:54
61085         Log: Integrate perlio:
61086              
61087              [  9285]
61088              Multiplicity fix for Dumper.
61089      Branch: perl
61090           !> ext/Data/Dumper/Dumper.xs
61091 ____________________________________________________________________________
61092 [  9286] By: gsar                                  on 2001/03/21  19:49:54
61093         Log: makefile.mk tweak
61094      Branch: maint-5.6/perl
61095            ! win32/Makefile win32/makefile.mk
61096 ____________________________________________________________________________
61097 [  9285] By: nick                                  on 2001/03/21  19:07:13
61098         Log: Multiplicity fix for Dumper.
61099      Branch: perlio
61100            ! ext/Data/Dumper/Dumper.xs
61101 ____________________________________________________________________________
61102 [  9284] By: nick                                  on 2001/03/21  19:01:07
61103         Log: Integrate mainline - (does not build xTHX issue in Dumper).
61104      Branch: perlio
61105           !> (integrate 27 files)
61106 ____________________________________________________________________________
61107 [  9283] By: jhi                                   on 2001/03/21  17:17:35
61108         Log: Integrate change #9282 from mainline into maintperl,
61109              4-arg UTF-8 substr().
61110      Branch: maint-5.6/perl
61111           !> pp.c
61112 ____________________________________________________________________________
61113 [  9282] By: jhi                                   on 2001/03/21  17:15:43
61114         Log: The #9270 would have leaked a scalar if pp_substr()
61115              returned early.
61116      Branch: perl
61117            ! pp.c
61118 ____________________________________________________________________________
61119 [  9281] By: gsar                                  on 2001/03/21  17:03:14
61120         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
61121      Branch: maint-5.6/perl
61122            ! win32/makefile.mk
61123 ____________________________________________________________________________
61124 [  9280] By: gsar                                  on 2001/03/21  17:01:20
61125         Log: some tweaks to change#9278 (fork() emulation should be enabled
61126              by setting BUILD_FLAVOR instead of changing the defaults)
61127      Branch: maint-5.6/perl
61128            ! win32/makefile.mk
61129 ____________________________________________________________________________
61130 [  9279] By: gsar                                  on 2001/03/21  16:47:19
61131         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
61132      Branch: maint-5.6/perl
61133            ! ext/File/Glob/Glob.pm
61134           !> lib/Cwd.pm
61135 ____________________________________________________________________________
61136 [  9278] By: jhi                                   on 2001/03/21  14:35:10
61137         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
61138              From: "Vadim Konovalov" <watman@inbox.ru>
61139              Date: Wed, 21 Mar 2001 01:53:51 +0300
61140              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
61141      Branch: maint-5.6/perl
61142            ! win32/makefile.mk win32/win32sck.c
61143 ____________________________________________________________________________
61144 [  9277] By: jhi                                   on 2001/03/21  13:58:28
61145         Log: Integrate change #9270 from mainline to maintperl:
61146              continued 4-arg UTF-8 substr() fixing.
61147      Branch: maint-5.6/perl
61148           !> pp.c t/op/substr.t
61149 ____________________________________________________________________________
61150 [  9276] By: jhi                                   on 2001/03/21  13:33:00
61151         Log: More pixie cleaning.
61152      Branch: perl
61153            ! Makefile.SH
61154 ____________________________________________________________________________
61155 [  9275] By: jhi                                   on 2001/03/21  03:54:17
61156         Log: Update Changes.
61157      Branch: perl
61158            ! Changes patchlevel.h
61159 ____________________________________________________________________________
61160 [  9274] By: jhi                                   on 2001/03/21  03:48:24
61161         Log: First stab at making Data::Dumper to grok Unicode.
61162              
61163              TODO: tests, EBCDICify.
61164      Branch: perl
61165            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
61166 ____________________________________________________________________________
61167 [  9273] By: jhi                                   on 2001/03/21  02:23:00
61168         Log: Fix for
61169              
61170              Subject: Memory leak in unquoted print   
61171              From: Benjamin Sugars <bsugars@canoe.ca> 
61172              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
61173              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
61174      Branch: perl
61175            ! perlio.c
61176 ____________________________________________________________________________
61177 [  9272] By: jhi                                   on 2001/03/21  01:33:17
61178         Log: Subject: Re: [PATCH] POSIX::getcwd()
61179              From: Benjamin Sugars <bsugars@canoe.ca> 
61180              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
61181              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
61182      Branch: perl
61183            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
61184 ____________________________________________________________________________
61185 [  9271] By: jhi                                   on 2001/03/21  01:22:52
61186         Log: Subject: [PATCH] Cwd.pm docs
61187              From: Benjamin Sugars <bsugars@canoe.ca>
61188              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
61189              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
61190      Branch: perl
61191            ! lib/Cwd.pm
61192 ____________________________________________________________________________
61193 [  9270] By: jhi                                   on 2001/03/21  01:16:29
61194         Log: Continue 4-arg substr() UTF-8 fixage.
61195      Branch: perl
61196            ! pp.c t/op/substr.t
61197 ____________________________________________________________________________
61198 [  9269] By: jhi                                   on 2001/03/21  00:46:14
61199         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
61200              
61201              revert the leak fix in change#9142 (problem needs a more experimental
61202              fix unsuitable for 5.6.1)
61203              
61204              do alphabetical sorting by default (for csh compatibility)
61205              
61206              cut-n-paste goof in change#9264
61207              
61208              VMS piping fixes (from Charles Lane)
61209      Branch: perl
61210           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
61211           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
61212           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
61213 ____________________________________________________________________________
61214 [  9268] By: jhi                                   on 2001/03/21  00:37:04
61215         Log: Integrate perlio:
61216              
61217              [  9267]
61218              More EBCDIC stuff:
61219              - Loose the extra level of function on ASCII.
61220              - spotted a chr(0) issue in sv.c
61221              - re-work of UTF-X tr/// ranges to work in Unicode
61222              space. Still issues with the "0xff is illegal UTF-8" hack.
61223              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
61224              (why do it once when you can do it all over the place :-(
61225              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
61226              need utf8.pm for swashes.
61227              - Simplified and commented scan_const() in toke.c
61228              Still something wrong regexp and tr (swashes?).
61229      Branch: perl
61230           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
61231           !> utf8.c utf8.h utfebcdic.h
61232 ____________________________________________________________________________
61233 [  9267] By: nick                                  on 2001/03/20  20:04:39
61234         Log: More EBCDIC stuff:
61235              - Loose the extra level of function on ASCII.
61236              - spotted a chr(0) issue in sv.c
61237              - re-work of UTF-X tr/// ranges to work in Unicode
61238              space. Still issues with the "0xff is illegal UTF-8" hack.
61239              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
61240              (why do it once when you can do it all over the place :-(
61241              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
61242              need utf8.pm for swashes.
61243              - Simplified and commented scan_const() in toke.c
61244              Still something wrong regexp and tr (swashes?).
61245      Branch: perlio
61246            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
61247            ! utf8.c utf8.h utfebcdic.h
61248 ____________________________________________________________________________
61249 [  9266] By: gsar                                  on 2001/03/20  19:16:43
61250         Log: VMS piping fixes (from Charles Lane)
61251      Branch: maint-5.6/perl
61252            ! vms/vms.c vms/vmspipe.com
61253 ____________________________________________________________________________
61254 [  9265] By: gsar                                  on 2001/03/20  17:53:52
61255         Log: cut-n-paste goof in change#9264
61256      Branch: maint-5.6/perl
61257            ! ext/File/Glob/Glob.xs
61258 ____________________________________________________________________________
61259 [  9264] By: gsar                                  on 2001/03/20  17:43:47
61260         Log: do alphabetical sorting by default (for csh compatibility);
61261              bsd_glob() does ASCII sort by default as usual, unless
61262              GLOB_ALPHASORT was specified
61263      Branch: maint-5.6/perl
61264            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
61265            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
61266            ! ext/File/Glob/bsd_glob.h
61267 ____________________________________________________________________________
61268 [  9263] By: gsar                                  on 2001/03/20  16:40:08
61269         Log: integrate change#9255 from mainline (unicode fix)
61270              
61271              substr($bytestr, i, n, $charstr)
61272      Branch: maint-5.6/perl
61273           !> Todo-5.6 pp.c t/op/substr.t
61274 ____________________________________________________________________________
61275 [  9262] By: gsar                                  on 2001/03/20  15:57:41
61276         Log: revert the leak fix in change#9142 (problem needs a more experimental
61277              fix unsuitable for 5.6.1)
61278      Branch: maint-5.6/perl
61279            ! scope.c
61280 ____________________________________________________________________________
61281 [  9261] By: jhi                                   on 2001/03/20  14:26:25
61282         Log: Integrate changes #9259,9260 from maintperl into mainline.
61283              
61284              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
61285              
61286              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
61287      Branch: perl
61288           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
61289 ____________________________________________________________________________
61290 [  9260] By: jhi                                   on 2001/03/20  14:05:46
61291         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
61292              From: Robin Barker <rmb1@cise.npl.co.uk>
61293              Date: Tue, 20 Mar 2001 10:12:04 GMT
61294              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
61295      Branch: maint-5.6/perl
61296            ! run.c
61297 ____________________________________________________________________________
61298 [  9259] By: jhi                                   on 2001/03/20  14:04:39
61299         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
61300              From: Chris Nandor <pudge@pobox.com>
61301              Date: Tue, 20 Mar 2001 00:40:56 -0500
61302              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
61303      Branch: maint-5.6/perl
61304            ! ext/POSIX/POSIX.xs lib/File/Path.pm
61305 ____________________________________________________________________________
61306 [  9258] By: jhi                                   on 2001/03/20  05:09:34
61307         Log: Update Changes.
61308      Branch: perl
61309            ! Changes patchlevel.h
61310 ____________________________________________________________________________
61311 [  9257] By: jhi                                   on 2001/03/20  05:04:25
61312         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
61313      Branch: perl
61314            ! t/op/tr.t
61315 ____________________________________________________________________________
61316 [  9256] By: jhi                                   on 2001/03/20  04:43:12
61317         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
61318              From: Peter Prymmer <pvhp@forte.com>
61319              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
61320              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
61321      Branch: maint-5.6/perl
61322            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
61323 ____________________________________________________________________________
61324 [  9255] By: jhi                                   on 2001/03/19  23:17:17
61325         Log: substr($bytestr, i, n, $charstr)
61326              
61327              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
61328      Branch: perl
61329            ! Todo-5.6 pp.c t/op/substr.t
61330 ____________________________________________________________________________
61331 [  9254] By: jhi                                   on 2001/03/19  22:25:09
61332         Log: Rearrange the make test target prerequisites so that
61333              in a parallel make 'all' is finished before 'test'.
61334      Branch: perl
61335            ! Makefile.SH
61336 ____________________________________________________________________________
61337 [  9253] By: jhi                                   on 2001/03/19  21:48:07
61338         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
61339              From: Robin Houston <robin@kitsite.com>
61340              Date: Mon, 19 Mar 2001 15:48:41 +0000
61341              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
61342      Branch: perl
61343            ! pp_ctl.c
61344 ____________________________________________________________________________
61345 [  9252] By: jhi                                   on 2001/03/19  21:42:27
61346         Log: Integrate perlio:
61347              
61348              [  9248]
61349              Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
61350              (Building on OS390 uses native YACC and YYDEBUG has other
61351              side effects.)
61352              
61353              [  9246]
61354              More EBCDIC fixes.
61355      Branch: perl
61356           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
61357           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
61358           !> utfebcdic.h vms/perly_c.vms
61359 ____________________________________________________________________________
61360 [  9251] By: jhi                                   on 2001/03/19  21:31:28
61361         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
61362              
61363              Dynaloading in 64-bit AIX with vac.
61364      Branch: perl
61365           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61366           !> hints/aix.sh
61367 ____________________________________________________________________________
61368 [  9250] By: jhi                                   on 2001/03/19  21:18:00
61369         Log: A more robust solution for the 64bitall AIX dynaloading
61370              problem, from Jens-Uwe Mager.
61371      Branch: maint-5.6/perl
61372            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61373 ____________________________________________________________________________
61374 [  9249] By: nick                                  on 2001/03/19  20:59:37
61375         Log: Integrate mainline.
61376      Branch: perlio
61377           !> (integrate 42 files)
61378 ____________________________________________________________________________
61379 [  9248] By: nick                                  on 2001/03/19  20:22:07
61380         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
61381              (Building on OS390 uses native YACC and YYDEBUG has other
61382              side effects.)
61383      Branch: perlio
61384            ! perly.c perly.y vms/perly_c.vms
61385 ____________________________________________________________________________
61386 [  9247] By: jhi                                   on 2001/03/19  19:59:53
61387         Log: 64-bit AIX dynaloading problem (see #9244) idea
61388              from Jens-Uwe Mager.
61389      Branch: maint-5.6/perl
61390            ! ext/DynaLoader/dl_aix.xs
61391 ____________________________________________________________________________
61392 [  9246] By: nick                                  on 2001/03/19  19:27:57
61393         Log: More EBCDIC fixes.
61394      Branch: perlio
61395            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
61396            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
61397 ____________________________________________________________________________
61398 [  9245] By: jhi                                   on 2001/03/19  19:05:19
61399         Log: Integrate change #9243 from mainline into maintperl.
61400              
61401              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
61402      Branch: maint-5.6/perl
61403           !> README.vmesa
61404 ____________________________________________________________________________
61405 [  9244] By: jhi                                   on 2001/03/19  19:03:15
61406         Log: Get 64bitall AIX building, but still does not test okay:
61407              dynaloading anything fails, for example for op/defins:
61408              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
61409              (update: fixed by #9247,9250)
61410      Branch: maint-5.6/perl
61411            ! hints/aix.sh
61412 ____________________________________________________________________________
61413 [  9243] By: jhi                                   on 2001/03/19  19:00:16
61414         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
61415              From: Robin Barker <rmb1@cise.npl.co.uk>
61416              Date: Mon, 19 Mar 2001 18:01:57 GMT
61417              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
61418      Branch: perl
61419            ! README.vmesa
61420 ____________________________________________________________________________
61421 [  9242] By: jhi                                   on 2001/03/19  18:58:43
61422         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
61423              
61424              TODO: tests.
61425      Branch: perl
61426            ! doop.c op.c
61427 ____________________________________________________________________________
61428 [  9241] By: gsar                                  on 2001/03/19  17:34:46
61429         Log: VMSify tests (from Charles Lane)
61430      Branch: maint-5.6/perl
61431            ! t/lib/filehand.t t/lib/texttabs.t
61432 ____________________________________________________________________________
61433 [  9240] By: jhi                                   on 2001/03/19  14:24:26
61434         Log: Integrate change #9233 from maintperl into mainline.
61435              
61436              some refcounts were incorrect in perl_clone()
61437      Branch: perl
61438           !> sv.c
61439 ____________________________________________________________________________
61440 [  9239] By: gsar                                  on 2001/03/19  09:23:17
61441         Log: this is 5.6.1-trial3
61442      Branch: maint-5.6/perl
61443            ! Changes
61444 ____________________________________________________________________________
61445 [  9238] By: gsar                                  on 2001/03/19  08:47:04
61446         Log: some new symbols are only available under ithreads
61447      Branch: maint-5.6/perl
61448            ! makedef.pl
61449 ____________________________________________________________________________
61450 [  9237] By: gsar                                  on 2001/03/19  08:42:28
61451         Log: update patchlevel.h, Changes, &c.
61452      Branch: maint-5.6/perl
61453            ! Changes patchlevel.h pod/perlhist.pod
61454           !> AUTHORS
61455 ____________________________________________________________________________
61456 [  9236] By: gsar                                  on 2001/03/19  08:17:49
61457         Log: integrate changes#8068,8717 from mainline
61458              
61459              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
61460              
61461              [PATCH CPAN 1.59_51] warning message (not!)
61462      Branch: maint-5.6/perl
61463           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
61464           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
61465           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
61466           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
61467           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
61468 ____________________________________________________________________________
61469 [  9235] By: gsar                                  on 2001/03/19  08:07:09
61470         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
61471              
61472              [PATCH] Add missing CV flags to dump.c
61473              
61474              Re: [patch] Re: PL_ptr_table
61475              
61476              Fixup non-ithread build after 8713
61477              
61478              Generated files form 8713 etc.
61479              
61480              Correct the correction :-(
61481              
61482              Documenting coderef @INC (Re: CPAN "make this script work" feature)
61483              
61484              Subject: Re: sync sync sync: have I missed any patches?
61485              Replace djSP with dSP.
61486      Branch: maint-5.6/perl
61487           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
61488           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
61489           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
61490           !> sv.c sv.h win32/perlhost.h
61491 ____________________________________________________________________________
61492 [  9234] By: gsar                                  on 2001/03/19  07:22:05
61493         Log: revert the change#9090 integrate for now (change looks somewhat
61494              incomplete in that [ha]v_exists() need something similar; lacks
61495              tests; &c.)
61496      Branch: maint-5.6/perl
61497            ! hv.c
61498 ____________________________________________________________________________
61499 [  9233] By: gsar                                  on 2001/03/19  07:10:01
61500         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
61501              destruction when there are unreferenced scalars (SvREFCNT==0)
61502      Branch: maint-5.6/perl
61503            ! sv.c
61504 ____________________________________________________________________________
61505 [  9232] By: jhi                                   on 2001/03/19  05:11:02
61506         Log: Regen api and toc.
61507      Branch: maint-5.6/perl
61508            ! pod/perlapi.pod pod/perltoc.pod
61509 ____________________________________________________________________________
61510 [  9231] By: jhi                                   on 2001/03/19  04:06:03
61511         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
61512              add a lost line in pp.c:pp_chop(), update to new op/chop.
61513              
61514              Clarify the description differentiating for and while; inspired by
61515              
61516              Subject: [ID 20010306.004] || != named unary operator
61517              
61518              The $Is_MacOS needs to be declared.
61519      Branch: maint-5.6/perl
61520            ! pp.c t/op/chop.t
61521           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
61522 ____________________________________________________________________________
61523 [  9230] By: jhi                                   on 2001/03/19  03:48:16
61524         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
61525              9079,9083,9089,9090,9091 from mainline to maintperl.
61526              
61527              Quieten some noise in Win32 builds
61528              
61529              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
61530              
61531              The perlretut was still talking about the old \p and \P
61532              definitions.
61533              
61534              More tweakage on the Unicode character class descriptions.
61535              
61536              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
61537              
61538              Subject: 'no *POSIX' Patch speeding up make on BS2000 
61539              
61540              Subject: [PATCH] perldata.pod here-doc docs
61541              
61542              Add /sbin and /usr/sbin to the list of directories scanned
61543              for setuid programs.  Takes care of bug id 20010309.003.
61544              
61545              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
61546              
61547              In op/stat #35 better to scan all the potential directories
61548              for setuids, not just the first one.
61549      Branch: maint-5.6/perl
61550            ! Makefile.SH
61551           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
61552           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
61553           !> t/op/stat.t toke.c win32/win32.h
61554 ____________________________________________________________________________
61555 [  9229] By: jhi                                   on 2001/03/19  02:31:50
61556         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
61557              From: Chris Nandor <pudge@pobox.com>
61558              Date: Sat, 10 Mar 2001 14:22:19 -0500
61559              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
61560      Branch: maint-5.6/perl
61561            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
61562            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
61563            ! t/lib/b.t t/lib/errno.t
61564 ____________________________________________________________________________
61565 [  9228] By: jhi                                   on 2001/03/19  02:29:59
61566         Log: Integrate changes #9113,9122 from mainline into maintperl.
61567              
61568              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?)
61569      Branch: maint-5.6/perl
61570           !> Configure README.os390 hints/os390.sh
61571 ____________________________________________________________________________
61572 [  9227] By: jhi                                   on 2001/03/19  02:22:35
61573         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
61574              into maintperl.
61575              
61576              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
61577              
61578              Forgot to check-in the larger part of #9120, duh.
61579              
61580              Subject: Another patch for integer.pm POD 
61581              
61582              h2ph strictness and cleanliness from Kurt Starsinic.
61583              
61584              Borland filename case problem.
61585              
61586              h2ph strictness and cleanliness from Kurt Starsinic.
61587              
61588              Subject: [PATCH] the uncontroversial doc patches
61589      Branch: maint-5.6/perl
61590           +> win32/sncfnmcs.pl
61591           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
61592           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
61593           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
61594           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
61595           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
61596           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
61597           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
61598 ____________________________________________________________________________
61599 [  9226] By: jhi                                   on 2001/03/19  02:10:21
61600         Log: Integrate changes #9207,9214 from mainline into maintperl.
61601              
61602              podchecker relaxations: =over has an *optional* number after it,
61603              and whitespace in L<> is okay.
61604      Branch: maint-5.6/perl
61605           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
61606           !> t/pod/poderrs.xr
61607 ____________________________________________________________________________
61608 [  9225] By: jhi                                   on 2001/03/19  02:07:38
61609         Log: Integrate change #9219 from maintperl into mainline.
61610              
61611              remove duplicated tests
61612      Branch: perl
61613           !> t/op/re_tests
61614 ____________________________________________________________________________
61615 [  9224] By: jhi                                   on 2001/03/19  02:06:11
61616         Log: Integrate change #9223 from mainline to maintperl.
61617              
61618              Document -Dmksymlinks.
61619      Branch: maint-5.6/perl
61620           !> INSTALL
61621 ____________________________________________________________________________
61622 [  9223] By: jhi                                   on 2001/03/19  02:01:25
61623         Log: Document -Dmksymlinks.
61624      Branch: perl
61625            ! INSTALL
61626 ____________________________________________________________________________
61627 [  9222] By: jhi                                   on 2001/03/19  01:15:35
61628         Log: The -Dmksymlinks wasn't working for maintperl.
61629      Branch: maint-5.6/perl
61630            ! Configure
61631 ____________________________________________________________________________
61632 [  9221] By: jhi                                   on 2001/03/19  00:49:43
61633         Log: Cleanup pixie residue.
61634      Branch: perl
61635            ! Makefile.SH
61636 ____________________________________________________________________________
61637 [  9220] By: jhi                                   on 2001/03/19  00:44:47
61638         Log: Document the use of pixie/prof; create make targets for it.
61639              
61640              TODO: make t/TEST pixie-aware.
61641      Branch: perl
61642            ! Makefile.SH pod/perlhack.pod
61643 ____________________________________________________________________________
61644 [  9219] By: gsar                                  on 2001/03/19  00:16:55
61645         Log: remove duplicated tests
61646      Branch: maint-5.6/perl
61647            ! t/op/re_tests
61648 ____________________________________________________________________________
61649 [  9218] By: jhi                                   on 2001/03/18  23:59:31
61650         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
61651      Branch: perl
61652            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
61653 ____________________________________________________________________________
61654 [  9217] By: jhi                                   on 2001/03/18  23:25:20
61655         Log: Rewrite the tests section of Makefile to be less redundant
61656              and to allow for more flexible test targets, many recursive
61657              make calls introduced.
61658      Branch: perl
61659            ! Makefile.SH
61660 ____________________________________________________________________________
61661 [  9216] By: jhi                                   on 2001/03/18  22:30:04
61662         Log: Document the use of Third Degree (sparsely).
61663      Branch: perl
61664            ! pod/perlhack.pod t/TEST
61665 ____________________________________________________________________________
61666 [  9215] By: jhi                                   on 2001/03/18  22:10:30
61667         Log: Make targets for testing with Third Degree.
61668      Branch: perl
61669            ! Makefile.SH
61670 ____________________________________________________________________________
61671 [  9214] By: jhi                                   on 2001/03/18  21:08:53
61672         Log: The podchecker relaxations need to mirrored also at the tests.
61673      Branch: perl
61674            ! t/pod/poderrs.xr
61675 ____________________________________________________________________________
61676 [  9213] By: jhi                                   on 2001/03/18  20:56:21
61677         Log: Update Changes.
61678      Branch: perl
61679            ! Changes patchlevel.h
61680 ____________________________________________________________________________
61681 [  9212] By: jhi                                   on 2001/03/18  20:36:59
61682         Log: Looking for config.sh in parent directories isn't
61683              very useful for the toplevel Makefile.
61684      Branch: perl
61685            ! Makefile.SH
61686 ____________________________________________________________________________
61687 [  9211] By: jhi                                   on 2001/03/18  20:33:37
61688         Log: On "make clean" take care of Third Degree droppings.
61689      Branch: perl
61690            ! Makefile.SH
61691 ____________________________________________________________________________
61692 [  9210] By: jhi                                   on 2001/03/18  20:21:34
61693         Log: Add a hook for running the tests under the Third Degree
61694              debugging tool (set $ENV{PERL_3LOG} to non-zero)
61695              
61696              TODO: Document the use of Third Degree.
61697      Branch: perl
61698            ! t/TEST
61699 ____________________________________________________________________________
61700 [  9209] By: jhi                                   on 2001/03/18  20:19:07
61701         Log: Regen toc and api pods.
61702      Branch: perl
61703            ! pod/perlapi.pod pod/perltoc.pod
61704 ____________________________________________________________________________
61705 [  9208] By: jhi                                   on 2001/03/18  20:12:12
61706         Log: Integrate changes #8128,9132 from mainline into maintperl,
61707              Tie::SubstrHash fixes.
61708      Branch: maint-5.6/perl
61709           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
61710 ____________________________________________________________________________
61711 [  9207] By: jhi                                   on 2001/03/18  20:07:43
61712         Log: podchecker relaxations from Michael Stevens.
61713      Branch: perl
61714            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
61715 ____________________________________________________________________________
61716 [  9206] By: jhi                                   on 2001/03/18  20:04:24
61717         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
61718      Branch: perl
61719            ! lib/Locale/Constants.pm lib/Locale/Country.pm
61720            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
61721            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
61722 ____________________________________________________________________________
61723 [  9205] By: jhi                                   on 2001/03/18  19:54:45
61724         Log: Integrate changes #9161,9162 from maintperl to mainline.
61725              
61726              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
61727              results
61728      Branch: perl
61729           !> t/op/magic.t
61730 ____________________________________________________________________________
61731 [  9204] By: jhi                                   on 2001/03/18  19:37:46
61732         Log: Make perl.third checks more understandable to the builder.
61733      Branch: perl
61734            ! Makefile.SH
61735 ____________________________________________________________________________
61736 [  9203] By: jhi                                   on 2001/03/18  19:20:54
61737         Log: Re-integrate #9138 from maintperl to mainline,
61738              the squelching of the unneeded "Scalars leaked" messages.
61739      Branch: perl
61740           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
61741           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
61742           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
61743 ____________________________________________________________________________
61744 [  9202] By: jhi                                   on 2001/03/18  18:48:36
61745         Log: More robust and more paranoid perl.third target.
61746      Branch: perl
61747            ! Makefile.SH
61748 ____________________________________________________________________________
61749 [  9201] By: jhi                                   on 2001/03/18  18:39:21
61750         Log: Integrate change #9197 from maintperl to mainline.
61751              
61752              more thorough cleaning of arenas.
61753      Branch: perl
61754           !> embed.pl perl.c proto.h sv.c t/op/sort.t
61755 ____________________________________________________________________________
61756 [  9200] By: jhi                                   on 2001/03/18  18:25:17
61757         Log: Integrate perlio:
61758              
61759              [  9199]
61760              Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
61761              is the sense of the test being done. Avoid some magical 127 and 128 values
61762              by using macros.
61763              
61764              [  9198]
61765              UTF-X encoding invariance for Encode:
61766              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
61767              - move the XS code for those to universal.c (so in miniperl)
61768              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
61769              - change ext/Encode/compile to use above.
61770              - Fix t/lib/encode.t for above
61771              - Teach t/lib/b.t to expect -uutf8
61772              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
61773              utf8.pm is needed.
61774              
61775              [  9196]
61776              Fix pragma/utf8.t # 15
61777              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
61778              are SvUTF8 as well.
61779      Branch: perl
61780           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
61781           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
61782           !> t/lib/encode.t toke.c universal.c utf8.c
61783 ____________________________________________________________________________
61784 [  9199] By: nick                                  on 2001/03/18  15:23:51
61785         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
61786              is the sense of the test being done. Avoid some magical 127 and 128 values
61787              by using macros.
61788      Branch: perlio
61789            ! doop.c pp_ctl.c sv.c toke.c
61790 ____________________________________________________________________________
61791 [  9198] By: nick                                  on 2001/03/18  14:18:12
61792         Log: UTF-X encoding invariance for Encode:
61793              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
61794              - move the XS code for those to universal.c (so in miniperl)
61795              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
61796              - change ext/Encode/compile to use above.
61797              - Fix t/lib/encode.t for above
61798              - Teach t/lib/b.t to expect -uutf8
61799              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
61800              utf8.pm is needed.
61801      Branch: perlio
61802            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
61803            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
61804 ____________________________________________________________________________
61805 [  9197] By: gsar                                  on 2001/03/18  12:15:57
61806         Log: more thorough cleaning of arenas--keep going until no more
61807              SvREFCNT_dec()s occur (this fixes the problem that causes the
61808              pesky "Scalars leaked" warnings)
61809      Branch: maint-5.6/perl
61810            ! embed.pl perl.c proto.h sv.c t/op/sort.t
61811 ____________________________________________________________________________
61812 [  9196] By: nick                                  on 2001/03/18  10:57:29
61813         Log: Fix pragma/utf8.t # 15
61814              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
61815              are SvUTF8 as well.
61816      Branch: perlio
61817            ! toke.c
61818 ____________________________________________________________________________
61819 [  9195] By: nick                                  on 2001/03/18  09:27:06
61820         Log: Integrate mainline
61821      Branch: perlio
61822           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
61823           !> t/op/pat.t
61824 ____________________________________________________________________________
61825 [  9194] By: jhi                                   on 2001/03/18  05:29:59
61826         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
61827              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
61828      Branch: perl
61829            ! op.c op.h t/op/misc.t t/op/pat.t
61830 ____________________________________________________________________________
61831 [  9193] By: jhi                                   on 2001/03/18  05:15:06
61832         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
61833      Branch: perl
61834            ! mg.c t/op/pat.t
61835 ____________________________________________________________________________
61836 [  9192] By: jhi                                   on 2001/03/18  04:22:43
61837         Log: tr/// UTF-8 patches from Inaba Hiroto.
61838      Branch: perl
61839            ! doop.c op.c
61840 ____________________________________________________________________________
61841 [  9191] By: jhi                                   on 2001/03/18  04:21:17
61842         Log: Integrate perlio:
61843              
61844              [  9190]
61845              Correct #if EBCDIC side typos.
61846              Builds and passes many tests on OS390.
61847      Branch: perl
61848           !> utf8.c utfebcdic.h
61849 ____________________________________________________________________________
61850 [  9190] By: nick                                  on 2001/03/17  20:32:01
61851         Log: Correct #if EBCDIC side typos.
61852              Builds and passes many tests on OS390.
61853      Branch: perlio
61854            ! utf8.c utfebcdic.h
61855 ____________________________________________________________________________
61856 [  9189] By: jhi                                   on 2001/03/17  18:55:49
61857         Log: Add prerequisites for the perl.third target.
61858      Branch: perl
61859            ! Makefile.SH
61860 ____________________________________________________________________________
61861 [  9188] By: jhi                                   on 2001/03/17  18:46:00
61862         Log: Integrate perlio:
61863              
61864              [  9186]
61865              MANIFEST addition :-(
61866              
61867              [  9185]
61868              Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
61869              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
61870              a superset of ASCII are invariant under the encoding. This is EBCDIC
61871              friendly as an encoded string can be looked at as being EBCDIC by lexer
61872              sprintf("0",...) etc. in same manner that a UTF-8 string be considered
61873              ASCII on ASCII machines.
61874              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
61875              seperate.
61876              - Add some more macros to comprehend different shift amounts and
61877              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
61878              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
61879              and conditionally #include it.
61880              EBCDIC build as yet untested.  ASCII still fails the one test.
61881              
61882              [  9184]
61883              Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
61884      Branch: perl
61885           +> utfebcdic.h
61886           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
61887 ____________________________________________________________________________
61888 [  9187] By: jhi                                   on 2001/03/17  18:38:47
61889         Log: Add a make rule for perl.third (the Third Degree memory debugging
61890              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
61891      Branch: perl
61892            ! Makefile.SH
61893 ____________________________________________________________________________
61894 [  9186] By: nick                                  on 2001/03/17  18:34:48
61895         Log: MANIFEST addition :-(
61896      Branch: perlio
61897            ! MANIFEST
61898 ____________________________________________________________________________
61899 [  9185] By: nick                                  on 2001/03/17  18:29:50
61900         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
61901              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
61902              a superset of ASCII are invariant under the encoding. This is EBCDIC
61903              friendly as an encoded string can be looked at as being EBCDIC by lexer
61904              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
61905              ASCII on ASCII machines.
61906              
61907              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
61908              seperate.
61909              - Add some more macros to comprehend different shift amounts and
61910              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
61911              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
61912              and conditionally #include it.
61913              
61914              EBCDIC build as yet untested.  ASCII still fails the one test.
61915      Branch: perlio
61916            + utfebcdic.h
61917            ! utf8.c utf8.h
61918 ____________________________________________________________________________
61919 [  9184] By: nick                                  on 2001/03/17  17:44:16
61920         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
61921      Branch: perlio
61922            ! doop.c perl.h pp.c utf8.h
61923 ____________________________________________________________________________
61924 [  9183] By: jhi                                   on 2001/03/17  15:55:42
61925         Log: Integrate perlio:
61926              
61927              [  9182]
61928              Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
61929              
61930              [  9180]
61931              EBCDIC Fixes.
61932              
61933              [  9173]
61934              1st day's EBCDIC fixes:
61935              - toke.c's parsing of strings needed attention
61936              needed to conditionally e2a if string was already UTF-8
61937              - e2a/a2e tables where wrong way round.
61938              - new macros in utf8.h
61939      Branch: perl
61940            ! MANIFEST
61941           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
61942 ____________________________________________________________________________
61943 [  9182] By: nick                                  on 2001/03/17  09:16:06
61944         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
61945      Branch: perlio
61946            ! t/op/pat.t
61947 ____________________________________________________________________________
61948 [  9181] By: nick                                  on 2001/03/17  09:15:11
61949         Log: Integrate mainline.
61950      Branch: perlio
61951           +> lib/Locale/Constants.pm lib/Locale/Country.pm
61952           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
61953           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
61954           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
61955           !> (integrate 83 files)
61956 ____________________________________________________________________________
61957 [  9180] By: nick                                  on 2001/03/16  17:23:21
61958         Log: EBCDIC Fixes.
61959      Branch: perlio
61960            ! perl.h sv.c toke.c utf8.c utf8.h
61961 ____________________________________________________________________________
61962 [  9179] By: jhi                                   on 2001/03/16  14:10:12
61963         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
61964              a change needed to work around an AIX compiler bug.
61965      Branch: perl
61966            ! ext/Storable/Storable.xs
61967 ____________________________________________________________________________
61968 [  9178] By: jhi                                   on 2001/03/16  03:19:59
61969         Log: With Damian's approval synchronize damian's modules'
61970              licensing with Perl's standard module licensing.
61971      Branch: perl
61972            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
61973 ____________________________________________________________________________
61974 [  9177] By: jhi                                   on 2001/03/16  03:15:34
61975         Log: Make the Filter::Util:Call files have their own copies
61976              of the Perl standard module licensing, from Paul Marquess.
61977      Branch: perl
61978            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
61979 ____________________________________________________________________________
61980 [  9176] By: jhi                                   on 2001/03/16  02:56:04
61981         Log: Subject: [PATCH] more pod patches
61982              From: Michael Stevens <michael@etla.org>
61983              Date: Thu, 15 Mar 2001 21:25:18 +0000
61984              Message-ID: <20010315212518.A18870@firedrake.org>
61985      Branch: perl
61986            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
61987            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
61988            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
61989            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
61990            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
61991            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
61992            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
61993            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
61994            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
61995            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
61996            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
61997            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
61998            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
61999            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
62000            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
62001            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
62002            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
62003            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
62004            ! lib/Locale/Country.pm lib/Locale/Language.pm
62005            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
62006            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
62007            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
62008            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
62009            ! os2/OS2/Process/Process.pm
62010 ____________________________________________________________________________
62011 [  9175] By: jhi                                   on 2001/03/16  02:53:32
62012         Log: Subject: [PATCH] the uncontroversial doc patches
62013              From: Michael Stevens <michael@etla.org>
62014              Date: Thu, 15 Mar 2001 20:01:12 +0000
62015              Message-ID: <20010315200112.A7636@firedrake.org>
62016      Branch: perl
62017            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
62018            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
62019            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
62020            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
62021            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
62022 ____________________________________________________________________________
62023 [  9174] By: jhi                                   on 2001/03/16  02:50:49
62024         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
62025              From: Paul Lindner <lindner@inuus.com>
62026              Date: Fri, 16 Mar 2001 11:28:03 -0800
62027              Message-ID: <20010316112803.A7577@inuus.com>
62028      Branch: perl
62029            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
62030 ____________________________________________________________________________
62031 [  9173] By: nick                                  on 2001/03/15  20:21:03
62032         Log: 1st day's EBCDIC fixes:
62033              - toke.c's parsing of strings needed attention
62034              needed to conditionally e2a if string was already UTF-8
62035              - e2a/a2e tables where wrong way round.
62036              - new macros in utf8.h
62037      Branch: perlio
62038            ! perl.h toke.c utf8.h
62039 ____________________________________________________________________________
62040 [  9172] By: jhi                                   on 2001/03/15  15:17:17
62041         Log: Update Changes.
62042      Branch: perl
62043            ! Changes patchlevel.h
62044 ____________________________________________________________________________
62045 [  9171] By: jhi                                   on 2001/03/15  15:09:32
62046         Log: Subject: Re: Another Borland C++ problem.
62047              From: "Vadim Konovalov" <watman@inbox.ru>
62048              Date: Sat, 10 Mar 2001 19:26:07 +0300
62049              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
62050              
62051              Borland filename case problem.
62052      Branch: perl
62053            + win32/sncfnmcs.pl
62054            ! MANIFEST README.win32
62055 ____________________________________________________________________________
62056 [  9170] By: jhi                                   on 2001/03/15  14:54:23
62057         Log: Add Locale::Codes 1.06, from Neil Bowers.
62058      Branch: perl
62059            + lib/Locale/Constants.pm lib/Locale/Country.pm
62060            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62061            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62062            + t/lib/lc-language.t t/lib/lc-uk.t
62063            ! MANIFEST
62064 ____________________________________________________________________________
62065 [  9169] By: jhi                                   on 2001/03/15  14:19:01
62066         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
62067      Branch: perl
62068            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
62069            ! ext/Storable/Storable.xs
62070 ____________________________________________________________________________
62071 [  9168] By: jhi                                   on 2001/03/15  14:13:22
62072         Log: Integrate changes #9120,9167 from mainline to maintperl.
62073              
62074              Subject: [PATCH 5.6.1] OS/2 docs
62075              
62076              Subject: [PATCH 5.6.1] perldoc
62077      Branch: maint-5.6/perl
62078           !> os2/Changes utils/perldoc.PL
62079 ____________________________________________________________________________
62080 [  9167] By: jhi                                   on 2001/03/15  14:07:42
62081         Log: Subject: [PATCH 5.6.1] perldoc
62082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62083              Date: Wed, 14 Mar 2001 23:46:52 -0500
62084              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
62085      Branch: perl
62086            ! utils/perldoc.PL
62087 ____________________________________________________________________________
62088 [  9166] By: jhi                                   on 2001/03/15  13:53:15
62089         Log: sigaction test condition tweakage.
62090      Branch: perl
62091            ! t/lib/sigaction.t
62092 ____________________________________________________________________________
62093 [  9165] By: alanbur                               on 2001/03/15  03:49:17
62094         Log: Resynchronised with parent
62095      Branch: maint-5.6/pureperl
62096           +> os2/os2add.sym t/op/anonsub.t
62097           !> (integrate 72 files)
62098 ____________________________________________________________________________
62099 [  9164] By: jhi                                   on 2001/03/15  01:05:01
62100         Log: Avoid stomping off the beginning of an array in tr///.
62101      Branch: perl
62102            ! op.c
62103 ____________________________________________________________________________
62104 [  9163] By: jhi                                   on 2001/03/15  00:58:57
62105         Log: h2ph strictness and cleanliness from Kurt Starsinic.
62106      Branch: perl
62107            ! utils/h2ph.PL
62108 ____________________________________________________________________________
62109 [  9162] By: gsar                                  on 2001/03/15  00:56:53
62110         Log: avoid warnings
62111      Branch: maint-5.6/perl
62112            ! t/op/magic.t
62113 ____________________________________________________________________________
62114 [  9161] By: gsar                                  on 2001/03/15  00:52:09
62115         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62116              results
62117      Branch: maint-5.6/perl
62118            ! t/op/magic.t
62119 ____________________________________________________________________________
62120 [  9160] By: jhi                                   on 2001/03/14  22:02:10
62121         Log: Do not use the Perl malloc in IRIX, suggested by
62122              Helmus Jarausch.
62123      Branch: perl
62124            ! hints/irix_6.sh
62125 ____________________________________________________________________________
62126 [  9159] By: nick                                  on 2001/03/14  21:45:59
62127         Log: Integrate mainline
62128      Branch: perlio
62129           +> t/op/loopctl.t
62130           !> (integrate 41 files)
62131 ____________________________________________________________________________
62132 [  9158] By: jhi                                   on 2001/03/14  21:10:09
62133         Log: The Day of the Retractions continues: the #9138
62134              (integrated in #9144) doesn't work well in mainline.
62135      Branch: perl
62136            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62137            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62138            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62139 ____________________________________________________________________________
62140 [  9157] By: jhi                                   on 2001/03/14  20:58:12
62141         Log: The #9145 CANNOT be enabled: the clear_pmop code still
62142              dumps core all over in Tru64.
62143      Branch: perl
62144            ! op.c op.h t/op/pat.t
62145 ____________________________________________________________________________
62146 [  9156] By: jhi                                   on 2001/03/14  20:48:06
62147         Log: Integrate change #9154 from maintperl to mainline.
62148              
62149              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
62150              (caused Storable 1.0.10 to break on windows)
62151      Branch: perl
62152           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
62153           !> perlapi.c proto.h
62154 ____________________________________________________________________________
62155 [  9155] By: jhi                                   on 2001/03/14  20:23:53
62156         Log: Retract #9136: breaks threading (and binary compatibility).
62157      Branch: perl
62158            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
62159 ____________________________________________________________________________
62160 [  9154] By: gsar                                  on 2001/03/14  17:48:18
62161         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
62162              (caused Storable 1.0.10 to break on windows)
62163      Branch: maint-5.6/perl
62164            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
62165            ! perlapi.c proto.h
62166 ____________________________________________________________________________
62167 [  9153] By: jhi                                   on 2001/03/14  13:35:21
62168         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
62169      Branch: perl
62170            ! t/lib/sigaction.t
62171 ____________________________________________________________________________
62172 [  9152] By: gsar                                  on 2001/03/14  07:29:40
62173         Log: back out changes#9012,9010,9009 and parts of change#9016
62174              (causes ABRs under purify, and some prerequisites don't
62175              seem to be there in 5.6.x)
62176      Branch: maint-5.6/perl
62177            ! doop.c op.c t/op/tr.t toke.c
62178 ____________________________________________________________________________
62179 [  9151] By: gsar                                  on 2001/03/14  07:01:29
62180         Log: reenable change#9145 (the test was busted due to a missing
62181              C<print "ok 27\n">)
62182      Branch: perl
62183            ! op.c op.h t/op/pat.t
62184 ____________________________________________________________________________
62185 [  9150] By: jhi                                   on 2001/03/14  06:38:36
62186         Log: Retract #9145.
62187      Branch: perl
62188            ! op.c op.h t/op/pat.t
62189 ____________________________________________________________________________
62190 [  9149] By: jhi                                   on 2001/03/14  06:14:56
62191         Log: Retract #9143.
62192      Branch: perl
62193            ! op.c
62194 ____________________________________________________________________________
62195 [  9148] By: gsar                                  on 2001/03/14  06:13:02
62196         Log: Uninitialized Memory Read in regexec.c
62197      Branch: perl
62198            ! regexec.c
62199 ____________________________________________________________________________
62200 [  9147] By: jhi                                   on 2001/03/14  04:59:54
62201         Log: Subject: PATCH: make goto work in nested eval ""
62202              From: Robin Houston <robin@kitsite.com>
62203              Date: Wed, 14 Mar 2001 04:16:10 +0000
62204              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
62205      Branch: perl
62206            ! pp_ctl.c t/op/goto.t
62207 ____________________________________________________________________________
62208 [  9146] By: jhi                                   on 2001/03/14  04:42:54
62209         Log: Preserve the #ifdef PERL_CORE in perly.h.
62210      Branch: perl
62211            ! perly.fixer
62212 ____________________________________________________________________________
62213 [  9145] By: jhi                                   on 2001/03/14  03:57:41
62214         Log: (Retracted by #9150.)
62215      Branch: perl
62216            ! op.c op.h t/op/pat.t
62217 ____________________________________________________________________________
62218 [  9144] By: jhi                                   on 2001/03/14  03:50:38
62219         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
62220              
62221              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
62222              
62223              remove squelch controls for "Scalars leaked" messages in most places
62224              (these are now cured)
62225              
62226              fix another memory leak reported by purify (tie callbacks that
62227              croak can leak when wiping out magic)
62228      Branch: perl
62229           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
62230           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
62231           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
62232           !> t/pragma/warnings.t
62233 ____________________________________________________________________________
62234 [  9143] By: jhi                                   on 2001/03/14  03:37:53
62235         Log: (Retracted by #9149.)
62236      Branch: perl
62237            ! op.c
62238 ____________________________________________________________________________
62239 [  9142] By: gsar                                  on 2001/03/14  03:20:48
62240         Log: fix another memory leak reported by purify (tie callbacks that
62241              croak can leak when wiping out magic)
62242      Branch: maint-5.6/perl
62243            ! scope.c
62244 ____________________________________________________________________________
62245 [  9141] By: jhi                                   on 2001/03/14  02:55:00
62246         Log: Subject: PATCH for [ID 20010305.003]
62247              From: Robin Houston <robin@kitsite.com>
62248              Date: Wed, 14 Mar 2001 02:45:51 +0000
62249              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
62250      Branch: perl
62251            ! pp_ctl.c t/op/eval.t
62252 ____________________________________________________________________________
62253 [  9140] By: jhi                                   on 2001/03/14  02:41:54
62254         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62255              Date: Wed, 14 Mar 2001 01:52:51 +0000
62256              From: Robin Houston <robin@kitsite.com>
62257              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
62258              
62259              Fix for 2000313.004.
62260      Branch: perl
62261            ! pp_ctl.c t/op/goto.t
62262 ____________________________________________________________________________
62263 [  9139] By: jhi                                   on 2001/03/14  02:40:50
62264         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62265              From: Robin Houston <robin@kitsite.com>
62266              Date: Wed, 14 Mar 2001 00:43:45 +0000
62267              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
62268      Branch: perl
62269            + t/op/loopctl.t
62270            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
62271            ! vms/perly_c.vms
62272 ____________________________________________________________________________
62273 [  9138] By: gsar                                  on 2001/03/14  01:18:00
62274         Log: remove squelch controls for "Scalars leaked" messages in most places
62275              (these are now cured)
62276      Branch: maint-5.6/perl
62277            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62278            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62279            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62280 ____________________________________________________________________________
62281 [  9137] By: gsar                                  on 2001/03/14  00:57:04
62282         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
62283      Branch: maint-5.6/perl
62284            ! regcomp.c
62285 ____________________________________________________________________________
62286 [  9136] By: jhi                                   on 2001/03/13  23:12:24
62287         Log: (Retracted by #9155)
62288              
62289              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
62290              From: Jens-Uwe Mager <jum@helios.de>
62291              Date: Wed, 21 Feb 2001 21:32:04 +0100
62292              Message-ID: <20010221213203.A18340@ans.helios.de>
62293      Branch: perl
62294            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
62295 ____________________________________________________________________________
62296 [  9135] By: jhi                                   on 2001/03/13  22:50:05
62297         Log: Integrate perlio:
62298              
62299              [  9126]
62300              #ifdef'ed out code to make packed side of pack/unpack
62301              octets. (i.e. pack('U') => encode_utf8).
62302      Branch: perl
62303           !> pp.c
62304 ____________________________________________________________________________
62305 [  9134] By: jhi                                   on 2001/03/13  22:49:05
62306         Log: Integrate change #9131 from maintperl into mainline.
62307              
62308              make the error text look more consistent in hints/hpux.sh
62309      Branch: perl
62310           !> hints/hpux.sh
62311 ____________________________________________________________________________
62312 [  9133] By: gsar                                  on 2001/03/13  22:46:20
62313         Log: integrate change#9067 from mainline
62314              
62315              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
62316      Branch: maint-5.6/perl
62317           !> lib/ExtUtils/MM_Unix.pm
62318 ____________________________________________________________________________
62319 [  9132] By: jhi                                   on 2001/03/13  22:41:21
62320         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62321              From: "John P. Linderman" <jpl@research.att.com>
62322              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
62323              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
62324              
62325              A more correct prime finder.
62326      Branch: perl
62327            ! lib/Tie/SubstrHash.pm
62328 ____________________________________________________________________________
62329 [  9131] By: gsar                                  on 2001/03/13  22:30:42
62330         Log: make the error text look more consistent in hints/hpux.sh
62331      Branch: maint-5.6/perl
62332            ! hints/hpux.sh
62333 ____________________________________________________________________________
62334 [  9130] By: jhi                                   on 2001/03/13  22:23:44
62335         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
62336              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62337              Date: Tue, 13 Mar 2001 18:41:26 +0100
62338              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
62339              
62340              If the test is run non-interactively the default handler
62341              is different.
62342      Branch: perl
62343            ! t/lib/sigaction.t
62344 ____________________________________________________________________________
62345 [  9129] By: jhi                                   on 2001/03/13  22:20:21
62346         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
62347              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62348              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
62349              Date:     Tue, 13 Mar 2001 16:44:32 EST
62350      Branch: perl
62351            ! t/lib/1_compile.t
62352 ____________________________________________________________________________
62353 [  9128] By: jhi                                   on 2001/03/13  22:18:34
62354         Log: Subject: Another patch for integer.pm POD 
62355              From: "John L. Allen" <allen@grumman.com>
62356              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
62357              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
62358      Branch: perl
62359            ! lib/integer.pm
62360 ____________________________________________________________________________
62361 [  9127] By: nick                                  on 2001/03/13  21:26:30
62362         Log: Integrate mainline.
62363      Branch: perlio
62364           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
62365           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
62366           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
62367           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
62368           !> Changes Configure MANIFEST README.os2 README.os390
62369           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
62370           !> os2/Changes patchlevel.h win32/perlhost.h
62371 ____________________________________________________________________________
62372 [  9126] By: nick                                  on 2001/03/13  20:39:51
62373         Log: #ifdef'ed out code to make packed side of pack/unpack
62374              octets. (i.e. pack('U') => encode_utf8).
62375      Branch: perlio
62376            ! pp.c
62377 ____________________________________________________________________________
62378 [  9125] By: jhi                                   on 2001/03/13  15:07:16
62379         Log: Update Changes.
62380      Branch: perl
62381            ! Changes patchlevel.h
62382 ____________________________________________________________________________
62383 [  9124] By: jhi                                   on 2001/03/13  14:22:45
62384         Log: Workaround for the buggy ("internal compiler error")
62385              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
62386              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
62387              of Andreas König.
62388      Branch: perl
62389            ! ext/re/Makefile.PL hints/aix.sh
62390 ____________________________________________________________________________
62391 [  9123] By: jhi                                   on 2001/03/13  03:24:34
62392         Log: Typo in #9114.
62393      Branch: metaconfig
62394            ! U/modified/myhostname.U
62395 ____________________________________________________________________________
62396 [  9122] By: jhi                                   on 2001/03/13  03:24:06
62397         Log: Typo in #9113.
62398      Branch: perl
62399            ! Configure
62400 ____________________________________________________________________________
62401 [  9121] By: jhi                                   on 2001/03/13  01:53:05
62402         Log: Forgot to check-in the larger part of #9120, duh.
62403      Branch: perl
62404            ! README.os2
62405 ____________________________________________________________________________
62406 [  9120] By: jhi                                   on 2001/03/13  01:51:31
62407         Log: Subject: [PATCH 5.6.1] OS/2 docs
62408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62409              Date: Mon, 12 Mar 2001 03:27:32 -0500
62410              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
62411      Branch: perl
62412            ! os2/Changes
62413 ____________________________________________________________________________
62414 [  9119] By: jhi                                   on 2001/03/13  01:49:41
62415         Log: Integrate change #9116 from maintperl into mainline.
62416              
62417              Win32::GetCwd() returns C: instead of C:\ in the root directory
62418              under ithreads
62419      Branch: perl
62420           !> win32/perlhost.h
62421 ____________________________________________________________________________
62422 [  9118] By: jhi                                   on 2001/03/13  01:13:39
62423         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
62424      Branch: perl
62425            + lib/Switch.pm t/lib/switch.t
62426            ! MANIFEST
62427 ____________________________________________________________________________
62428 [  9117] By: jhi                                   on 2001/03/13  01:03:17
62429         Log: Add Text::Balanced 1.83.
62430      Branch: perl
62431            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
62432            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
62433            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
62434            + t/lib/tb-xvari.t
62435            ! MANIFEST
62436 ____________________________________________________________________________
62437 [  9116] By: gsar                                  on 2001/03/13  00:55:53
62438         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
62439              under ithreads
62440      Branch: maint-5.6/perl
62441            ! win32/perlhost.h
62442 ____________________________________________________________________________
62443 [  9115] By: jhi                                   on 2001/03/13  00:54:09
62444         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
62445              From: "John L. Allen" <allen@grumman.com>
62446              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
62447              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
62448              
62449              use integer document clarification.
62450      Branch: perl
62451            ! lib/integer.pm
62452 ____________________________________________________________________________
62453 [  9114] By: jhi                                   on 2001/03/13  00:38:54
62454         Log: Metaconfig unit change for #9113.
62455      Branch: metaconfig
62456            ! U/modified/myhostname.U
62457 ____________________________________________________________________________
62458 [  9113] By: jhi                                   on 2001/03/13  00:38:35
62459         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?)
62460              From: Peter Prymmer <pvhp@forte.com>
62461              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
62462              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
62463      Branch: perl
62464            ! Configure README.os390 hints/os390.sh
62465 ____________________________________________________________________________
62466 [  9112] By: jhi                                   on 2001/03/13  00:29:00
62467         Log: Integrate perlio:
62468              
62469              [  9110]
62470              #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
62471      Branch: perl
62472           !> sv.c utf8.h
62473 ____________________________________________________________________________
62474 [  9111] By: nick                                  on 2001/03/12  21:16:33
62475         Log: Integrate mainline.
62476      Branch: perlio
62477           +> t/op/anonsub.t
62478           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62479           !> proto.h sv.c
62480 ____________________________________________________________________________
62481 [  9110] By: nick                                  on 2001/03/12  21:00:13
62482         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
62483      Branch: perlio
62484            ! sv.c utf8.h
62485 ____________________________________________________________________________
62486 [  9109] By: jhi                                   on 2001/03/12  16:04:47
62487         Log: Integrate change #9108 from maintperl to mainline.
62488              
62489              fix memory leak in C<sub X { sub {} }> arising from a refcount
62490              loop between the outer sub and the inner prototype anonsub
62491              
62492              this also enables closures returned by subroutines that
62493              subsequently get redefined to work without generating coredumps :)
62494              
62495              completely removed the free_closures() hack--it shouldn't be
62496              needed anymore
62497      Branch: perl
62498           +> t/op/anonsub.t
62499           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62500           !> proto.h sv.c
62501 ____________________________________________________________________________
62502 [  9108] By: gsar                                  on 2001/03/12  10:21:31
62503         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
62504              loop between the outer sub and the inner prototype anonsub
62505              
62506              this also enables closures returned by subroutines that
62507              subsequently get redefined to work without generating coredumps :)
62508              
62509              completely removed the free_closures() hack--it shouldn't be
62510              needed anymore
62511      Branch: maint-5.6/perl
62512            + t/op/anonsub.t
62513            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62514            ! proto.h sv.c
62515 ____________________________________________________________________________
62516 [  9107] By: jhi                                   on 2001/03/12  05:15:31
62517         Log: Integrate perlio:
62518              
62519              [  9106]
62520              regcomp.c is working in native space, not Unicode space (if different)
62521              as it is doing compare against 'W' in \W etc.
62522              
62523              [  9105]
62524              Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
62525              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
62526              
62527              [  9104]
62528              Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
62529              
62530              [  9102]
62531              USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
62532              - exclude layer syms in makedef.pl for sfio
62533              - also inhibit Encode from trying to build ":encode()" layer.
62534      Branch: perl
62535           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
62536 ____________________________________________________________________________
62537 [  9106] By: nick                                  on 2001/03/11  20:10:12
62538         Log: regcomp.c is working in native space, not Unicode space (if different)
62539              as it is doing compare against 'W' in \W etc.
62540      Branch: perlio
62541            ! regcomp.c
62542 ____________________________________________________________________________
62543 [  9105] By: nick                                  on 2001/03/11  19:39:34
62544         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
62545              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
62546      Branch: perlio
62547            ! regcomp.c toke.c utf8.c
62548 ____________________________________________________________________________
62549 [  9104] By: nick                                  on 2001/03/11  18:15:44
62550         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
62551      Branch: perlio
62552            ! sv.c
62553 ____________________________________________________________________________
62554 [  9103] By: nick                                  on 2001/03/11  18:03:28
62555         Log: Integrate mainline (for regexp stuff).
62556      Branch: perlio
62557           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62558           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
62559           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
62560           !> t/lib/errno.t t/op/pat.t
62561 ____________________________________________________________________________
62562 [  9102] By: nick                                  on 2001/03/11  17:44:20
62563         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
62564              - exclude layer syms in makedef.pl for sfio
62565              - also inhibit Encode from trying to build ":encode()" layer.
62566      Branch: perlio
62567            ! ext/Encode/Encode.xs makedef.pl
62568 ____________________________________________________________________________
62569 [  9101] By: jhi                                   on 2001/03/10  22:38:13
62570         Log: The $Is_MacOS needs to be declared.
62571      Branch: perl
62572            ! lib/ExtUtils/Manifest.pm
62573 ____________________________________________________________________________
62574 [  9100] By: jhi                                   on 2001/03/10  22:14:29
62575         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
62576              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
62577              pollute the symbolspace if using sfio.
62578      Branch: perl
62579            ! ext/Encode/Encode.xs
62580 ____________________________________________________________________________
62581 [  9099] By: jhi                                   on 2001/03/10  21:58:48
62582         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
62583              Date: Sat, 10 Mar 2001 14:23:55 -0500
62584              From: Chris Nandor <pudge@pobox.com>
62585              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
62586      Branch: perl
62587            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62588            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
62589            ! t/lib/errno.t
62590 ____________________________________________________________________________
62591 [  9098] By: jhi                                   on 2001/03/10  21:38:30
62592         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
62593      Branch: perl
62594            ! regcomp.c regexec.c t/op/pat.t
62595 ____________________________________________________________________________
62596 [  9097] By: jhi                                   on 2001/03/10  14:38:07
62597         Log: Integrate perlio:
62598              
62599              [  9096]
62600              EBCDIC sanity - phase I
62601              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
62602              - use utf8n_xxxx (c.f. pvn) for forms which take length.
62603              - back out vN.N and $^V exceptions to e2a/a2e
62604              - make "locale" isxxx macros be uvchr (may be redundant?)
62605              Not clear yet that toUPPER_uni et. al. return being handled correctly.
62606              The tr// and rexexp stuff still needs an audit, assumption is they are working
62607              in Unicode space.
62608              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
62609      Branch: perl
62610           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
62611           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
62612           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
62613 ____________________________________________________________________________
62614 [  9096] By: nick                                  on 2001/03/10  11:55:43
62615         Log: EBCDIC sanity - phase I
62616              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
62617              - use utf8n_xxxx (c.f. pvn) for forms which take length.
62618              - back out vN.N and $^V exceptions to e2a/a2e
62619              - make "locale" isxxx macros be uvchr (may be redundant?)
62620              
62621              Not clear yet that toUPPER_uni et. al. return being handled correctly.
62622              The tr// and rexexp stuff still needs an audit, assumption is they are working
62623              in Unicode space.
62624              
62625              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
62626      Branch: perlio
62627            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
62628            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
62629            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
62630 ____________________________________________________________________________
62631 [  9095] By: jhi                                   on 2001/03/09  22:10:01
62632         Log: Integrate perlio:
62633              
62634              [  9094]
62635              Builds an passes all tests after integrate and this tweak.
62636      Branch: perl
62637           !> dump.c
62638 ____________________________________________________________________________
62639 [  9094] By: nick                                  on 2001/03/09  17:36:38
62640         Log: Builds an passes all tests after integrate and this tweak.
62641      Branch: perlio
62642            ! dump.c
62643 ____________________________________________________________________________
62644 [  9093] By: nick                                  on 2001/03/09  17:16:03
62645         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
62646      Branch: perlio
62647           +> lib/unicode/Scripts.txt t/lib/sigaction.t
62648           !> (integrate 79 files)
62649 ____________________________________________________________________________
62650 [  9092] By: jhi                                   on 2001/03/09  15:28:26
62651         Log: Update Changes.
62652      Branch: perl
62653            ! Changes patchlevel.h
62654 ____________________________________________________________________________
62655 [  9091] By: jhi                                   on 2001/03/09  15:25:05
62656         Log: In op/stat #35 better to scan all the potential directories
62657              for setuids, not just the first one.
62658      Branch: perl
62659            ! t/op/stat.t
62660 ____________________________________________________________________________
62661 [  9090] By: jhi                                   on 2001/03/09  15:01:27
62662         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
62663              From: rspier@pobox.com (Robert Spier)
62664              Date: Fri, 9 Mar 2001 03:30:20 -0500
62665              Message-ID: <15016.38044.381174.160189@rls.cx>
62666              
62667              EXISTS() returning undef mistakenly triggered a FETCH().
62668      Branch: perl
62669            ! hv.c
62670 ____________________________________________________________________________
62671 [  9089] By: jhi                                   on 2001/03/09  14:59:02
62672         Log: Add /sbin and /usr/sbin to the list of directories scanned
62673              for setuid programs.  Takes care of bug id 20010309.003.
62674      Branch: perl
62675            ! t/op/stat.t
62676 ____________________________________________________________________________
62677 [  9088] By: jhi                                   on 2001/03/09  14:48:32
62678         Log: Regen perlapi, perltoc.
62679      Branch: perl
62680            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
62681 ____________________________________________________________________________
62682 [  9087] By: jhi                                   on 2001/03/09  14:38:56
62683         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
62684              From: David Mitchell <davem@fdgroup.co.uk>
62685              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
62686              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
62687      Branch: perl
62688            ! dump.c perl.c perl.h pod/perlrun.pod
62689 ____________________________________________________________________________
62690 [  9086] By: jhi                                   on 2001/03/09  01:47:16
62691         Log: A modified version of
62692              
62693              Subject: [ID 20010307.005] POSIX::sigaction has various problems
62694              From: anders@broadcom.com
62695              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
62696              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
62697              
62698              Currently the sigaction.t test #6 fails (and is fudged to look
62699              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
62700              This may well be a genuine bug in Linux sigaction() (since at
62701              least Tru64, Solaris, and HP-UX disagree with Linux).
62702              Anyone with POSIX / SUSv2 tome handy?  The problem is that
62703              the flags of the oldaction don't match with the flags in
62704              the previously installed disposition.
62705      Branch: perl
62706            + t/lib/sigaction.t
62707            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
62708 ____________________________________________________________________________
62709 [  9085] By: jhi                                   on 2001/03/09  01:30:13
62710         Log: Subject: Re: mission impossible for the day
62711              From: Alex Gough <alex@rcon.org>
62712              Date: Thu, 08 Mar 2001 17:18:19 +0000
62713              Message-ID: <3AA7BEDB.8070409@rcon.org>
62714              
62715              If references (are overloaded) and can be directly stringified,
62716              show that instead of "stringified".
62717              
62718              (The problem, infinite mutual recursion caused by overloaded bool
62719              in Switch.pm, tracked by David Mitchell)
62720      Branch: perl
62721            ! lib/Carp/Heavy.pm
62722 ____________________________________________________________________________
62723 [  9084] By: jhi                                   on 2001/03/09  01:20:39
62724         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
62725              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
62726              From: David Mitchell <davem@fdgroup.co.uk>
62727              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
62728      Branch: perl
62729            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
62730            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
62731 ____________________________________________________________________________
62732 [  9083] By: jhi                                   on 2001/03/09  01:16:51
62733         Log: Subject: [PATCH] perldata.pod here-doc docs
62734              From: Jeff Pinyan <jeffp@crusoe.net>
62735              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
62736              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
62737      Branch: perl
62738            ! pod/perldata.pod
62739 ____________________________________________________________________________
62740 [  9082] By: jhi                                   on 2001/03/09  01:01:27
62741         Log: Subject: Re: Unicode/EBCDIC
62742              From: Peter Prymmer <pvhp@forte.com>
62743              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
62744              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
62745      Branch: perl
62746            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
62747 ____________________________________________________________________________
62748 [  9081] By: jhi                                   on 2001/03/08  13:41:30
62749         Log: Subject: Ooops, wrong 'no *POSIX' Patch
62750              From: Dorner Thomas <Thomas.Dorner@start.de>
62751              Date: Thu, 8 Mar 2001 08:43:28 +0100
62752              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
62753      Branch: perl
62754            ! hints/posix-bc.sh
62755 ____________________________________________________________________________
62756 [  9080] By: jhi                                   on 2001/03/08  13:11:42
62757         Log: It's Scripts.txt, not Script.txt.
62758      Branch: perl
62759            ! MANIFEST
62760 ____________________________________________________________________________
62761 [  9079] By: jhi                                   on 2001/03/08  12:59:05
62762         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
62763              From: Dorner Thomas <Thomas.Dorner@start.de>
62764              Date: Wed, 7 Mar 2001 14:13:31 +0100
62765              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
62766      Branch: perl
62767            ! makedepend.SH
62768 ____________________________________________________________________________
62769 [  9078] By: jhi                                   on 2001/03/08  12:57:43
62770         Log: Retract #9069, wrong patch.
62771      Branch: perl
62772            ! Makefile.SH
62773 ____________________________________________________________________________
62774 [  9077] By: jhi                                   on 2001/03/08  01:06:13
62775         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
62776      Branch: perl
62777            + lib/unicode/Scripts.txt
62778            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
62779            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
62780            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
62781            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
62782            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
62783            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
62784            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
62785            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
62786            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
62787            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
62788            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
62789            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
62790            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
62791            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
62792            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
62793            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
62794            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
62795            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
62796            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
62797            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
62798            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
62799            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
62800            ! lib/unicode/version
62801 ____________________________________________________________________________
62802 [  9076] By: jhi                                   on 2001/03/07  22:59:39
62803         Log: Integrate change #7784 from mainline into maintperl.
62804              
62805              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
62806      Branch: maint-5.6/perl
62807           !> pp_ctl.c t/op/pat.t
62808 ____________________________________________________________________________
62809 [  9075] By: jhi                                   on 2001/03/07  22:05:11
62810         Log: More UTF-8 test tweaks.
62811      Branch: perl
62812            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
62813 ____________________________________________________________________________
62814 [  9074] By: nick                                  on 2001/03/07  21:39:29
62815         Log: Integrate mainline.
62816      Branch: perlio
62817           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
62818           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
62819           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
62820           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
62821           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
62822 ____________________________________________________________________________
62823 [  9073] By: jhi                                   on 2001/03/07  16:37:09
62824         Log: Update Changes.
62825      Branch: perl
62826            ! Changes patchlevel.h
62827 ____________________________________________________________________________
62828 [  9072] By: jhi                                   on 2001/03/07  16:32:30
62829         Log: Subject: [ID 20010306.004] || != named unary operator
62830              From: abela@geneanet.org
62831              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
62832              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
62833      Branch: perl
62834            ! pod/perlop.pod
62835 ____________________________________________________________________________
62836 [  9071] By: jhi                                   on 2001/03/07  15:14:11
62837         Log: Subject: downgrading to bytes for common functions
62838              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
62839              Date: Wed, 7 Mar 2001 02:36:55 -0500
62840              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
62841      Branch: perl
62842            ! pp_sys.c
62843 ____________________________________________________________________________
62844 [  9070] By: jhi                                   on 2001/03/07  15:04:58
62845         Log: Clarify the description differentiating for and while; inspired by
62846              
62847              Subject: [ID 20010306.002] for/while difference in for definition
62848              From: abela@geneanet.org
62849              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
62850              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
62851      Branch: perl
62852            ! pod/perlsyn.pod
62853 ____________________________________________________________________________
62854 [  9069] By: jhi                                   on 2001/03/07  14:55:30
62855         Log: (Retracted by #9078.)
62856      Branch: perl
62857            ! Makefile.SH
62858 ____________________________________________________________________________
62859 [  9068] By: jhi                                   on 2001/03/07  14:51:17
62860         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
62861              From: Radu Greab <radu@netsoft.ro>
62862              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
62863              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
62864      Branch: perl
62865            ! pp.c t/op/chop.t
62866 ____________________________________________________________________________
62867 [  9067] By: jhi                                   on 2001/03/07  14:48:57
62868         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
62869              From: Simon Cozens <simon@netthink.co.uk>
62870              Date: Wed, 7 Mar 2001 13:59:28 +0000
62871              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
62872              
62873              In order to allow MakeMaker to build correct Makefiles,
62874              you need to change the order of the arguments in MM_Unix.pm
62875              as well. (Unless you have C89_CCMODE set, but we're trying
62876              to be POSIXly correct)
62877              
62878              Thanks to Merijn Broeren for tracking this down.
62879      Branch: perl
62880            ! lib/ExtUtils/MM_Unix.pm
62881 ____________________________________________________________________________
62882 [  9066] By: jhi                                   on 2001/03/07  14:30:02
62883         Log: Floating point too messy.
62884      Branch: perl
62885            ! t/camel-III/vstring.t
62886 ____________________________________________________________________________
62887 [  9065] By: jhi                                   on 2001/03/07  14:17:44
62888         Log: Integrate change #9064 from maintperl into mainline.
62889              
62890              fix memory leak in pack("Bb",...)
62891      Branch: perl
62892           !> perl.c
62893 ____________________________________________________________________________
62894 [  9064] By: gsar                                  on 2001/03/07  06:29:24
62895         Log: fix memory leak in pack("Bb",...)
62896      Branch: maint-5.6/perl
62897            ! perl.c
62898 ____________________________________________________________________________
62899 [  9063] By: jhi                                   on 2001/03/07  00:55:04
62900         Log: Major utf8 test reorganisation and rewrite.
62901              Hopefully no tests were lost in the shuffle.
62902              (The beginning of pragma/utf8 was lost intentionally,
62903              the tests were rather bogus and incomplete.)
62904      Branch: perl
62905            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
62906            ! t/pragma/utf8.t
62907 ____________________________________________________________________________
62908 [  9062] By: jhi                                   on 2001/03/07  00:41:16
62909         Log: More tweakage on the Unicode character class descriptions.
62910      Branch: perl
62911            ! lib/unicode/mktables.PL pod/perlretut.pod
62912 ____________________________________________________________________________
62913 [  9061] By: jhi                                   on 2001/03/06  23:12:38
62914         Log: The perlretut was still talking about the old \p and \P
62915              definitions.
62916      Branch: perl
62917            ! pod/perlretut.pod
62918 ____________________________________________________________________________
62919 [  9060] By: nick                                  on 2001/03/06  20:52:37
62920         Log: Integrate mainline (make test works again now).
62921      Branch: perlio
62922           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
62923 ____________________________________________________________________________
62924 [  9059] By: jhi                                   on 2001/03/06  15:36:14
62925         Log: 0.999... does equal 1.0, doesn't it?
62926      Branch: perl
62927            ! t/camel-III/vstring.t
62928 ____________________________________________________________________________
62929 [  9058] By: jhi                                   on 2001/03/06  15:34:00
62930         Log: Make /x{abcd}/ to work without use utf8.
62931      Branch: perl
62932            ! regcomp.c
62933 ____________________________________________________________________________
62934 [  9057] By: jhi                                   on 2001/03/06  03:02:36
62935         Log: Easier to outcomment all the three reset() tests for now.
62936      Branch: perl
62937            ! t/op/pat.t
62938 ____________________________________________________________________________
62939 [  9056] By: jhi                                   on 2001/03/06  02:30:02
62940         Log: Comment out the deadly reset; until the 20010301.005
62941              is finally fixed.
62942      Branch: perl
62943            ! t/op/pat.t
62944 ____________________________________________________________________________
62945 [  9055] By: jhi                                   on 2001/03/06  02:21:26
62946         Log: Integrate the change #9054 from mainline:
62947              retract the PMOP cleanup patch pending further investigation.
62948      Branch: maint-5.6/perl
62949           !> op.c op.h
62950 ____________________________________________________________________________
62951 [  9054] By: jhi                                   on 2001/03/06  02:19:57
62952         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
62953              with oddly familiar stack traces.
62954      Branch: perl
62955            ! op.c op.h
62956 ____________________________________________________________________________
62957 [  9053] By: jhi                                   on 2001/03/05  23:20:28
62958         Log: Integrate perlio:
62959              
62960              [  9052]
62961              skipping USE_PERLIO symbols correction.
62962              
62963              [  9051]
62964              More Encode alias tidying.
62965      Branch: perl
62966           +> ext/Encode/Encode/koi8-r.ucm
62967           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
62968           !> makedef.pl
62969 ____________________________________________________________________________
62970 [  9052] By: nick                                  on 2001/03/05  23:08:17
62971         Log: skipping USE_PERLIO symbols correction.
62972      Branch: perlio
62973            ! makedef.pl
62974 ____________________________________________________________________________
62975 [  9051] By: nick                                  on 2001/03/05  22:35:07
62976         Log: More Encode alias tidying.
62977      Branch: perlio
62978            + ext/Encode/Encode/koi8-r.ucm
62979            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
62980 ____________________________________________________________________________
62981 [  9050] By: jhi                                   on 2001/03/05  21:44:29
62982         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
62983              Sarathy's fix for ID 20010301.005.
62984      Branch: maint-5.6/perl
62985           !> op.c op.h
62986 ____________________________________________________________________________
62987 [  9049] By: nick                                  on 2001/03/05  19:54:04
62988         Log: Integrate Jarkko's Encode.pm tweak.
62989      Branch: perlio
62990           !> ext/Encode/Encode.pm
62991 ____________________________________________________________________________
62992 [  9048] By: nick                                  on 2001/03/05  19:47:57
62993         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
62994      Branch: perlio
62995           +> os2/os2add.sym
62996           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
62997           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
62998           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
62999           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
63000           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
63001 ____________________________________________________________________________
63002 [  9047] By: jhi                                   on 2001/03/05  19:25:26
63003         Log: Regen perlapi.
63004      Branch: perl
63005            ! pod/perlapi.pod
63006 ____________________________________________________________________________
63007 [  9046] By: jhi                                   on 2001/03/05  19:12:14
63008         Log: Integrate perlio:
63009              
63010              [  9043]
63011              Update MANIFEST for new test.
63012              
63013              [  9042]
63014              Some tests for Camel 3rd edition features.
63015              Make gethostbyaddr() test in above work.
63016      Branch: perl
63017           +> t/camel-III/vstring.t
63018           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
63019 ____________________________________________________________________________
63020 [  9045] By: jhi                                   on 2001/03/05  19:10:36
63021         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
63022      Branch: perl
63023            ! ext/Encode/Encode.pm
63024 ____________________________________________________________________________
63025 [  9044] By: jhi                                   on 2001/03/05  18:49:12
63026         Log: Forgot the other half of the PMOP patch (#9033).
63027      Branch: perl
63028            ! op.h
63029 ____________________________________________________________________________
63030 [  9043] By: nick                                  on 2001/03/05  18:14:47
63031         Log: Update MANIFEST for new test.
63032      Branch: perlio
63033            ! MANIFEST
63034 ____________________________________________________________________________
63035 [  9042] By: nick                                  on 2001/03/05  18:12:41
63036         Log: Some tests for Camel 3rd edition features.
63037              Make gethostbyaddr() test in above work.
63038      Branch: perlio
63039            + t/camel-III/vstring.t
63040            ! pp.h pp_sys.c t/TEST t/harness
63041 ____________________________________________________________________________
63042 [  9041] By: jhi                                   on 2001/03/05  17:41:48
63043         Log: Add more ISO 8859 encoding aliases.
63044      Branch: perl
63045            ! ext/Encode/Encode.pm
63046 ____________________________________________________________________________
63047 [  9040] By: jhi                                   on 2001/03/05  17:30:43
63048         Log: Integrate perlio:
63049              
63050              [  9039]
63051              Missed added file.
63052              
63053              [  9037]
63054              Long-standing "defined but not used" SvPVbyte*() are about to get used
63055              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63056              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63057              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63058              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63059      Branch: perl
63060           !> MANIFEST sv.c
63061 ____________________________________________________________________________
63062 [  9039] By: nick                                  on 2001/03/05  17:11:36
63063         Log: Missed added file.
63064      Branch: perlio
63065            ! MANIFEST
63066 ____________________________________________________________________________
63067 [  9038] By: jhi                                   on 2001/03/05  15:58:01
63068         Log: Add tr tests for EBCDIC, from Karsten Sperling.
63069      Branch: perl
63070            ! t/op/tr.t
63071 ____________________________________________________________________________
63072 [  9037] By: nick                                  on 2001/03/05  15:56:35
63073         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
63074              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63075              
63076              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63077              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63078              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63079      Branch: perlio
63080            ! sv.c
63081 ____________________________________________________________________________
63082 [  9036] By: jhi                                   on 2001/03/05  15:49:15
63083         Log: Add matching tests currently failing in EBCDIC,
63084              suggested by Karsten Sperling.
63085      Branch: perl
63086            ! t/op/pat.t
63087 ____________________________________________________________________________
63088 [  9035] By: jhi                                   on 2001/03/05  15:36:55
63089         Log: The #9034 needs a MANIFESTation.
63090      Branch: perl
63091            ! MANIFEST
63092 ____________________________________________________________________________
63093 [  9034] By: jhi                                   on 2001/03/05  15:35:14
63094         Log: Integrate perlio:
63095              
63096              [  9032]
63097              Encode implementation "completion"
63098              Implement and document define_encoding()
63099              Implement and document encoding aliases including define_alias()
63100              Make Encode::XS use define_encoding() rather than back-door.
63101              Move run-time *.enc to separate Encode::Tcl module.
63102              Make 'compile' honour <codeset_name>
63103              Change canonical names of to iso-8859-* and US-ascii.
63104      Branch: perl
63105           +> ext/Encode/Encode/Tcl.pm
63106           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
63107           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
63108           !> ext/Encode/Encode/iso8859-1.ucm
63109           !> ext/Encode/Encode/iso8859-10.ucm
63110           !> ext/Encode/Encode/iso8859-13.ucm
63111           !> ext/Encode/Encode/iso8859-14.ucm
63112           !> ext/Encode/Encode/iso8859-15.ucm
63113           !> ext/Encode/Encode/iso8859-16.ucm
63114           !> ext/Encode/Encode/iso8859-2.ucm
63115           !> ext/Encode/Encode/iso8859-3.ucm
63116           !> ext/Encode/Encode/iso8859-4.ucm
63117           !> ext/Encode/Encode/iso8859-5.ucm
63118           !> ext/Encode/Encode/iso8859-6.ucm
63119           !> ext/Encode/Encode/iso8859-7.ucm
63120           !> ext/Encode/Encode/iso8859-8.ucm
63121           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
63122           !> t/lib/encode.t
63123 ____________________________________________________________________________
63124 [  9033] By: jhi                                   on 2001/03/05  15:33:18
63125         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
63126              From: Gurusamy Sarathy <gsar@ActiveState.com>
63127              Date: Sun, 04 Mar 2001 22:33:15 -0800
63128              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
63129              
63130              PMOPs need to remember their own stash so that they can
63131              gracefully remove themselves from their linked list.
63132      Branch: perl
63133            ! op.c
63134 ____________________________________________________________________________
63135 [  9032] By: nick                                  on 2001/03/05  14:51:50
63136         Log: Encode implementation "completion"
63137              Implement and document define_encoding()
63138              Implement and document encoding aliases including define_alias()
63139              Make Encode::XS use define_encoding() rather than back-door.
63140              Move run-time *.enc to separate Encode::Tcl module.
63141              Make 'compile' honour <codeset_name>
63142              Change canonical names of to iso-8859-* and US-ascii.
63143      Branch: perlio
63144            + ext/Encode/Encode/Tcl.pm
63145            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
63146            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
63147            ! ext/Encode/Encode/iso8859-1.ucm
63148            ! ext/Encode/Encode/iso8859-10.ucm
63149            ! ext/Encode/Encode/iso8859-13.ucm
63150            ! ext/Encode/Encode/iso8859-14.ucm
63151            ! ext/Encode/Encode/iso8859-15.ucm
63152            ! ext/Encode/Encode/iso8859-16.ucm
63153            ! ext/Encode/Encode/iso8859-2.ucm
63154            ! ext/Encode/Encode/iso8859-3.ucm
63155            ! ext/Encode/Encode/iso8859-4.ucm
63156            ! ext/Encode/Encode/iso8859-5.ucm
63157            ! ext/Encode/Encode/iso8859-6.ucm
63158            ! ext/Encode/Encode/iso8859-7.ucm
63159            ! ext/Encode/Encode/iso8859-8.ucm
63160            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
63161            ! t/lib/encode.t
63162 ____________________________________________________________________________
63163 [  9031] By: jhi                                   on 2001/03/05  13:51:17
63164         Log: Integrate change #9030 from maintperl into mainline.
63165              
63166              Subject: [PATCH 5.6.1] OS/2 cleanup
63167      Branch: perl
63168           +> os2/os2add.sym
63169           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63170           !> makedef.pl os2/Changes os2/Makefile.SHs
63171           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
63172           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
63173           !> os2/os2.sym os2/os2ish.h
63174 ____________________________________________________________________________
63175 [  9030] By: jhi                                   on 2001/03/05  13:46:49
63176         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
63177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63178              Date: Mon, 5 Mar 2001 02:29:44 -0500
63179              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
63180      Branch: maint-5.6/perl
63181            + os2/os2add.sym
63182            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63183            ! makedef.pl os2/Changes os2/Makefile.SHs
63184            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
63185            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
63186            ! os2/os2.sym os2/os2ish.h
63187 ____________________________________________________________________________
63188 [  9029] By: jhi                                   on 2001/03/05  13:40:35
63189         Log: Integrate change #9028 from maintperl into mainline.
63190              
63191              various nits in MM_Unix.pm found by disabling SelfLoader
63192      Branch: perl
63193           !> lib/ExtUtils/MM_Unix.pm
63194 ____________________________________________________________________________
63195 [  9028] By: gsar                                  on 2001/03/05  09:58:38
63196         Log: various nits in MM_Unix.pm found by disabling SelfLoader
63197      Branch: maint-5.6/perl
63198            ! lib/ExtUtils/MM_Unix.pm
63199 ____________________________________________________________________________
63200 [  9027] By: nick                                  on 2001/03/05  08:35:22
63201         Log: Integrate mainline
63202      Branch: perlio
63203           !> (integrate 28 files)
63204 ____________________________________________________________________________
63205 [  9026] By: jhi                                   on 2001/03/05  02:14:59
63206         Log: Integrate change #9025 from mainline to maintperl,
63207              retract \N{U+HHHH}.
63208      Branch: maint-5.6/perl
63209           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63210           !> t/lib/charnames.t toke.c
63211 ____________________________________________________________________________
63212 [  9025] By: jhi                                   on 2001/03/05  02:13:09
63213         Log: Retracting \N{U+HHHH}.
63214      Branch: perl
63215            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63216            ! t/lib/charnames.t toke.c
63217 ____________________________________________________________________________
63218 [  9024] By: jhi                                   on 2001/03/04  20:51:07
63219         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
63220              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
63221              Date: Fri, 02 Mar 2001 18:25:26 +0100
63222              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
63223              
63224              Casting problem.
63225      Branch: perl
63226            ! ext/Storable/Storable.xs
63227 ____________________________________________________________________________
63228 [  9023] By: jhi                                   on 2001/03/04  19:46:45
63229         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
63230              From: nick@talking.bollo.cx
63231              Date: Sat, 03 Mar 2001 21:41:33 +0000
63232              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
63233              
63234              Revert the workaround.
63235      Branch: perl
63236            ! perlio.c
63237 ____________________________________________________________________________
63238 [  9022] By: jhi                                   on 2001/03/04  19:36:28
63239         Log: Update Changes.
63240      Branch: perl
63241            ! Changes patchlevel.h
63242 ____________________________________________________________________________
63243 [  9021] By: jhi                                   on 2001/03/04  18:41:00
63244         Log: makedef.pl updates suggested by Chris Nandor; double-checking
63245              the changes in AIX, OS/2 Win32 would be nice.
63246      Branch: perl
63247            ! makedef.pl
63248 ____________________________________________________________________________
63249 [  9020] By: jhi                                   on 2001/03/04  18:23:58
63250         Log: Integrate change #9012 from maintperl into mainline,
63251              quench a compiler warning.
63252      Branch: perl
63253           !> toke.c
63254 ____________________________________________________________________________
63255 [  9019] By: jhi                                   on 2001/03/04  18:18:43
63256         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
63257              
63258              \N{U+HHHH} fix.
63259              
63260              pattern in G_ARRAY context
63261      Branch: maint-5.6/perl
63262           !> pp_hot.c t/op/pat.t toke.c
63263 ____________________________________________________________________________
63264 [  9018] By: jhi                                   on 2001/03/04  18:07:48
63265         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
63266              From: Jeff Pinyan <jeffp@crusoe.net>
63267              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
63268              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
63269      Branch: perl
63270            ! pp_hot.c t/op/pat.t
63271 ____________________________________________________________________________
63272 [  9017] By: jhi                                   on 2001/03/04  18:06:21
63273         Log: I thought I tested the #9014.
63274      Branch: perl
63275            ! toke.c
63276 ____________________________________________________________________________
63277 [  9016] By: jhi                                   on 2001/03/04  17:41:22
63278         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
63279              
63280              Tweak the get*ent() OS/2 prototypes.
63281              
63282              Add the \N{U+HHHH} syntax.
63283              
63284              More tr/// UTF-8 fixes from Inaba Hiroto.
63285      Branch: maint-5.6/perl
63286           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
63287           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
63288 ____________________________________________________________________________
63289 [  9015] By: jhi                                   on 2001/03/04  17:36:04
63290         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
63291      Branch: perl
63292            ! doop.c t/op/tr.t
63293 ____________________________________________________________________________
63294 [  9014] By: jhi                                   on 2001/03/04  17:24:49
63295         Log: Add the \N{U+HHHH} syntax.
63296      Branch: perl
63297            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63298            ! t/lib/charnames.t toke.c
63299 ____________________________________________________________________________
63300 [  9013] By: jhi                                   on 2001/03/04  17:20:45
63301         Log: Tweak the get*ent() OS/2 prototypes.
63302      Branch: perl
63303            ! os2/os2.c
63304 ____________________________________________________________________________
63305 [  9012] By: gsar                                  on 2001/03/04  06:26:14
63306         Log: avoid warning (nit in change#9009)
63307      Branch: maint-5.6/perl
63308            ! toke.c
63309 ____________________________________________________________________________
63310 [  9011] By: gsar                                  on 2001/03/04  06:15:24
63311         Log: lib/charnames.t fails in 5.6.x because of older Unicode
63312              data
63313              
63314              TODO: need to revisit this after updating lib/unicode/...
63315      Branch: maint-5.6/perl
63316            ! t/lib/charnames.t
63317 ____________________________________________________________________________
63318 [  9010] By: gsar                                  on 2001/03/04  06:08:36
63319         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
63320      Branch: maint-5.6/perl
63321            ! toke.c
63322 ____________________________________________________________________________
63323 [  9009] By: jhi                                   on 2001/03/03  19:27:20
63324         Log: Integrate change #9008 from mainline to maintperl,
63325              UTF-8 tr/// fixes from Inaba Hiroto.
63326      Branch: maint-5.6/perl
63327           !> doop.c op.c t/op/tr.t toke.c
63328 ____________________________________________________________________________
63329 [  9008] By: jhi                                   on 2001/03/03  19:19:42
63330         Log: UTF8 tr/// fixes from Inaba Hiroto.
63331      Branch: perl
63332            ! doop.c op.c t/op/tr.t toke.c
63333 ____________________________________________________________________________
63334 [  9007] By: jhi                                   on 2001/03/03  19:00:30
63335         Log: Integrate change #9006 from maintperl to mainline,
63336              more robust quest for the infinite.
63337      Branch: perl
63338           !> lib/Math/Complex.pm
63339 ____________________________________________________________________________
63340 [  9006] By: jhi                                   on 2001/03/03  18:58:06
63341         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
63342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63343              Date: Sat, 3 Mar 2001 12:51:50 -0500
63344              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
63345              
63346              Be more robust in our quest for the infinite.
63347      Branch: maint-5.6/perl
63348            ! lib/Math/Complex.pm
63349 ____________________________________________________________________________
63350 [  9005] By: jhi                                   on 2001/03/03  17:55:50
63351         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
63352      Branch: maint-5.6/perl
63353            ! doio.c
63354 ____________________________________________________________________________
63355 [  9004] By: jhi                                   on 2001/03/03  17:40:14
63356         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
63357              so that picky compilers like IRIX won't get huffy about
63358              "statements without effect" (like 1;).
63359      Branch: perl
63360            ! toke.c
63361 ____________________________________________________________________________
63362 [  9003] By: jhi                                   on 2001/03/03  17:15:52
63363         Log: Integrate change #9002 from mainline to maintperl.
63364              
63365              Subject: [perl-5.6.x, perl-current] accept for EPOC
63366      Branch: maint-5.6/perl
63367           !> pp_sys.c
63368 ____________________________________________________________________________
63369 [  9002] By: jhi                                   on 2001/03/03  17:14:30
63370         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
63371              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63372              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
63373              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
63374      Branch: perl
63375            ! pp_sys.c
63376 ____________________________________________________________________________
63377 [  9001] By: jhi                                   on 2001/03/03  17:13:13
63378         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
63379              From: "Craig A. Berry" <craigberry@mac.com>
63380              Date: Fri, 02 Mar 2001 17:44:40 -0600
63381              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
63382      Branch: perl
63383            ! t/pod/find.t
63384 ____________________________________________________________________________
63385 [  9000] By: jhi                                   on 2001/03/03  17:11:55
63386         Log: Integrate changes #8997,8999 from maintperl.
63387              
63388              Subject: [PATCH 5.6.1] compiling on OS/2
63389              (Better error message from hints/os2.sh)
63390              
63391              Subject: [PATCH 5.6.1] syslog.t
63392      Branch: perl
63393           !> hints/os2.sh t/lib/syslog.t
63394 ____________________________________________________________________________
63395 [  8999] By: jhi                                   on 2001/03/03  17:09:28
63396         Log: Subject: [PATCH 5.6.1] syslog.t
63397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63398              Date: Sat, 3 Mar 2001 02:11:17 -0500
63399              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
63400      Branch: maint-5.6/perl
63401            ! t/lib/syslog.t
63402 ____________________________________________________________________________
63403 [  8998] By: jhi                                   on 2001/03/03  17:07:50
63404         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
63405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63406              Date: Sat, 3 Mar 2001 01:53:52 -0500
63407              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
63408      Branch: maint-5.6/perl
63409            ! opcode.pl os2/os2.c
63410 ____________________________________________________________________________
63411 [  8997] By: jhi                                   on 2001/03/03  17:03:30
63412         Log: Subject: [PATCH 5.6.1] compiling on OS/2
63413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63414              Date: Sat, 3 Mar 2001 01:59:59 -0500
63415              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
63416      Branch: maint-5.6/perl
63417            ! hints/os2.sh
63418 ____________________________________________________________________________
63419 [  8996] By: jhi                                   on 2001/03/03  00:55:58
63420         Log: Regen files for mainline.
63421      Branch: perl
63422            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63423            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
63424 ____________________________________________________________________________
63425 [  8995] By: jhi                                   on 2001/03/03  00:35:22
63426         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
63427              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
63428              to maintperl.
63429              
63430              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
63431              
63432              Add Configure option -Dmksymlinks which will create a symlink
63433              forest if the current/build differs from the source directory.
63434              (8218,8220,8221,8317,8318,8971)
63435              
63436              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
63437              (Document APPLLIB_EXP in INSTALL.)
63438              
63439              If running byacc write-enable also perly.h.
63440              
63441              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
63442              
63443              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
63444              
63445              Sanity check for conflicting thread flavours.
63446              
63447              Fix the sys/fcntl.h problem reported by Peter Prymmer.
63448              
63449              Add few CPUs/architectures to the Cppsym scan,
63450              add -perlio to archname if so selected (modified 8890)
63451              
63452              Be more helpful for devel builders, suggested by John L. Allen.
63453              (admittedly pointless change for maintperl, but the usedevel
63454              code is there already)
63455      Branch: maint-5.6/perl
63456           !> Configure INSTALL Makefile.SH Porting/Glossary
63457           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
63458           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
63459           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
63460           !> win32/config.bc win32/config.gc win32/config.vc
63461 ____________________________________________________________________________
63462 [  8994] By: jhi                                   on 2001/03/02  23:31:41
63463         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
63464      Branch: metaconfig/U/perl
63465            ! gccvers.U
63466 ____________________________________________________________________________
63467 [  8993] By: jhi                                   on 2001/03/02  23:22:12
63468         Log: Regenerate various files for maint.
63469      Branch: maint-5.6/perl
63470            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
63471            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
63472 ____________________________________________________________________________
63473 [  8992] By: alanbur                               on 2001/03/02  22:48:34
63474         Log: Resync wuth parent
63475      Branch: maint-5.6/pureperl
63476           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
63477           !> (integrate 60 files)
63478 ____________________________________________________________________________
63479 [  8991] By: jhi                                   on 2001/03/02  21:00:08
63480         Log: Retract the #8742 part of #8986, backward compat.
63481      Branch: maint-5.6/perl
63482            ! embed.pl
63483 ____________________________________________________________________________
63484 [  8990] By: jhi                                   on 2001/03/02  20:40:07
63485         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
63486      Branch: maint-5.6/perl
63487            ! hv.c
63488 ____________________________________________________________________________
63489 [  8989] By: jhi                                   on 2001/03/02  19:59:56
63490         Log: Update Changes.
63491      Branch: perl
63492            ! Changes patchlevel.h
63493 ____________________________________________________________________________
63494 [  8988] By: jhi                                   on 2001/03/02  19:57:08
63495         Log: Integrate perlio:
63496              
63497              [  8969]
63498              Add charname comments to .ucm files writen by 'compile',
63499              also order charmaps in those files by source encoding.
63500              regenerate distrubuted .ucm files
63501      Branch: perl
63502           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
63503           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
63504           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
63505           !> ext/Encode/Encode/iso8859-10.ucm
63506           !> ext/Encode/Encode/iso8859-13.ucm
63507           !> ext/Encode/Encode/iso8859-14.ucm
63508           !> ext/Encode/Encode/iso8859-15.ucm
63509           !> ext/Encode/Encode/iso8859-16.ucm
63510           !> ext/Encode/Encode/iso8859-2.ucm
63511           !> ext/Encode/Encode/iso8859-3.ucm
63512           !> ext/Encode/Encode/iso8859-4.ucm
63513           !> ext/Encode/Encode/iso8859-5.ucm
63514           !> ext/Encode/Encode/iso8859-6.ucm
63515           !> ext/Encode/Encode/iso8859-7.ucm
63516           !> ext/Encode/Encode/iso8859-8.ucm
63517           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
63518           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
63519 ____________________________________________________________________________
63520 [  8987] By: jhi                                   on 2001/03/02  19:43:40
63521         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
63522              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
63523              8950,8952,8955 from mainline to maintperl.
63524              
63525              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
63526              
63527              Put to rest the 20010205.001, the email address checking (not) regex.
63528              
63529              fork() not everywhere, cleanup temp files.
63530              
63531              The #8843 wasn't quite right: %Config needs to imported.
63532              
63533              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
63534              (#8849: the glob-basic hunk needed massaging as it depended
63535              on Schwern's large-scale (unintegrated) patches)
63536              
63537              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
63538              
63539              Upgrade to CGI.pm 2.752, from Lincoln Stein.
63540              (Note: there were some conflicts due to EBCDIC and EPOC
63541              patches, in general I preferred the repository code.)
63542              (When 2.753 comes out, we need to synchronize.)
63543              
63544              Subject: [PATCH] fix for charnames above FFFF
63545              
63546              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
63547              
63548              If no sfio, no -lsfio.
63549              
63550              Run run/*.t also in minitest.
63551              
63552              Subject:  [PATCH perl 5.7.0] malloc message address offset
63553              
63554              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
63555              
63556              Subject: fix for parameter -Dm (for perl@8867)
63557              
63558              Subject: [PATCH: perl@8892] was Re: hashing order difference?
63559              (make the test more portable)
63560              
63561              Subject: Re: [PATCH] fix for charnames above FFFF
63562              
63563              Subject: Re: I'm losing the war...
63564              (hv_store() not working correctly in ENV_IS_CASELESS case.)
63565              
63566              Subject: Modified README.bs2000 
63567              
63568              Subject: [PATCH: perl@8935] -Dt padsv($var)
63569              
63570              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
63571              
63572              Subject: PATCH: extra tests to check on negative float to unsigned cast
63573              
63574              Subject: [PATCH] XPUSH[insp] was Re: progress
63575              
63576              Subject: Re: Compile with perlcc..
63577      Branch: maint-5.6/perl
63578           !> (integrate 36 files)
63579 ____________________________________________________________________________
63580 [  8986] By: jhi                                   on 2001/03/02  18:51:25
63581         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
63582              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
63583              to maintperl.
63584              
63585              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
63586              
63587              Subject: [DOC PATCH] overload.pm nits
63588              
63589              Add header for LIB$ prototypes (C. Berry)
63590              
63591              Convert fwrite()s to sockets to write()s, since some socket stacks
63592              don't take kindly to stdio.
63593              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
63594              (for often optional LNMs)
63595              Correct a few typos
63596              (C. Bailey)
63597              
63598              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
63599              
63600              De-cut-and-pasto.
63601              
63602              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
63603              
63604              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
63605              
63606              Upgrade to CPAN 1.59_54, from Andreas König.
63607              
63608              Bogus shebang.
63609              
63610              Subject: [PATCH] Document makepatch in Porting/patching
63611              
63612              UTF-8 documentation.
63613              
63614              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
63615              
63616              Sort the MANIFEST.
63617              
63618              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
63619              
63620              Subject: [PATCH @8807] toke.c cleanup: scan_str()
63621              
63622              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
63623              
63624              Add run/*.t to testables.
63625              
63626              TODO: integrate #8784.
63627      Branch: maint-5.6/perl
63628           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
63629           !> (integrate 28 files)
63630 ____________________________________________________________________________
63631 [  8985] By: nick                                  on 2001/03/02  18:15:45
63632         Log: Integrate mainline
63633      Branch: perlio
63634           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
63635           !> vms/vms.c
63636 ____________________________________________________________________________
63637 [  8984] By: jhi                                   on 2001/03/02  16:00:17
63638         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
63639              
63640              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
63641              5.004_05, and mention the suidperl August 2000 security problem.
63642              (#8978,#8981)
63643              
63644              Subject: [ID 20010301.004] Technically speaking in perldata
63645              
63646              Subject: [PATCH] File::Copy for bleadperl, maintperl
63647              
63648              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
63649              
63650              (The #8982, fix for 20010221.005 and 20010221.008,
63651              would be nice too but it didn't integrate cleanly.)
63652      Branch: maint-5.6/perl
63653           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
63654 ____________________________________________________________________________
63655 [  8983] By: jhi                                   on 2001/03/02  15:51:16
63656         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
63657              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63658              Date:     Thu, 1 Mar 2001 15:54:09 EST
63659              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
63660      Branch: perl
63661            ! vms/vms.c
63662 ____________________________________________________________________________
63663 [  8982] By: jhi                                   on 2001/03/02  15:43:31
63664         Log: Subject: Re: sync sync sync: have I missed any patches?
63665              From: Radu Greab <radu@netsoft.ro> 
63666              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
63667              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
63668              
63669              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
63670              was checking argv[0] regardless of whether a different pathname
63671              will actually be executed."  Test case not supplied because 
63672              drafting that, ironically enough, revealed another bug
63673              (or a feature).
63674      Branch: perl
63675            ! doio.c
63676 ____________________________________________________________________________
63677 [  8981] By: jhi                                   on 2001/03/02  15:28:03
63678         Log: Misdate in #8978.
63679      Branch: perl
63680            ! pod/perlfaq1.pod
63681 ____________________________________________________________________________
63682 [  8980] By: jhi                                   on 2001/03/02  15:24:20
63683         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
63684              From: Chris Nandor <pudge@pobox.com>
63685              Date: Wed, 28 Feb 2001 22:10:15 -0500
63686              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
63687      Branch: perl
63688            ! lib/File/Copy.pm
63689 ____________________________________________________________________________
63690 [  8979] By: jhi                                   on 2001/03/02  15:17:16
63691         Log: Subject: [ID 20010301.004] Technically speaking in perldata
63692              From: abela@geneanet.org
63693              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
63694              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
63695      Branch: perl
63696            ! pod/perldata.pod
63697 ____________________________________________________________________________
63698 [  8978] By: jhi                                   on 2001/03/02  15:15:27
63699         Log: Subject: [ID 20010301.003] ref to 5.004
63700              From: abela@geneanet.org
63701              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
63702              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
63703              
63704              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
63705              and mention the suidperl August 2000 security problem.
63706      Branch: perl
63707            ! pod/perlfaq1.pod
63708 ____________________________________________________________________________
63709 [  8977] By: alanbur                               on 2001/03/02  14:17:45
63710         Log: Resynchronised with parent
63711      Branch: maint-5.6/pureperl
63712           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
63713           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
63714           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
63715           !> vms/descrip_mms.template win32/win32.c win32/win32.h
63716           !> win32/win32iop.h
63717 ____________________________________________________________________________
63718 [  8976] By: nick                                  on 2001/03/01  23:25:30
63719         Log: Integrate mainline.
63720      Branch: perlio
63721            - t/op/qu.t
63722           !> (integrate 55 files)
63723 ____________________________________________________________________________
63724 [  8975] By: jhi                                   on 2001/03/01  16:51:34
63725         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
63726      Branch: perl
63727           !> toke.c
63728 ____________________________________________________________________________
63729 [  8974] By: gsar                                  on 2001/03/01  16:28:21
63730         Log: fix for bugid 20010226.008
63731              
63732              the problem was that some of the pointers (PL_last_lop and
63733              PL_last_uni specifically) into the lex buffers weren't correctly
63734              being invalidated when the buffer changed; this would leave the
63735              pointers pointing at an arbitrary location in the buffer if
63736              the buffer didn't need to be reallocated, or point into freed
63737              memory if the buffer had to be realloced
63738              
63739              TODO item for bugdb maintainers: check other seemingly random
63740              parser-related bugs--they might be cured by this
63741      Branch: maint-5.6/perl
63742            ! toke.c
63743 ____________________________________________________________________________
63744 [  8973] By: jhi                                   on 2001/03/01  02:23:25
63745         Log: Retract #8970 because of a completely mysterious core dump:
63746              adding the tests 241..244 causes op/pat dump core at test #25.
63747              The test needs a lot of whittling down before the bug can be solved.
63748      Branch: perl
63749            ! t/op/pat.t
63750 ____________________________________________________________________________
63751 [  8972] By: jhi                                   on 2001/03/01  01:58:38
63752         Log: Regen perlapi.
63753      Branch: perl
63754            ! pod/perlapi.pod
63755 ____________________________________________________________________________
63756 [  8971] By: jhi                                   on 2001/03/01  01:34:09
63757         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))
63758              From: Nicholas Clark <nick@ccl4.org>
63759              Date: Wed, 28 Feb 2001 23:28:49 +0000
63760              Message-ID: <20010228232849.A55187@plum.flirble.org>
63761              
63762              Allow a completely write protected source code tree
63763              when using the Configure -Dmksymlinks.
63764      Branch: perl
63765            ! embed.pl warnings.pl
63766 ____________________________________________________________________________
63767 [  8970] By: jhi                                   on 2001/03/01  01:32:04
63768         Log: Add back the EBCDIC character range tests (for matching).
63769      Branch: perl
63770            ! t/op/pat.t
63771 ____________________________________________________________________________
63772 [  8969] By: nick                                  on 2001/02/28  18:18:01
63773         Log: Add charname comments to .ucm files writen by 'compile',
63774              also order charmaps in those files by source encoding.
63775              regenerate distrubuted .ucm files
63776      Branch: perlio
63777            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
63778            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
63779            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
63780            ! ext/Encode/Encode/iso8859-10.ucm
63781            ! ext/Encode/Encode/iso8859-13.ucm
63782            ! ext/Encode/Encode/iso8859-14.ucm
63783            ! ext/Encode/Encode/iso8859-15.ucm
63784            ! ext/Encode/Encode/iso8859-16.ucm
63785            ! ext/Encode/Encode/iso8859-2.ucm
63786            ! ext/Encode/Encode/iso8859-3.ucm
63787            ! ext/Encode/Encode/iso8859-4.ucm
63788            ! ext/Encode/Encode/iso8859-5.ucm
63789            ! ext/Encode/Encode/iso8859-6.ucm
63790            ! ext/Encode/Encode/iso8859-7.ucm
63791            ! ext/Encode/Encode/iso8859-8.ucm
63792            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
63793            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
63794 ____________________________________________________________________________
63795 [  8968] By: jhi                                   on 2001/02/28  16:26:37
63796         Log: Expand usemorebits early if d_casti32 needs to be undefined.
63797      Branch: perl
63798            ! hints/hpux.sh hints/irix_6.sh
63799 ____________________________________________________________________________
63800 [  8967] By: jhi                                   on 2001/02/28  16:22:26
63801         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
63802              retract toke.c/qu parts of #8583, retract #8485, retract
63803              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
63804              op/length.t, and MANIFEST, and delete t/op/qu.t.
63805      Branch: perl
63806            - t/op/qu.t
63807            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
63808            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
63809            ! t/op/length.t toke.c
63810 ____________________________________________________________________________
63811 [  8966] By: jhi                                   on 2001/02/28  15:00:27
63812         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
63813              by not changing from pre-Unicode days into being Unicode-aware.
63814              Sniff.
63815      Branch: perl
63816            ! pp.c t/op/pack.t t/op/qu.t
63817 ____________________________________________________________________________
63818 [  8965] By: jhi                                   on 2001/02/28  14:37:55
63819         Log: Subject: Re: Errors in core PODs
63820              From: Michael Stevens <michael@etla.org> 
63821              Date: Fri, 23 Feb 2001 15:47:56 +0000
63822              Message-ID: <20010223154756.A7723@firedrake.org> 
63823      Branch: perl
63824            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
63825            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
63826            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
63827            ! x2p/a2p.pod
63828 ____________________________________________________________________________
63829 [  8964] By: jhi                                   on 2001/02/28  14:35:35
63830         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
63831              (The #8961 was too bold.)
63832      Branch: perl
63833            ! hints/hpux.sh hints/irix_6.sh
63834 ____________________________________________________________________________
63835 [  8963] By: jhi                                   on 2001/02/28  14:33:39
63836         Log: Subject: Re: sync sync sync: have I missed any patches?
63837              From: Tim Jenness <t.jenness@jach.hawaii.edu>
63838              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
63839              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
63840              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
63841              
63842              Replace djSP with dSP.
63843      Branch: perl
63844            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
63845            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
63846            ! win32/perlhost.h
63847 ____________________________________________________________________________
63848 [  8962] By: jhi                                   on 2001/02/27  23:21:14
63849         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
63850      Branch: perl
63851            ! lib/Filter/Simple.pm
63852 ____________________________________________________________________________
63853 [  8961] By: jhi                                   on 2001/02/27  22:55:26
63854         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
63855              and this would be it.
63856      Branch: perl
63857            ! hints/hpux.sh hints/irix_6.sh
63858 ____________________________________________________________________________
63859 [  8960] By: jhi                                   on 2001/02/27  22:51:33
63860         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
63861              From: "Craig A. Berry" <craigberry@mac.com>
63862              Date: Tue, 27 Feb 2001 16:11:44 -0600
63863              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
63864      Branch: maint-5.6/perl
63865            ! configure.com vms/descrip_mms.template
63866 ____________________________________________________________________________
63867 [  8959] By: jhi                                   on 2001/02/27  22:47:23
63868         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
63869              From: "Craig A. Berry" <craigberry@mac.com>
63870              Date: Tue, 27 Feb 2001 16:11:44 -0600
63871              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
63872      Branch: perl
63873            ! configure.com vms/descrip_mms.template
63874 ____________________________________________________________________________
63875 [  8958] By: jhi                                   on 2001/02/27  15:16:42
63876         Log: Update Changes.
63877      Branch: perl
63878            ! Changes patchlevel.h
63879 ____________________________________________________________________________
63880 [  8957] By: jhi                                   on 2001/02/27  06:15:07
63881         Log: Subject: [5.6.x] EPOC additions
63882              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63883              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
63884              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
63885      Branch: maint-5.6/perl
63886            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
63887 ____________________________________________________________________________
63888 [  8956] By: jhi                                   on 2001/02/27  06:12:11
63889         Log: Subject: [perl-current] EPOC 
63890              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63891              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
63892              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
63893      Branch: perl
63894            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
63895            ! epoc/epocish.c epoc/epocish.h pp_sys.c
63896 ____________________________________________________________________________
63897 [  8955] By: jhi                                   on 2001/02/27  05:59:50
63898         Log: Subject: Re: Compile with perlcc..
63899              From: Edward Peschko <edwardp@excitehome.net>
63900              Date: Mon, 26 Feb 2001 18:51:58 -0800
63901              Message-ID: <20010226185158.A9871@excitehome.net>
63902              
63903              plus add a simple usage message if no arguments given.
63904      Branch: perl
63905            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
63906            ! utils/Makefile utils/perlcc.PL win32/pod.mak
63907 ____________________________________________________________________________
63908 [  8954] By: nick                                  on 2001/02/26  21:02:59
63909         Log: Integrate mainline
63910      Branch: perlio
63911           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
63912           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
63913           !> t/op/sprintf.t
63914 ____________________________________________________________________________
63915 [  8953] By: jhi                                   on 2001/02/26  14:43:54
63916         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
63917              From: Nicholas Clark <nick@ccl4.org>
63918              Date: Mon, 26 Feb 2001 00:42:07 +0000
63919              Message-ID: <20010226004207.F23333@plum.flirble.org>
63920      Branch: perl
63921            ! pp_ctl.c
63922 ____________________________________________________________________________
63923 [  8952] By: jhi                                   on 2001/02/26  14:42:13
63924         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
63925              From: Simon Cozens <simon@netthink.co.uk>
63926              Date: Mon, 26 Feb 2001 12:23:48 +0000
63927              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
63928      Branch: perl
63929            ! pod/perlguts.pod
63930 ____________________________________________________________________________
63931 [  8951] By: jhi                                   on 2001/02/26  14:39:15
63932         Log: Subject: [PATCH] perlio - unknown layer
63933              From: Nicholas Clark <nick@ccl4.org>
63934              Date: Mon, 26 Feb 2001 00:27:19 +0000
63935              Message-ID: <20010226002719.E23333@plum.flirble.org>
63936      Branch: perl
63937            ! perlio.c
63938 ____________________________________________________________________________
63939 [  8950] By: jhi                                   on 2001/02/26  14:38:04
63940         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
63941              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
63942              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
63943              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
63944      Branch: perl
63945            ! t/op/bop.t
63946 ____________________________________________________________________________
63947 [  8949] By: jhi                                   on 2001/02/26  14:37:07
63948         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
63949              From: Peter Prymmer <pvhp@forte.com>
63950              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
63951              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
63952      Branch: perl
63953            ! lib/Test.pm
63954 ____________________________________________________________________________
63955 [  8948] By: jhi                                   on 2001/02/26  14:35:53
63956         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
63957              From: Radu Greab <radu@netsoft.ro>
63958              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
63959              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
63960      Branch: perl
63961            ! pod/perlop.pod
63962 ____________________________________________________________________________
63963 [  8947] By: jhi                                   on 2001/02/26  14:34:46
63964         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
63965              From: David Mitchell <davem@fdgroup.co.uk>
63966              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
63967              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
63968      Branch: perl
63969            ! run.c
63970 ____________________________________________________________________________
63971 [  8946] By: jhi                                   on 2001/02/26  14:32:37
63972         Log: Subject: Modified README.bs2000 
63973              From: Dorner Thomas <Thomas.Dorner@start.de>
63974              Date: Mon, 26 Feb 2001 09:22:17 +0100
63975              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
63976      Branch: perl
63977            ! README.bs2000
63978 ____________________________________________________________________________
63979 [  8945] By: jhi                                   on 2001/02/26  14:19:53
63980         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
63981              to maintperl, listing the known failures on the tests 129 and 130.
63982      Branch: maint-5.6/perl
63983           !> t/op/sprintf.t
63984 ____________________________________________________________________________
63985 [  8944] By: jhi                                   on 2001/02/26  14:14:15
63986         Log: Add more known sprintf failures.
63987      Branch: perl
63988            ! t/op/sprintf.t
63989 ____________________________________________________________________________
63990 [  8943] By: jhi                                   on 2001/02/26  13:56:22
63991         Log: perlglob.exe needs to be found in Win32, patch from
63992              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
63993              which needs external glob at mini-perl time."
63994      Branch: perl
63995            ! ext/Encode/compile
63996 ____________________________________________________________________________
63997 [  8942] By: jhi                                   on 2001/02/26  13:52:19
63998         Log: A missing dTHX from Vadim Konovalov.
63999      Branch: perl
64000            ! perlio.c
64001 ____________________________________________________________________________
64002 [  8941] By: jhi                                   on 2001/02/26  13:37:05
64003         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
64004      Branch: perl
64005            ! op.c
64006 ____________________________________________________________________________
64007 [  8940] By: jhi                                   on 2001/02/26  13:35:40
64008         Log: Integrate perlio:
64009              
64010              [  8938]
64011              Encode implementations docs.
64012      Branch: perl
64013           !> ext/Encode/Encode.pm
64014 ____________________________________________________________________________
64015 [  8939] By: nick                                  on 2001/02/25  23:47:09
64016         Log: Integrate mainline.
64017      Branch: perlio
64018           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
64019           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
64020 ____________________________________________________________________________
64021 [  8938] By: nick                                  on 2001/02/25  19:36:28
64022         Log: Encode implementations docs.
64023      Branch: perlio
64024            ! ext/Encode/Encode.pm
64025 ____________________________________________________________________________
64026 [  8937] By: jhi                                   on 2001/02/25  19:26:16
64027         Log: Script wasn't aligned with reality.
64028      Branch: perl
64029            ! t/pod/find.t
64030 ____________________________________________________________________________
64031 [  8936] By: jhi                                   on 2001/02/25  18:54:55
64032         Log: Update Changes.
64033      Branch: perl
64034            ! Changes patchlevel.h
64035 ____________________________________________________________________________
64036 [  8935] By: jhi                                   on 2001/02/25  18:46:36
64037         Log: Retract #8929,8930,8932,8933 for now.
64038      Branch: perl
64039            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
64040 ____________________________________________________________________________
64041 [  8934] By: jhi                                   on 2001/02/25  17:34:35
64042         Log: Integrate perlio:
64043              
64044              [  8927]
64045              Change method names in Encode implementation classes to something
64046              less confusing (preparing to "go public").
64047              
64048              [  8926]
64049              GCC __atribute__ / printf fix
64050              
64051              [  8925]
64052              Checked in the wrong one ...
64053              
64054              [  8923]
64055              Encode API documentation nd tidy up.
64056              Minor additions to test.
64057              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
64058              Adds STRLEN to standard typemap.
64059      Branch: perl
64060           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64061           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
64062           !> t/lib/encode.t
64063 ____________________________________________________________________________
64064 [  8933] By: jhi                                   on 2001/02/25  17:33:12
64065         Log: (Retracted by #8395.)
64066              
64067              Slight tweaks in scan_const(), not fixes yet, it seems like
64068              lots of work remains to be done...
64069      Branch: perl
64070            ! toke.c
64071 ____________________________________________________________________________
64072 [  8932] By: jhi                                   on 2001/02/25  17:27:11
64073         Log: (Retracted by #8395.)
64074              
64075              Missing from #8930.
64076      Branch: perl
64077            ! perl.h
64078 ____________________________________________________________________________
64079 [  8931] By: jhi                                   on 2001/02/25  17:26:19
64080         Log: A comment tweak.
64081      Branch: perl
64082            ! utf8.c
64083 ____________________________________________________________________________
64084 [  8930] By: jhi                                   on 2001/02/25  17:25:47
64085         Log: (Retracted by #8395.)
64086              
64087              Attempt to fix the EBCDIC character range problem with //.
64088      Branch: perl
64089            ! regcomp.c
64090 ____________________________________________________________________________
64091 [  8929] By: jhi                                   on 2001/02/25  17:23:45
64092         Log: (Retracted by #8395.)
64093              
64094              Expand the EBCDIC character range tests, and add few nasty
64095              tr tests from Karsten Sperling.
64096      Branch: perl
64097            ! t/op/pat.t t/op/tr.t
64098 ____________________________________________________________________________
64099 [  8928] By: jhi                                   on 2001/02/25  17:18:49
64100         Log: Missing check-in.
64101      Branch: perl
64102            ! lib/Pod/Find.pm
64103 ____________________________________________________________________________
64104 [  8927] By: nick                                  on 2001/02/25  11:30:22
64105         Log: Change method names in Encode implementation classes to something
64106              less confusing (preparing to "go public").
64107      Branch: perlio
64108            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
64109 ____________________________________________________________________________
64110 [  8926] By: nick                                  on 2001/02/25  10:53:24
64111         Log: GCC __atribute__ / printf fix
64112      Branch: perlio
64113            ! perl.h
64114 ____________________________________________________________________________
64115 [  8925] By: nick                                  on 2001/02/25  10:52:25
64116         Log: Checked in the wrong one ...
64117      Branch: perlio
64118            ! ext/Encode/Encode.pm
64119 ____________________________________________________________________________
64120 [  8924] By: nick                                  on 2001/02/24  18:46:51
64121         Log: Integrate mainline - to see what Jarkko has in ...
64122      Branch: perlio
64123           +> t/pod/testpods/lib/Pod/Stuff.pm
64124           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
64125 ____________________________________________________________________________
64126 [  8923] By: nick                                  on 2001/02/24  17:05:23
64127         Log: Encode API documentation nd tidy up.
64128              Minor additions to test.
64129              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
64130              Adds STRLEN to standard typemap.
64131      Branch: perlio
64132            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64133            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
64134 ____________________________________________________________________________
64135 [  8922] By: jhi                                   on 2001/02/24  16:38:12
64136         Log: Add a test for the "character range should match in EBCDIC
64137              if specified using explicit numerics" bug found by Karsten
64138              Sperling.
64139      Branch: perl
64140            ! t/op/pat.t
64141 ____________________________________________________________________________
64142 [  8921] By: jhi                                   on 2001/02/24  16:30:16
64143         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
64144              From: schwern@pobox.com
64145              Date: Fri, 23 Feb 2001 03:21:37 -0500
64146              Message-ID: <20010223032137.A26022@magnonel.guild.net>
64147              
64148              plus Charles Lane's fixes, plus tweaks.
64149      Branch: perl
64150            + t/pod/testpods/lib/Pod/Stuff.pm
64151            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
64152 ____________________________________________________________________________
64153 [  8920] By: nick                                  on 2001/02/24  10:30:11
64154         Log: Integrate mainline
64155      Branch: perlio
64156           !> (integrate 33 files)
64157 ____________________________________________________________________________
64158 [  8919] By: jhi                                   on 2001/02/24  00:23:35
64159         Log: Subject: Re: I'm losing the war...
64160              From: "Vadim Konovalov" <watman@inbox.ru>
64161              Date: Sat, 24 Feb 2001 00:10:14 +0300
64162              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
64163              
64164              hv_store() not working correctly in ENV_IS_CASELESS case.
64165      Branch: perl
64166            ! hv.c
64167 ____________________________________________________________________________
64168 [  8918] By: jhi                                   on 2001/02/24  00:20:09
64169         Log: Subject: Re: [PATCH] fix for charnames above FFFF
64170              From: andreas.koenig@anima.de (Andreas J. Koenig)
64171              Date: 23 Feb 2001 02:39:03 +0100
64172              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
64173              
64174              A further efficiency tweak.
64175      Branch: perl
64176            ! lib/charnames.pm
64177 ____________________________________________________________________________
64178 [  8917] By: jhi                                   on 2001/02/23  20:27:51
64179         Log: Integrate change #8916 from mainline,
64180              do away with USE_WIN32_RTL_ENV.
64181      Branch: maint-5.6/perl
64182           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
64183 ____________________________________________________________________________
64184 [  8916] By: jhi                                   on 2001/02/23  20:02:25
64185         Log: Abolish USE_WIN32_RTL_ENV.
64186      Branch: perl
64187            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
64188 ____________________________________________________________________________
64189 [  8915] By: jhi                                   on 2001/02/23  19:36:00
64190         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
64191              later protected by some #define.
64192      Branch: perl
64193            ! gv.c
64194 ____________________________________________________________________________
64195 [  8914] By: jhi                                   on 2001/02/23  19:31:38
64196         Log: Retract #8902 for now, requested by Charles Lane, the correct
64197              fix will be something else.
64198      Branch: perl
64199            ! op.c
64200 ____________________________________________________________________________
64201 [  8913] By: jhi                                   on 2001/02/23  19:11:36
64202         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
64203              From: Peter Prymmer <pvhp@forte.com>
64204              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
64205              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
64206      Branch: perl
64207            ! t/op/lex_assign.t
64208 ____________________________________________________________________________
64209 [  8912] By: jhi                                   on 2001/02/23  18:38:20
64210         Log: Subject: [patch] perlio + useithreads
64211              From: Doug MacEachern <dougm@covalent.net>
64212              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
64213              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
64214              
64215              Gets things running but not complete.
64216      Branch: perl
64217            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
64218 ____________________________________________________________________________
64219 [  8911] By: jhi                                   on 2001/02/23  04:20:02
64220         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
64221              
64222              Duplicated environment freeing, File::Temp 0.12,
64223              op/append portability (EBCDIC) tweak.
64224      Branch: maint-5.6/perl
64225           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64226           !> t/op/append.t
64227 ____________________________________________________________________________
64228 [  8910] By: jhi                                   on 2001/02/23  02:07:33
64229         Log: Integrate change #8909 from mainline, a better Borland
64230              putenv() workaround.
64231      Branch: maint-5.6/perl
64232           !> perl.c
64233 ____________________________________________________________________________
64234 [  8909] By: jhi                                   on 2001/02/23  02:05:46
64235         Log: A better workaround for Borland putenv() brokenness from Sarathy.
64236      Branch: perl
64237            ! perl.c
64238 ____________________________________________________________________________
64239 [  8908] By: jhi                                   on 2001/02/23  02:04:14
64240         Log: Subject: fix for parameter -Dm (for perl@8867)
64241              From: "Vadim Konovalov" <watman@inbox.ru>
64242              Date: Thu, 22 Feb 2001 17:30:12 +0300
64243              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
64244      Branch: perl
64245            ! perl.h
64246 ____________________________________________________________________________
64247 [  8907] By: jhi                                   on 2001/02/23  01:58:20
64248         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
64249              From: Peter Prymmer <pvhp@forte.com>
64250              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
64251              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
64252      Branch: perl
64253            ! t/op/append.t
64254 ____________________________________________________________________________
64255 [  8906] By: jhi                                   on 2001/02/23  01:48:34
64256         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
64257      Branch: perl
64258            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64259 ____________________________________________________________________________
64260 [  8905] By: jhi                                   on 2001/02/23  01:43:30
64261         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
64262              From: Peter Prymmer <pvhp@forte.com>
64263              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
64264              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
64265      Branch: perl
64266            ! t/lib/st-06compat.t
64267 ____________________________________________________________________________
64268 [  8904] By: jhi                                   on 2001/02/23  01:42:39
64269         Log: Metaconfig unit change for #8903.
64270      Branch: metaconfig/U/perl
64271            ! Devel.U
64272 ____________________________________________________________________________
64273 [  8903] By: jhi                                   on 2001/02/23  01:42:12
64274         Log: Be more helpful for devel builders, suggested by John L. Allen.
64275      Branch: perl
64276            ! Configure
64277 ____________________________________________________________________________
64278 [  8902] By: jhi                                   on 2001/02/23  01:37:41
64279         Log: (Retracted by #8914)
64280              (Wrongly, reinstated by #8941)
64281              
64282              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
64283              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64284              Date:     Thu, 22 Feb 2001 09:43:57 EST
64285              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
64286      Branch: perl
64287            ! op.c
64288 ____________________________________________________________________________
64289 [  8901] By: jhi                                   on 2001/02/23  01:20:32
64290         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
64291              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64292              Date:     Thu, 22 Feb 2001 08:01:35 EST
64293              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
64294      Branch: perl
64295            ! malloc.c
64296 ____________________________________________________________________________
64297 [  8900] By: jhi                                   on 2001/02/23  01:18:02
64298         Log: Integrate changes #8898,8899 from mainline, environ handling.
64299      Branch: maint-5.6/perl
64300           !> perl.c
64301 ____________________________________________________________________________
64302 [  8899] By: jhi                                   on 2001/02/23  01:16:25
64303         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
64304              putenv() is not to be relied on, they are either broken or leaky
64305              or both.)
64306      Branch: perl
64307            ! perl.c
64308 ____________________________________________________________________________
64309 [  8898] By: jhi                                   on 2001/02/22  23:36:59
64310         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
64311              and safesysfree() must be used.
64312      Branch: perl
64313            ! perl.c
64314 ____________________________________________________________________________
64315 [  8897] By: jhi                                   on 2001/02/22  23:25:45
64316         Log: With environ one must use safesysmalloc()/safesysfree().
64317      Branch: perl
64318            ! perl.c
64319 ____________________________________________________________________________
64320 [  8896] By: jhi                                   on 2001/02/22  22:13:18
64321         Log: If we have a duplicated environment free it
64322              if PERL_DESTRUCT_LEVEL.
64323      Branch: perl
64324            ! perl.c
64325 ____________________________________________________________________________
64326 [  8895] By: alanbur                               on 2001/02/22  19:31:57
64327         Log: Synchronised with parent
64328      Branch: maint-5.6/pureperl
64329           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
64330 ____________________________________________________________________________
64331 [  8894] By: gsar                                  on 2001/02/22  19:06:18
64332         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
64333              
64334              fix memory leak in method call optimization (change#3768);
64335              made C<eval "$x->foo()"> leak
64336              
64337              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
64338      Branch: maint-5.6/perl
64339           !> op.c
64340 ____________________________________________________________________________
64341 [  8893] By: jhi                                   on 2001/02/22  18:35:27
64342         Log: (Retracted by #8915.)
64343              
64344              Third Degree finding:
64345              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
64346      Branch: perl
64347            ! gv.c
64348 ____________________________________________________________________________
64349 [  8892] By: jhi                                   on 2001/02/22  14:28:32
64350         Log: Update Changes.
64351      Branch: perl
64352            ! Changes patchlevel.h
64353 ____________________________________________________________________________
64354 [  8891] By: jhi                                   on 2001/02/22  13:22:45
64355         Log: Metaconfig unit changes for #8890.
64356      Branch: metaconfig
64357            ! U/modified/Cppsym.U U/threads/archname.U
64358 ____________________________________________________________________________
64359 [  8890] By: jhi                                   on 2001/02/22  13:22:12
64360         Log: Add -stdio to the archname if no perlio selected,
64361              no -perlio added since that is now the default.
64362              
64363              Add few CPUs/architectures to the Cppsym scan.
64364      Branch: perl
64365            ! Configure config_h.SH
64366 ____________________________________________________________________________
64367 [  8889] By: jhi                                   on 2001/02/22  13:05:59
64368         Log: Metaconfig unit change for #8888.
64369      Branch: metaconfig/U/perl
64370            ! useperlio.U
64371 ____________________________________________________________________________
64372 [  8888] By: jhi                                   on 2001/02/22  13:05:28
64373         Log: *drum roll*  Make perlio the default.
64374      Branch: perl
64375            ! Configure config_h.SH
64376 ____________________________________________________________________________
64377 [  8887] By: jhi                                   on 2001/02/22  12:50:52
64378         Log: Integrate change #8665 from maintperl to mainline,
64379              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
64380      Branch: perl
64381           !> ext/POSIX/POSIX.xs
64382 ____________________________________________________________________________
64383 [  8886] By: jhi                                   on 2001/02/22  12:49:24
64384         Log: Integrate changes #8883,8884 from mainline to maintperl.
64385              
64386              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
64387              Subject: Re: File::Temp::_gettemp warning
64388      Branch: maint-5.6/perl
64389           !> embed.h embed.pl lib/File/Temp.pm
64390 ____________________________________________________________________________
64391 [  8885] By: jhi                                   on 2001/02/22  12:43:59
64392         Log: Based on
64393              
64394              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
64395              From: schwab@suse.de
64396              Date: Thu, 22 Feb 2001 13:08:09 +0100
64397              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
64398              
64399              but the fix done slightly differently because the other
64400              half was already done in #8664.
64401      Branch: maint-5.6/perl
64402            ! ext/POSIX/POSIX.xs
64403 ____________________________________________________________________________
64404 [  8884] By: jhi                                   on 2001/02/22  12:37:15
64405         Log: Subject: Re: File::Temp::_gettemp warning
64406              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64407              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
64408              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
64409              
64410              This patch to File::Temp does two things:
64411              
64412              1. Fixes the problem with CGI::Carp when determining
64413              the Fcntl constants
64414              
64415              2. Removes most of the carps and consolidates them so that all the
64416              reasons are included in a single die that is caught by the test. This
64417              means that the correct skipping behaviour is displayed by the test.
64418      Branch: perl
64419            ! lib/File/Temp.pm
64420 ____________________________________________________________________________
64421 [  8883] By: jhi                                   on 2001/02/22  12:29:19
64422         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
64423              From: Peter Prymmer <pvhp@forte.com>
64424              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
64425              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
64426      Branch: perl
64427            ! embed.h embed.pl
64428 ____________________________________________________________________________
64429 [  8882] By: jhi                                   on 2001/02/21  19:41:33
64430         Log: Integrate change #8881 from mainlin to maintperl.
64431              
64432              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
64433      Branch: maint-5.6/perl
64434           !> op.c
64435 ____________________________________________________________________________
64436 [  8881] By: jhi                                   on 2001/02/21  19:38:57
64437         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
64438              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64439              Date:     Wed, 21 Feb 2001 13:08:03 EST
64440              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
64441      Branch: perl
64442            ! op.c
64443 ____________________________________________________________________________
64444 [  8880] By: jhi                                   on 2001/02/21  19:34:34
64445         Log: Retract #8875, cannot let go of the old semantics of unpack U
64446              without rethinking utf8decode.t.
64447      Branch: perl
64448            ! pp.c t/op/pack.t
64449 ____________________________________________________________________________
64450 [  8879] By: jhi                                   on 2001/02/21  19:08:02
64451         Log: Run run/*.t also in minitest.
64452      Branch: perl
64453            ! Makefile.SH
64454 ____________________________________________________________________________
64455 [  8878] By: nick                                  on 2001/02/21  18:55:37
64456         Log: Integrate mainline
64457      Branch: perlio
64458           !> (integrate 76 files)
64459 ____________________________________________________________________________
64460 [  8877] By: jhi                                   on 2001/02/21  15:09:33
64461         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
64462      Branch: metaconfig
64463            ! U/compline/nblock_io.U
64464      Branch: perl
64465            ! Configure config_h.SH
64466 ____________________________________________________________________________
64467 [  8876] By: jhi                                   on 2001/02/21  14:54:45
64468         Log: If no sfio, no -lsfio.
64469      Branch: metaconfig/U/perl
64470            ! d_sfio.U
64471      Branch: perl
64472            ! Configure config_h.SH
64473 ____________________________________________________________________________
64474 [  8875] By: jhi                                   on 2001/02/21  14:54:00
64475         Log: Make unpack C and unpack U truly equivalent.
64476      Branch: perl
64477            ! pp.c t/op/pack.t
64478 ____________________________________________________________________________
64479 [  8874] By: jhi                                   on 2001/02/21  14:26:02
64480         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
64481              From: Peter Prymmer <pvhp@forte.com>
64482              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
64483              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
64484      Branch: perl
64485            ! pod/perlport.pod
64486 ____________________________________________________________________________
64487 [  8873] By: jhi                                   on 2001/02/21  14:24:31
64488         Log: Subject: [PATCH] fix for charnames above FFFF
64489              From: andreas.koenig@anima.de (Andreas J. Koenig)
64490              Date: 21 Feb 2001 07:05:45 +0100
64491              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
64492      Branch: perl
64493            ! lib/charnames.pm t/lib/charnames.t
64494 ____________________________________________________________________________
64495 [  8872] By: jhi                                   on 2001/02/21  14:15:25
64496         Log: Integrate change #8868 from pureperl to mainline.
64497              
64498              Fixed reference count loop caused by sv_magic.
64499      Branch: perl
64500           !> sv.c
64501 ____________________________________________________________________________
64502 [  8871] By: jhi                                   on 2001/02/21  14:07:29
64503         Log: Integrate change #8868 from pureperl to maintperl.
64504              
64505              Fixed reference count loop caused by sv_magic.
64506      Branch: maint-5.6/perl
64507           !> sv.c
64508 ____________________________________________________________________________
64509 [  8870] By: jhi                                   on 2001/02/21  14:04:41
64510         Log: Put back the #8840, it was innocent.
64511      Branch: perl
64512            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
64513            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
64514 ____________________________________________________________________________
64515 [  8869] By: jhi                                   on 2001/02/21  14:00:03
64516         Log: unpack("C", ...) was left slightly unfinished by #8865.
64517      Branch: perl
64518            ! pp.c t/op/pack.t
64519 ____________________________________________________________________________
64520 [  8868] By: alanbur                               on 2001/02/21  01:33:45
64521         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
64522              from gv_fetchpv to create single-character magic variables (e.g. $!),
64523              and it is passed a sv and the gv that contains the sv as the mg_obj
64524              value.  When sv_magic stores the mg_obj pointer it increments the gv
64525              refcount, thus causing a sv-gv pair that can't be freed.  There is
64526              already a check for sv == obj which is used to prevent such reference
64527              loops.  This change extends the check to cover the case described above.
64528      Branch: maint-5.6/pureperl
64529            ! sv.c
64530 ____________________________________________________________________________
64531 [  8867] By: jhi                                   on 2001/02/21  00:52:39
64532         Log: Update Changes.
64533      Branch: perl
64534            ! Changes patchlevel.h
64535 ____________________________________________________________________________
64536 [  8866] By: jhi                                   on 2001/02/21  00:34:20
64537         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
64538              (Note: there were some conflicts due to EBCDIC and EPOC
64539              patches, in general I preferred the repository code.)
64540              (When 2.753 comes out, we need to synchronize.)
64541      Branch: perl
64542            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
64543            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
64544            ! t/lib/cgi-html.t
64545 ____________________________________________________________________________
64546 [  8865] By: jhi                                   on 2001/02/21  00:24:22
64547         Log: Make pack("C", 0x100) to create Unicode, unless under the
64548              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
64549              will understand Unicode, unless you under know what.
64550      Branch: perl
64551            ! pp.c t/op/pack.t t/op/qu.t
64552 ____________________________________________________________________________
64553 [  8864] By: alanbur                               on 2001/02/20  22:35:34
64554         Log: Resynchronised with parent
64555      Branch: maint-5.6/pureperl
64556           !> README.win32 ext/GDBM_File/GDBM_File.pm
64557           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
64558           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
64559           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
64560           !> t/lib/sdbm.t util.c
64561 ____________________________________________________________________________
64562 [  8863] By: jhi                                   on 2001/02/20  20:55:11
64563         Log: Integrate change #8860,8861 from mainline into maintperl.
64564              
64565              "pseudo-literal j"
64566              
64567              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
64568      Branch: maint-5.6/perl
64569           !> lib/Test.pm pod/perlop.pod
64570 ____________________________________________________________________________
64571 [  8862] By: jhi                                   on 2001/02/20  20:30:07
64572         Log: Don't do casting between pointers pointing to differently sized
64573              integers.
64574      Branch: perl
64575            ! hv.c sv.c
64576 ____________________________________________________________________________
64577 [  8861] By: jhi                                   on 2001/02/20  19:53:44
64578         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
64579              From: Peter Prymmer <pvhp@forte.com>
64580              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
64581              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
64582      Branch: perl
64583            ! lib/Test.pm
64584 ____________________________________________________________________________
64585 [  8860] By: jhi                                   on 2001/02/20  19:48:02
64586         Log: "pseudo-literal j", a documentation glitch reported to Debian.
64587              The text recovered from Perl 5.005_03, and pseudo-literal replaced
64588              by "backtick string".
64589      Branch: perl
64590            ! pod/perlop.pod
64591 ____________________________________________________________________________
64592 [  8859] By: jhi                                   on 2001/02/20  19:15:46
64593         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
64594              from Chris Nandor.
64595      Branch: perl
64596            ! makedef.pl
64597 ____________________________________________________________________________
64598 [  8858] By: jhi                                   on 2001/02/20  17:36:53
64599         Log: Integrate pureperl changes #8844,8845,8850 to mainline
64600              (via maintperl #8855).
64601              
64602              Fixed %^H scoping bug
64603              
64604              Removed GV <-> CV refcount loop
64605              
64606              Removed %ENV refcount loop
64607      Branch: perl
64608           !> gv.c op.c perl.c pp.c scope.c
64609 ____________________________________________________________________________
64610 [  8857] By: jhi                                   on 2001/02/20  17:34:32
64611         Log: Integrate changes #8853,8854 from maintperl to mainline.
64612              
64613              EBDIC fixes, README.win32 Borland update.
64614      Branch: perl
64615           !> README.win32 handy.h util.c
64616 ____________________________________________________________________________
64617 [  8856] By: jhi                                   on 2001/02/20  17:33:16
64618         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
64619      Branch: maint-5.6/perl
64620           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
64621           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
64622           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
64623 ____________________________________________________________________________
64624 [  8855] By: jhi                                   on 2001/02/20  17:32:13
64625         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
64626              
64627              Fixed %^H scoping bug
64628              
64629              Removed GV <-> CV refcount loop
64630              
64631              Removed %ENV refcount loop
64632      Branch: maint-5.6/perl
64633           !> gv.c op.c perl.c pp.c scope.c
64634 ____________________________________________________________________________
64635 [  8854] By: jhi                                   on 2001/02/20  17:25:06
64636         Log: Subject: Addition to readme.win32 for Borland C++ compilers
64637              Date: Tue, 20 Feb 2001 02:15:25 +0300
64638              From: "Vadim Konovalov" <watman@inbox.ru>
64639              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
64640              
64641              Document Borland compiler misbehaviour.
64642      Branch: maint-5.6/perl
64643            ! README.win32
64644 ____________________________________________________________________________
64645 [  8853] By: jhi                                   on 2001/02/20  17:22:25
64646         Log: The assimilation of ebcdic.c didn't quite work at the first try,
64647              patches from Thomas Dorner.
64648      Branch: maint-5.6/perl
64649            ! handy.h util.c
64650 ____________________________________________________________________________
64651 [  8852] By: jhi                                   on 2001/02/20  17:20:15
64652         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
64653              From: Chris Nandor <pudge@pobox.com>
64654              Date: Tue, 20 Feb 2001 08:32:45 -0500
64655              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
64656      Branch: maint-5.6/perl
64657            ! makedef.pl mg.c
64658 ____________________________________________________________________________
64659 [  8851] By: jhi                                   on 2001/02/20  17:15:52
64660         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
64661      Branch: perl
64662            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
64663            ! t/lib/filter-util.t
64664 ____________________________________________________________________________
64665 [  8850] By: alanbur                               on 2001/02/20  17:12:40
64666         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
64667              and the magic pointer points back to the GV that contains the
64668              %ENV hash.  This creates a refcount loop that prevents members
64669              of %ENV from being freed correctly.  This change removes the
64670              refcount loop - the magic pointer was never used anyway, the
64671              only use of the magic was to check the type ('E') so that the
64672              appropriate environment manipulation code is called when %ENV
64673              is modified.
64674      Branch: maint-5.6/pureperl
64675            ! perl.c
64676 ____________________________________________________________________________
64677 [  8849] By: jhi                                   on 2001/02/20  17:12:20
64678         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
64679              From: "Craig A. Berry" <craigberry@mac.com>
64680              Date: Mon, 19 Feb 2001 23:36:12 -0600
64681              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
64682              
64683              Case-forgiving systems match TestInit.pm with TES*.
64684      Branch: perl
64685            ! t/lib/glob-basic.t
64686 ____________________________________________________________________________
64687 [  8848] By: jhi                                   on 2001/02/20  17:10:02
64688         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
64689      Branch: perl
64690            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
64691            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
64692            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
64693 ____________________________________________________________________________
64694 [  8847] By: jhi                                   on 2001/02/20  15:34:41
64695         Log: The #8843 wasn't quite right: %Config needs to imported.
64696      Branch: perl
64697            ! t/run/runenv.t
64698 ____________________________________________________________________________
64699 [  8846] By: jhi                                   on 2001/02/20  15:31:50
64700         Log: Retract the #8838 and #8840 for now because of
64701              the DB_File tie problem.
64702      Branch: perl
64703            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
64704            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
64705            ! proto.h sv.c
64706 ____________________________________________________________________________
64707 [  8845] By: alanbur                               on 2001/02/20  14:25:41
64708         Log: Removed GV <-> CV refcount loop
64709              CvGV(mycv) points to the parent GV of the CV, and was previously
64710              refcounted.  The pointer remains, but the refcounting has been removed
64711              as it causes a refcount loop between the CV and GV that means the CV
64712              can't ever be deleted.
64713      Branch: maint-5.6/pureperl
64714            ! gv.c op.c pp.c
64715 ____________________________________________________________________________
64716 [  8844] By: alanbur                               on 2001/02/20  14:23:13
64717         Log: Fixed %^H scoping bug
64718      Branch: maint-5.6/pureperl
64719            ! scope.c
64720 ____________________________________________________________________________
64721 [  8843] By: jhi                                   on 2001/02/19  13:38:08
64722         Log: fork() not everywhere, cleanup temp files.
64723      Branch: perl
64724            ! t/run/runenv.t
64725 ____________________________________________________________________________
64726 [  8842] By: alanbur                               on 2001/02/19  12:42:07
64727         Log: Resynchronised with parent
64728      Branch: maint-5.6/pureperl
64729           !> pod/perlfaq4.pod sv.c utf8.c
64730 ____________________________________________________________________________
64731 [  8841] By: jhi                                   on 2001/02/19  03:35:51
64732         Log: Update Changes.
64733      Branch: perl
64734            ! Changes patchlevel.h
64735 ____________________________________________________________________________
64736 [  8840] By: jhi                                   on 2001/02/19  00:23:41
64737         Log: Subject: [patch] add sv_setref_uv
64738              From: Doug MacEachern <dougm@covalent.net>
64739              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
64740              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
64741      Branch: perl
64742            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
64743            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
64744 ____________________________________________________________________________
64745 [  8839] By: jhi                                   on 2001/02/19  00:01:38
64746         Log: Put to rest the 20010205.001, the email address checking (not) regex.
64747      Branch: perl
64748            ! pod/perlfaq9.pod
64749 ____________________________________________________________________________
64750 [  8838] By: jhi                                   on 2001/02/18  22:17:54
64751         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
64752              From: Doug MacEachern <dougm@covalent.net>
64753              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
64754              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
64755      Branch: perl
64756            ! lib/ExtUtils/xsubpp
64757 ____________________________________________________________________________
64758 [  8837] By: jhi                                   on 2001/02/18  22:16:50
64759         Log: Subject: [patch] -Wall cleanup round 2
64760              From: Doug MacEachern <dougm@covalent.net>
64761              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
64762              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
64763      Branch: perl
64764            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
64765            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
64766            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
64767            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
64768            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
64769            ! ext/SDBM_File/SDBM_File.xs
64770 ____________________________________________________________________________
64771 [  8836] By: jhi                                   on 2001/02/18  22:11:20
64772         Log: Misapplied regex optimizations when \C is present.
64773              Fixes 20001230.002.
64774              
64775              What still remains broken is that the submatches that
64776              have \C in them get their UTF8 flag on because their
64777              parent SV has it on.  This will result in malformed
64778              UTF8 if a \C happened to match a non-ASCII byte.
64779      Branch: perl
64780            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
64781            ! t/pragma/utf8.t
64782 ____________________________________________________________________________
64783 [  8835] By: jhi                                   on 2001/02/18  20:12:02
64784         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
64785              
64786              The hash key got wrongly UTF8fied.
64787      Branch: perl
64788            ! pod/perlapi.pod toke.c utf8.c
64789 ____________________________________________________________________________
64790 [  8834] By: jhi                                   on 2001/02/18  19:44:25
64791         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
64792              don't warn on magical or overloaded things.
64793      Branch: perl
64794            ! pp_hot.c
64795 ____________________________________________________________________________
64796 [  8833] By: nick                                  on 2001/02/18  19:31:22
64797         Log: Integrate mainline
64798      Branch: perlio
64799           +> t/TestInit.pm t/run/runenv.t
64800            - t/UTEST
64801           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
64802           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
64803           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
64804           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
64805           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
64806           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
64807           !> utf8.c
64808 ____________________________________________________________________________
64809 [  8832] By: jhi                                   on 2001/02/18  19:21:18
64810         Log: Integrate perlio:
64811              
64812              [  8830]
64813              Apply the spirit of patch from Nick Clark:
64814              Subject: [PATCH] Re: extensions that provide layers
64815              From: Nicholas Clark <nick@ccl4.org>
64816              Date: Mon, 12 Feb 2001 16:43:51 +0000
64817              Message-Id: <20010212164350.Q3652@plum.flirble.org>
64818      Branch: perl
64819           !> perlio.c pod/perldiag.pod
64820 ____________________________________________________________________________
64821 [  8831] By: jhi                                   on 2001/02/18  19:14:20
64822         Log: Integrate change #8827 from mainline.
64823              
64824              UTF8 tweaks.
64825      Branch: maint-5.6/perl
64826           !> sv.c utf8.c
64827 ____________________________________________________________________________
64828 [  8830] By: nick                                  on 2001/02/18  19:10:34
64829         Log: Apply the spirit of patch from Nick Clark:
64830              Subject: [PATCH] Re: extensions that provide layers
64831              From: Nicholas Clark <nick@ccl4.org>
64832              Date: Mon, 12 Feb 2001 16:43:51 +0000
64833              Message-Id: <20010212164350.Q3652@plum.flirble.org>
64834      Branch: perlio
64835            ! perlio.c pod/perldiag.pod
64836 ____________________________________________________________________________
64837 [  8829] By: jhi                                   on 2001/02/18  19:03:25
64838         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
64839              From: schwern@pobox.com 
64840              Date: Sun, 18 Feb 2001 13:44:35 -0500
64841              Message-ID: <20010218134435.A17544@magnonel.guild.net>
64842              
64843              Applied, but as t/TestInit.pm.
64844      Branch: perl
64845            + t/TestInit.pm
64846            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
64847            ! t/op/subst_wamp.t
64848 ____________________________________________________________________________
64849 [  8828] By: jhi                                   on 2001/02/18  18:43:52
64850         Log: Integrate perlio:
64851              
64852              [  8826]
64853              Fix [ID 20010217.002]
64854              open FOO, "<:raw:perlio", ...
64855              :raw now inserts default base layer below itself.
64856              Also
64857              open FOO, "<:unix", ...
64858              works as well - but leaves buffer layer on stack under the unix layer.
64859      Branch: perl
64860           !> perlio.c
64861 ____________________________________________________________________________
64862 [  8827] By: jhi                                   on 2001/02/18  18:41:33
64863         Log: UTF-8 tweaks.
64864      Branch: perl
64865            ! sv.c utf8.c
64866 ____________________________________________________________________________
64867 [  8826] By: nick                                  on 2001/02/18  17:40:59
64868         Log: Fix [ID 20010217.002]
64869              open FOO, "<:raw:perlio", ...
64870              :raw now inserts default base layer below itself.
64871              Also
64872              open FOO, "<:unix", ...
64873              works as well - but leaves buffer layer on stack under the unix layer.
64874      Branch: perlio
64875            ! perlio.c
64876 ____________________________________________________________________________
64877 [  8825] By: jhi                                   on 2001/02/18  17:15:39
64878         Log: Integrate perlio:
64879              
64880              [  8820]
64881              Clean up a few core dumps when layers are used in unexpected ways.
64882              (Still not "right"...)
64883      Branch: perl
64884           !> perlio.c perliol.h
64885 ____________________________________________________________________________
64886 [  8824] By: jhi                                   on 2001/02/18  17:10:53
64887         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
64888              From: schwern@pobox.com
64889              Date: Sun, 18 Feb 2001 01:48:50 -0500
64890              Message-ID: <20010218014850.C19957@magnonel.guild.net>
64891      Branch: perl
64892            ! lib/Test/Harness.pm t/TEST t/op/chop.t
64893 ____________________________________________________________________________
64894 [  8823] By: jhi                                   on 2001/02/18  17:01:06
64895         Log: Add run/*.t to testables.
64896      Branch: perl
64897            ! t/TEST
64898 ____________________________________________________________________________
64899 [  8822] By: jhi                                   on 2001/02/18  16:58:58
64900         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
64901              From: schwern@pobox.com
64902              Date: Sun, 18 Feb 2001 01:11:35 -0500
64903              Message-ID: <20010218011135.A19957@magnonel.guild.net>
64904              
64905              Revive mjd's and Simon's PERL5OPT fix.
64906      Branch: perl
64907            + t/run/runenv.t
64908            ! MANIFEST perl.c
64909 ____________________________________________________________________________
64910 [  8821] By: jhi                                   on 2001/02/18  16:53:46
64911         Log: Subject: Re: Why t/TEST and not Test::Harness?
64912              From: schwern@pobox.com
64913              Date: Sat, 17 Feb 2001 22:44:44 -0500
64914              Message-ID: <20010217224444.A6679@magnonel.guild.net>
64915              
64916              Replace UTEST with TEST -utf8.
64917      Branch: perl
64918            - t/UTEST
64919            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
64920            ! t/lib/glob-basic.t
64921 ____________________________________________________________________________
64922 [  8820] By: nick                                  on 2001/02/18  13:06:16
64923         Log: Clean up a few core dumps when layers are used in unexpected ways.
64924              (Still not "right"...)
64925      Branch: perlio
64926            ! perlio.c perliol.h
64927 ____________________________________________________________________________
64928 [  8819] By: jhi                                   on 2001/02/18  02:25:55
64929         Log: Integrate change #8818 from maintperl, a FAQ nit.
64930      Branch: perl
64931           !> pod/perlfaq4.pod
64932 ____________________________________________________________________________
64933 [  8818] By: jhi                                   on 2001/02/18  02:24:50
64934         Log: FAQ nit from Chris Fedde.
64935      Branch: maint-5.6/perl
64936            ! pod/perlfaq4.pod
64937 ____________________________________________________________________________
64938 [  8817] By: nick                                  on 2001/02/17  18:20:14
64939         Log: Integrate mainline
64940      Branch: perlio
64941           +> lib/unicode/UCD.html lib/unicode/Unicode.html
64942           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
64943           +> pod/perlclib.pod
64944            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
64945            - lib/unicode/Unicode.301
64946           !> (integrate 324 files)
64947 ____________________________________________________________________________
64948 [  8816] By: jhi                                   on 2001/02/17  16:56:58
64949         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
64950      Branch: perl
64951            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
64952            ! ext/Storable/Storable.xs t/lib/st-06compat.t
64953            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
64954 ____________________________________________________________________________
64955 [  8815] By: jhi                                   on 2001/02/17  16:40:07
64956         Log: Subject: [patch] -Wall
64957              From: Doug MacEachern <dougm@covalent.net>
64958              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
64959              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
64960      Branch: perl
64961            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
64962            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
64963 ____________________________________________________________________________
64964 [  8814] By: jhi                                   on 2001/02/16  19:27:18
64965         Log: Document qu better.
64966      Branch: perl
64967            ! pod/perlop.pod
64968 ____________________________________________________________________________
64969 [  8813] By: jhi                                   on 2001/02/15  13:54:37
64970         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
64971              From: Hugo <hv@crypt.compulink.co.uk>
64972              Date: Thu, 15 Feb 2001 13:39:49 +0000
64973              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
64974      Branch: perl
64975            ! toke.c
64976 ____________________________________________________________________________
64977 [  8812] By: alanbur                               on 2001/02/15  13:52:16
64978         Log: Resynchronised with parent
64979      Branch: maint-5.6/pureperl
64980            - ebcdic.c
64981           !> (integrate 36 files)
64982 ____________________________________________________________________________
64983 [  8811] By: jhi                                   on 2001/02/15  13:51:16
64984         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
64985              
64986              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
64987              From: Jan Dubois <JanD@ActiveState.com>
64988              Date: Wed, 31 Jan 2001 21:17:03 -0800
64989              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
64990              
64991              tweak change#8659 to keep it simple
64992              
64993              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
64994              From: Russ Allbery <rra@stanford.edu>
64995              Date: 14 Feb 2001 10:15:41 -0800
64996              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
64997              
64998              (8809 empty)
64999              
65000              Upgrade to podlators 1.08, from Russ Allbery.
65001      Branch: perl
65002           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
65003           !> utils/perldoc.PL
65004 ____________________________________________________________________________
65005 [  8810] By: jhi                                   on 2001/02/15  13:35:08
65006         Log: Upgrade to podlators 1.08, from Russ Allbery.
65007      Branch: maint-5.6/perl
65008            ! lib/Pod/Man.pm lib/Pod/Text.pm
65009 ____________________________________________________________________________
65010 [  8809] By: jhi                                   on 2001/02/15  13:26:38
65011         Log: (accidentally empty check-in)
65012      Branch: maint-5.6/perl
65013            ! lib/Test/Harness.pm
65014 ____________________________________________________________________________
65015 [  8808] By: jhi                                   on 2001/02/15  13:23:47
65016         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65017              From: Russ Allbery <rra@stanford.edu>
65018              Date: 14 Feb 2001 10:15:41 -0800
65019              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65020              
65021              perldoc was hardcoding $Config{installscript}, which breaks
65022              when install* isn't where Perl ends up (such as with AFS).
65023              
65024              Use $Config{scriptdir} instead.
65025      Branch: maint-5.6/perl
65026            ! utils/perldoc.PL
65027 ____________________________________________________________________________
65028 [  8807] By: jhi                                   on 2001/02/14  14:37:27
65029         Log: Update Changes.
65030      Branch: perl
65031            ! Changes patchlevel.h
65032 ____________________________________________________________________________
65033 [  8806] By: jhi                                   on 2001/02/14  14:25:31
65034         Log: Integrate changes #8803,8804,8805 from mainline.
65035              
65036              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65037              
65038              Don't skip too much of the locale error message if no environ array,
65039              from Chris Nandor.
65040              
65041              More MacOS Classic fixes from Chris Nandor.
65042      Branch: maint-5.6/perl
65043           !> doop.c lib/Cwd.pm perl.c perl.h util.c
65044 ____________________________________________________________________________
65045 [  8805] By: jhi                                   on 2001/02/14  03:29:01
65046         Log: More MacOS Classic fixes from Chris Nandor.
65047      Branch: perl
65048            ! doop.c lib/Cwd.pm
65049 ____________________________________________________________________________
65050 [  8804] By: jhi                                   on 2001/02/14  03:18:35
65051         Log: Don't skip too much of the locale error message if no environ array,
65052              from Chris Nandor.
65053      Branch: perl
65054            ! util.c
65055 ____________________________________________________________________________
65056 [  8803] By: jhi                                   on 2001/02/14  03:14:14
65057         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65058      Branch: perl
65059            ! perl.c perl.h
65060 ____________________________________________________________________________
65061 [  8802] By: jhi                                   on 2001/02/13  18:31:33
65062         Log: AUTHORS update.
65063      Branch: perl
65064            ! AUTHORS
65065 ____________________________________________________________________________
65066 [  8801] By: jhi                                   on 2001/02/13  17:55:19
65067         Log: Integrate change #8792 from mainline.
65068              
65069              Subject: buncha MacPerl patches for bleadperl
65070              From: Chris Nandor <pudge@pobox.com>
65071              Date: Tue, 13 Feb 2001 00:02:43 -0500
65072              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65073      Branch: maint-5.6/perl
65074           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65075           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65076           !> t/lib/basename.t toke.c util.h
65077 ____________________________________________________________________________
65078 [  8800] By: jhi                                   on 2001/02/13  17:46:43
65079         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
65080              to be forced to Off_t.
65081              
65082              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
65083              From: nick@ccl4.org
65084              Date: Thu, 1 Feb 2001 12:01:04 +0000
65085              Message-Id: <20010201120103.E11401@plum.flirble.org>
65086      Branch: maint-5.6/perl
65087            ! iperlsys.h perlio.c
65088 ____________________________________________________________________________
65089 [  8799] By: jhi                                   on 2001/02/13  16:52:51
65090         Log: Duplex duplex hunk hunk.
65091      Branch: maint-5.6/perl
65092            ! Makefile.SH
65093 ____________________________________________________________________________
65094 [  8797] By: jhi                                   on 2001/02/13  14:52:04
65095         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
65096              From: "Craig A. Berry" <craigberry@mac.com>
65097              Date: Mon, 12 Feb 2001 11:05:25 -0600
65098              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
65099      Branch: perl
65100            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
65101 ____________________________________________________________________________
65102 [  8796] By: jhi                                   on 2001/02/13  14:36:47
65103         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
65104              From: simon.cozens@pembroke.oxford.ac.uk 
65105              Date: Sat, 10 Feb 2001 17:57:02 +0000
65106              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
65107              
65108              Now it does include.
65109      Branch: perl
65110            ! pod/perldiag.pod
65111 ____________________________________________________________________________
65112 [  8795] By: jhi                                   on 2001/02/13  14:30:11
65113         Log: Sort the MANIFEST.
65114      Branch: perl
65115            ! MANIFEST
65116 ____________________________________________________________________________
65117 [  8794] By: jhi                                   on 2001/02/13  14:26:51
65118         Log: Integrate change #8793 from mainline, FAQ updates.
65119      Branch: maint-5.6/perl
65120           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
65121 ____________________________________________________________________________
65122 [  8793] By: jhi                                   on 2001/02/13  14:25:13
65123         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
65124      Branch: perl
65125            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
65126 ____________________________________________________________________________
65127 [  8792] By: jhi                                   on 2001/02/13  14:22:50
65128         Log: Subject: buncha MacPerl patches for bleadperl
65129              From: Chris Nandor <pudge@pobox.com>
65130              Date: Tue, 13 Feb 2001 00:02:43 -0500
65131              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65132      Branch: perl
65133            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65134            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65135            ! t/lib/basename.t toke.c util.h
65136 ____________________________________________________________________________
65137 [  8791] By: jhi                                   on 2001/02/13  14:10:39
65138         Log: Integrate change #8790 from mainline.
65139              
65140              environ array wrongly assumed in Perl_init_i18nl10n(),
65141      Branch: maint-5.6/perl
65142           !> util.c
65143 ____________________________________________________________________________
65144 [  8790] By: jhi                                   on 2001/02/13  14:06:15
65145         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
65146              noticed by Chris Nandor in MacOS Classic.
65147      Branch: perl
65148            ! util.c
65149 ____________________________________________________________________________
65150 [  8789] By: jhi                                   on 2001/02/13  13:58:07
65151         Log: Integrate changes #8373,8487,8544,8783 from mainline.
65152              
65153              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
65154              hints files, the dynaloading, assimilate ebcdic into util.c.
65155      Branch: maint-5.6/perl
65156            - ebcdic.c
65157            ! MANIFEST hints/posix-bc.sh
65158           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
65159           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
65160           !> perlapi.c proto.h util.c
65161 ____________________________________________________________________________
65162 [  8788] By: alanbur                               on 2001/02/13  10:33:13
65163         Log: Integrated changes from maint-5.6
65164      Branch: maint-5.6/pureperl
65165           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
65166           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
65167           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65168           !> vos/config.ga.h vos/configure_perl.cm
65169 ____________________________________________________________________________
65170 [  8787] By: jhi                                   on 2001/02/13  05:56:36
65171         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
65172      Branch: perl
65173           !> Makefile.SH
65174 ____________________________________________________________________________
65175 [  8786] By: jhi                                   on 2001/02/13  05:54:34
65176         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
65177              From: Dorner Thomas <Thomas.Dorner@start.de>
65178              Date: Mon, 12 Feb 2001 15:06:26 +0100
65179              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
65180      Branch: maint-5.6/perl
65181            ! Makefile.SH
65182 ____________________________________________________________________________
65183 [  8785] By: jhi                                   on 2001/02/13  05:29:04
65184         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
65185      Branch: perl
65186           !> hints/openbsd.sh
65187 ____________________________________________________________________________
65188 [  8784] By: jhi                                   on 2001/02/13  02:25:24
65189         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
65190              From: Peter Prymmer <pvhp@forte.com>
65191              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
65192              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
65193      Branch: perl
65194            ! pod/perlclib.pod
65195 ____________________________________________________________________________
65196 [  8783] By: jhi                                   on 2001/02/13  02:22:36
65197         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
65198      Branch: perl
65199            - ebcdic.c
65200            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
65201            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
65202            ! util.c
65203 ____________________________________________________________________________
65204 [  8782] By: jhi                                   on 2001/02/13  02:00:07
65205         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
65206      Branch: maint-5.6/perl
65207            ! pod/perlport.pod
65208 ____________________________________________________________________________
65209 [  8781] By: jhi                                   on 2001/02/13  01:58:44
65210         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
65211      Branch: maint-5.6/perl
65212            ! hints/openbsd.sh
65213 ____________________________________________________________________________
65214 [  8780] By: jhi                                   on 2001/02/13  01:57:33
65215         Log: Synchronize the regexp tests between maintperl and mainline.
65216      Branch: maint-5.6/perl
65217           !> t/op/re_tests
65218 ____________________________________________________________________________
65219 [  8779] By: jhi                                   on 2001/02/13  01:49:35
65220         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
65221              From: Hugo <hv@crypt.compulink.co.uk>
65222              Date: Tue, 13 Feb 2001 00:11:11 +0000
65223              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
65224      Branch: perl
65225            ! regcomp.c t/op/re_tests
65226 ____________________________________________________________________________
65227 [  8778] By: jhi                                   on 2001/02/13  00:23:10
65228         Log: Comments do not nest.
65229      Branch: perl
65230            ! perl.h
65231 ____________________________________________________________________________
65232 [  8777] By: jhi                                   on 2001/02/13  00:17:54
65233         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
65234              From: Hugo <hv@crypt.compulink.co.uk>
65235              Date: Tue, 13 Feb 2001 00:11:11 +0000
65236              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
65237      Branch: maint-5.6/perl
65238            ! regcomp.c t/op/re_tests
65239 ____________________________________________________________________________
65240 [  8776] By: jhi                                   on 2001/02/12  23:25:52
65241         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
65242      Branch: maint-5.6/perl
65243            ! pod/perlport.pod
65244 ____________________________________________________________________________
65245 [  8775] By: jhi                                   on 2001/02/12  23:04:28
65246         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
65247      Branch: maint-5.6/perl
65248            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
65249            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65250            ! vos/configure_perl.cm
65251 ____________________________________________________________________________
65252 [  8774] By: jhi                                   on 2001/02/12  22:59:11
65253         Log: Subject: Re: [patch] context for 'U' magic functions
65254              From: Doug MacEachern <dougm@covalent.net>
65255              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
65256              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
65257              
65258              plus the suggestion by Nick Ing-Simmons to name the macro
65259              as PERL_MG_UFUNC to avoid namespace pollution, plus add
65260              the advice by Doug for XS writers to perl.h
65261      Branch: perl
65262            ! mg.c perl.h
65263 ____________________________________________________________________________
65264 [  8773] By: jhi                                   on 2001/02/11  20:14:12
65265         Log: Update Changes.
65266      Branch: perl
65267            ! Changes patchlevel.h
65268 ____________________________________________________________________________
65269 [  8772] By: jhi                                   on 2001/02/11  18:47:52
65270         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
65271              From: Simon Cozens <simon@cozens.net>
65272              Date: Wed, 31 Jan 2001 16:31:43 +0000
65273              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
65274      Branch: perl
65275            + pod/perlclib.pod
65276            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
65277            ! pod/perltoc.pod
65278 ____________________________________________________________________________
65279 [  8771] By: jhi                                   on 2001/02/11  18:36:48
65280         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
65281              
65282              Blocks-4d3.beta.txt
65283              CaseFolding-3d4.beta.txt
65284              CompositionExclusions-3d6.beta.txt
65285              EastAsianWidth-4d4.beta.txt
65286              LineBreak-6d3.beta.txt
65287              NamesList-3.1.0d1.beta.txt
65288              PropList-3.1.0d4.beta.txt
65289              SpecialCasing-4d1.beta.txt
65290              UnicodeData-3.1.0d6.beta.txt
65291      Branch: perl
65292            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
65293           +> lib/unicode/UCD.html lib/unicode/Unicode.html
65294            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65295            - lib/unicode/Unicode.301
65296            ! (edit 257 files)
65297 ____________________________________________________________________________
65298 [  8770] By: jhi                                   on 2001/02/11  17:26:22
65299         Log: UTF-8 documentation.
65300      Branch: perl
65301            ! utf8.h
65302 ____________________________________________________________________________
65303 [  8769] By: jhi                                   on 2001/02/11  17:12:49
65304         Log: Retract #8762.
65305      Branch: perl
65306            ! regexec.c
65307 ____________________________________________________________________________
65308 [  8768] By: jhi                                   on 2001/02/11  16:54:45
65309         Log: Subject: [PATCH] Test::Harness
65310              From: andreas.koenig@anima.de (Andreas J. Koenig)
65311              Date: 11 Feb 2001 14:37:00 +0100
65312              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
65313      Branch: perl
65314            ! lib/Test/Harness.pm
65315 ____________________________________________________________________________
65316 [  8767] By: jhi                                   on 2001/02/11  16:53:52
65317         Log: Subject: [PATCH] Document makepatch in Porting/patching
65318              From: andreas.koenig@anima.de (Andreas J. Koenig)
65319              Date: 11 Feb 2001 16:46:28 +0100
65320              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
65321      Branch: perl
65322            ! Porting/patching.pod
65323 ____________________________________________________________________________
65324 [  8766] By: jhi                                   on 2001/02/11  06:30:23
65325         Log: Subject: Re: [patch] GvSHARED
65326              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
65327              From: Doug MacEachern <dougm@covalent.net>
65328              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
65329              
65330              Subject: Re: [patch] GvSHARED
65331              From: Doug MacEachern <dougm@covalent.net>
65332              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
65333              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
65334              
65335              Subject: [patch] attributes.pm support for `shared'
65336              From: Doug MacEachern <dougm@covalent.net>
65337              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
65338              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
65339              
65340              our() attributes were ignored, our :shared pieces missing,
65341              allow attributes.pm to turn on shared.
65342      Branch: perl
65343            ! op.c t/op/attrs.t toke.c xsutils.c
65344 ____________________________________________________________________________
65345 [  8765] By: alanbur                               on 2001/02/10  23:11:19
65346         Log: Resync with parent (hopefully sucessfully this time)
65347      Branch: maint-5.6/pureperl
65348           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
65349           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
65350           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65351           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65352           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65353           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65354           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
65355 ____________________________________________________________________________
65356 [  8764] By: jhi                                   on 2001/02/10  22:54:38
65357         Log: Make TEST and UTEST more verbose in case something goes
65358              wrong in running/compiling a script, suggested by Doug
65359              MacEachern.
65360      Branch: perl
65361            ! t/TEST t/UTEST
65362 ____________________________________________________________________________
65363 [  8763] By: jhi                                   on 2001/02/10  22:11:34
65364         Log: Bogus shebang.
65365      Branch: perl
65366            ! t/lib/texttabs.t
65367 ____________________________________________________________________________
65368 [  8762] By: jhi                                   on 2001/02/10  21:56:02
65369         Log: (Retracted by #8769)
65370      Branch: perl
65371            ! regexec.c
65372 ____________________________________________________________________________
65373 [  8761] By: jhi                                   on 2001/02/10  21:26:15
65374         Log: Subject: Re: [patch] GvSHARED 
65375              From: Doug MacEachern <dougm@covalent.net>
65376              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
65377              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
65378              
65379              our @EXPORT : shared = (...);
65380      Branch: perl
65381            ! toke.c
65382 ____________________________________________________________________________
65383 [  8760] By: jhi                                   on 2001/02/10  21:25:07
65384         Log: Subject: [patch] GvSHARED
65385              From: Doug MacEachern <dougm@covalent.net>
65386              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
65387              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
65388      Branch: perl
65389            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
65390 ____________________________________________________________________________
65391 [  8759] By: alanbur                               on 2001/02/10  21:24:27
65392         Log: Backed out mismerge.
65393      Branch: maint-5.6/pureperl
65394            ! MANIFEST README.hpux README.vmesa gv.c installhtml
65395            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
65396            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65397            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65398            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65399            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65400            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
65401 ____________________________________________________________________________
65402 [  8758] By: jhi                                   on 2001/02/10  18:01:17
65403         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
65404              
65405              Fixed UMRs and leak in Perl_pmtrans()
65406              
65407              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65408              associated UTFied tr/// code.  Also fixed scoping leak of
65409              PL_reg_start_tmp.
65410              
65411              newATTRSUB leaks when an attempt to redefine the active sort sub is
65412              made.
65413      Branch: maint-5.6/perl
65414           !> op.c regcomp.c
65415 ____________________________________________________________________________
65416 [  8757] By: alanbur                               on 2001/02/10  17:56:46
65417         Log: Resynchronised with parent
65418      Branch: maint-5.6/pureperl
65419           +> README.bs2000
65420            - README.posix-bc
65421            ! gv.c perl.c sv.c
65422           !> MANIFEST README.hpux README.vmesa installhtml
65423           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
65424           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65425           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65426           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65427           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65428           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
65429 ____________________________________________________________________________
65430 [  8756] By: alanbur                               on 2001/02/10  17:51:15
65431         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
65432              made.
65433      Branch: maint-5.6/pureperl
65434            ! op.c
65435 ____________________________________________________________________________
65436 [  8755] By: jhi                                   on 2001/02/09  22:41:35
65437         Log: Upgrade to CPAN 1.59_54, from Andreas König.
65438      Branch: perl
65439            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65440 ____________________________________________________________________________
65441 [  8754] By: jhi                                   on 2001/02/09  22:29:20
65442         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
65443              
65444              Didn't upgrade the fill.t since it has a dependency to File::Slurp
65445              purely for debugging purposes, the actual test hasn't changed.
65446      Branch: perl
65447            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
65448            ! t/lib/textwrap.t
65449 ____________________________________________________________________________
65450 [  8753] By: jhi                                   on 2001/02/09  20:17:50
65451         Log: Integrate change #8682 from maintperl.
65452              
65453              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
65454              to work correctly.
65455      Branch: perl
65456           !> hints/irix_6.sh
65457 ____________________________________________________________________________
65458 [  8752] By: jhi                                   on 2001/02/09  20:00:46
65459         Log: Update Changes.
65460      Branch: perl
65461            ! Changes patchlevel.h
65462 ____________________________________________________________________________
65463 [  8751] By: nick                                  on 2001/02/09  19:48:37
65464         Log: Integrate mainline
65465      Branch: perlio
65466           +> README.bs2000 t/lib/cgi-esc.t
65467            - README.posix-bc
65468           !> (integrate 53 files)
65469 ____________________________________________________________________________
65470 [  8750] By: nick                                  on 2001/02/09  19:25:16
65471         Log: Subject: RE: Biannual Competition to Improve Hashing Function
65472              From: Fisher Mark <fisherm@tce.com>
65473              Date: Thu, 8 Feb 2001 10:44:00 -0500
65474              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
65475              Date: Thu, 8 Feb 2001 15:02:47 -0500
65476              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
65477      Branch: perl
65478            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
65479 ____________________________________________________________________________
65480 [  8749] By: jhi                                   on 2001/02/09  19:02:35
65481         Log: Forgotten fragment.
65482      Branch: perl
65483            ! pod/perlapi.pod
65484 ____________________________________________________________________________
65485 [  8748] By: jhi                                   on 2001/02/09  18:31:34
65486         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
65487              plus manual tweakage.
65488              
65489              Sync the perlfaq2 between mainline and maintperl.
65490      Branch: maint-5.6/perl
65491            ! pod/perlfaq2.pod
65492      Branch: perl
65493           !> pod/perlfaq2.pod
65494 ____________________________________________________________________________
65495 [  8747] By: jhi                                   on 2001/02/09  18:12:04
65496         Log: Subject: versiononly and installperl
65497              From: abigail@foad.org
65498              Date: Wed, 7 Feb 2001 22:43:12 +0100
65499              Message-ID: <20010207214312.7045.qmail@foad.org>    
65500              
65501              Add +v flag to force a normal install of the perl binary
65502              and the utilities.
65503              
65504              Subject: [PATCH] installperl
65505              From: Nicholas Clark <nick@ccl4.org>
65506              Date: Fri, 9 Feb 2001 16:28:57 +0000
65507              Message-ID: <20010209162857.B10931@plum.flirble.org>
65508              
65509              Add -A flag which also hardlinks the binary with
65510              the full architecture name.
65511      Branch: perl
65512            ! installperl
65513 ____________________________________________________________________________
65514 [  8746] By: jhi                                   on 2001/02/09  18:03:43
65515         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
65516              
65517              Subject: perlfaq2, re: perlmongers
65518              
65519              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
65520              
65521              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
65522              
65523              Subject: [ID 20010205.001] typo in perlfaq9
65524              
65525              Subject: [ID 20010208.002] unordered explanation in perlcall
65526      Branch: maint-5.6/perl
65527           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65528           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
65529           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
65530 ____________________________________________________________________________
65531 [  8745] By: jhi                                   on 2001/02/09  17:59:09
65532         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
65533              From: abela@geneanet.org
65534              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
65535              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
65536      Branch: perl
65537            ! pod/perlcall.pod
65538 ____________________________________________________________________________
65539 [  8744] By: jhi                                   on 2001/02/09  17:48:16
65540         Log: Subject: [ID 20010205.001] typo in perlfaq9
65541              From: eserte@vran.herceg.de
65542              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
65543              Message-Id: <200102042244.XAA21926@vran.herceg.de>
65544      Branch: perl
65545            ! pod/perlfaq9.pod
65546 ____________________________________________________________________________
65547 [  8743] By: jhi                                   on 2001/02/09  17:25:12
65548         Log: Integrate change #8695 from maintperl.
65549              
65550              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
65551      Branch: perl
65552           !> thread.h
65553 ____________________________________________________________________________
65554 [  8742] By: jhi                                   on 2001/02/09  17:21:22
65555         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
65556              From: Andy Dougherty <doughera@lafayette.edu>
65557              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
65558              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
65559      Branch: perl
65560            ! embed.pl
65561 ____________________________________________________________________________
65562 [  8741] By: jhi                                   on 2001/02/09  17:05:19
65563         Log: Integrate changes #8738,8739,8740 from maintperl.
65564              
65565              Html files will be installed in a more logical and easier to
65566              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
65567              
65568              Html files will be generated with a header to make them look
65569              a little less bare.
65570              
65571              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
65572      Branch: perl
65573           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
65574 ____________________________________________________________________________
65575 [  8740] By: jhi                                   on 2001/02/09  17:03:46
65576         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
65577              From: "Brendan O'Dea" <bod@compusol.com.au>
65578              Date: Sun, 4 Feb 2001 11:17:56 +1100
65579              Message-ID: <20010204111756.A16301@compusol.com.au>
65580      Branch: maint-5.6/perl
65581            ! pod/perlfaq3.pod
65582 ____________________________________________________________________________
65583 [  8739] By: jhi                                   on 2001/02/09  17:01:59
65584         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
65585              From: "Indy Singh" <indy@nusphere.com>
65586              Date: Fri, 2 Feb 2001 15:09:59 -0500
65587              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
65588              
65589              Html files will be generated with a header to make them look
65590              a little less bare.
65591      Branch: maint-5.6/perl
65592            ! installhtml
65593 ____________________________________________________________________________
65594 [  8738] By: jhi                                   on 2001/02/09  16:58:48
65595         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
65596              From: "Indy Singh" <indy@nusphere.com>
65597              Date: Fri, 2 Feb 2001 15:08:23 -0500
65598              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
65599              
65600              Html files will be installed in a more logical and easier to
65601              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
65602      Branch: maint-5.6/perl
65603            ! win32/Makefile win32/makefile.mk
65604 ____________________________________________________________________________
65605 [  8737] By: jhi                                   on 2001/02/09  16:46:54
65606         Log: Integrate changes #8687,8736 from maintperl.
65607              
65608              HP-UX thread patches from Merijn H. Brand.
65609              
65610              Latin nit from Philip Newton.
65611      Branch: perl
65612           !> README.hpux hints/hpux.sh
65613 ____________________________________________________________________________
65614 [  8736] By: jhi                                   on 2001/02/09  16:42:31
65615         Log: Latin nit from Philip Newton.
65616      Branch: maint-5.6/perl
65617            ! README.hpux
65618 ____________________________________________________________________________
65619 [  8735] By: jhi                                   on 2001/02/09  16:24:03
65620         Log: Integrate changes #8704,8710 from pureperl.
65621              
65622              Fixed UMRs and leak in Perl_pmtrans()
65623              
65624              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65625              associated UTFied tr/// code.  Also fixed scoping leak of
65626              PL_reg_start_tmp.
65627      Branch: perl
65628           !> op.c regcomp.c
65629 ____________________________________________________________________________
65630 [  8734] By: jhi                                   on 2001/02/09  15:40:21
65631         Log: Integrate change #8733 from maintperl.
65632              
65633              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
65634      Branch: perl
65635           !> pod/perlre.pod
65636 ____________________________________________________________________________
65637 [  8733] By: jhi                                   on 2001/02/09  15:35:47
65638         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
65639              From: Prymmer/Kahn <pvhp@best.com>
65640              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
65641              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
65642      Branch: maint-5.6/perl
65643            ! pod/perlre.pod
65644 ____________________________________________________________________________
65645 [  8732] By: jhi                                   on 2001/02/09  15:26:17
65646         Log: Rename README.posix-bc to README.bs2000 (to avoid the
65647              confusion of a "perlposix-bc.pod"), add a few missing
65648              arch pods, regen toc.
65649      Branch: maint-5.6/perl
65650           +> README.bs2000
65651            - README.posix-bc
65652            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
65653            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
65654 ____________________________________________________________________________
65655 [  8731] By: jhi                                   on 2001/02/09  15:23:39
65656         Log: De-cut-and-pasto.
65657      Branch: perl
65658            ! pod/perl.pod
65659 ____________________________________________________________________________
65660 [  8730] By: jhi                                   on 2001/02/09  15:11:13
65661         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
65662              when people think that perlposix-bc.pod tells anything about
65663              Perl and POSIX.  Regen toc.
65664      Branch: perl
65665           +> README.bs2000
65666            - README.posix-bc
65667            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
65668            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
65669 ____________________________________________________________________________
65670 [  8729] By: jhi                                   on 2001/02/09  14:52:28
65671         Log: The README.vmesa part of #8712 from maintperl.
65672      Branch: perl
65673            ! README.vmesa
65674 ____________________________________________________________________________
65675 [  8728] By: jhi                                   on 2001/02/09  14:46:06
65676         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
65677              From: Peter Prymmer <pvhp@forte.com>
65678              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
65679              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
65680      Branch: maint-5.6/perl
65681            ! README.vmesa win32/Makefile win32/makefile.mk
65682 ____________________________________________________________________________
65683 [  8727] By: jhi                                   on 2001/02/09  14:33:25
65684         Log: Integrate change #8712 from mainline.
65685              
65686              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
65687      Branch: maint-5.6/perl
65688           !> lib/Pod/Find.pm
65689 ____________________________________________________________________________
65690 [  8726] By: jhi                                   on 2001/02/09  14:30:28
65691         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
65692              From: Peter Prymmer <pvhp@forte.com>
65693              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
65694              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
65695      Branch: perl
65696            + t/lib/cgi-esc.t
65697            ! MANIFEST lib/CGI/Util.pm
65698 ____________________________________________________________________________
65699 [  8725] By: jhi                                   on 2001/02/09  04:56:47
65700         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
65701      Branch: maint-5.6/perl
65702            ! pod/perlport.pod
65703 ____________________________________________________________________________
65704 [  8724] By: jhi                                   on 2001/02/09  04:40:59
65705         Log: Integrate changes 7819,7820 from vmsperl into mainline.
65706              
65707              Add header for LIB$ prototypes (C. Berry)
65708              
65709              Convert fwrite()s to sockets to write()s, since some socket stacks
65710              don't take kindly to stdio.
65711              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
65712              (for often optional LNMs)
65713              Correct a few typos
65714              (C. Bailey)
65715      Branch: perl
65716           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
65717 ____________________________________________________________________________
65718 [  8723] By: jhi                                   on 2001/02/09  03:29:29
65719         Log: Integrate change #8722 from mainline.
65720              
65721              The Im() function wasn't returning zero for non-Math::Complex
65722              arguments.  The bug reported by John Gamble.
65723      Branch: maint-5.6/perl
65724           !> lib/Math/Complex.pm
65725 ____________________________________________________________________________
65726 [  8722] By: jhi                                   on 2001/02/09  03:28:33
65727         Log: The Im() function wasn't returning zero for non-Math::Complex
65728              arguments.  The bug reported by John Gamble.
65729      Branch: perl
65730            ! lib/Math/Complex.pm
65731 ____________________________________________________________________________
65732 [  8721] By: nick                                  on 2001/02/08  22:11:35
65733         Log: Correct the correction :-(
65734      Branch: perl
65735            ! perl.c
65736 ____________________________________________________________________________
65737 [  8720] By: bailey                                on 2001/02/08  20:59:22
65738         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
65739              don't take kindly to stdio.
65740              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
65741              (for often optional LNMs)
65742              Correct a few typos
65743              (C. Bailey)
65744      Branch: vmsperl
65745            ! vms/vms.c vms/vmsish.h
65746 ____________________________________________________________________________
65747 [  8719] By: bailey                                on 2001/02/08  20:51:02
65748         Log: Add header for LIB$ prototypes (C. Berry)
65749      Branch: vmsperl
65750            ! ext/Devel/DProf/DProf.xs
65751 ____________________________________________________________________________
65752 [  8718] By: bailey                                on 2001/02/08  20:49:00
65753         Log: SYN SYN
65754      Branch: vmsperl
65755           +> pod/perliol.pod t/lib/sample-tests/bailout
65756           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
65757           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
65758           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
65759           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
65760           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
65761           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
65762            - lib/unicode/Is/DCinital.pl
65763           !> (integrate 101 files)
65764 ____________________________________________________________________________
65765 [  8717] By: nick                                  on 2001/02/08  19:38:48
65766         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
65767              From: Robin Barker <rmb1@cise.npl.co.uk>
65768              Date: Thu, 8 Feb 2001 14:38:07 GMT
65769              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
65770      Branch: perl
65771            ! lib/CPAN.pm
65772 ____________________________________________________________________________
65773 [  8716] By: nick                                  on 2001/02/08  19:29:07
65774         Log: Generated files form 8713 etc.
65775      Branch: perl
65776            ! embed.h global.sym objXSUB.h perlapi.c proto.h
65777 ____________________________________________________________________________
65778 [  8715] By: nick                                  on 2001/02/08  19:26:08
65779         Log: Fixup non-ithread build after 8713
65780      Branch: perl
65781            ! perl.c
65782 ____________________________________________________________________________
65783 [  8714] By: nick                                  on 2001/02/08  19:17:45
65784         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
65785              From: nick@ccl4.org
65786              Date: Wed, 7 Feb 2001 00:27:47 +0000
65787              Message-Id: <20010207002747.B63724@plum.flirble.org>
65788      Branch: perl
65789            ! sv.c toke.c
65790 ____________________________________________________________________________
65791 [  8713] By: nick                                  on 2001/02/08  19:15:58
65792         Log: Subject: Re: [patch] Re: PL_ptr_table
65793              From: Doug Maceachern <dougm@covalent.net>
65794              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
65795              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
65796      Branch: perl
65797            ! embed.pl perl.c sv.c sv.h
65798 ____________________________________________________________________________
65799 [  8712] By: nick                                  on 2001/02/08  19:12:47
65800         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
65801              From: Peter Prymmer <pvhp@forte.com>
65802              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
65803              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
65804      Branch: perl
65805            ! lib/Pod/Find.pm
65806 ____________________________________________________________________________
65807 [  8711] By: nick                                  on 2001/02/07  21:06:11
65808         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
65809              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
65810              From: Alan Burlison <Alan.Burlison@uk.sun.com>
65811              Date: Tue, 06 Feb 2001 23:37:01 +0000
65812              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
65813      Branch: perl
65814            ! regcomp.c
65815 ____________________________________________________________________________
65816 [  8710] By: alanbur                               on 2001/02/07  00:22:04
65817         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65818              associated UTFied tr/// code.  Also fixed scoping leak of
65819              PL_reg_start_tmp.
65820      Branch: maint-5.6/pureperl
65821            ! op.c regcomp.c
65822 ____________________________________________________________________________
65823 [  8709] By: nick                                  on 2001/02/06  21:16:49
65824         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
65825              From: Michael G Schwern <schwern@pobox.com>
65826              Date: Sun, 4 Feb 2001 19:47:14 -0500
65827              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
65828      Branch: perl
65829            ! pod/perlapi.pod pod/perlmodlib.PL
65830 ____________________________________________________________________________
65831 [  8708] By: nick                                  on 2001/02/06  20:41:20
65832         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
65833              From: Michael G Schwern <schwern@pobox.com>
65834              Date: Sun, 4 Feb 2001 21:17:49 -0500
65835              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
65836      Branch: perl
65837            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
65838            ! pod/perltootc.pod
65839 ____________________________________________________________________________
65840 [  8707] By: nick                                  on 2001/02/06  20:29:11
65841         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
65842              From: Michael G Schwern <schwern@pobox.com>
65843              Date: Tue, 6 Feb 2001 05:54:30 -0500
65844              Message-Id: <20010206055430.A951@blackrider.aocn.com>
65845      Branch: perl
65846            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
65847 ____________________________________________________________________________
65848 [  8706] By: nick                                  on 2001/02/06  20:21:40
65849         Log: Subject: RE: some win32 fixes
65850              Date: Tue, 6 Feb 2001 09:23:20 +0300
65851              From: Vadim Konovalov <vkonovalov@lucent.com>
65852              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
65853      Branch: perl
65854            ! toke.c win32/Makefile win32/config.bc win32/config.gc
65855            ! win32/config.vc win32/config_H.bc win32/makefile.mk
65856 ____________________________________________________________________________
65857 [  8705] By: alanbur                               on 2001/02/06  15:00:03
65858         Log: Synchronised with parent
65859      Branch: maint-5.6/pureperl
65860            ! regexec.c
65861           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
65862           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
65863 ____________________________________________________________________________
65864 [  8704] By: alanbur                               on 2001/02/06  14:55:24
65865         Log: Fixed UMRs and leak in Perl_pmtrans()
65866      Branch: maint-5.6/pureperl
65867            ! op.c
65868 ____________________________________________________________________________
65869 [  8703] By: gsar                                  on 2001/02/06  02:29:37
65870         Log: $(MAKE) distclean doesn't clean up properly on windows
65871      Branch: maint-5.6/perl
65872            ! win32/Makefile win32/makefile.mk
65873 ____________________________________________________________________________
65874 [  8702] By: gsar                                  on 2001/02/06  01:00:46
65875         Log: tweak change#8659 to keep it simple
65876      Branch: maint-5.6/perl
65877            ! utils/perldoc.PL
65878 ____________________________________________________________________________
65879 [  8701] By: gsar                                  on 2001/02/05  22:45:41
65880         Log: change#8693 was missing testsuite changes
65881      Branch: maint-5.6/perl
65882           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
65883 ____________________________________________________________________________
65884 [  8700] By: nick                                  on 2001/02/05  20:32:52
65885         Log: Integrate mainline
65886      Branch: perlio
65887           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
65888           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
65889           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
65890           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
65891           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
65892           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
65893           +> t/lib/test-harness.t
65894           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
65895           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
65896           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
65897           !> pod/perlutil.pod t/TEST utils/h2xs.PL
65898 ____________________________________________________________________________
65899 [  8699] By: nick                                  on 2001/02/05  19:41:07
65900         Log: Subject: perlfaq2, re: perlmongers
65901              From: David H. Adler <dha@panix.com>
65902              Date: Sun, 4 Feb 2001 23:48:23 -0500
65903              Message-Id: <20010204234823.A13429@panix.com>
65904      Branch: perl
65905            ! pod/perlfaq2.pod
65906 ____________________________________________________________________________
65907 [  8698] By: nick                                  on 2001/02/05  19:39:31
65908         Log: Missed file f#rom the testharness mess.
65909      Branch: perl
65910            + t/lib/test-harness.t
65911 ____________________________________________________________________________
65912 [  8697] By: nick                                  on 2001/02/05  19:37:21
65913         Log: Subject: [DOC PATCH] overload.pm nits
65914              From: John Tobey <jtobey@john-edwin-tobey.org>
65915              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
65916              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
65917      Branch: perl
65918            ! lib/overload.pm
65919 ____________________________________________________________________________
65920 [  8696] By: alanbur                               on 2001/02/05  11:56:00
65921         Log: Sync with parent
65922      Branch: maint-5.6/pureperl
65923           !> thread.h
65924 ____________________________________________________________________________
65925 [  8695] By: gsar                                  on 2001/02/05  03:27:34
65926         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
65927      Branch: maint-5.6/perl
65928            ! thread.h
65929 ____________________________________________________________________________
65930 [  8694] By: alanbur                               on 2001/02/05  00:07:47
65931         Log: Initial branch creation from //depot/maint-5.6/perl
65932      Branch: maint-5.6/pureperl
65933           +> (branch 1719 files)
65934 ____________________________________________________________________________
65935 [  8693] By: gsar                                  on 2001/02/04  22:38:49
65936         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
65937              changes)
65938      Branch: maint-5.6/perl
65939           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
65940           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
65941           !> ext/DB_File/version.c
65942 ____________________________________________________________________________
65943 [  8692] By: nick                                  on 2001/02/04  18:15:57
65944         Log: The missed t/TEST part of the grand testharness upgrade.
65945      Branch: perl
65946            ! t/TEST
65947 ____________________________________________________________________________
65948 [  8691] By: nick                                  on 2001/02/04  18:05:17
65949         Log: New improved test harness
65950              Subject: Re: [PATCH Test::Harness] Third time's a charm?
65951              From: Michael G Schwern <schwern@pobox.com>
65952              Date: Sun, 4 Feb 2001 08:01:20 -0500
65953              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
65954      Branch: perl
65955            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
65956            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
65957            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
65958            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
65959            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
65960            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
65961            ! MANIFEST lib/Test/Harness.pm
65962 ____________________________________________________________________________
65963 [  8690] By: nick                                  on 2001/02/04  17:57:51
65964         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
65965              From: Jonathan Stowe <gellyfish@gellyfish.com>
65966              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
65967              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
65968      Branch: perl
65969            ! utils/h2xs.PL
65970 ____________________________________________________________________________
65971 [  8689] By: nick                                  on 2001/02/04  17:55:24
65972         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
65973              From: Michael G Schwern <schwern@pobox.com>
65974              Date: Sat, 3 Feb 2001 22:46:38 -0500
65975              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
65976      Branch: perl
65977            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
65978            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
65979 ____________________________________________________________________________
65980 [  8688] By: nick                                  on 2001/02/04  17:43:55
65981         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
65982              length byfailing to spot lack of closing )
65983              From: nick@talking.bollo.cx
65984              Date: Sat, 03 Feb 2001 23:53:16 +0000
65985              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
65986      Branch: perl
65987            ! perlio.c pod/perldiag.pod
65988 ____________________________________________________________________________
65989 [  8687] By: jhi                                   on 2001/02/03  17:11:42
65990         Log: HP-UX thread patches from Merijn H. Brand.
65991      Branch: maint-5.6/perl
65992            ! README.hpux hints/hpux.sh
65993 ____________________________________________________________________________
65994 [  8686] By: jhi                                   on 2001/02/03  16:40:12
65995         Log: Metaconfig changes for #8685.
65996      Branch: metaconfig
65997            ! U/installdirs/instubperl.U
65998      Branch: metaconfig/U/perl
65999            ! Devel.U versiononly.U
66000 ____________________________________________________________________________
66001 [  8685] By: jhi                                   on 2001/02/03  16:39:49
66002         Log: For -Dusedevel builds turn off installusrbinperl and turn on
66003              versiononly, a combined idea of Richard Soderberg and Merijn
66004              H. Brand.  You can still override both of these from the command
66005              line if you need to, -Dinstallusrbinperl and -Uversiononly.
66006      Branch: perl
66007            ! Configure
66008 ____________________________________________________________________________
66009 [  8684] By: jhi                                   on 2001/02/03  16:16:34
66010         Log: Metaconfig unit fix for #8683.
66011      Branch: metaconfig
66012            ! U/compline/nblock_io.U
66013 ____________________________________________________________________________
66014 [  8683] By: jhi                                   on 2001/02/03  16:16:12
66015         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
66016              reported by Peter Prymmer for 5.6-TRIAL1.
66017      Branch: perl
66018            ! Configure
66019 ____________________________________________________________________________
66020 [  8682] By: jhi                                   on 2001/02/03  05:52:11
66021         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
66022              to work correctly.
66023      Branch: maint-5.6/perl
66024            ! hints/irix_6.sh
66025 ____________________________________________________________________________
66026 [  8681] By: jhi                                   on 2001/02/03  05:47:33
66027         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
66028      Branch: maint-5.6/perl
66029            ! pod/perlport.pod
66030 ____________________________________________________________________________
66031 [  8680] By: jhi                                   on 2001/02/02  21:39:49
66032         Log: perlport update from Peter Prymmer.
66033      Branch: maint-5.6/perl
66034            ! pod/perlport.pod
66035 ____________________________________________________________________________
66036 [  8679] By: nick                                  on 2001/02/02  20:50:48
66037         Log: Integrate mainline
66038      Branch: perlio
66039           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66040           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
66041           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66042 ____________________________________________________________________________
66043 [  8678] By: gsar                                  on 2001/02/02  16:02:12
66044         Log: note about bincompat, slightly modified (from Lupe Christoph)
66045      Branch: maint-5.6/perl
66046            ! README.solaris
66047 ____________________________________________________________________________
66048 [  8677] By: jhi                                   on 2001/02/02  15:46:20
66049         Log: Supported platforms updates.
66050      Branch: maint-5.6/perl
66051            ! pod/perlport.pod
66052 ____________________________________________________________________________
66053 [  8676] By: jhi                                   on 2001/02/02  03:41:26
66054         Log: A couple more perlfaq2 tweaks.
66055      Branch: maint-5.6/perl
66056            ! pod/perlfaq2.pod
66057 ____________________________________________________________________________
66058 [  8675] By: jhi                                   on 2001/02/02  03:17:44
66059         Log: Misedit in #8661.
66060      Branch: maint-5.6/perl
66061            ! Configure
66062 ____________________________________________________________________________
66063 [  8674] By: jhi                                   on 2001/02/02  03:14:38
66064         Log: Damien again.
66065      Branch: maint-5.6/perl
66066            ! pod/perlfaq2.pod
66067 ____________________________________________________________________________
66068 [  8673] By: jhi                                   on 2001/02/02  03:12:40
66069         Log: perlfaq update from Elaine Ashton.
66070      Branch: maint-5.6/perl
66071            ! pod/perlfaq2.pod
66072 ____________________________________________________________________________
66073 [  8672] By: jhi                                   on 2001/02/02  03:07:08
66074         Log: UTF-8 s/// patch from Inaba Hiroto.
66075      Branch: maint-5.6/perl
66076            ! pp_ctl.c pp_hot.c
66077 ____________________________________________________________________________
66078 [  8671] By: jhi                                   on 2001/02/01  22:34:31
66079         Log: Update Changes.
66080      Branch: perl
66081            ! Changes patchlevel.h
66082 ____________________________________________________________________________
66083 [  8670] By: jhi                                   on 2001/02/01  22:15:29
66084         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
66085              from maintperl.
66086              
66087              Upgrade to Getopt::Long 2.25, from Johan Vromans.
66088              
66089              more files need to be writable in the source distribution
66090              
66091              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
66092              
66093              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
66094              
66095              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66096              
66097              Allow the float to be fuzzier.
66098              
66099              need to use INT2PTR instead of a straight cast or ia64 fails
66100              
66101              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
66102              
66103              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
66104      Branch: perl
66105           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66106           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
66107           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66108 ____________________________________________________________________________
66109 [  8669] By: jhi                                   on 2001/02/01  21:57:02
66110         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66111              From: Robin Barker <rmb1@cise.npl.co.uk>
66112              Date: Thu, 1 Feb 2001 16:59:05 GMT
66113              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
66114      Branch: maint-5.6/perl
66115            ! pod/perlmodlib.PL
66116 ____________________________________________________________________________
66117 [  8668] By: nick                                  on 2001/02/01  19:41:40
66118         Log: Integrate mainline
66119      Branch: perlio
66120           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
66121           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
66122           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
66123 ____________________________________________________________________________
66124 [  8667] By: gsar                                  on 2001/02/01  16:59:11
66125         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
66126      Branch: maint-5.6/perl
66127            ! embed.pl embedvar.h
66128 ____________________________________________________________________________
66129 [  8666] By: gsar                                  on 2001/02/01  16:34:51
66130         Log: add missing entries to win32/config.?c
66131      Branch: maint-5.6/perl
66132            ! win32/config.bc win32/config.gc win32/config.vc
66133            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
66134 ____________________________________________________________________________
66135 [  8665] By: jhi                                   on 2001/02/01  14:58:51
66136         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
66137              From: "Stephen P. Potter" <spp@spotter.yi.org>
66138              Date: Thu, 01 Feb 2001 10:45:46 -0500
66139              Message-Id: <200102011545.KAA31479@spotter.yi.org>
66140      Branch: maint-5.6/perl
66141            ! pod/perlfunc.pod
66142 ____________________________________________________________________________
66143 [  8664] By: gsar                                  on 2001/02/01  14:52:37
66144         Log: need to use INT2PTR instead of a straight cast or ia64 fails
66145              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
66146      Branch: maint-5.6/perl
66147            ! ext/POSIX/POSIX.xs
66148 ____________________________________________________________________________
66149 [  8663] By: jhi                                   on 2001/02/01  14:09:13
66150         Log: Allow the float to be fuzzier.
66151      Branch: maint-5.6/perl
66152            ! t/lib/peek.t
66153 ____________________________________________________________________________
66154 [  8662] By: jhi                                   on 2001/02/01  13:59:00
66155         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66156              From: Robin Barker <rmb1@cise.npl.co.uk>
66157              Date: Thu, 1 Feb 2001 13:05:39 GMT
66158              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
66159      Branch: maint-5.6/perl
66160            ! pod/perlmodlib.pod
66161 ____________________________________________________________________________
66162 [  8661] By: jhi                                   on 2001/02/01  13:57:38
66163         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
66164              Date: Thu, 01 Feb 2001 14:15:41 +0100
66165              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66166              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
66167              
66168              Have the $ccflags in the gcc version test (strange, this change
66169              is claimed to be have been integrated already)
66170      Branch: maint-5.6/perl
66171            ! Configure
66172 ____________________________________________________________________________
66173 [  8660] By: jhi                                   on 2001/02/01  13:44:10
66174         Log: Integrate changes #7950,7964,7962 from mainline.
66175              
66176              Find the stdchar signedness using cpp, should fix some of
66177              the Solaris compiler warnings reported by Alan Burlison.
66178      Branch: maint-5.6/perl
66179           !> Configure config_h.SH
66180 ____________________________________________________________________________
66181 [  8659] By: jhi                                   on 2001/02/01  05:35:32
66182         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
66183              From: Jan Dubois <JanD@ActiveState.com>
66184              Date: Wed, 31 Jan 2001 21:17:03 -0800
66185              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
66186      Branch: maint-5.6/perl
66187            ! utils/perldoc.PL
66188 ____________________________________________________________________________
66189 [  8658] By: jhi                                   on 2001/02/01  04:33:17
66190         Log: Integrate the README.os390 and README.posix-bc parts of mainline
66191              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
66192              installperl parts were taken care of by #8657.)
66193      Branch: maint-5.6/perl
66194           !> README.os390 README.posix-bc
66195 ____________________________________________________________________________
66196 [  8657] By: jhi                                   on 2001/02/01  04:29:21
66197         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
66198              From: Peter Prymmer <pvhp@forte.com>
66199              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
66200              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
66201      Branch: maint-5.6/perl
66202            + ext/DynaLoader/dl_dllload.xs
66203            ! MANIFEST Makefile.SH hints/os390.sh installperl
66204 ____________________________________________________________________________
66205 [  8656] By: jhi                                   on 2001/02/01  04:25:45
66206         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
66207              From: Peter Prymmer <pvhp@forte.com>
66208              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
66209              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
66210      Branch: maint-5.6/perl
66211            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
66212 ____________________________________________________________________________
66213 [  8655] By: jhi                                   on 2001/02/01  04:14:47
66214         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
66215              From: troc@netrus.net
66216              Date: Wed, 31 Jan 2001 22:31:26 -0500
66217              Message-Id: <200102010331.WAA117.85@rocco.homenet>
66218      Branch: maint-5.6/perl
66219            ! os2/os2.c
66220 ____________________________________________________________________________
66221 [  8654] By: jhi                                   on 2001/02/01  04:12:52
66222         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
66223              as reported by Alan Burlison.
66224      Branch: maint-5.6/perl
66225            ! pp.h
66226 ____________________________________________________________________________
66227 [  8653] By: jhi                                   on 2001/02/01  04:05:12
66228         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
66229              From: dsugalski@northernlight.com
66230              Date: Wed, 31 Jan 2001 18:54:11 -0500
66231              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
66232      Branch: maint-5.6/perl
66233            ! configure.com
66234 ____________________________________________________________________________
66235 [  8652] By: jhi                                   on 2001/02/01  04:03:11
66236         Log: Misplaced #endif.
66237              
66238              Subject: [perl-5-6-1-trial2] patches for EPOC
66239              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66240              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66241              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66242      Branch: maint-5.6/perl
66243            ! epoc/epocish.c
66244 ____________________________________________________________________________
66245 [  8651] By: jhi                                   on 2001/02/01  04:00:25
66246         Log: Integrate changes #8647,8648,8650 from mainline.
66247              
66248              Macrofy a magic UTF-8 test.
66249              
66250              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
66251              
66252              Watch out for cross compiling for EPOC (usually done on linux).
66253      Branch: maint-5.6/perl
66254           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
66255 ____________________________________________________________________________
66256 [  8650] By: jhi                                   on 2001/02/01  03:56:20
66257         Log: Watch out for cross compiling for EPOC (usually done on linux)
66258              
66259              Subject: [perl-5-6-1-trial2] patches for EPOC
66260              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66261              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66262              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66263      Branch: perl
66264            ! ext/Errno/Errno_pm.PL
66265 ____________________________________________________________________________
66266 [  8649] By: gsar                                  on 2001/02/01  00:46:00
66267         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
66268      Branch: maint-5.6/perl
66269            ! sv.c
66270 ____________________________________________________________________________
66271 [  8648] By: jhi                                   on 2001/01/31  23:35:36
66272         Log: All the uses of PL_numeric_radix must be protected by
66273              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
66274              
66275              Subject: [perl-5-6-1-trial2] patches for EPOC
66276              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66277              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66278              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66279      Branch: perl
66280            ! sv.c
66281 ____________________________________________________________________________
66282 [  8647] By: jhi                                   on 2001/01/31  22:56:16
66283         Log: Macrofy a magic UTF-8 test.
66284      Branch: perl
66285            ! utf8.c utf8.h
66286 ____________________________________________________________________________
66287 [  8646] By: gsar                                  on 2001/01/31  15:55:12
66288         Log: update Changes
66289      Branch: maint-5.6/perl
66290            ! Changes
66291 ____________________________________________________________________________
66292 [  8645] By: gsar                                  on 2001/01/31  15:10:14
66293         Log: Configure tweak suggested by Peter Prymmer
66294      Branch: maint-5.6/perl
66295            ! Configure
66296 ____________________________________________________________________________
66297 [  8644] By: gsar                                  on 2001/01/31  15:06:32
66298         Log: more files need to be writable in the source distribution
66299      Branch: maint-5.6/perl
66300            ! Porting/makerel
66301 ____________________________________________________________________________
66302 [  8643] By: jhi                                   on 2001/01/31  14:59:46
66303         Log: Integrate changes #8258,8278,8279 from mainline.
66304              
66305              Make the large file tests more robust/talkative.
66306      Branch: maint-5.6/perl
66307           !> t/lib/syslfs.t t/op/lfs.t
66308 ____________________________________________________________________________
66309 [  8642] By: gsar                                  on 2001/01/31  14:53:48
66310         Log: integrate changes#8311,8334 from mainline
66311              
66312              Add a new MakeMaker variable PM_FILTER that defines a Unix
66313              filter to be run on each .pm during the pm_to_blib() phase,
66314              a fixed version of
66315              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
66316              
66317              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
66318              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
66319              accurate reading of the "atime".  
66320      Branch: maint-5.6/perl
66321           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
66322           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
66323           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
66324 ____________________________________________________________________________
66325 [  8641] By: jhi                                   on 2001/01/31  14:46:37
66326         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
66327      Branch: maint-5.6/perl
66328            ! lib/Getopt/Long.pm
66329 ____________________________________________________________________________
66330 [  8640] By: gsar                                  on 2001/01/31  14:40:24
66331         Log: make regen_all
66332      Branch: maint-5.6/perl
66333            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
66334 ____________________________________________________________________________
66335 [  8639] By: gsar                                  on 2001/01/31  14:37:25
66336         Log: refresh windows config files
66337      Branch: maint-5.6/perl
66338            ! win32/Makefile win32/config_H.bc win32/config_H.gc
66339            ! win32/config_H.vc win32/makefile.mk
66340 ____________________________________________________________________________
66341 [  8638] By: gsar                                  on 2001/01/31  14:28:10
66342         Log: makefile tweaks for windows: introduce a bulk-switch to enable
66343              same options as ActivePerl; sync changes with makefile.mk
66344      Branch: maint-5.6/perl
66345            ! win32/Makefile win32/makefile.mk
66346 ____________________________________________________________________________
66347 [  8637] By: jhi                                   on 2001/01/31  04:41:30
66348         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
66349              From: Nicholas Clark <nick@ccl4.org>
66350              Date: Tue, 30 Jan 2001 19:51:05 +0000
66351              Message-ID: <20010130195105.R76607@plum.flirble.org> 
66352              
66353              op/inc cure.
66354      Branch: perl
66355            ! pp.c pp.h pp_hot.c t/op/arith.t
66356 ____________________________________________________________________________
66357 [  8636] By: jhi                                   on 2001/01/31  02:38:32
66358         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
66359              no perlio],8257,8380,8479,8515 from mainline.
66360              
66361              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
66362              
66363              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
66364              Subject: [PATCH perl@8133] fix-up for VMS extensions
66365              
66366              In VMS embedded perls couldn't access the statically built Socket.
66367              
66368              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
66369              
66370              Further VMS piping fixes from Charles Lane.
66371              
66372              Subject:  [PATCH] make t/op/misc.t work on VMS
66373              
66374              Add tracing for debugging extensions builds in VMS.
66375              
66376              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
66377      Branch: maint-5.6/perl
66378           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
66379           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
66380           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
66381 ____________________________________________________________________________
66382 [  8635] By: jhi                                   on 2001/01/31  01:46:41
66383         Log: Integrate change #7732 from mainline.
66384              
66385              Sparc 64-bit pack() fix from Jens Hamisch.
66386      Branch: maint-5.6/perl
66387           !> pp.c
66388 ____________________________________________________________________________
66389 [  8634] By: jhi                                   on 2001/01/31  01:41:16
66390         Log: One spot missing from #8626.
66391      Branch: maint-5.6/perl
66392            ! sv.c
66393 ____________________________________________________________________________
66394 [  8633] By: jhi                                   on 2001/01/31  00:49:17
66395         Log: Integrate change #7495 from mainline.
66396              
66397              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
66398      Branch: maint-5.6/perl
66399           !> MANIFEST ext/re/Makefile.PL
66400 ____________________________________________________________________________
66401 [  8632] By: jhi                                   on 2001/01/30  23:38:49
66402         Log: Integrate change #8396 from mainline.
66403              
66404              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
66405              better multicast support (resend)
66406      Branch: maint-5.6/perl
66407           !> ext/Socket/Socket.pm
66408 ____________________________________________________________________________
66409 [  8631] By: jhi                                   on 2001/01/30  23:28:03
66410         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
66411              
66412              More AIX lore. (7514, ext/re/hints/aix.pl)
66413              
66414              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
66415              
66416              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)
66417              
66418              Subject: [ID 20001214.002] Net::Ping patch
66419              
66420              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
66421              
66422              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
66423              
66424              Add ReuseAddr as a (preferred) alias for Reuse as we now
66425              also have ReusePort.
66426              
66427              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
66428      Branch: maint-5.6/perl
66429           +> ext/re/hints/aix.pl
66430           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
66431           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
66432 ____________________________________________________________________________
66433 [  8630] By: jhi                                   on 2001/01/30  23:03:59
66434         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
66435              
66436              read() documentation tweak for 20001121.004.
66437              
66438              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
66439      Branch: maint-5.6/perl
66440           !> pod/perlfunc.pod pod/perlre.pod
66441 ____________________________________________________________________________
66442 [  8629] By: jhi                                   on 2001/01/30  22:41:57
66443         Log: Integrate change #8098 from mainline.
66444              
66445              fastgetcwd is defined using a glob alias on a $^O dependent basis
66446              and there was no default assignment or perl subroutine.
66447      Branch: maint-5.6/perl
66448           !> lib/Cwd.pm
66449 ____________________________________________________________________________
66450 [  8628] By: jhi                                   on 2001/01/30  21:58:52
66451         Log: Integrate change #7866 from mainline.
66452              
66453              File::Temp 0.11.
66454      Branch: maint-5.6/perl
66455           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
66456 ____________________________________________________________________________
66457 [  8627] By: jhi                                   on 2001/01/30  21:39:44
66458         Log: Integrate changes #8075,8086,8228 from mainline.  
66459              
66460              Darwin is not Windows. (8075,8086)
66461              
66462              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
66463      Branch: maint-5.6/perl
66464           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
66465           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
66466           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
66467           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
66468 ____________________________________________________________________________
66469 [  8626] By: jhi                                   on 2001/01/30  21:22:11
66470         Log: Integrate with tweakery the change #8625 from mainline,
66471              the multibyte decimal separator fix ("fa_IR locale failure").
66472      Branch: maint-5.6/perl
66473            ! embedvar.h perlapi.h
66474           !> intrpvar.h perl.c perl.h sv.c util.c
66475 ____________________________________________________________________________
66476 [  8625] By: jhi                                   on 2001/01/30  20:26:33
66477         Log: Fix for the fa_IR locale failure.  The reason for the failure
66478              was that Perl was assuming the decimal separator aka the radix
66479              separator is one character.  The Farsi-Iranian locale crushed
66480              that bad assumption since there the separator is 'Momayyez',
66481              glyphwise looking somewhat like a slash, and in Unicode UTF-8
66482              encoded in two bytes, 0xd9 0xab.
66483      Branch: perl
66484            ! intrpvar.h perl.c perl.h sv.c util.c
66485 ____________________________________________________________________________
66486 [  8624] By: gsar                                  on 2001/01/30  20:17:03
66487         Log: regen_headers
66488      Branch: maint-5.6/perl
66489            ! Makefile.SH pod/perlintern.pod
66490 ____________________________________________________________________________
66491 [  8623] By: gsar                                  on 2001/01/30  19:42:34
66492         Log: backout change#7431 and its dependents (causes spurious rebuilds
66493              of autogenerated files)
66494              
66495              fix benign b.t failure
66496      Branch: maint-5.6/perl
66497            ! Makefile.SH t/lib/b.t
66498 ____________________________________________________________________________
66499 [  8622] By: jhi                                   on 2001/01/30  19:41:41
66500         Log: Microperl sync.
66501      Branch: perl
66502            ! mg.c perl.h
66503 ____________________________________________________________________________
66504 [  8621] By: gsar                                  on 2001/01/30  19:24:47
66505         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
66506              from mainline
66507              
66508              Subject: podlators 1.06 released
66509              
66510              Subject: [PATCH @8436] Eliminate op_children
66511              
66512              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
66513              
66514              (Replaced by #8448)  More op_children traces (cleanup of #8442).
66515              
66516              Subject: [PATCH #3 @8436] Re: Eliminate op_children
66517              Replace #8444 and #8445.
66518              
66519              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
66520              at the setting of the ofs_sv in new_struct_thread() as the
66521              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
66522              uninitialized fields are, uh, initialized with),
66523              SvREFCNT_inc()ing that invited a core dump.
66524              
66525              podlators 1.07, from Russ Allbery.
66526              
66527              Subject: [PATCH] regcomp.c old feature removal
66528              From: mjd@plover.com
66529              Date: 16 Jan 2001 14:43:18 -0000 
66530              Message-ID: <20010116144318.7140.qmail@plover.com> 
66531      Branch: maint-5.6/perl
66532           +> lib/Pod/Text/Overstrike.pm
66533           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
66534           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
66535           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
66536           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
66537           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
66538           !> util.c
66539 ____________________________________________________________________________
66540 [  8620] By: gsar                                  on 2001/01/30  18:48:32
66541         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
66542              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
66543              now fails one test)
66544              
66545              Subject: [PATCH] lvalue AUTOLOAD. No, really.
66546              
66547              Subject: [PATCH] Interesting syntax idea
66548              Make opens + bareword assigns do typeglob assigns.
66549              
66550              Tests for #8254.
66551              
66552              Subject: [PATCH @8269] Continue blocks and B::Deparse
66553              Make the peephole optimizer to bypass more null ops and
66554              and rewrite the deparse handling of continue blocks.
66555              
66556              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
66557              Doc tweak on #8313.
66558              
66559              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
66560              
66561              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
66562              
66563              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
66564              
66565              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
66566              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
66567              according to the platform.
66568              
66569              Subject: [PATCH @8404] Consolidated lvalue sub changes
66570              
66571              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
66572              
66573              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
66574              
66575              Subject: B::Concise -- an improved replacement for B::Terse 
66576              
66577              The B::Terse drop-in replacement wasn't quite drop-in.
66578              
66579              The LVRET macro needed an aTHX.
66580              
66581              Use the /^Perl_/-less form of is_lvalue_sub().
66582              
66583              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
66584      Branch: maint-5.6/perl
66585           +> ext/B/B/Concise.pm
66586           !> (integrate 27 files)
66587 ____________________________________________________________________________
66588 [  8619] By: nick                                  on 2001/01/30  18:40:28
66589         Log: Integrate mainline
66590      Branch: perlio
66591           !> (integrate 40 files)
66592 ____________________________________________________________________________
66593 [  8618] By: jhi                                   on 2001/01/30  18:37:18
66594         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
66595              Date: Mon, 29 Jan 2001 22:51:29 -0600
66596              From: "Craig A. Berry" <craigberry@mac.com>
66597              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
66598      Branch: perl
66599            ! vms/test.com
66600 ____________________________________________________________________________
66601 [  8617] By: jhi                                   on 2001/01/30  18:34:53
66602         Log: Subject: [PATCH] Add missing CV flags to dump.c
66603              From: Tim Jenness <t.jenness@jach.hawaii.edu>
66604              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
66605              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
66606      Branch: perl
66607            ! dump.c
66608 ____________________________________________________________________________
66609 [  8616] By: jhi                                   on 2001/01/30  18:20:58
66610         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
66611              part isn't applicable to maintperl.
66612              
66613              UTF-8 nit from Inaba Hiroto.
66614      Branch: maint-5.6/perl
66615           !> pod/perlapi.pod utf8.c
66616 ____________________________________________________________________________
66617 [  8615] By: jhi                                   on 2001/01/30  18:18:51
66618         Log: UTF-8 nit from Inaba Hiroto.
66619      Branch: perl
66620            ! pod/perlapi.pod t/op/each.t utf8.c
66621 ____________________________________________________________________________
66622 [  8614] By: jhi                                   on 2001/01/30  18:13:38
66623         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
66624              
66625              perl's internal variables are not for public consumption,
66626              move their docs from perlapi.pod to perlintern.pod
66627              
66628              support for -Dusethreads build under HP-UX 10.20 and DCE threads
66629              library (11.0 and later have pthreads but 10.x don't)
66630              
66631              avoid uninitialized value warnings
66632              
66633              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
66634              gets weird results)
66635              
66636              perldoc nit on windows
66637              
66638              make it possible to run the tests outside the source tree
66639              (there's still a dependency on ../lib being the library
66640              location)
66641      Branch: perl
66642           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
66643           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
66644           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
66645           !> win32/bin/search.pl win32/vdir.h
66646 ____________________________________________________________________________
66647 [  8613] By: gsar                                  on 2001/01/30  16:39:59
66648         Log: make it possible to run the tests outside the source tree
66649              (there's still a dependency on ../lib being the library
66650              location)
66651      Branch: maint-5.6/perl
66652            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
66653 ____________________________________________________________________________
66654 [  8612] By: gsar                                  on 2001/01/30  16:31:12
66655         Log: perldoc nit on windows
66656      Branch: maint-5.6/perl
66657            ! utils/perldoc.PL
66658 ____________________________________________________________________________
66659 [  8611] By: gsar                                  on 2001/01/30  16:22:54
66660         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
66661              gets weird results)
66662      Branch: maint-5.6/perl
66663            ! win32/vdir.h
66664 ____________________________________________________________________________
66665 [  8610] By: gsar                                  on 2001/01/30  16:12:45
66666         Log: avoid uninitialized value warnings
66667      Branch: maint-5.6/perl
66668            ! win32/bin/search.pl
66669 ____________________________________________________________________________
66670 [  8609] By: gsar                                  on 2001/01/30  16:08:01
66671         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
66672              library (11.0 and later have pthreads but 10.x don't)
66673      Branch: maint-5.6/perl
66674            ! hints/hpux.sh thread.h
66675 ____________________________________________________________________________
66676 [  8608] By: gsar                                  on 2001/01/30  15:48:55
66677         Log: perl's internal variables are not for public consumption,
66678              move their docs from perlapi.pod to perlintern.pod
66679      Branch: maint-5.6/perl
66680            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
66681            ! thrdvar.h
66682 ____________________________________________________________________________
66683 [  8607] By: gsar                                  on 2001/01/30  15:44:27
66684         Log: mistakenly branched perl56delta.pod, revert
66685      Branch: maint-5.6/perl
66686            - pod/perl56delta.pod
66687           !> pod/perldelta.pod
66688 ____________________________________________________________________________
66689 [  8606] By: gsar                                  on 2001/01/30  14:20:24
66690         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
66691              dTHR which has been a noop for a while now, except for the
66692              compatibility definition in thread.h)
66693      Branch: maint-5.6/perl
66694           !> (integrate 45 files)
66695 ____________________________________________________________________________
66696 [  8605] By: jhi                                   on 2001/01/30  05:43:58
66697         Log: Mark the UTF-8 APIs as experimental.
66698      Branch: maint-5.6/perl
66699            ! embed.pl pod/perlapi.pod
66700 ____________________________________________________________________________
66701 [  8604] By: jhi                                   on 2001/01/30  05:38:40
66702         Log: Nits from earlier integrates.
66703      Branch: maint-5.6/perl
66704            ! lib/Carp/Heavy.pm
66705           !> sv.c
66706 ____________________________________________________________________________
66707 [  8603] By: jhi                                   on 2001/01/30  05:27:26
66708         Log: Regenerate Porting files.
66709      Branch: maint-5.6/perl
66710            ! Porting/Glossary Porting/config.sh Porting/config_H
66711 ____________________________________________________________________________
66712 [  8602] By: jhi                                   on 2001/01/30  05:14:59
66713         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
66714              8310,8339,8447,8492,8493,8505,8525: documentation changes.
66715              
66716              Subject: Re: perlfaq style changes
66717              
66718              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
66719              
66720              Subject: [PATCH] docs on NaN
66721              
66722              Subject: [patch] perlfaq7
66723              
66724              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
66725              
66726              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
66727              
66728              Subject: [PATCH] open() example in perlfunc.pod
66729              
66730              Podify README.mpeix (a new version from the web)
66731              
66732              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
66733              
66734              Subject: [PATCH] format and rewording in perlfaq.pod
66735              
66736              Subject: [PATCH] API Variable documentation   
66737              
66738              Memory management calls documentation.
66739              
66740              Subject: [PATCH: perl@8482] README.vms URL updates
66741              
66742              Subject: Minor typos in perlfaq2.pod
66743              
66744              Subject: [PATCH] pod/perlvar.pod
66745      Branch: maint-5.6/perl
66746           +> pod/perl56delta.pod
66747            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
66748           !> README.amiga README.epoc README.mpeix README.vms
66749           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
66750           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
66751           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
66752           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
66753           !> pod/perlvar.pod thrdvar.h
66754 ____________________________________________________________________________
66755 [  8601] By: jhi                                   on 2001/01/30  04:38:35
66756         Log: Integrate changes #8036,8096,8253 from mainline:
66757              hints changes.
66758              
66759              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
66760              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
66761              
66762              Output the (apparent) version of gcc in Tru64.
66763      Branch: maint-5.6/perl
66764           +> ext/POSIX/hints/svr4.pl
66765           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
66766           !> hints/svr4.sh t/lib/bigfltpm.t
66767 ____________________________________________________________________________
66768 [  8600] By: jhi                                   on 2001/01/30  04:04:01
66769         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
66770              locale fixes.
66771              
66772              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
66773              
66774              Debian allows /usr/bin/locale to exist without any locales. (7868)
66775              
66776              Allow the locale test needing POSIX and the taint test
66777              needing IPC::SysV to run under 'minitest' (basically,
66778              bail out if loading the extension fails). (8384)
66779              
66780              Cleanup the locale.t output  (8480)
66781      Branch: maint-5.6/perl
66782           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
66783           !> t/pragma/locale.t
66784 ____________________________________________________________________________
66785 [  8599] By: jhi                                   on 2001/01/30  03:51:04
66786         Log: Missing generated files from #8598.
66787      Branch: maint-5.6/perl
66788            ! embed.h global.sym objXSUB.h perlapi.c proto.h
66789 ____________________________________________________________________________
66790 [  8598] By: jhi                                   on 2001/01/30  03:41:54
66791         Log: Integrate change #8555 from mainline, manually integrate parts
66792              of changes 8452 and 8583.
66793              
66794              Subject: [PATCH] utf8.c documentation (8452)
66795              
66796              No point in checking the length if the pointer is bogus. (8555)
66797              
66798              Introduce bytes_from_utf8() and implement sv_eq() using it,
66799              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
66800              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
66801              was malformed. (8583)
66802      Branch: maint-5.6/perl
66803            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
66804           !> pod/perlapi.pod sv.c utf8.c
66805 ____________________________________________________________________________
66806 [  8597] By: gsar                                  on 2001/01/30  02:37:26
66807         Log: get PERL_OBJECT build going again on windows
66808      Branch: maint-5.6/perl
66809            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
66810            ! pod/perlapi.pod proto.h sv.c
66811 ____________________________________________________________________________
66812 [  8596] By: jhi                                   on 2001/01/30  02:16:17
66813         Log: Signedness nit.
66814      Branch: perl
66815            ! sv.c
66816 ____________________________________________________________________________
66817 [  8595] By: jhi                                   on 2001/01/30  02:11:07
66818         Log: EBCDIC patch for Storable, from Peter Prymmer.
66819      Branch: perl
66820            ! t/lib/st-06compat.t
66821 ____________________________________________________________________________
66822 [  8594] By: jhi                                   on 2001/01/30  01:04:48
66823         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
66824              From: Peter Prymmer <pvhp@forte.com>
66825              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
66826              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
66827      Branch: perl
66828            ! t/lib/b.t
66829 ____________________________________________________________________________
66830 [  8593] By: jhi                                   on 2001/01/30  00:56:47
66831         Log: Subject: [PATCH: perl@8585] pod problems in io
66832              From: Peter Prymmer <pvhp@forte.com>
66833              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
66834              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
66835      Branch: perl
66836            ! pod/perlapio.pod pod/perliol.pod
66837 ____________________________________________________________________________
66838 [  8592] By: jhi                                   on 2001/01/30  00:48:20
66839         Log: Integrate perlio:
66840              
66841              [  8591]
66842              GNU 'merge' Simon's copy of perliol.pod with version
66843              patched by Craig's patch.
66844              
66845              [  8590]
66846              PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
66847      Branch: perl
66848           !> pod/perlapio.pod pod/perliol.pod
66849 ____________________________________________________________________________
66850 [  8591] By: nick                                  on 2001/01/29  22:02:28
66851         Log: GNU 'merge' Simon's copy of perliol.pod with version
66852              patched by Craig's patch.
66853      Branch: perlio
66854            ! pod/perliol.pod
66855 ____________________________________________________________________________
66856 [  8590] By: nick                                  on 2001/01/29  21:55:10
66857         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
66858      Branch: perlio
66859            ! pod/perlapio.pod pod/perliol.pod
66860 ____________________________________________________________________________
66861 [  8589] By: jhi                                   on 2001/01/29  15:35:33
66862         Log: Integrate change #8586 from maint-5.6/perl.
66863              
66864              make the BOM detection code not call tell() until it has to
66865              (meant to fix esoteric compatibility issues where PL_rsfp
66866              is overridden)
66867      Branch: perl
66868           !> toke.c
66869 ____________________________________________________________________________
66870 [  8588] By: jhi                                   on 2001/01/29  15:29:11
66871         Log: Subject: MAking Solaris malloc() the default
66872              From: Lupe Christoph <lupe@lupe-christoph.de>
66873              Date: Mon, 29 Jan 2001 12:59:36 +0100
66874              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
66875              
66876              The README.solaris part slightly tweaked.
66877      Branch: perl
66878            ! README.solaris hints/solaris_2.sh
66879 ____________________________________________________________________________
66880 [  8587] By: jhi                                   on 2001/01/29  15:17:34
66881         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
66882              From: root@ak-75.mind.de
66883              Date: Sun, 28 Jan 2001 20:32:29 +0100
66884              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
66885      Branch: perl
66886            ! pod/perlre.pod
66887 ____________________________________________________________________________
66888 [  8586] By: gsar                                  on 2001/01/29  13:43:44
66889         Log: make the BOM detection code not call tell() until it has to
66890              (meant to fix esoteric compatibility issues where PL_rsfp
66891              is overridden)
66892      Branch: maint-5.6/perl
66893            ! toke.c
66894 ____________________________________________________________________________
66895 [  8585] By: jhi                                   on 2001/01/28  20:05:45
66896         Log: Update Changes.
66897      Branch: perl
66898            ! Changes patchlevel.h
66899 ____________________________________________________________________________
66900 [  8584] By: jhi                                   on 2001/01/28  19:30:02
66901         Log: Integrate perlio:
66902              
66903              [  8582]
66904              Add pod/perliol.pod to MANIFEST :-(
66905              
66906              [  8581]
66907              PerlIO documentation. Proofing and sub-editing requested.
66908      Branch: perl
66909           +> pod/perliol.pod
66910           !> MANIFEST pod/perlapio.pod
66911 ____________________________________________________________________________
66912 [  8583] By: jhi                                   on 2001/01/28  19:28:40
66913         Log: Patch from Inaba Hiroto:
66914              - canonical UTF-8 hash keys: if a key string for a hash is
66915              UTF8-on, try downgrade the string and use it if
66916              unicode::distinct is not in effect.
66917              For the task, I added a function bytes_from_utf8() to utf8.c.
66918              It might resemble utf8_to_bytes() but it is not convenient
66919              to the task.
66920              Made a test for it and added to t/op/each.t
66921              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
66922              the mortal copy of the argument SV.
66923              And changed t/io/utf8.t test 18 which expects print() to
66924              upgrade its argument.
66925              - re-implement sv_eq with bytes_from_utf8()
66926              - some bug fixes
66927              - tr/// does not handle UTF8 range (\x{}-\x{})
66928              - \ before raw UTF8 character produced
66929              "Malformed UTF-8 character" warning.
66930              - "\x{100}\N{CENT SIGN}" is Malformed.
66931              Added tests for these 3.
66932              - and one silly bug (by me) with qu operator.
66933      Branch: perl
66934            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
66935            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
66936            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
66937 ____________________________________________________________________________
66938 [  8582] By: nick                                  on 2001/01/28  19:25:04
66939         Log: Add pod/perliol.pod to MANIFEST :-(
66940      Branch: perlio
66941            ! MANIFEST
66942 ____________________________________________________________________________
66943 [  8581] By: nick                                  on 2001/01/28  19:22:40
66944         Log: PerlIO documentation. Proofing and sub-editing requested.
66945      Branch: perlio
66946            + pod/perliol.pod
66947            ! pod/perlapio.pod
66948 ____________________________________________________________________________
66949 [  8580] By: jhi                                   on 2001/01/28  05:16:25
66950         Log: Revert the change to sv_2pv() done by #8054: Someone who
66951              did SvNV_set() on a scalar that also happened to be POK,
66952              followed by sv_2pv() won't get the right coercion anymore.
66953              [Sarathy]
66954      Branch: maint-5.6/perl
66955            ! sv.c
66956 ____________________________________________________________________________
66957 [  8579] By: jhi                                   on 2001/01/28  05:15:04
66958         Log: Remove the #8084 effect: do not allow -Q to be interpreted
66959              as -&Q(), this is too much wiggle room.
66960      Branch: maint-5.6/perl
66961            ! toke.c
66962 ____________________________________________________________________________
66963 [  8578] By: jhi                                   on 2001/01/28  05:12:45
66964         Log: Needed bits of #8439 (should have been in #8576),
66965              mainly for lval substr().
66966      Branch: maint-5.6/perl
66967            ! mg.c pp.c pp_hot.c
66968 ____________________________________________________________________________
66969 [  8577] By: jhi                                   on 2001/01/28  05:02:46
66970         Log: A missing check-in.
66971      Branch: maint-5.6/perl
66972            ! utf8.c
66973 ____________________________________________________________________________
66974 [  8576] By: jhi                                   on 2001/01/28  04:26:18
66975         Log: Integrate changes #8425,8436,8439,8517 from mainline.
66976              The 8439 was not truly integrated because it had too many
66977              dependencies on the development branch and because it introduced
66978              concepts too bold for a maintenance branch (such as the qu operator).
66979              
66980              Subject: [PATCH perl@8342] -Wformat
66981              
66982              Tighten some of the UTF-8 tests a bit.
66983              
66984              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
66985              - The substr lval was still not okay.
66986              - Now pp_stringify and sv_setsv copies source's UTF8 flag
66987              even if IN_BYTE.  pp_stringify is called from fold_constants
66988              at optimization phase and "\x{100}" was made SvUTF8_off under
66989              use bytes (the bytes pragma is for "byte semantics" and not
66990              for "do not produce UTF8 data")
66991      Branch: maint-5.6/perl
66992            ! t/lib/charnames.t t/op/substr.t toke.c
66993           !> sv.c t/pragma/utf8.t
66994 ____________________________________________________________________________
66995 [  8575] By: jhi                                   on 2001/01/28  04:01:51
66996         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
66997              
66998              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
66999              
67000              Subject: [ID 20001230.003] UTF-8 tr still hurts
67001              
67002              Test cases for #8385 (from Simon's "torture.pl")
67003              
67004              Start fixing UTF-8 lval substr() (8405)
67005      Branch: maint-5.6/perl
67006           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
67007           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
67008 ____________________________________________________________________________
67009 [  8574] By: jhi                                   on 2001/01/28  03:09:06
67010         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
67011              from mainline.
67012              
67013              UTF-8 cleanup.
67014              
67015              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
67016              
67017              "\x{FF}\xFF" was broken.
67018              
67019              Tests for #8329 and #8330.
67020              
67021              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
67022              
67023              IRIX compiler noticed that the bof initialization might be
67024              bypassed by control flow.
67025              
67026              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
67027      Branch: maint-5.6/perl
67028           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
67029           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
67030 ____________________________________________________________________________
67031 [  8573] By: jhi                                   on 2001/01/28  02:06:12
67032         Log: Retract #8552.
67033      Branch: perl
67034            ! lib/Text/Wrap.pm t/lib/textwrap.t
67035 ____________________________________________________________________________
67036 [  8572] By: jhi                                   on 2001/01/28  02:04:49
67037         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
67038              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
67039              not really integrated but instead salvaged by hand
67040              (they had too many dependencies on the development release
67041              to be cleanly integratable).
67042              
67043              Subject: more UTF8 test suites and an UTF8 patch
67044              
67045              Tweak for MULTIPLICITY/USE_PERLIO
67046              
67047              Signedness nit.
67048              
67049              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
67050              
67051              Use the UTF8_XXX macros in is_utf8_char().
67052              
67053              Rewrite pp_concat() in terms of sv_catsv().  The . operator
67054              should now be UTF-8-proof.
67055              
67056              Subject: [PATCH perl@8269] scanning two hex-constants
67057              fails on EBCDIC environment (script length.t)
67058              
67059              Add some Unicode chop() tests.
67060      Branch: maint-5.6/perl
67061            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
67062           !> sv.c t/op/chop.t utf8.h
67063 ____________________________________________________________________________
67064 [  8571] By: jhi                                   on 2001/01/28  00:35:59
67065         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
67066              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
67067              
67068              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
67069              
67070              The maxiters upper limit sanity check (guarding against
67071              non-progress) assumed bytes instead of characters in s///
67072              and split().
67073              
67074              Signedness nit.
67075              
67076              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
67077              join() should now be UTF-8-proof.
67078              
67079              More split // UTF-8 tests. (8250)
67080      Branch: maint-5.6/perl
67081           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
67082           !> util.c
67083 ____________________________________________________________________________
67084 [  8570] By: jhi                                   on 2001/01/27  22:15:46
67085         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
67086              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
67087              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
67088              8084,8204,8244,8333 from mainline.
67089              
67090              For -Q where Q might be a one-letter sub name one does no more
67091              get a warning about an unknown filetest (7941,7943,7944,8084).
67092              
67093              Subject: Re: [ID 20001130.011] expression parsing bug ?
67094              
67095              Make uv_to_utf8() to zero-terminate its output buffer.
67096              
67097              Split off t/op/length.t (7995)
67098              
67099              Split off t/op/utf8decode.t (7996)
67100              
67101              Remove an unnecessary 'use utf8' from the utf8.t (7998)
67102              
67103              Split off t/op/concat.t (8004)
67104              
67105              Split off t/op/ver.t (8005)
67106              
67107              Document utf8_length(), utf8_distance(), and utf8_hop().
67108              
67109              Document utf8_to_uv() better.
67110              
67111              Introduce macros for UTF8 decoding (8028,8033).
67112              
67113              Add test for reverse() (8030,8031).
67114              
67115              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
67116              
67117              Do not return the Unicode replacement character    on UTF-8
67118              decoding failure.
67119              
67120              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
67121              not this_utf8 i.e. the output string has one, but don't mess
67122              with source assumption. (8052,8053)
67123              
67124              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
67125              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
67126              was not expecting to be called with something that was already
67127              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
67128              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
67129              (8054)
67130              
67131              Recode the naughty binary bytes in utf8decode.t using the \xHH.
67132              
67133              Make some panic messages a bit more logical.
67134      Branch: maint-5.6/perl
67135           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
67136           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
67137           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
67138           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
67139           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
67140           !> utf8.c utf8.h
67141 ____________________________________________________________________________
67142 [  8569] By: jhi                                   on 2001/01/27  19:16:43
67143         Log: Integrate changes #7750 from perlio and #8566 from mainline.
67144      Branch: maint-5.6/perl
67145           !> regexec.c sv.c
67146 ____________________________________________________________________________
67147 [  8568] By: jhi                                   on 2001/01/27  18:06:51
67148         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
67149              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
67150              7935[-perlio.c],7936,7959,7965 from mainline.
67151              
67152              Change the "big byte" error message to "Wide character".
67153              (7355, the croak-if-wide-chars-in-print part ignored)
67154              
67155              Use UINT64_C().
67156              
67157              Introduce Perl_utf8_length().
67158              
67159              diff -se shows these as different (7753, forgotten check-ins)
67160              
67161              Subject: [PATCH] doop.c - UTF8 tr///
67162              
67163              If we use (aTHX_ ...) then put Perl_ on the front.
67164              
67165              Make utf8_length() and utf8_distance() to be less forgiving
67166              about bad UTF-8.
67167              
67168              Test line numbers are different with utf8.
67169              
67170              No need to scan till infinity, 13 is enough. (7872,7911)
67171              
67172              Subject: [PATCH] Tokeniser debugging
67173              
67174              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
67175              
67176              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
67177              
67178              Be more careful in Perl_sv_utf8_downgrade().
67179              
67180              Use DO_UTF8().
67181              
67182              Raw zero bytes in text files confuse at least GNU patch 2.1.
67183      Branch: maint-5.6/perl
67184           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
67185           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
67186           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
67187           !> t/pragma/utf8.t toke.c utf8.c utf8.h
67188 ____________________________________________________________________________
67189 [  8567] By: nick                                  on 2001/01/27  11:10:38
67190         Log: Integrate mainline
67191      Branch: perlio
67192           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
67193           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
67194           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
67195           !> toke.c
67196 ____________________________________________________________________________
67197 [  8566] By: jhi                                   on 2001/01/27  06:22:48
67198         Log: More documentation for the regexp context stack.
67199      Branch: perl
67200            ! regexec.c
67201 ____________________________________________________________________________
67202 [  8565] By: jhi                                   on 2001/01/27  05:21:57
67203         Log: Update Changes.
67204      Branch: perl
67205            ! Changes patchlevel.h
67206 ____________________________________________________________________________
67207 [  8564] By: jhi                                   on 2001/01/27  04:44:04
67208         Log: Threadedness patch for #8562 from Doug MacEachern.
67209      Branch: perl
67210            ! toke.c
67211 ____________________________________________________________________________
67212 [  8563] By: jhi                                   on 2001/01/27  04:26:24
67213         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
67214              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67215              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
67216              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
67217      Branch: perl
67218            ! op.c
67219 ____________________________________________________________________________
67220 [  8562] By: jhi                                   on 2001/01/27  04:20:30
67221         Log: Subject: Re: Announce : Tokener reporting patch
67222              From: Simon Cozens <simon@cozens.net>
67223              Date: Mon, 22 Jan 2001 02:17:22 +0000
67224              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
67225      Branch: perl
67226            ! embed.h embed.pl proto.h toke.c
67227 ____________________________________________________________________________
67228 [  8561] By: jhi                                   on 2001/01/27  04:17:24
67229         Log: Forgot from #8545.  Oops.
67230      Branch: perl
67231            ! pp.c t/pragma/overload.t
67232 ____________________________________________________________________________
67233 [  8560] By: jhi                                   on 2001/01/27  03:01:47
67234         Log: A better module compilation test, use MANIFEST as suggested
67235              by Spider.
67236      Branch: perl
67237            ! t/lib/1_compile.t
67238 ____________________________________________________________________________
67239 [  8559] By: jhi                                   on 2001/01/27  02:50:48
67240         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
67241              From: Peter Prymmer <pvhp@forte.com>
67242              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
67243              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
67244      Branch: perl
67245            ! t/lib/b.t
67246 ____________________________________________________________________________
67247 [  8558] By: jhi                                   on 2001/01/27  02:27:05
67248         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
67249              From: Peter Prymmer <pvhp@forte.com>
67250              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
67251              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
67252      Branch: perl
67253            ! t/pragma/sub_lval.t
67254 ____________________________________________________________________________
67255 [  8557] By: jhi                                   on 2001/01/27  02:26:03
67256         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
67257              From: Peter Prymmer <pvhp@forte.com>
67258              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
67259              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
67260      Branch: perl
67261            ! t/lib/st-06compat.t
67262 ____________________________________________________________________________
67263 [  8556] By: jhi                                   on 2001/01/27  02:24:33
67264         Log: Subject: [PATCH: perl@8531] minor update to README.os390
67265              From: Peter Prymmer <pvhp@forte.com>
67266              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
67267              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
67268      Branch: perl
67269            ! README.os390
67270 ____________________________________________________________________________
67271 [  8555] By: jhi                                   on 2001/01/27  00:35:47
67272         Log: No point in checking the length before we know whether the pointer
67273              is bogus or not, fixes Abigail's odbm failures in Linux.
67274      Branch: perl
67275            ! sv.c
67276 ____________________________________________________________________________
67277 [  8554] By: nick                                  on 2001/01/26  19:01:31
67278         Log: Integrate mainline
67279      Branch: perlio
67280           !> lib/Text/Wrap.pm t/lib/textwrap.t
67281 ____________________________________________________________________________
67282 [  8553] By: jhi                                   on 2001/01/26  15:19:39
67283         Log: Integrate change #7792 from perlio (multiplicity fix),
67284              fix the AV leak in regex DEBUGGING (tiny part of the
67285              polymorphic regexp patch #8143).
67286      Branch: maint-5.6/perl
67287            ! regcomp.c
67288           !> scope.h
67289 ____________________________________________________________________________
67290 [  8552] By: jhi                                   on 2001/01/26  15:03:23
67291         Log: (Retracted by #8573)
67292              
67293              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
67294              From: Michael G Schwern <schwern@pobox.com>
67295              Date: Fri, 26 Jan 2001 09:28:31 -0500
67296              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
67297      Branch: perl
67298            ! lib/Text/Wrap.pm t/lib/textwrap.t
67299 ____________________________________________________________________________
67300 [  8551] By: jhi                                   on 2001/01/26  02:33:19
67301         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
67302              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
67303              
67304              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
67305              
67306              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
67307              
67308              Message nit.
67309              
67310              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
67311              
67312              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
67313              
67314              (the cleanup of unused submatches in regtry() and regcppop())
67315              
67316              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
67317              stored and restored, and thusly was trounced by the utf8 swash
67318              routines.
67319              
67320              use utf8 not required to use \x{}.
67321              
67322              Removed two more tests that make no sense in UTF-8 since the test
67323              data is not in UTF-8.
67324              
67325              Get the three different space character classes right under utf8.
67326              
67327              Implement ANYOFUTF8 regprop() dumping.
67328              
67329              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
67330              
67331              Document the regex context pushing/popping a bit better.
67332      Branch: maint-5.6/perl
67333           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
67334           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
67335           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
67336           !> t/op/regmesg.t utf8.c
67337 ____________________________________________________________________________
67338 [  8550] By: nick                                  on 2001/01/25  19:42:30
67339         Log: Integrate mainline
67340      Branch: perlio
67341           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
67342           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
67343           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
67344           !> t/lib/bigint.t t/lib/bigintpm.t
67345 ____________________________________________________________________________
67346 [  8549] By: jhi                                   on 2001/01/25  15:22:28
67347         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
67348      Branch: maint-5.6/perl
67349            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
67350 ____________________________________________________________________________
67351 [  8548] By: jhi                                   on 2001/01/25  15:02:55
67352         Log: Integrate changes #7997,8063,8492,8547 from mainline.
67353              
67354              Subject: Re: STRLEN - what?
67355              
67356              Subject: [PATCH] perlguts.pod
67357              
67358              Memory management calls documentation.
67359              
67360              Layout using tabulator is not a good idea in a pod.
67361      Branch: maint-5.6/perl
67362           !> pod/perlguts.pod
67363 ____________________________________________________________________________
67364 [  8547] By: jhi                                   on 2001/01/25  14:49:05
67365         Log: Layout using tabulator is not a good idea in a pod.
67366      Branch: perl
67367            ! pod/perlguts.pod
67368 ____________________________________________________________________________
67369 [  8546] By: jhi                                   on 2001/01/25  14:31:12
67370         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
67371              from mainline.
67372              
67373              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
67374              
67375              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
67376              
67377              More Win32 editor/IDE/shell hints.
67378              
67379              More Win32 Perling.
67380              
67381              Yet another editor edit.
67382              
67383              Edit edit edit.
67384              
67385              IDE/editor section tweaking.
67386              
67387              Few more IDE/editor nits from p5p.
67388      Branch: maint-5.6/perl
67389           !> pod/perlfaq3.pod
67390 ____________________________________________________________________________
67391 [  8545] By: jhi                                   on 2001/01/25  04:16:32
67392         Log: Subject: [PATCH 5.7.0] overload int()
67393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67394              Date: Wed, 24 Jan 2001 19:06:57 -0500
67395              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
67396      Branch: perl
67397            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
67398            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
67399            ! t/lib/bigintpm.t
67400 ____________________________________________________________________________
67401 [  8544] By: jhi                                   on 2001/01/25  04:15:11
67402         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
67403              From: Peter Prymmer <pvhp@forte.com>
67404              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
67405              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
67406      Branch: perl
67407            ! Makefile.SH README.os390 hints/os390.sh installperl
67408 ____________________________________________________________________________
67409 [  8543] By: jhi                                   on 2001/01/25  03:52:08
67410         Log: Integrate change #8462,8469 from mainline.
67411              
67412              In VMS Perl subversion (perl -V) is undef.
67413      Branch: maint-5.6/perl
67414           !> configure.com
67415 ____________________________________________________________________________
67416 [  8542] By: jhi                                   on 2001/01/25  03:44:55
67417         Log: Integrate changes #7835,7850,8315,8316 from mainline.
67418              
67419              Solaris hints.
67420      Branch: maint-5.6/perl
67421           !> hints/solaris_2.sh
67422 ____________________________________________________________________________
67423 [  8541] By: jhi                                   on 2001/01/25  03:39:28
67424         Log: Integrate #8336 from mainline.
67425      Branch: maint-5.6/perl
67426           !> hv.c
67427 ____________________________________________________________________________
67428 [  8540] By: jhi                                   on 2001/01/25  03:23:50
67429         Log: Retract #8539.
67430      Branch: maint-5.6/perl
67431            ! pod/perlfaq3.pod
67432 ____________________________________________________________________________
67433 [  8539] By: jhi                                   on 2001/01/25  03:21:55
67434         Log: (Retracted by #8540.)
67435      Branch: maint-5.6/perl
67436            ! pod/perlfaq3.pod
67437 ____________________________________________________________________________
67438 [  8538] By: jhi                                   on 2001/01/25  03:14:07
67439         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
67440              From: Peter Prymmer <pvhp@forte.com>
67441              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
67442              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
67443              
67444              The VMS bits.
67445      Branch: maint-5.6/perl
67446            ! configure.com vms/descrip_mms.template
67447 ____________________________________________________________________________
67448 [  8537] By: jhi                                   on 2001/01/25  03:06:09
67449         Log: Integrate #7710,7824,7973 from mainline.
67450      Branch: maint-5.6/perl
67451           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67452           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
67453           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
67454           !> vos/config.ga.def vos/config.ga.h win32/config.bc
67455           !> win32/config.gc win32/config.vc
67456 ____________________________________________________________________________
67457 [  8536] By: jhi                                   on 2001/01/24  13:50:20
67458         Log: Revert the edits made by me so far to the 5.6 branch since
67459              the TRIAL1 since I did edits when I should have been using
67460              integrates.  Bad programmer.   (Will integrate them properly later.)
67461              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
67462              The #8353 will not be reapplied at least for now since
67463              the UTF-8 hash keys need more thinking.
67464              (The patches #8347, #8354, #8454, #8473 were okay since they
67465              were original edits made specifically for the 5.6.1-TRIAL1.)
67466      Branch: maint-5.6/perl
67467            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67468            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
67469            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
67470            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
67471            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
67472            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67473            ! win32/config.bc win32/config.gc win32/config.vc
67474 ____________________________________________________________________________
67475 [  8535] By: bailey                                on 2001/01/24  06:37:02
67476         Log: SYN SYN
67477      Branch: vmsperl
67478           +> (branch 26 files)
67479           !> (integrate 130 files)
67480 ____________________________________________________________________________
67481 [  8534] By: nick                                  on 2001/01/23  19:30:57
67482         Log: Integrate mainline.
67483      Branch: perlio
67484           !> Changes Configure Porting/Glossary Porting/config.sh
67485           !> Porting/config_H embed.h embed.pl ext/Encode/compile
67486           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
67487           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
67488           !> pod/perlvar.pod proto.h t/lib/1_compile.t
67489 ____________________________________________________________________________
67490 [  8533] By: jhi                                   on 2001/01/23  16:15:46
67491         Log: Forgotten from #8501.
67492      Branch: perl
67493            ! Porting/Glossary Porting/config.sh Porting/config_H
67494 ____________________________________________________________________________
67495 [  8532] By: jhi                                   on 2001/01/23  16:13:27
67496         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
67497              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67498              Date: Mon, 22 Jan 2001 17:51:58 +0100
67499              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
67500      Branch: perl
67501            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
67502 ____________________________________________________________________________
67503 [  8531] By: jhi                                   on 2001/01/23  15:46:01
67504         Log: Update Changes.
67505      Branch: perl
67506            ! Changes patchlevel.h
67507 ____________________________________________________________________________
67508 [  8530] By: jhi                                   on 2001/01/23  15:38:39
67509         Log: De-cut-and-pasto.
67510      Branch: perl
67511            ! t/lib/1_compile.t
67512 ____________________________________________________________________________
67513 [  8529] By: jhi                                   on 2001/01/23  15:11:04
67514         Log: Document the mkdir trailing slashes case.
67515      Branch: perl
67516            ! pod/perlfunc.pod
67517 ____________________________________________________________________________
67518 [  8528] By: jhi                                   on 2001/01/23  15:08:28
67519         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
67520              get installed:
67521              
67522              Subject: lib/lib.pm
67523              From: <abigail@foad.org>
67524              Date: Mon, 28 Aug 2000 20:35:08 -0400
67525              Message-ID: <20000829003508.21281.qmail@foad.org>
67526      Branch: perl
67527            ! installperl
67528 ____________________________________________________________________________
67529 [  8527] By: jhi                                   on 2001/01/23  14:44:04
67530         Log: Metaconfig unit change for #8526.
67531      Branch: metaconfig
67532            ! U/threads/archname.U
67533 ____________________________________________________________________________
67534 [  8526] By: jhi                                   on 2001/01/23  14:43:19
67535         Log: Attach -perlio to the archname if so selected.
67536      Branch: perl
67537            ! Configure
67538 ____________________________________________________________________________
67539 [  8525] By: jhi                                   on 2001/01/23  14:24:01
67540         Log: Subject: [PATCH] pod/perlvar.pod
67541              From: abigail@foad.org
67542              Date: Tue, 23 Jan 2001 01:41:10 +0100
67543              Message-ID: <20010123004110.22259.qmail@foad.org>
67544      Branch: perl
67545            ! pod/perlvar.pod
67546 ____________________________________________________________________________
67547 [  8524] By: jhi                                   on 2001/01/23  14:22:32
67548         Log: A bug introduced in #8217 (the undefined variable in the
67549              lib/safe1_t #3) fixed, by Charles Lane:
67550              
67551              The earlier patch made it so that stuff running in Safe
67552              compartments could do a "caller" and see "main".  That
67553              little change in name is done right before the code in
67554              the compartment is run, and apparantly the parser
67555              was picking up the stash name before it got changed.
67556              
67557              (why it was threaded vs. unthreaded Perl that was sensitive to this
67558              I still don't know...and it probably doesn't matter).
67559              
67560              I tryed removing the stash name-change and saw that threaded Perl
67561              did indeed pass the lib/safe1.t tests.
67562              
67563              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
67564              do the name change (and to connect _ in the compartment to the global
67565              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
67566              to call _safe_pkg_prep when creating a new compartment.
67567              
67568              Passes all tests with threaded perl on linux; passes all tests
67569              with unthreaded perl on VMS.
67570              
67571              At some point I'll probably want to revisit Safe and Opcode to
67572              provide more sensible handling of global variables...and to get
67573              formats working in Safe compartments, which they don't do currently.
67574      Branch: perl
67575            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
67576 ____________________________________________________________________________
67577 [  8523] By: jhi                                   on 2001/01/23  14:11:58
67578         Log: Also the lib/Thread.pm itself needs to be ignored if
67579              the Thread extension hasn't been built.
67580      Branch: perl
67581            ! t/lib/1_compile.t
67582 ____________________________________________________________________________
67583 [  8522] By: jhi                                   on 2001/01/23  13:51:28
67584         Log: print() instead of warn() so that stderr doesn't get
67585              unnecessarily polluted.
67586      Branch: perl
67587            ! ext/Encode/compile
67588 ____________________________________________________________________________
67589 [  8521] By: jhi                                   on 2001/01/23  13:49:48
67590         Log: Integrate perlio:
67591              
67592              [  8520]
67593              More messing with Encode:
67594              Extra fields in header to allow multiple names and to record
67595              other things "compile" knows.
67596              Re-organise compile to factor out common output routines.
67597              
67598              [  8519]
67599              Change file-of-files command line from -F to -f to avoid case issues on VMS.
67600      Branch: perl
67601           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
67602           !> ext/Encode/encode.h
67603 ____________________________________________________________________________
67604 [  8520] By: nick                                  on 2001/01/22  21:44:00
67605         Log: More messing with Encode:
67606              Extra fields in header to allow multiple names and to record
67607              other things "compile" knows.
67608              Re-organise compile to factor out common output routines.
67609      Branch: perlio
67610            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
67611 ____________________________________________________________________________
67612 [  8519] By: nick                                  on 2001/01/22  20:33:50
67613         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
67614      Branch: perlio
67615            ! ext/Encode/Makefile.PL ext/Encode/compile
67616 ____________________________________________________________________________
67617 [  8518] By: nick                                  on 2001/01/22  20:28:13
67618         Log: Integrate mainline
67619      Branch: perlio
67620           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
67621           !> vos/config.alpha.def vos/config.alpha.h
67622 ____________________________________________________________________________
67623 [  8517] By: jhi                                   on 2001/01/22  15:37:17
67624         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
67625              by Inaba Hiroto.
67626      Branch: perl
67627            ! sv.c
67628 ____________________________________________________________________________
67629 [  8516] By: jhi                                   on 2001/01/22  14:55:15
67630         Log: More SIG_SIZE fixes.
67631      Branch: perl
67632            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
67633 ____________________________________________________________________________
67634 [  8515] By: jhi                                   on 2001/01/22  14:50:27
67635         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
67636              From: "Craig A. Berry" <craigberry@mac.com>
67637              Date: Mon, 22 Jan 2001 00:42:24 -0600
67638              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
67639      Branch: perl
67640            ! configure.com
67641 ____________________________________________________________________________
67642 [  8514] By: jhi                                   on 2001/01/22  14:31:17
67643         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
67644              From: "Craig A. Berry" <craigberry@mac.com>
67645              Date: Sun, 21 Jan 2001 23:03:25 -0600
67646              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
67647      Branch: perl
67648            ! configure.com
67649 ____________________________________________________________________________
67650 [  8513] By: jhi                                   on 2001/01/22  14:14:00
67651         Log: Add the .ucm encoding tables to the MANIFEST.
67652      Branch: perl
67653            ! MANIFEST
67654 ____________________________________________________________________________
67655 [  8512] By: jhi                                   on 2001/01/22  13:43:33
67656         Log: Integrate perlio:
67657              
67658              [  8511]
67659              Make "real" layers of ":utf8" and ":raw".
67660              So now PERLIO=utf8 perl ...
67661              does what Andreas wanted.
67662              Fix arg passing in open.pm (still have a Carp issue).
67663              
67664              [  8508]
67665              Switch "compiled in" encodings to .ucm format.
67666              (Leave others as .enc till we can run-time load .ucm,
67667              or find some other way to load them.)
67668      Branch: perl
67669           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
67670           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
67671           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
67672           +> ext/Encode/Encode/iso8859-10.ucm
67673           +> ext/Encode/Encode/iso8859-13.ucm
67674           +> ext/Encode/Encode/iso8859-14.ucm
67675           +> ext/Encode/Encode/iso8859-15.ucm
67676           +> ext/Encode/Encode/iso8859-16.ucm
67677           +> ext/Encode/Encode/iso8859-2.ucm
67678           +> ext/Encode/Encode/iso8859-3.ucm
67679           +> ext/Encode/Encode/iso8859-4.ucm
67680           +> ext/Encode/Encode/iso8859-5.ucm
67681           +> ext/Encode/Encode/iso8859-6.ucm
67682           +> ext/Encode/Encode/iso8859-7.ucm
67683           +> ext/Encode/Encode/iso8859-8.ucm
67684           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
67685           +> ext/Encode/Encode/symbol.ucm
67686           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
67687           !> perliol.h
67688 ____________________________________________________________________________
67689 [  8511] By: nick                                  on 2001/01/21  23:44:47
67690         Log: Make "real" layers of ":utf8" and ":raw".
67691              So now PERLIO=utf8 perl ...
67692              does what Andreas wanted.
67693              Fix arg passing in open.pm (still have a Carp issue).
67694      Branch: perlio
67695            ! lib/open.pm perlio.c perliol.h
67696 ____________________________________________________________________________
67697 [  8510] By: jhi                                   on 2001/01/21  22:56:53
67698         Log: Document the regex content pushing/popping a bit better.
67699      Branch: perl
67700            ! regexec.c
67701 ____________________________________________________________________________
67702 [  8509] By: jhi                                   on 2001/01/21  22:55:44
67703         Log: Tweak the mkdir trailing slash code some more.
67704              
67705              TO DO: the same handling should probably be done for
67706              all the other filesystem functions that can have directories
67707              as their arguments.
67708      Branch: perl
67709            ! pp_sys.c
67710 ____________________________________________________________________________
67711 [  8508] By: nick                                  on 2001/01/21  21:37:43
67712         Log: Switch "compiled in" encodings to .ucm format.
67713              (Leave others as .enc till we can run-time load .ucm,
67714              or find some other way to load them.)
67715      Branch: perlio
67716            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
67717            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
67718            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
67719            + ext/Encode/Encode/iso8859-10.ucm
67720            + ext/Encode/Encode/iso8859-13.ucm
67721            + ext/Encode/Encode/iso8859-14.ucm
67722            + ext/Encode/Encode/iso8859-15.ucm
67723            + ext/Encode/Encode/iso8859-16.ucm
67724            + ext/Encode/Encode/iso8859-2.ucm
67725            + ext/Encode/Encode/iso8859-3.ucm
67726            + ext/Encode/Encode/iso8859-4.ucm
67727            + ext/Encode/Encode/iso8859-5.ucm
67728            + ext/Encode/Encode/iso8859-6.ucm
67729            + ext/Encode/Encode/iso8859-7.ucm
67730            + ext/Encode/Encode/iso8859-8.ucm
67731            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
67732            + ext/Encode/Encode/symbol.ucm
67733            ! ext/Encode/Makefile.PL ext/Encode/compile
67734 ____________________________________________________________________________
67735 [  8507] By: nick                                  on 2001/01/21  21:02:03
67736         Log: Integrate (partial) mainline.
67737      Branch: perlio
67738           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
67739           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
67740           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
67741 ____________________________________________________________________________
67742 [  8506] By: jhi                                   on 2001/01/21  20:09:30
67743         Log: Update Changes.
67744      Branch: perl
67745            ! Changes patchlevel.h
67746 ____________________________________________________________________________
67747 [  8505] By: jhi                                   on 2001/01/21  19:39:59
67748         Log: Subject: Minor typos in perlfaq2.pod
67749              From: "Stephen P. Potter" <spp@spotter.yi.org>
67750              Message-Id: <200101192101.QAA11911@spotter.yi.org>
67751              Date: Fri, 19 Jan 2001 16:01:13 -0500
67752              
67753              with a nit from Philip Newton.
67754      Branch: perl
67755            ! pod/perlfaq2.pod
67756 ____________________________________________________________________________
67757 [  8504] By: jhi                                   on 2001/01/21  19:33:05
67758         Log: Metaconfig change for #8503.
67759      Branch: metaconfig
67760            ! U/threads/usethreads.U
67761 ____________________________________________________________________________
67762 [  8503] By: jhi                                   on 2001/01/21  19:32:21
67763         Log: Sanity check for conflicting thread flavours.
67764      Branch: perl
67765            ! Configure config_h.SH
67766 ____________________________________________________________________________
67767 [  8502] By: jhi                                   on 2001/01/21  19:23:00
67768         Log: Metaconfig change for #8501.
67769      Branch: metaconfig
67770            ! U/modified/sig_name.U
67771 ____________________________________________________________________________
67772 [  8501] By: jhi                                   on 2001/01/21  19:22:26
67773         Log: The SIG_SIZE is the number of the elements *excluding*
67774              the terminating NULL.
67775      Branch: perl
67776            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
67777            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
67778            ! win32/config_H.vc
67779 ____________________________________________________________________________
67780 [  8500] By: jhi                                   on 2001/01/21  18:31:31
67781         Log: Integrate perlio:
67782              
67783              [  8498]
67784              Encode cleanup.
67785              Add command line control over "compile" so that Makefile.PL
67786              needs can be combined with other uses.
67787              Use command line options in Makefile.PL.
67788              Fix multi-byte parsing in .ucm files.
67789              
67790              [  8497]
67791              Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
67792              
67793              [  8496]
67794              Fixup after integrate:
67795              missed the .sym files that are changed by regen_headers
67796              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
67797              
67798              [  8484]
67799              Infrastructure to allow:
67800              open($fh,"|-",@array);
67801              to be implemented
67802              i.e. mark pp_open as needing a stack mark, and make pp_open
67803              process its args in that style (and pass them _all_ to tied handles OPEN).
67804              Invent do_openn() which takes SV ** at allow it to see multiple args.
67805              Note this does not _do_ anything yet.
67806      Branch: perl
67807           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
67808           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
67809           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
67810           !> pp_sys.c proto.h sv.c
67811 ____________________________________________________________________________
67812 [  8499] By: jhi                                   on 2001/01/21  17:43:57
67813         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
67814              From: Hugo <hv@crypt.compulink.co.uk>
67815              Date: Sun, 21 Jan 2001 13:34:05 +0000
67816              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
67817              
67818              In sprintf UTF8ize only if necessary.
67819      Branch: perl
67820            ! sv.c
67821 ____________________________________________________________________________
67822 [  8498] By: nick                                  on 2001/01/21  16:25:32
67823         Log: Encode cleanup.
67824              Add command line control over "compile" so that Makefile.PL
67825              needs can be combined with other uses.
67826              Use command line options in Makefile.PL.
67827              Fix multi-byte parsing in .ucm files.
67828      Branch: perlio
67829            ! ext/Encode/Makefile.PL ext/Encode/compile
67830 ____________________________________________________________________________
67831 [  8497] By: nick                                  on 2001/01/21  12:56:27
67832         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
67833      Branch: perlio
67834            ! ext/Encode/Encode.xs
67835 ____________________________________________________________________________
67836 [  8496] By: nick                                  on 2001/01/21  12:18:45
67837         Log: Fixup after integrate:
67838              missed the .sym files that are changed by regen_headers
67839              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
67840      Branch: perlio
67841            ! global.sym pp.sym sv.c
67842 ____________________________________________________________________________
67843 [  8495] By: nick                                  on 2001/01/21  11:51:07
67844         Log: Integrate mainline.
67845      Branch: perlio
67846           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
67847           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
67848           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
67849           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
67850           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
67851           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
67852           !> win32/Makefile win32/makefile.mk
67853 ____________________________________________________________________________
67854 [  8494] By: jhi                                   on 2001/01/20  23:12:11
67855         Log: Forgot the expect_number() prototype.
67856      Branch: perl
67857            ! embed.h embed.pl proto.h
67858 ____________________________________________________________________________
67859 [  8493] By: jhi                                   on 2001/01/20  22:56:39
67860         Log: Subject: [PATCH: perl@8482] README.vms URL updates
67861              From: Peter Prymmer <pvhp@forte.com>
67862              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
67863              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
67864              
67865              Plus Craig A. Berry's suggestion to use compaq.com instead
67866              of digital.com.
67867      Branch: perl
67868            ! README.vms
67869 ____________________________________________________________________________
67870 [  8492] By: jhi                                   on 2001/01/20  22:50:05
67871         Log: Memory management calls documentation.
67872      Branch: perl
67873            ! pod/perlguts.pod
67874 ____________________________________________________________________________
67875 [  8491] By: jhi                                   on 2001/01/20  22:38:33
67876         Log: Signedness nit plus few memcpy/Copy nits.
67877      Branch: perl
67878            ! sv.c
67879 ____________________________________________________________________________
67880 [  8490] By: jhi                                   on 2001/01/20  22:25:53
67881         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
67882              From: Peter Prymmer <pvhp@forte.com>
67883              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
67884              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
67885      Branch: perl
67886            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
67887 ____________________________________________________________________________
67888 [  8489] By: jhi                                   on 2001/01/20  22:24:41
67889         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
67890              From: Peter Prymmer <pvhp@forte.com>
67891              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
67892              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
67893      Branch: perl
67894            ! win32/Makefile win32/makefile.mk
67895 ____________________________________________________________________________
67896 [  8488] By: jhi                                   on 2001/01/20  22:22:27
67897         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
67898              From: Peter Prymmer <pvhp@forte.com>
67899              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
67900              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
67901      Branch: perl
67902            ! Makefile.SH
67903 ____________________________________________________________________________
67904 [  8487] By: jhi                                   on 2001/01/20  22:21:18
67905         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
67906              From: Peter Prymmer <pvhp@forte.com>
67907              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
67908              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
67909      Branch: perl
67910            + ext/DynaLoader/dl_dllload.xs
67911            ! MANIFEST Makefile.SH hints/os390.sh
67912 ____________________________________________________________________________
67913 [  8486] By: jhi                                   on 2001/01/20  22:17:53
67914         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
67915              From: Peter Prymmer <pvhp@forte.com>
67916              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
67917              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
67918      Branch: perl
67919            ! README.os390 README.posix-bc
67920 ____________________________________________________________________________
67921 [  8485] By: jhi                                   on 2001/01/20  20:15:30
67922         Log: Document and test the new qu operator.
67923      Branch: perl
67924            + t/op/qu.t
67925            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
67926            ! pod/perlretut.pod pod/perlunicode.pod
67927 ____________________________________________________________________________
67928 [  8484] By: nick                                  on 2001/01/20  19:42:30
67929         Log: Infrastructure to allow:
67930              open($fh,"|-",@array);
67931              to be implemented
67932              i.e. mark pp_open as needing a stack mark, and make pp_open
67933              process its args in that style (and pass them _all_ to tied handles OPEN).
67934              Invent do_openn() which takes SV ** at allow it to see multiple args.
67935              Note this does not _do_ anything yet.
67936      Branch: perlio
67937            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
67938            ! perlapi.c pp_proto.h pp_sys.c proto.h
67939 ____________________________________________________________________________
67940 [  8483] By: nick                                  on 2001/01/20  17:23:14
67941         Log: Integrate mainline.
67942      Branch: perlio
67943           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
67944           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
67945 ____________________________________________________________________________
67946 [  8482] By: jhi                                   on 2001/01/19  15:37:49
67947         Log: Update Changes.
67948      Branch: perl
67949            ! Changes patchlevel.h
67950 ____________________________________________________________________________
67951 [  8481] By: jhi                                   on 2001/01/19  14:41:24
67952         Log: Subject: Re: new feature: s?printf parameter reordering 
67953              From: Hugo <hv@crypt.compulink.co.uk>
67954              Date: Thu, 11 Jan 2001 17:09:03 +0000
67955              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
67956              
67957              - support reordering for all parameters: %, *v, *, .*
67958              - lay down that the reordering specification must immediately
67959              follow that parameter: %3$, *v3$, *3$, .*3$
67960              - fix vectorisation of a zero-length string
67961              - factor out the code choosing the argument to format
67962              
67963              Possibly unwanted side-effects:
67964              - the special format specifiers ' +-0' must now precede any
67965              vectorisation specifier. Tests in op/sprintf and op/ver
67966              have been changed to reflect this.
67967              - sprintf.t test #214 changed its expectations because in many
67968              cases, the next parameter has already been consumed when an
67969              invalid type letter is detected.
67970              
67971              Probably wanted side-effects:
67972              - attempts to format a non-existent parameter will warn as if C<undef>
67973              - attempt to write to non-existent parameter with '%n' will complain
67974              of "attempt to modify read-only value" instead of being silent
67975      Branch: perl
67976            ! sv.c t/op/sprintf.t t/op/ver.t
67977 ____________________________________________________________________________
67978 [  8480] By: jhi                                   on 2001/01/19  14:08:37
67979         Log: Subject: PATCH pragma/locale.t
67980              From: andreas.koenig@anima.de (Andreas J. Koenig)
67981              Date: 18 Jan 2001 09:45:37 +0100
67982              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
67983      Branch: perl
67984            ! t/pragma/locale.t
67985 ____________________________________________________________________________
67986 [  8479] By: jhi                                   on 2001/01/19  13:19:58
67987         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
67988      Branch: perl
67989            ! configure.com
67990 ____________________________________________________________________________
67991 [  8478] By: jhi                                   on 2001/01/19  02:12:35
67992         Log: Automate 1_compile.t.
67993      Branch: perl
67994            ! t/lib/1_compile.t
67995 ____________________________________________________________________________
67996 [  8477] By: jhi                                   on 2001/01/19  01:49:56
67997         Log: Integrate perlio:
67998              
67999              [  8475]
68000              Win32 "safe signals" co-existance fix.
68001              Fix SIG_SIZE value.
68002              Clear PL_sig_pending when cloning (fork).
68003      Branch: perl
68004           !> sv.c win32/config.bc win32/config.gc win32/config.vc
68005           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68006 ____________________________________________________________________________
68007 [  8476] By: nick                                  on 2001/01/18  21:51:52
68008         Log: Integrate mainline
68009      Branch: perlio
68010           +> t/lib/1_compile.t t/lib/compmod.pl
68011           !> MANIFEST configure.com lib/unicode/distinct.pm
68012 ____________________________________________________________________________
68013 [  8475] By: nick                                  on 2001/01/18  21:48:02
68014         Log: Win32 "safe signals" co-existance fix.
68015              Fix SIG_SIZE value.
68016              Clear PL_sig_pending when cloning (fork).
68017      Branch: perlio
68018            ! sv.c win32/config.bc win32/config.gc win32/config.vc
68019            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68020 ____________________________________________________________________________
68021 [  8474] By: jhi                                   on 2001/01/18  14:40:57
68022         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
68023      Branch: perl
68024            ! t/lib/1_compile.t
68025 ____________________________________________________________________________
68026 [  8473] By: gsar                                  on 2001/01/18  11:42:31
68027         Log: unsubmitted trial1 change
68028      Branch: maint-5.6/perl
68029            ! Changes
68030 ____________________________________________________________________________
68031 [  8472] By: jhi                                   on 2001/01/18  04:30:24
68032         Log: The first bug found by 1_compile.t.
68033      Branch: perl
68034            ! lib/unicode/distinct.pm
68035 ____________________________________________________________________________
68036 [  8471] By: jhi                                   on 2001/01/18  04:29:42
68037         Log: Add Schwern's 1_compile test.  The compile_module script renamed
68038              to be a bit shorter for the 8.3 people.
68039      Branch: perl
68040            + t/lib/1_compile.t t/lib/compmod.pl
68041            ! MANIFEST
68042 ____________________________________________________________________________
68043 [  8470] By: jhi                                   on 2001/01/18  04:16:00
68044         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)
68045              From: Peter Prymmer <pvhp@forte.com>
68046              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68047              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68048              Replace #8463.
68049      Branch: maint-5.6/perl
68050            ! configure.com
68051 ____________________________________________________________________________
68052 [  8469] By: jhi                                   on 2001/01/18  04:13:02
68053         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)
68054              From: Peter Prymmer <pvhp@forte.com>
68055              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68056              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68057              Replace #8462.
68058      Branch: perl
68059            ! configure.com
68060 ____________________________________________________________________________
68061 [  8468] By: jhi                                   on 2001/01/18  03:42:08
68062         Log: Integrate perlio:
68063              
68064              [  8467]
68065              "Safe" signals - trial implementation.
68066              gv.c tweaked to zero PL_sig_pend array
68067              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68068              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68069              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68070      Branch: perl
68071           !> gv.c mg.c perlio.c util.c
68072 ____________________________________________________________________________
68073 [  8467] By: nick                                  on 2001/01/17  22:41:10
68074         Log: "Safe" signals - trial implementation.
68075              gv.c tweaked to zero PL_sig_pend array
68076              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68077              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68078              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68079      Branch: perlio
68080            ! gv.c mg.c perlio.c util.c
68081 ____________________________________________________________________________
68082 [  8466] By: nick                                  on 2001/01/17  20:40:20
68083         Log: Integrate mainline.
68084      Branch: perlio
68085           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
68086           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
68087           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
68088           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68089           !> vos/config.ga.h win32/config.bc win32/config.gc
68090           !> win32/config.vc
68091 ____________________________________________________________________________
68092 [  8465] By: jhi                                   on 2001/01/17  18:37:13
68093         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
68094              From: Nicholas Clark <nick@ccl4.org>
68095              Date: Wed, 17 Jan 2001 17:31:33 +0000
68096              Message-ID: <20010117173133.I2633@plum.flirble.org>
68097      Branch: perl
68098            ! t/op/int.t
68099 ____________________________________________________________________________
68100 [  8464] By: jhi                                   on 2001/01/17  14:43:17
68101         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
68102              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68103              Date: Wed, 17 Jan 2001 15:16:43 +0100
68104              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
68105              
68106              pp_int() was dropping an NV to the floor,
68107              int(279964589018079/59) either returned not an integer
68108              4745162525730.15, or one got "Attempt to free unreferenced scalar."
68109      Branch: perl
68110            ! pp.c
68111 ____________________________________________________________________________
68112 [  8463] By: jhi                                   on 2001/01/17  06:12:42
68113         Log: (Replaced by #8470)
68114              
68115              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)
68116              From: "Craig A. Berry" <craigberry@mac.com>
68117              Date: Tue, 16 Jan 2001 23:38:46 -0600
68118              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
68119      Branch: maint-5.6/perl
68120            ! configure.com
68121 ____________________________________________________________________________
68122 [  8462] By: jhi                                   on 2001/01/17  06:11:31
68123         Log: (Replaced by #8469)
68124              
68125              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)
68126              From: "Craig A. Berry" <craigberry@mac.com>
68127              Date: Tue, 16 Jan 2001 23:38:46 -0600
68128              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
68129      Branch: perl
68130            ! configure.com
68131 ____________________________________________________________________________
68132 [  8461] By: jhi                                   on 2001/01/17  05:56:12
68133         Log: Allow for one trailing slash in the directory of mkdir().
68134      Branch: perl
68135            ! pp_sys.c
68136 ____________________________________________________________________________
68137 [  8460] By: jhi                                   on 2001/01/17  03:26:01
68138         Log: Metaconfig unit changes for #8459.
68139      Branch: metaconfig
68140            ! U/modified/Loc.U U/modified/sig_name.U
68141 ____________________________________________________________________________
68142 [  8459] By: jhi                                   on 2001/01/17  03:24:48
68143         Log: Define SIG_SIZE, the number of elements in the sig_name and
68144              sig_num arrays, including the final NULL entry.
68145      Branch: perl
68146            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68147            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
68148            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
68149            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68150            ! win32/config.bc win32/config.gc win32/config.vc
68151 ____________________________________________________________________________
68152 [  8458] By: jhi                                   on 2001/01/17  01:41:33
68153         Log: Integrate perlio:
68154              
68155              [  8457]
68156              Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
68157              Provides all the "cost" but no benefit yet - it is to allow cost
68158              to be measured, and implementation experiments (just in mg.c?).
68159      Branch: perl
68160           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
68161           !> perlapi.h proto.h sv.c
68162 ____________________________________________________________________________
68163 [  8457] By: nick                                  on 2001/01/16  22:07:26
68164         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
68165              Provides all the "cost" but no benefit yet - it is to allow cost
68166              to be measured, and implementation experiments (just in mg.c?).
68167      Branch: perlio
68168            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
68169            ! perlapi.h proto.h sv.c
68170 ____________________________________________________________________________
68171 [  8456] By: nick                                  on 2001/01/16  21:07:07
68172         Log: Integrate mainline.
68173      Branch: perlio
68174           !> (integrate 51 files)
68175 ____________________________________________________________________________
68176 [  8455] By: jhi                                   on 2001/01/16  18:13:43
68177         Log: Subject: [PATCH] regcomp.c old feature removal
68178              From: mjd@plover.com
68179              Date: 16 Jan 2001 14:43:18 -0000 
68180              Message-ID: <20010116144318.7140.qmail@plover.com> 
68181      Branch: perl
68182            ! regcomp.c
68183 ____________________________________________________________________________
68184 [  8454] By: jhi                                   on 2001/01/16  16:12:39
68185         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
68186              From: "Indy Singh" <indy@nusphere.com>
68187              Date: Wed, 10 Jan 2001 20:17:49 -0500
68188              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
68189      Branch: maint-5.6/perl
68190            ! win32/Makefile
68191 ____________________________________________________________________________
68192 [  8453] By: jhi                                   on 2001/01/16  16:09:33
68193         Log: Update Changes.
68194      Branch: perl
68195            ! Changes patchlevel.h
68196 ____________________________________________________________________________
68197 [  8452] By: jhi                                   on 2001/01/16  15:42:04
68198         Log: Subject: Re: API Cleanup
68199              To: perl5-porters@perl.org
68200              Date: Tue, 16 Jan 2001 13:42:30 +0000
68201              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
68202              
68203              Subject: [PATCH] utf8.c documentation
68204              From: Simon Cozens <simon@cozens.net>
68205              Date: Tue, 16 Jan 2001 13:52:48 +0000
68206              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
68207              
68208              Subject: Re: API Cleanup
68209              From: Simon Cozens <simon@cozens.net>
68210              Date: Tue, 16 Jan 2001 14:58:55 +0000
68211              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
68212              
68213              UTF-8 doc patches.
68214      Branch: perl
68215            ! embed.pl pod/perlapi.pod utf8.c
68216 ____________________________________________________________________________
68217 [  8451] By: jhi                                   on 2001/01/16  14:41:39
68218         Log: podlators 1.07, from Russ Allbery.
68219      Branch: perl
68220            ! lib/Pod/Man.pm
68221 ____________________________________________________________________________
68222 [  8450] By: jhi                                   on 2001/01/16  14:24:19
68223         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
68224              From: "Indy Singh" <indy@nusphere.com>
68225              Date: Mon, 15 Jan 2001 20:59:40 -0500
68226              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
68227      Branch: perl
68228            ! win32/Makefile
68229 ____________________________________________________________________________
68230 [  8449] By: jhi                                   on 2001/01/16  03:42:55
68231         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
68232              at the setting of the ofs_sv in new_struct_thread() as the
68233              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
68234              uninitialized fields are, uh, initialized with),
68235              SvREFCNT_inc()ing that invited a core dump.
68236      Branch: perl
68237            ! util.c
68238 ____________________________________________________________________________
68239 [  8448] By: jhi                                   on 2001/01/16  01:49:07
68240         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
68241              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68242              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
68243              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
68244              
68245              Replace #8444 and #8445.
68246      Branch: perl
68247            ! ext/B/B.xs ext/B/B/Debug.pm
68248 ____________________________________________________________________________
68249 [  8447] By: jhi                                   on 2001/01/15  21:05:35
68250         Log: Subject: [PATCH] API Variable documentation   
68251              From: Simon Cozens <simon@cozens.net>
68252              Date: Mon, 15 Jan 2001 19:35:54 +0000
68253              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
68254      Branch: perl
68255            ! pod/perlapi.pod thrdvar.h
68256 ____________________________________________________________________________
68257 [  8446] By: jhi                                   on 2001/01/15  20:49:20
68258         Log: Signedness nit.
68259      Branch: perl
68260            ! pp_ctl.c
68261 ____________________________________________________________________________
68262 [  8445] By: jhi                                   on 2001/01/15  20:28:48
68263         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
68264      Branch: perl
68265            ! ext/B/B/Debug.pm
68266 ____________________________________________________________________________
68267 [  8444] By: jhi                                   on 2001/01/15  13:09:10
68268         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
68269      Branch: perl
68270            ! ext/B/B.xs
68271 ____________________________________________________________________________
68272 [  8443] By: jhi                                   on 2001/01/15  13:06:26
68273         Log: Missing from #8439.
68274      Branch: perl
68275            ! keywords.h mg.c
68276 ____________________________________________________________________________
68277 [  8442] By: jhi                                   on 2001/01/15  13:02:38
68278         Log: Subject: [PATCH @8436] Eliminate op_children
68279              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68280              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
68281              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
68282              
68283              Subject: [PATCH @8436] Re: Eliminate op_children
68284              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68285              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
68286              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
68287      Branch: perl
68288            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
68289            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
68290            ! op.c op.h
68291 ____________________________________________________________________________
68292 [  8441] By: jhi                                   on 2001/01/15  12:57:08
68293         Log: Use the /^Perl_/-less form of is_lvalue_sub().
68294      Branch: perl
68295            ! pp.h
68296 ____________________________________________________________________________
68297 [  8440] By: jhi                                   on 2001/01/15  05:13:09
68298         Log: Revert #8437 and #8438, the Linux large files story is more complex.
68299      Branch: metaconfig/U/perl
68300            ! d_fpos64_t.U d_off64_t.U
68301      Branch: perl
68302            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68303            ! config_h.SH configure.com epoc/config.sh perl.h
68304            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68305            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68306            ! win32/config.bc win32/config.gc win32/config.vc
68307 ____________________________________________________________________________
68308 [  8439] By: jhi                                   on 2001/01/15  05:02:24
68309         Log: More UTF-8 patches from Inaba Hiroto.
68310              - The substr lval was still not okay.
68311              - Now pp_stringify and sv_setsv copies source's UTF8 flag
68312              even if IN_BYTE.  pp_stringify is called from fold_constants
68313              at optimization phase and "\x{100}" was made SvUTF8_off under
68314              use bytes (the bytes pragma is for "byte semantics" and not
68315              for "do not produce UTF8 data")
68316              - New `qu' operator to generate UTF8 string explicitly.
68317              Though I agree with the policy "0x00-0xff always produce bytes",
68318              sometimes want to such a string to be coded in UTF8.
68319              I can use pack"U0a*" but it requires more typing and has
68320              runtime overhead.
68321              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
68322              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
68323              string is not UTF8_on and has char 0x80-0xff.
68324              
68325              TODO: document and test qu.
68326      Branch: perl
68327            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
68328            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
68329            ! toke.c
68330 ____________________________________________________________________________
68331 [  8438] By: jhi                                   on 2001/01/14  05:10:23
68332         Log: (Reverted by #8440)
68333              
68334              Metaconfig unit changes for #8437.
68335      Branch: metaconfig/U/perl
68336            ! d_fpos64_t.U d_off64_t.U
68337 ____________________________________________________________________________
68338 [  8437] By: jhi                                   on 2001/01/14  04:55:34
68339         Log: (Reverted by #8440)
68340              
68341              Add <features.h> probing, seems to be needed for (some?)
68342              Linux largefileness.
68343      Branch: perl
68344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68345            ! config_h.SH configure.com epoc/config.sh perl.h
68346            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68347            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68348            ! win32/config.bc win32/config.gc win32/config.vc
68349 ____________________________________________________________________________
68350 [  8436] By: jhi                                   on 2001/01/13  17:47:21
68351         Log: Tighten some of the tests a bit.
68352      Branch: perl
68353            ! t/pragma/utf8.t
68354 ____________________________________________________________________________
68355 [  8435] By: jhi                                   on 2001/01/13  17:31:54
68356         Log: Integrate perlio:
68357              
68358              [  8434]
68359              Run dmake regen_config_h for Win32
68360              
68361              [  8433]
68362              VMS friendly patch to Encode compile process
68363      Branch: perl
68364           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
68365           !> win32/config_H.gc win32/config_H.vc
68366 ____________________________________________________________________________
68367 [  8434] By: nick                                  on 2001/01/13  11:36:53
68368         Log: Run dmake regen_config_h for Win32
68369      Branch: perlio
68370            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68371 ____________________________________________________________________________
68372 [  8433] By: nick                                  on 2001/01/13  11:31:55
68373         Log: VMS friendly patch to Encode compile process
68374      Branch: perlio
68375            ! ext/Encode/Makefile.PL ext/Encode/compile
68376 ____________________________________________________________________________
68377 [  8432] By: nick                                  on 2001/01/13  11:06:44
68378         Log: Integrate mainline
68379      Branch: perlio
68380           +> ext/B/B/Concise.pm
68381           !> (integrate 52 files)
68382 ____________________________________________________________________________
68383 [  8431] By: jhi                                   on 2001/01/13  05:55:55
68384         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
68385              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68386              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
68387              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
68388      Branch: perl
68389            ! ext/B/B/Concise.pm
68390 ____________________________________________________________________________
68391 [  8430] By: jhi                                   on 2001/01/13  04:24:18
68392         Log: The LVRET macro needed an aTHX.
68393      Branch: perl
68394            ! pp.h
68395 ____________________________________________________________________________
68396 [  8429] By: jhi                                   on 2001/01/13  02:12:42
68397         Log: Update Changes.
68398      Branch: perl
68399            ! Changes patchlevel.h
68400 ____________________________________________________________________________
68401 [  8428] By: jhi                                   on 2001/01/13  02:08:50
68402         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
68403              From: Peter Prymmer <pvhp@forte.com>
68404              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
68405              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
68406              
68407              Add a BEGIN guard for sloppy floating point division.
68408      Branch: perl
68409            ! lib/Math/BigInt.pm lib/bigint.pl
68410 ____________________________________________________________________________
68411 [  8427] By: jhi                                   on 2001/01/13  01:47:16
68412         Log: The B::Terse drop-in replacement wasn't quite drop-in.
68413      Branch: perl
68414            ! ext/B/B/Terse.pm
68415 ____________________________________________________________________________
68416 [  8426] By: jhi                                   on 2001/01/12  21:20:43
68417         Log: Use UVXf.
68418      Branch: perl
68419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68420            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
68421            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
68422            ! vos/config.ga.def vos/config.ga.h win32/config.bc
68423            ! win32/config.gc win32/config.vc
68424 ____________________________________________________________________________
68425 [  8425] By: jhi                                   on 2001/01/12  20:20:14
68426         Log: Subject: [PATCH perl@8342] -Wformat
68427              From: Robin Barker <rmb1@cise.npl.co.uk>
68428              Date: Fri, 12 Jan 2001 20:03:14 GMT
68429              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
68430      Branch: perl
68431            ! ext/Encode/Encode.xs mg.c sv.c toke.c
68432 ____________________________________________________________________________
68433 [  8424] By: jhi                                   on 2001/01/12  20:01:48
68434         Log: Subject: B::Concise -- an improved replacement for B::Terse 
68435              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68436              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
68437              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
68438      Branch: perl
68439            + ext/B/B/Concise.pm
68440            ! MANIFEST ext/B/B/Terse.pm
68441 ____________________________________________________________________________
68442 [  8423] By: jhi                                   on 2001/01/12  19:24:02
68443         Log: The new metaconfig unit from the #8421.
68444      Branch: metaconfig/U/perl
68445            + d_sigprocmask.U
68446 ____________________________________________________________________________
68447 [  8422] By: jhi                                   on 2001/01/12  19:23:43
68448         Log: Forgot the microperl config from the #8421.
68449      Branch: perl
68450            ! uconfig.h uconfig.sh
68451 ____________________________________________________________________________
68452 [  8421] By: jhi                                   on 2001/01/12  19:05:27
68453         Log: Add sigprocmask() probe, regen Configure, regen toc.
68454      Branch: perl
68455            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68456            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
68457            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68458            ! vos/config.ga.h win32/config.bc win32/config.gc
68459            ! win32/config.vc
68460 ____________________________________________________________________________
68461 [  8420] By: jhi                                   on 2001/01/12  18:34:31
68462         Log: Add sockatmark() to the todo list.
68463      Branch: perl
68464            ! Todo-5.6
68465 ____________________________________________________________________________
68466 [  8419] By: jhi                                   on 2001/01/12  18:09:46
68467         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
68468      Branch: perl
68469            ! op.c
68470 ____________________________________________________________________________
68471 [  8418] By: jhi                                   on 2001/01/12  18:05:30
68472         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
68473              From: Radu Greab <radu@netsoft.ro>
68474              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
68475              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
68476      Branch: perl
68477            ! op.c t/pragma/sub_lval.t
68478 ____________________________________________________________________________
68479 [  8417] By: jhi                                   on 2001/01/12  16:09:09
68480         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
68481              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
68482              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
68483              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
68484      Branch: perl
68485            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
68486            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
68487            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
68488            ! t/pragma/sub_lval.t toke.c
68489 ____________________________________________________________________________
68490 [  8416] By: jhi                                   on 2001/01/12  15:42:06
68491         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
68492              From: "Richard Soderberg" <rs@crystalflame.net>
68493              Date: Fri, 12 Jan 2001 04:49:35 -0800
68494              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
68495              
68496              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
68497              according to the platform.
68498      Branch: perl
68499            ! op.c
68500 ____________________________________________________________________________
68501 [  8415] By: jhi                                   on 2001/01/12  15:33:41
68502         Log: One more UTF-8 fix from Inaba Hiroto.
68503      Branch: perl
68504            ! pp.c regexec.c t/pragma/utf8.t
68505 ____________________________________________________________________________
68506 [  8414] By: jhi                                   on 2001/01/12  15:30:18
68507         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
68508      Branch: perl
68509            ! regexec.c
68510 ____________________________________________________________________________
68511 [  8413] By: jhi                                   on 2001/01/12  15:22:10
68512         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
68513              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68514              Date: Thu, 11 Jan 2001 12:53:36 +0100
68515              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
68516      Branch: perl
68517            ! toke.c
68518 ____________________________________________________________________________
68519 [  8412] By: jhi                                   on 2001/01/12  15:20:25
68520         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
68521              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68522              Date: Fri, 12 Jan 2001 14:37:55 +0100
68523              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
68524      Branch: perl
68525            ! hints/posix-bc.sh
68526 ____________________________________________________________________________
68527 [  8411] By: jhi                                   on 2001/01/12  15:14:14
68528         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
68529              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68530              Date: Fri, 12 Jan 2001 10:42:21 +0100
68531              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
68532      Branch: perl
68533            ! t/op/regmesg.t
68534 ____________________________________________________________________________
68535 [  8410] By: jhi                                   on 2001/01/12  05:48:55
68536         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
68537              From: Nicholas Clark <nick@ccl4.org> 
68538              Date: Sun, 7 Jan 2001 19:47:14 +0000
68539              Message-ID: <20010107194714.B1048@plum.flirble.org>
68540      Branch: perl
68541            ! t/op/numconvert.t
68542 ____________________________________________________________________________
68543 [  8409] By: jhi                                   on 2001/01/12  05:41:28
68544         Log: Integrate perlio:
68545              
68546              [  8408]
68547              Remove variables that were used in experiments.
68548              
68549              [  8407]
68550              Catch die in %SIG handler and unblock the signal before re-dying.
68551              This make Linux work _without_ sigsetjmp().
68552              Turn off sigsetjmp() to see what else it does.
68553              May need Configure probe for sigprocmask() if anything has sigaction()
68554              but not sigprocmask().
68555      Branch: perl
68556           !> mg.c scope.h
68557 ____________________________________________________________________________
68558 [  8408] By: nick                                  on 2001/01/11  22:43:28
68559         Log: Remove variables that were used in experiments.
68560      Branch: perlio
68561            ! mg.c
68562 ____________________________________________________________________________
68563 [  8407] By: nick                                  on 2001/01/11  20:57:44
68564         Log: Catch die in %SIG handler and unblock the signal before re-dying.
68565              This make Linux work _without_ sigsetjmp().
68566              Turn off sigsetjmp() to see what else it does.
68567              May need Configure probe for sigprocmask() if anything has sigaction()
68568              but not sigprocmask().
68569      Branch: perlio
68570            ! mg.c scope.h
68571 ____________________________________________________________________________
68572 [  8406] By: nick                                  on 2001/01/11  19:32:07
68573         Log: Integrate mainline
68574      Branch: perlio
68575           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
68576           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
68577           !> t/op/substr.t
68578 ____________________________________________________________________________
68579 [  8405] By: jhi                                   on 2001/01/11  17:11:01
68580         Log: Fix UTF-8 lval substr().
68581      Branch: perl
68582            ! mg.c t/op/substr.t
68583 ____________________________________________________________________________
68584 [  8404] By: jhi                                   on 2001/01/11  05:13:58
68585         Log: Update Changes.
68586      Branch: perl
68587            ! Changes patchlevel.h
68588 ____________________________________________________________________________
68589 [  8403] By: jhi                                   on 2001/01/11  04:38:24
68590         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
68591              From: Hugo <hv@crypt.compulink.co.uk>
68592              Date: Mon, 30 Oct 2000 01:33:26 +0000
68593              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
68594      Branch: perl
68595            ! regexec.c t/op/re_tests
68596 ____________________________________________________________________________
68597 [  8402] By: jhi                                   on 2001/01/11  04:26:12
68598         Log: Integrate perlio:
68599              
68600              [  8401]
68601              Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
68602              (So Alan and Ilya can try setting via hints.)
68603              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
68604              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
68605              doing the save everywhere seems to restart read() correctly, but just
68606              doing it once "round" the handler does not.
68607              
68608              [  8399]
68609              Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
68610              
68611              [  8393]
68612              Back out Simon's pid hackery for now.
68613              
68614              [  8371]
68615              Fix "scalars leaked" bugs caused by overload magic
68616              (Highlighted by Ilya's DESTROY optimization.)
68617      Branch: perl
68618           !> scope.h util.c
68619 ____________________________________________________________________________
68620 [  8401] By: nick                                  on 2001/01/10  22:52:55
68621         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
68622              (So Alan and Ilya can try setting via hints.)
68623              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
68624              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
68625              doing the save everywhere seems to restart read() correctly, but just
68626              doing it once "round" the handler does not.
68627      Branch: perlio
68628            ! scope.h
68629 ____________________________________________________________________________
68630 [  8400] By: jhi                                   on 2001/01/10  21:57:54
68631         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
68632              of IRIX, HP-UX is unaffected.
68633      Branch: perl
68634            ! perl.h
68635 ____________________________________________________________________________
68636 [  8399] By: nick                                  on 2001/01/10  21:29:19
68637         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
68638      Branch: perlio
68639            ! util.c
68640 ____________________________________________________________________________
68641 [  8398] By: jhi                                   on 2001/01/10  20:55:31
68642         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
68643              also have ReusePort.
68644      Branch: perl
68645            ! ext/IO/lib/IO/Socket/INET.pm
68646 ____________________________________________________________________________
68647 [  8397] By: jhi                                   on 2001/01/10  20:50:57
68648         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
68649              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
68650              Date: Wed, 10 Jan 2001 01:38:13 -0800
68651              Message-ID: <20010110013813.B41744@yahoo-inc.com>
68652      Branch: perl
68653            ! ext/IO/lib/IO/Socket/INET.pm
68654 ____________________________________________________________________________
68655 [  8396] By: jhi                                   on 2001/01/10  20:49:30
68656         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
68657              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
68658              Date: Wed, 10 Jan 2001 01:37:32 -0800
68659              Message-ID: <20010110013732.A41744@yahoo-inc.com>
68660      Branch: perl
68661            ! ext/Socket/Socket.pm
68662 ____________________________________________________________________________
68663 [  8395] By: jhi                                   on 2001/01/10  20:41:37
68664         Log: Test for bug id 20010105.016 (fixed by #8378).
68665      Branch: perl
68666            ! t/op/split.t
68667 ____________________________________________________________________________
68668 [  8394] By: jhi                                   on 2001/01/10  20:26:32
68669         Log: Integrate perlio.
68670      Branch: perl
68671            ! util.c
68672 ____________________________________________________________________________
68673 [  8393] By: nick                                  on 2001/01/10  19:34:30
68674         Log: Back out Simon's pid hackery for now.
68675      Branch: perlio
68676            ! util.c
68677 ____________________________________________________________________________
68678 [  8392] By: nick                                  on 2001/01/10  19:23:13
68679         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
68680      Branch: perlio
68681           !> (integrate 29 files)
68682 ____________________________________________________________________________
68683 [  8391] By: jhi                                   on 2001/01/10  18:43:15
68684         Log: Subject: [PATCH] Fix my_pclose segfault
68685              From: Simon Cozens <simon@cozens.net>
68686              Date: Wed, 10 Jan 2001 18:39:35 +0000
68687              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
68688      Branch: perl
68689            ! util.c
68690 ____________________________________________________________________________
68691 [  8390] By: jhi                                   on 2001/01/10  18:42:08
68692         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
68693              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68694              Date:     Wed, 10 Jan 2001 13:23:02 EST
68695              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
68696      Branch: perl
68697            ! ext/Opcode/Opcode.xs
68698 ____________________________________________________________________________
68699 [  8389] By: jhi                                   on 2001/01/10  15:16:07
68700         Log: Turn off the integer preservation for now.
68701      Branch: perl
68702            ! perl.h
68703 ____________________________________________________________________________
68704 [  8388] By: jhi                                   on 2001/01/10  15:01:25
68705         Log: Few more IDE/editor nits from p5p.
68706      Branch: perl
68707            ! pod/perlfaq3.pod
68708 ____________________________________________________________________________
68709 [  8387] By: jhi                                   on 2001/01/10  06:53:16
68710         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
68711              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
68712              Date: Tue, 9 Jan 2001 23:16:02 +0000
68713              Message-ID: <20010109231602.A81101@plum.flirble.org>
68714      Branch: perl
68715            ! sv.c
68716 ____________________________________________________________________________
68717 [  8386] By: jhi                                   on 2001/01/10  03:17:54
68718         Log: Test cases for #8385 (from Simon's "torture.pl")
68719      Branch: perl
68720            ! t/op/tr.t
68721 ____________________________________________________________________________
68722 [  8385] By: jhi                                   on 2001/01/10  03:17:11
68723         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
68724              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
68725              Date: Wed, 10 Jan 2001 11:39:39 +0900
68726              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
68727              
68728              Some more UTF-8 tr cases fixed.
68729      Branch: perl
68730            ! doop.c
68731 ____________________________________________________________________________
68732 [  8384] By: jhi                                   on 2001/01/09  22:45:40
68733         Log: Allow the locale test needing POSIX and the taint test
68734              needing IPC::SysV to run under 'minitest' (basically,
68735              bail out if loading the extension fails)
68736      Branch: perl
68737            ! t/op/misc.t t/op/taint.t
68738 ____________________________________________________________________________
68739 [  8383] By: jhi                                   on 2001/01/09  21:36:04
68740         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
68741              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68742              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
68743              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
68744      Branch: perl
68745            ! t/io/openpid.t
68746 ____________________________________________________________________________
68747 [  8382] By: jhi                                   on 2001/01/09  21:06:08
68748         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
68749              Should finish up the bug id 20001205.022.
68750      Branch: perl
68751            ! pp.c pp_hot.c scope.c
68752 ____________________________________________________________________________
68753 [  8381] By: jhi                                   on 2001/01/09  18:27:43
68754         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
68755              From: Andy Dougherty <doughera@lafayette.edu>
68756              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
68757              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
68758              
68759              More robust yacc/bison error detection.
68760      Branch: perl
68761            ! t/comp/proto.t
68762 ____________________________________________________________________________
68763 [  8380] By: jhi                                   on 2001/01/09  15:21:38
68764         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
68765              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68766              Date:     Tue, 9 Jan 2001 07:53:55 EST
68767              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
68768      Branch: perl
68769            ! t/op/misc.t vms/test.com
68770 ____________________________________________________________________________
68771 [  8379] By: jhi                                   on 2001/01/09  15:20:38
68772         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
68773              From: jhi@cc.hut.fi
68774              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
68775              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
68776              
68777              The #8378 fixed this.
68778      Branch: perl
68779            ! t/op/tr.t
68780 ____________________________________________________________________________
68781 [  8378] By: jhi                                   on 2001/01/09  15:05:32
68782         Log: Subject: One more patch for UTF8 
68783              From: Inaba Hiroto <inaba@st.rim.or.jp>
68784              Date: Tue, 09 Jan 2001 01:04:32 +0900
68785              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
68786              
68787              UTF-8 fixes for 'x' and tr///.
68788      Branch: perl
68789            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
68790            ! regcomp.c regexec.c toke.c utf8.c
68791 ____________________________________________________________________________
68792 [  8377] By: jhi                                   on 2001/01/09  14:32:17
68793         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
68794      Branch: perl
68795            ! t/op/length.t
68796 ____________________________________________________________________________
68797 [  8376] By: jhi                                   on 2001/01/09  04:32:32
68798         Log: integrate changes #7775, #8316, #8316 from mainline
68799      Branch: maint-5.6/perl
68800            ! hints/solaris_2.sh
68801 ____________________________________________________________________________
68802 [  8375] By: jhi                                   on 2001/01/09  04:26:43
68803         Log: Update Changes.
68804      Branch: perl
68805            ! Changes patchlevel.h
68806 ____________________________________________________________________________
68807 [  8374] By: jhi                                   on 2001/01/09  04:14:32
68808         Log: IDE/editor section tweaking.
68809      Branch: perl
68810            ! pod/perlfaq3.pod
68811 ____________________________________________________________________________
68812 [  8373] By: jhi                                   on 2001/01/09  02:38:26
68813         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
68814              From: Peter Prymmer <pvhp@forte.com>
68815              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
68816              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
68817              
68818              In preparation os OS/390 dynamic loading.
68819      Branch: perl
68820            ! README.os390 hints/os390.sh
68821 ____________________________________________________________________________
68822 [  8372] By: jhi                                   on 2001/01/09  00:24:30
68823         Log: Integrate with perlio.
68824      Branch: perl
68825           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
68826 ____________________________________________________________________________
68827 [  8371] By: nick                                  on 2001/01/08  23:54:33
68828         Log: Fix "scalars leaked" bugs caused by overload magic
68829              (Highlighted by Ilya's DESTROY optimization.)
68830      Branch: perlio
68831            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
68832 ____________________________________________________________________________
68833 [  8370] By: nick                                  on 2001/01/08  20:19:41
68834         Log: Integrate mainline
68835      Branch: perlio
68836           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
68837           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
68838           !> t/op/64bitint.t
68839 ____________________________________________________________________________
68840 [  8369] By: jhi                                   on 2001/01/08  17:30:52
68841         Log: save_delete() Safefree() doesn't (anymore?) work with shared
68842              strings, one test failure in op/misc and almost all of lib/b.
68843              (Outcomments #8369.)
68844      Branch: perl
68845            ! scope.c
68846 ____________________________________________________________________________
68847 [  8368] By: jhi                                   on 2001/01/08  14:47:10
68848         Log: (Outcommented by #8369.)
68849              
68850              Subject: Re: Perl BugID 20001205.022 ---- save_delete
68851              From: Simon Cozens <simon@cozens.net>
68852              Date: Sat, 6 Jan 2001 11:48:40 +0000
68853              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
68854              
68855              The save_delete() does need the Safefree.
68856      Branch: perl
68857            ! scope.c
68858 ____________________________________________________________________________
68859 [  8367] By: bailey                                on 2001/01/08  08:53:52
68860         Log: Once again syncing after too long an absence
68861      Branch: vmsperl
68862           +> (branch 55 files)
68863            - MAINTAIN fix_pl vos/config.def vos/config.h
68864            - vos/config_h.SH_orig
68865           !> (integrate 498 files)
68866 ____________________________________________________________________________
68867 [  8366] By: jhi                                   on 2001/01/08  02:42:59
68868         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
68869              From: nick@ccl4.org
68870              Date: Sun, 7 Jan 2001 21:07:18 +0000
68871              Message-Id: <20010107210717.D1048@plum.flirble.org>
68872      Branch: perl
68873            ! sv.c t/op/64bitint.t
68874 ____________________________________________________________________________
68875 [  8365] By: jhi                                   on 2001/01/08  02:35:16
68876         Log: Subject: [PATCH] environ nit
68877              From: Simon Cozens <simon@cozens.net>
68878              Date: Sun, 7 Jan 2001 17:57:07 +0000
68879              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
68880              
68881              Use environ only if we have it.
68882      Branch: perl
68883            ! mg.c
68884 ____________________________________________________________________________
68885 [  8364] By: jhi                                   on 2001/01/08  02:24:51
68886         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
68887      Branch: perl
68888            ! ext/GDBM_File/GDBM_File.xs
68889 ____________________________________________________________________________
68890 [  8363] By: jhi                                   on 2001/01/08  02:19:24
68891         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
68892              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68893              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
68894              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
68895      Branch: perl
68896            ! dump.c op.c
68897 ____________________________________________________________________________
68898 [  8362] By: jhi                                   on 2001/01/08  02:17:43
68899         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
68900              From: Doug MacEachern <dougm@covalent.net>
68901              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
68902              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
68903              
68904              Allow AUTOLOAD to be an xsub and allow such xsubs
68905              to avoid use of $AUTOLOAD.
68906      Branch: perl
68907            ! gv.c
68908 ____________________________________________________________________________
68909 [  8361] By: jhi                                   on 2001/01/08  02:16:07
68910         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
68911              From: Radu Greab <radu@netsoft.ro>
68912              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
68913              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
68914              
68915              No need for the potentially nonportable $SIG{CHLD}.
68916      Branch: perl
68917            ! t/io/pipe.t
68918 ____________________________________________________________________________
68919 [  8360] By: jhi                                   on 2001/01/08  01:58:23
68920         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
68921      Branch: perl
68922            ! lib/Getopt/Long.pm
68923 ____________________________________________________________________________
68924 [  8359] By: jhi                                   on 2001/01/08  01:55:44
68925         Log: Integrate perlio:
68926              
68927              [  8356]
68928              FILE * in XS code for PerlIO world:
68929              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
68930              - Add FILE * T_STDIO typemap.
68931              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
68932              
68933              [  8346]
68934              Fixup accumulated integrate muddles (perlio == devperl again)
68935      Branch: perl
68936           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
68937           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
68938           !> utf8.c win32/Makefile
68939 ____________________________________________________________________________
68940 [  8358] By: jhi                                   on 2001/01/07  21:16:50
68941         Log: Update the EPOC cross SDK URL.
68942      Branch: perl
68943            ! README.epoc
68944 ____________________________________________________________________________
68945 [  8357] By: jhi                                   on 2001/01/07  21:16:09
68946         Log: Update the EPOC cross SDK URL.
68947      Branch: maint-5.6/perl
68948            ! README.epoc
68949 ____________________________________________________________________________
68950 [  8356] By: nick                                  on 2001/01/06  21:47:52
68951         Log: FILE * in XS code for PerlIO world:
68952              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
68953              - Add FILE * T_STDIO typemap.
68954              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
68955      Branch: perlio
68956            ! lib/ExtUtils/typemap perlio.c perlio.h
68957 ____________________________________________________________________________
68958 [  8355] By: jhi                                   on 2001/01/06  20:27:15
68959         Log: integrate change #8336 from mainline
68960              
68961              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
68962      Branch: maint-5.6/perl
68963            ! hv.c
68964 ____________________________________________________________________________
68965 [  8354] By: jhi                                   on 2001/01/06  20:24:29
68966         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
68967              From: Robin Barker <rmb1@cise.npl.co.uk>
68968              Date: Fri, 22 Dec 2000 12:17:38 GMT
68969              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
68970              
68971              The patch reformats some long =item lines so they give
68972              correct output via pod2man | nroff -man
68973              
68974              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
68975              From: Robin Barker <rmb1@cise.npl.co.uk>
68976              Date: Tue, 2 Jan 2001 15:35:03 GMT
68977              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
68978              
68979              Here is a _further_ patch which corrects a few more errors:
68980              * an empty C<=item> in CPAN.pm
68981              * patching the wrong file (pod/perlamiga.pod not README.amiga)
68982              * leaving empty C<=item>s which formatted incorrectly
68983              * over long C<=item>s revealed by latest patch to Pod::Man
68984      Branch: maint-5.6/perl
68985            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
68986            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
68987            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
68988            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
68989            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
68990            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
68991 ____________________________________________________________________________
68992 [  8353] By: jhi                                   on 2001/01/06  20:21:10
68993         Log: integrate changes #7980, 8056, 8057 from mainline
68994              
68995              UTF-8 hash keys.
68996      Branch: maint-5.6/perl
68997            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
68998 ____________________________________________________________________________
68999 [  8352] By: jhi                                   on 2001/01/06  20:18:44
69000         Log: Forgotten from #8438.
69001      Branch: maint-5.6/perl
69002            ! epoc/epocish.h
69003 ____________________________________________________________________________
69004 [  8351] By: jhi                                   on 2001/01/06  20:18:12
69005         Log: Forgotten from #8347.
69006      Branch: maint-5.6/perl
69007            ! config_h.SH
69008 ____________________________________________________________________________
69009 [  8350] By: jhi                                   on 2001/01/06  20:00:19
69010         Log: Thinko in #8347.
69011      Branch: maint-5.6/perl
69012            ! regcomp.c
69013 ____________________________________________________________________________
69014 [  8349] By: jhi                                   on 2001/01/06  18:05:30
69015         Log: Copy the FAQ3 IDE section from the development branch,
69016              changes originally by Peter Prymmer.
69017      Branch: maint-5.6/perl
69018            ! pod/perlfaq3.pod
69019 ____________________________________________________________________________
69020 [  8348] By: jhi                                   on 2001/01/06  18:03:02
69021         Log: EPOC updates for TRIAL1.
69022              
69023              Subject: [5.6.1 trial1] EPOC update
69024              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69025              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
69026              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
69027              
69028              Subject: epoc patch2 for perl-5.6.1-trial1
69029              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69030              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
69031              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
69032      Branch: maint-5.6/perl
69033            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
69034            ! epoc/epocish.c
69035 ____________________________________________________________________________
69036 [  8347] By: jhi                                   on 2001/01/06  17:29:10
69037         Log: integrate changes #7710,7824,7973 from mainline,
69038              plus VMS nits from Peter Prymmer and Dan Sugalski.
69039              
69040              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
69041              library (getprotobyname and getprotobynumber are outversioned by
69042              the same calls in libc, at least for xlc version 3.
69043              
69044              Add HAS_SBRK_PROTO.
69045              
69046              Fixes for signedness warnings noticed by VMSperlers.
69047      Branch: maint-5.6/perl
69048            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69049            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
69050            ! sv.c vms/descrip_mms.template vos/config.alpha.def
69051            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69052            ! win32/config.bc win32/config.gc win32/config.vc
69053 ____________________________________________________________________________
69054 [  8346] By: nick                                  on 2001/01/06  14:36:01
69055         Log: Fixup accumulated integrate muddles (perlio == devperl again)
69056      Branch: perlio
69057            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
69058 ____________________________________________________________________________
69059 [  8345] By: nick                                  on 2001/01/06  14:24:58
69060         Log: Integrate mainline
69061      Branch: perlio
69062           !> (integrate 55 files)
69063 ____________________________________________________________________________
69064 [  8344] By: jhi                                   on 2001/01/06  02:24:02
69065         Log: Subject: [patch] PerlIO_cleanup() prototype
69066              From: Doug MacEachern <dougm@covalent.net>
69067              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
69068              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
69069      Branch: perl
69070            ! perlio.h
69071 ____________________________________________________________________________
69072 [  8343] By: jhi                                   on 2001/01/06  01:04:09
69073         Log: IRIX compiler noticed that the bof initialization might be
69074              bypassed by control flow.
69075      Branch: perl
69076            ! toke.c
69077 ____________________________________________________________________________
69078 [  8342] By: jhi                                   on 2001/01/06  00:10:48
69079         Log: Update Changes.
69080      Branch: perl
69081            ! Changes patchlevel.h
69082 ____________________________________________________________________________
69083 [  8341] By: jhi                                   on 2001/01/05  23:52:33
69084         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
69085      Branch: perl
69086            ! toke.c
69087 ____________________________________________________________________________
69088 [  8340] By: jhi                                   on 2001/01/05  22:44:08
69089         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
69090              From: Radu Greab <radu@netsoft.ro>
69091              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
69092              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
69093      Branch: perl
69094            ! t/io/pipe.t util.c
69095 ____________________________________________________________________________
69096 [  8339] By: jhi                                   on 2001/01/05  22:35:17
69097         Log: Subject: [PATCH] format and rewording in perlfaq.pod
69098              From: Robin Barker <rmb1@cise.npl.co.uk>
69099              Date: Fri, 5 Jan 2001 18:51:20 GMT
69100              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
69101      Branch: perl
69102            ! pod/perlfaq.pod
69103 ____________________________________________________________________________
69104 [  8338] By: jhi                                   on 2001/01/05  22:31:17
69105         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
69106              From: Peter Prymmer <pvhp@forte.com>
69107              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
69108              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
69109      Branch: perl
69110            ! utils/perlbug.PL
69111 ____________________________________________________________________________
69112 [  8337] By: jhi                                   on 2001/01/05  18:15:11
69113         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
69114              From: Robin Barker <rmb1@cise.npl.co.uk>
69115              Date: Tue, 2 Jan 2001 15:24:07 GMT
69116              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
69117              
69118              If you call configure as C<./Configure> or C<sh ./Configure>,
69119              $src is set to the absolute path name, not '.'.
69120              
69121              This, in turn, means -Dmksymlink tries to do its stuff because
69122              it does not think it is in the src directory.
69123              
69124              (plus a metaconfig nitfix)
69125      Branch: metaconfig
69126            ! U/compline/ccflags.U U/modified/src.U
69127      Branch: perl
69128            ! Configure config_h.SH
69129 ____________________________________________________________________________
69130 [  8336] By: jhi                                   on 2001/01/05  17:48:32
69131         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
69132              From: Alan Burlison <Alan.Burlison@uk.sun.com>
69133              Message-ID: <3A5606C4.473D2226@uk.sun.com>
69134              Date: Fri, 05 Jan 2001 17:39:16 +0000
69135      Branch: perl
69136            ! hv.c
69137 ____________________________________________________________________________
69138 [  8335] By: jhi                                   on 2001/01/05  16:05:44
69139         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
69140      Branch: perl
69141            ! lib/Getopt/Long.pm
69142 ____________________________________________________________________________
69143 [  8334] By: jhi                                   on 2001/01/05  16:00:51
69144         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
69145              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
69146              Date: Fri, 05 Jan 2001 13:46:51 +0100
69147              Message-ID: <13693.978698811@nice.ram.loc>
69148              
69149              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
69150              accurate reading of the "atime".  
69151      Branch: perl
69152            ! t/io/fs.t
69153 ____________________________________________________________________________
69154 [  8333] By: jhi                                   on 2001/01/05  15:57:37
69155         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
69156              From: Simon Cozens <simon@cozens.net>
69157              Date: Fri, 8 Dec 2000 13:33:31 +0000
69158              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
69159              
69160              A lost patch fragment.
69161      Branch: perl
69162            ! doop.c
69163 ____________________________________________________________________________
69164 [  8332] By: jhi                                   on 2001/01/05  15:40:42
69165         Log: Do away with strncpy() and a fixed length buffer.
69166      Branch: perl
69167            ! utf8.c
69168 ____________________________________________________________________________
69169 [  8331] By: jhi                                   on 2001/01/05  15:03:07
69170         Log: Tests for #8329 and #8330.
69171      Branch: perl
69172            ! t/op/bop.t
69173 ____________________________________________________________________________
69174 [  8330] By: jhi                                   on 2001/01/05  15:02:38
69175         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
69176              raw 8-bit form to the UTF-8 string.
69177      Branch: perl
69178            ! toke.c
69179 ____________________________________________________________________________
69180 [  8329] By: jhi                                   on 2001/01/05  14:55:13
69181         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
69182              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69183              Date: Fri, 5 Jan 2001 12:28:52 +0100
69184              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
69185              
69186              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
69187              no effect.  (changed the strncpy() to Copy())
69188      Branch: perl
69189            ! toke.c
69190 ____________________________________________________________________________
69191 [  8328] By: jhi                                   on 2001/01/05  06:44:27
69192         Log: UTF-8 cleanup.
69193      Branch: perl
69194            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
69195            ! regexec.c sv.c toke.c
69196 ____________________________________________________________________________
69197 [  8327] By: jhi                                   on 2001/01/05  01:11:29
69198         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')
69199              From: Radu Greab <radu@netsoft.ro>
69200              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
69201              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
69202              
69203              Cleans up Harness to not use FileHandle, which uses IO.
69204      Branch: perl
69205            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69206 ____________________________________________________________________________
69207 [  8326] By: jhi                                   on 2001/01/05  00:56:37
69208         Log: Update Changes.
69209      Branch: perl
69210            ! Changes patchlevel.h
69211 ____________________________________________________________________________
69212 [  8325] By: jhi                                   on 2001/01/05  00:53:18
69213         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
69214              From: Peter Prymmer <pvhp@forte.com>
69215              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
69216              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
69217              
69218              plus a couple more tailing whitespace removals.
69219      Branch: perl
69220            ! win32/Makefile
69221 ____________________________________________________________________________
69222 [  8324] By: jhi                                   on 2001/01/05  00:47:39
69223         Log: Add some Unicode chop() tests.
69224      Branch: perl
69225            ! t/op/chop.t
69226 ____________________________________________________________________________
69227 [  8323] By: jhi                                   on 2001/01/05  00:47:23
69228         Log: Unify UTF-8 malformedness handling.
69229      Branch: perl
69230            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
69231 ____________________________________________________________________________
69232 [  8322] By: jhi                                   on 2001/01/04  22:21:54
69233         Log: The new $issymlink was unknown to Mksymlinks.
69234      Branch: metaconfig/U/perl
69235            ! Mksymlinks.U issymlink.U
69236      Branch: perl
69237            ! Configure config_h.SH
69238 ____________________________________________________________________________
69239 [  8321] By: jhi                                   on 2001/01/04  21:51:05
69240         Log: The test didn't work under the core test framework.
69241      Branch: perl
69242            ! t/lib/st-lock.t
69243 ____________________________________________________________________________
69244 [  8320] By: jhi                                   on 2001/01/04  21:14:22
69245         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
69246      Branch: perl
69247            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
69248 ____________________________________________________________________________
69249 [  8319] By: jhi                                   on 2001/01/04  20:46:17
69250         Log: Typo in #8312 when manually applying a problematic patch fragment.
69251      Branch: perl
69252            ! ext/Storable/Storable.xs
69253 ____________________________________________________________________________
69254 [  8318] By: jhi                                   on 2001/01/04  20:43:01
69255         Log: The $sh_c didn't fly.
69256      Branch: metaconfig
69257            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
69258            ! U/modified/Loc.U U/modified/myhostname.U
69259            ! U/modified/spitshell.U
69260      Branch: metaconfig/U/perl
69261            ! issymlink.U
69262      Branch: perl
69263            ! Configure config_h.SH
69264 ____________________________________________________________________________
69265 [  8317] By: jhi                                   on 2001/01/04  19:58:01
69266         Log: AIX builtin test -h is broken, changes based on
69267              
69268              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
69269              Date: Tue, 02 Jan 2001 11:24:39 +0100
69270              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69271              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
69272      Branch: metaconfig
69273            + U/modified/spitshell.U
69274            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
69275            ! U/modified/Loc.U U/modified/myhostname.U
69276      Branch: metaconfig/U/perl
69277            ! Mksymlinks.U issymlink.U
69278      Branch: perl
69279            ! Configure
69280 ____________________________________________________________________________
69281 [  8316] By: jhi                                   on 2001/01/04  19:02:22
69282         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
69283              From: Andy Dougherty <doughera@lafayette.edu>
69284              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
69285              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
69286              
69287              Beware of GNU ld.
69288      Branch: perl
69289            ! hints/solaris_2.sh
69290 ____________________________________________________________________________
69291 [  8315] By: jhi                                   on 2001/01/04  18:56:48
69292         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
69293              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
69294              Date: Wed, 3 Jan 2001 07:58:51 +0100
69295              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
69296      Branch: perl
69297            ! hints/solaris_2.sh
69298 ____________________________________________________________________________
69299 [  8314] By: jhi                                   on 2001/01/04  18:54:07
69300         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
69301              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69302              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
69303              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
69304              
69305              Doc tweak on #8313.
69306      Branch: perl
69307            ! ext/B/B/Deparse.pm
69308 ____________________________________________________________________________
69309 [  8313] By: jhi                                   on 2001/01/04  18:52:27
69310         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
69311              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
69312              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69313              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
69314              
69315              Make the peephole optimizer to bypass more null ops and
69316              and rewrite the deparse handling of continue blocks.
69317      Branch: perl
69318            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
69319 ____________________________________________________________________________
69320 [  8312] By: jhi                                   on 2001/01/04  18:47:39
69321         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
69322      Branch: perl
69323            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
69324            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
69325            ! t/lib/st-lock.t
69326 ____________________________________________________________________________
69327 [  8311] By: jhi                                   on 2001/01/04  18:36:08
69328         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
69329              filter to be run on each .pm during the pm_to_blib() phase,
69330              a fixed version of
69331              
69332              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
69333              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
69334              Date: Wed, 03 Jan 2001 22:01:30 +0100
69335              Message-ID: <5296.978555690@nice.ram.loc>
69336      Branch: perl
69337            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
69338            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
69339            ! lib/ExtUtils/MakeMaker.pm
69340 ____________________________________________________________________________
69341 [  8310] By: jhi                                   on 2001/01/04  18:32:54
69342         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69343              From: Robin Barker <rmb1@cise.npl.co.uk>
69344              Date: Tue, 2 Jan 2001 15:35:03 GMT
69345              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
69346      Branch: perl
69347            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
69348            ! pod/perlrequick.pod
69349 ____________________________________________________________________________
69350 [  8309] By: jhi                                   on 2001/01/04  18:29:07
69351         Log: Subject: Re: [patch] static-ize XS()
69352              From: Doug MacEachern <dougm@covalent.net>
69353              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
69354              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
69355              
69356              Provide prototypes for the XS functions.
69357      Branch: perl
69358            ! lib/ExtUtils/xsubpp
69359 ____________________________________________________________________________
69360 [  8308] By: jhi                                   on 2001/01/04  18:27:44
69361         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
69362              From: Doug MacEachern <dougm@covalent.net>
69363              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
69364              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
69365      Branch: perl
69366            ! lib/ExtUtils/typemap
69367 ____________________________________________________________________________
69368 [  8307] By: jhi                                   on 2001/01/04  18:25:25
69369         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
69370              From: Doug MacEachern <dougm@covalent.net>
69371              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
69372              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
69373              
69374              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
69375      Branch: perl
69376            ! lib/ExtUtils/MM_Unix.pm
69377 ____________________________________________________________________________
69378 [  8306] By: jhi                                   on 2001/01/04  18:23:00
69379         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
69380              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69381              Date: Thu, 4 Jan 2001 12:47:10 +0100 
69382              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
69383              
69384              The toke.c part only, patching embed.h and proto.h is futile.
69385      Branch: perl
69386            ! toke.c
69387 ____________________________________________________________________________
69388 [  8305] By: jhi                                   on 2001/01/04  18:05:51
69389         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
69390              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69391              Date: Thu, 4 Jan 2001 17:50:12 +0100 
69392              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
69393      Branch: perl
69394            ! toke.c
69395 ____________________________________________________________________________
69396 [  8304] By: jhi                                   on 2001/01/04  18:03:26
69397         Log: Subject: [PATCH perl@8269]
69398              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69399              Date: Thu, 4 Jan 2001 12:53:39 +0100 
69400              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
69401              
69402              If running byacc write-enable also perly.h.
69403      Branch: perl
69404            ! Makefile.SH
69405 ____________________________________________________________________________
69406 [  8303] By: jhi                                   on 2001/01/04  15:40:49
69407         Log: Rewrite pp_concat() in terms of sv_catsv().
69408      Branch: perl
69409            ! pp_hot.c
69410 ____________________________________________________________________________
69411 [  8302] By: nick                                  on 2001/01/03  22:43:22
69412         Log: Integrate mainline.
69413      Branch: perlio
69414           !> ext/Encode/Encode.xs sv.c utf8.c
69415 ____________________________________________________________________________
69416 [  8301] By: jhi                                   on 2001/01/02  23:40:26
69417         Log: Variable naming tweak.
69418      Branch: perl
69419            ! sv.c
69420 ____________________________________________________________________________
69421 [  8300] By: jhi                                   on 2001/01/02  23:40:02
69422         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
69423              in is_utf8_string().
69424      Branch: perl
69425            ! utf8.c
69426 ____________________________________________________________________________
69427 [  8299] By: jhi                                   on 2001/01/02  22:14:40
69428         Log: Integrate perlio:
69429              
69430              [  8298]
69431              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
69432              
69433              [  8296]
69434              Add Encode and correct Filter/Util/Call in nmake Makefile
69435      Branch: perl
69436           !> pp.c pp_hot.c win32/Makefile
69437 ____________________________________________________________________________
69438 [  8298] By: nick                                  on 2001/01/02  22:03:06
69439         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
69440      Branch: perlio
69441            ! pp.c pp_hot.c
69442 ____________________________________________________________________________
69443 [  8297] By: jhi                                   on 2001/01/02  04:26:28
69444         Log: Signedness nit.
69445      Branch: perl
69446            ! ext/Encode/Encode.xs
69447 ____________________________________________________________________________
69448 [  8296] By: nick                                  on 2001/01/01  23:49:36
69449         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
69450      Branch: perlio
69451            ! win32/Makefile
69452 ____________________________________________________________________________
69453 [  8295] By: jhi                                   on 2001/01/01  23:05:48
69454         Log: Integrate perlio:
69455              
69456              [  8293]
69457              More rigor in UTF-8-ness of Encode's toUnicode
69458              XS export some of the utf8 internal functions.
69459              Test some of the functions.
69460              Fix pp_concat() bug shown by said tests.
69461      Branch: perl
69462           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
69463           !> t/lib/encode.t
69464 ____________________________________________________________________________
69465 [  8294] By: nick                                  on 2001/01/01  22:48:34
69466         Log: Integrate mainline
69467      Branch: perlio
69468            ! pp_hot.c t/lib/encode.t
69469           !> (integrate 65 files)
69470 ____________________________________________________________________________
69471 [  8293] By: nick                                  on 2001/01/01  21:58:50
69472         Log: More rigor in UTF-8-ness of Encode's toUnicode
69473              XS export some of the utf8 internal functions.
69474              Test some of the functions.
69475              Fix pp_concat() bug shown by said tests.
69476      Branch: perlio
69477            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
69478            ! t/lib/encode.t
69479 ____________________________________________________________________________
69480 [  8292] By: jhi                                   on 2001/01/01  18:11:44
69481         Log: Integrate perlio:
69482              
69483              [  8290]
69484              Loose the "Loading..." warning.
69485              Another bug in fallback support
69486              
69487              [  8288]
69488              Fix .ucm reading - forgot a chr()
69489              Start of .ucm write (for .enc to .ucm)
69490              
69491              [  8285]
69492              Start of support of ICU-style .ucm files:
69493              - teach compile how to read a .ucm file
69494              - first guess at how to represent fallbacks in "tries".
69495              - use fallbacks if check == 0
69496              - new return code to indicate we used one.
69497      Branch: perl
69498           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
69499           !> ext/Encode/encengine.c ext/Encode/encode.h
69500 ____________________________________________________________________________
69501 [  8291] By: jhi                                   on 2001/01/01  18:10:58
69502         Log: Podify README.mpeix (a new version from the web),
69503              add a dummy NAME to Carp::Heavy, regen toc.
69504      Branch: perl
69505            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
69506            ! pod/perltoc.pod
69507 ____________________________________________________________________________
69508 [  8290] By: nick                                  on 2001/01/01  17:43:47
69509         Log: Loose the "Loading..." warning.
69510              Another bug in fallback support
69511      Branch: perlio
69512            ! ext/Encode/Encode.pm ext/Encode/encengine.c
69513 ____________________________________________________________________________
69514 [  8289] By: jhi                                   on 2001/01/01  00:01:57
69515         Log: Bump up Larry's copyright.
69516      Branch: perl
69517            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
69518            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
69519            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
69520            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
69521            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
69522            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
69523            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
69524            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
69525 ____________________________________________________________________________
69526 [  8288] By: nick                                  on 2000/12/31  21:27:53
69527         Log: Fix .ucm reading - forgot a chr()
69528              Start of .ucm write (for .enc to .ucm)
69529      Branch: perlio
69530            ! ext/Encode/compile
69531 ____________________________________________________________________________
69532 [  8287] By: jhi                                   on 2000/12/31  18:15:56
69533         Log: Comment away a diagnostic message as noted by Craig A. Berry
69534              (the unexpected message was confusing testing)
69535      Branch: perl
69536            ! ext/Encode/Encode.pm
69537 ____________________________________________________________________________
69538 [  8286] By: jhi                                   on 2000/12/31  18:14:51
69539         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
69540              Date: Sun, 31 Dec 2000 11:17:37 -0600
69541              From: "Craig A. Berry" <craigberry@mac.com>
69542              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
69543      Branch: perl
69544            ! ext/Encode/Makefile.PL
69545 ____________________________________________________________________________
69546 [  8285] By: nick                                  on 2000/12/31  18:11:54
69547         Log: Start of support of ICU-style .ucm files:
69548              - teach compile how to read a .ucm file
69549              - first guess at how to represent fallbacks in "tries".
69550              - use fallbacks if check == 0
69551              - new return code to indicate we used one.
69552      Branch: perlio
69553            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
69554            ! ext/Encode/encengine.c ext/Encode/encode.h
69555 ____________________________________________________________________________
69556 [  8284] By: jhi                                   on 2000/12/31  18:04:41
69557         Log: Pacify picky VMS compiler.
69558              
69559              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
69560              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69561              Date: Sat, 30 Dec 2000 18:10:02 -0600
69562              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
69563      Branch: perl
69564            ! sv.c
69565 ____________________________________________________________________________
69566 [  8283] By: jhi                                   on 2000/12/31  16:11:47
69567         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
69568      Branch: perl
69569            ! t/lib/glob-basic.t
69570 ____________________________________________________________________________
69571 [  8282] By: jhi                                   on 2000/12/31  15:26:11
69572         Log: Integrate perlio:
69573              
69574              [  8281]
69575              Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
69576              is available to be exported
69577              
69578              [  8280]
69579              Ilya's OS2 patch (testing for damage on Win32)
69580      Branch: perl
69581           !> makedef.pl opcode.pl os2/os2.c perlio.c
69582 ____________________________________________________________________________
69583 [  8281] By: nick                                  on 2000/12/31  10:06:15
69584         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
69585              is available to be exported
69586      Branch: perlio
69587            ! makedef.pl perlio.c
69588 ____________________________________________________________________________
69589 [  8280] By: nick                                  on 2000/12/31  09:41:26
69590         Log: Ilya's OS2 patch (testing for damage on Win32)
69591      Branch: perlio
69592            ! makedef.pl opcode.pl os2/os2.c
69593 ____________________________________________________________________________
69594 [  8279] By: jhi                                   on 2000/12/30  21:52:07
69595         Log: Test nits.
69596      Branch: perl
69597            ! t/lib/syslfs.t t/op/lfs.t
69598 ____________________________________________________________________________
69599 [  8278] By: jhi                                   on 2000/12/30  21:47:49
69600         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
69601              From: andreas.koenig@anima.de (Andreas J. Koenig)
69602              Date: 30 Dec 2000 22:35:37 +0100
69603              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
69604              
69605              The 32-bit wraparound test wasn't quite right.
69606      Branch: perl
69607            ! t/lib/syslfs.t t/op/lfs.t
69608 ____________________________________________________________________________
69609 [  8277] By: jhi                                   on 2000/12/30  21:33:44
69610         Log: Subject: [PATCH] open() example in perlfunc.pod 
69611              From: Karsten Sperling <s_sperli@ira.uka.de>
69612              Date: Sat, 30 Dec 2000 22:27:09 +0100
69613              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
69614      Branch: perl
69615            ! pod/perlfunc.pod
69616 ____________________________________________________________________________
69617 [  8276] By: jhi                                   on 2000/12/30  20:32:40
69618         Log: Not quite that many tests yet.
69619      Branch: perl
69620            ! t/op/pat.t
69621 ____________________________________________________________________________
69622 [  8275] By: jhi                                   on 2000/12/30  20:26:58
69623         Log: Integrate perlio:
69624              
69625              [  8272]
69626              Tweak for MULTIPLICITY/USE_PERLIO
69627      Branch: perl
69628           !> toke.c
69629 ____________________________________________________________________________
69630 [  8274] By: jhi                                   on 2000/12/30  20:24:56
69631         Log: Signedness nit.
69632      Branch: perl
69633            ! utf8.c
69634 ____________________________________________________________________________
69635 [  8273] By: jhi                                   on 2000/12/30  20:15:46
69636         Log: Add a test case for 20000731.001 which was fixed by the #8267.
69637      Branch: perl
69638            ! t/op/pat.t
69639 ____________________________________________________________________________
69640 [  8272] By: nick                                  on 2000/12/30  19:47:51
69641         Log: Tweak for MULTIPLICITY/USE_PERLIO
69642      Branch: perlio
69643            ! toke.c
69644 ____________________________________________________________________________
69645 [  8271] By: nick                                  on 2000/12/30  19:46:45
69646         Log: Integrate mainline
69647      Branch: perlio
69648           +> lib/unicode/distinct.pm
69649           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
69650           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
69651           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
69652 ____________________________________________________________________________
69653 [  8270] By: jhi                                   on 2000/12/30  19:39:50
69654         Log: Subject: RE: perl@8269
69655              From: "Richard Soderberg" <rs@crystalflame.net>
69656              Date: Sat, 30 Dec 2000 11:36:27 -0800
69657              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
69658              
69659              A missing aTHX_.
69660      Branch: perl
69661            ! toke.c
69662 ____________________________________________________________________________
69663 [  8269] By: jhi                                   on 2000/12/30  18:55:48
69664         Log: Update Changes.
69665      Branch: perl
69666            ! Changes patchlevel.h
69667 ____________________________________________________________________________
69668 [  8268] By: jhi                                   on 2000/12/30  17:18:40
69669         Log: Add a test for Unicode split //.  The #8267 was the cure.
69670      Branch: perl
69671            ! t/op/split.t
69672 ____________________________________________________________________________
69673 [  8267] By: jhi                                   on 2000/12/30  17:14:19
69674         Log: Subject: more UTF8 test suites and an UTF8 patch
69675              From: Inaba Hiroto <inaba@st.rim.or.jp>
69676              Date: Sat, 30 Dec 2000 14:27:10 +0900
69677              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
69678              
69679              Just the patch part for now, and the pragma renamed
69680              as unicode::distinct.
69681      Branch: perl
69682            + lib/unicode/distinct.pm
69683            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
69684            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
69685            ! regcomp.h regexec.c sv.c toke.c utf8.c
69686 ____________________________________________________________________________
69687 [  8266] By: nick                                  on 2000/12/30  16:40:49
69688         Log: Integrate mainline
69689      Branch: perlio
69690           +> lib/Pod/Text/Overstrike.pm
69691           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
69692           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
69693           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
69694           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
69695           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
69696 ____________________________________________________________________________
69697 [  8265] By: jhi                                   on 2000/12/30  07:28:55
69698         Log: The sv_catsv() fix, take two.
69699      Branch: perl
69700            ! sv.c t/op/join.t
69701 ____________________________________________________________________________
69702 [  8264] By: jhi                                   on 2000/12/30  06:19:18
69703         Log: Undo all the join-related changes since #8248: relevant
69704              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
69705              The new sv_catsv() doesn't fly so it must go back to
69706              the drawing board.
69707      Branch: perl
69708            ! sv.c t/op/join.t t/pragma/utf8.t
69709 ____________________________________________________________________________
69710 [  8263] By: jhi                                   on 2000/12/30  01:08:32
69711         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
69712      Branch: perl
69713            ! sv.c
69714 ____________________________________________________________________________
69715 [  8262] By: jhi                                   on 2000/12/30  00:45:14
69716         Log: Retract #8261.
69717      Branch: perl
69718            ! hv.c util.c
69719 ____________________________________________________________________________
69720 [  8261] By: jhi                                   on 2000/12/30  00:38:32
69721         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
69722      Branch: perl
69723            ! hv.c util.c
69724 ____________________________________________________________________________
69725 [  8260] By: jhi                                   on 2000/12/29  22:51:33
69726         Log: (Retracted by #8264)  More fixing for #8251.
69727      Branch: perl
69728            ! sv.c
69729 ____________________________________________________________________________
69730 [  8259] By: jhi                                   on 2000/12/29  18:27:30
69731         Log: Subject: podlators 1.06 released
69732              From: Russ Allbery <rra@stanford.edu>
69733              Date: 25 Dec 2000 05:09:30 -0800
69734              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
69735      Branch: perl
69736            + lib/Pod/Text/Overstrike.pm
69737            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
69738            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
69739 ____________________________________________________________________________
69740 [  8258] By: jhi                                   on 2000/12/29  18:20:45
69741         Log: Make the large file tests more robust/talkative as suggested by
69742              
69743              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
69744              From: andreas.koenig@anima.de (Andreas J. Koenig)
69745              Date: 29 Dec 2000 14:23:01 +0100
69746              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
69747      Branch: perl
69748            ! t/lib/syslfs.t t/op/lfs.t
69749 ____________________________________________________________________________
69750 [  8257] By: jhi                                   on 2000/12/29  17:48:04
69751         Log: Further VMS piping fixes from Charles Lane:
69752              
69753              In summary, error messages produced when a subprocess terminated
69754              abnormally were being sent not just to the parent process, but to
69755              grandparents, because of default values for error output that were
69756              not completely overridden when the subprocess was started.
69757              
69758              This patch fixes this behavior by defining user-mode (i.e., temporary
69759              for the duration of the program) logical names for SYS$OUTPUT and
69760              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
69761              changes to make it so that the user-mode logicals are the ones that
69762              control where Perl's error messages go if it terminates abnormally.
69763              
69764              I also added some gratuitous fixes to the indentation of braces in
69765              the piping code.  It just looked ugly, before.
69766      Branch: perl
69767            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
69768 ____________________________________________________________________________
69769 [  8256] By: jhi                                   on 2000/12/29  17:45:12
69770         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
69771              From: "Casey R. Tweten" <crt@kiski.net>
69772              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
69773              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
69774              
69775              Tests for for #8240.
69776      Branch: perl
69777            ! t/pragma/constant.t
69778 ____________________________________________________________________________
69779 [  8255] By: jhi                                   on 2000/12/29  17:43:07
69780         Log: Subject: Re: [PATCH] Interesting syntax idea
69781              From: Simon Cozens <simon@cozens.net>
69782              Date: Fri, 29 Dec 2000 14:34:04 +0000
69783              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
69784              
69785              Tests for #8254.
69786      Branch: perl
69787            ! t/pragma/sub_lval.t
69788 ____________________________________________________________________________
69789 [  8254] By: jhi                                   on 2000/12/29  17:42:11
69790         Log: Subject: [PATCH] Interesting syntax idea
69791              From: Simon Cozens <simon@cozens.net>
69792              Date: Wed, 27 Dec 2000 05:08:57 +0000
69793              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
69794              
69795              Make opens + bareword assigns do typeglob assigns.
69796      Branch: perl
69797            ! op.c
69798 ____________________________________________________________________________
69799 [  8253] By: jhi                                   on 2000/12/29  17:36:45
69800         Log: Output the (apparent) version of gcc, as suggested by
69801              
69802              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
69803              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
69804              Date: 26 Dec 2000 04:29:17 -0500
69805              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
69806              
69807              (The patch as such didn't any more apply as the misparsing had
69808              already been addressed in #6474.)  Also change the wording about
69809              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
69810      Branch: perl
69811            ! hints/dec_osf.sh
69812 ____________________________________________________________________________
69813 [  8252] By: nick                                  on 2000/12/29  12:14:31
69814         Log: Integrate mainline
69815      Branch: perlio
69816           !> (integrate 27 files)
69817 ____________________________________________________________________________
69818 [  8251] By: jhi                                   on 2000/12/29  08:45:46
69819         Log: (Retracted by #8264)
69820              
69821              (Fixed by #8260.)
69822              
69823              sv_catsv() needs one more byte space than seems reasonable.
69824              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
69825              Curiouser and curiouser.
69826      Branch: perl
69827            ! sv.c
69828 ____________________________________________________________________________
69829 [  8250] By: jhi                                   on 2000/12/29  07:57:52
69830         Log: More split // UTF-8 tests.
69831      Branch: perl
69832            ! t/pragma/utf8.t
69833 ____________________________________________________________________________
69834 [  8249] By: jhi                                   on 2000/12/29  07:54:51
69835         Log: (Retracted by #8264)  More join() testing which was good because
69836              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
69837      Branch: perl
69838            ! pp.c t/op/join.t utf8.c utf8.h
69839 ____________________________________________________________________________
69840 [  8248] By: jhi                                   on 2000/12/29  07:08:32
69841         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
69842              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
69843              that the only cases to care about are byte+byte and byte+character.
69844              
69845              TODO: See how well pp_concat() could be implemented in terms
69846              of sv_catsv().
69847      Branch: perl
69848            ! doop.c sv.c t/op/join.t utf8.h
69849 ____________________________________________________________________________
69850 [  8247] By: jhi                                   on 2000/12/29  06:35:23
69851         Log: Signedness nit.
69852      Branch: perl
69853            ! pp_hot.c
69854 ____________________________________________________________________________
69855 [  8246] By: jhi                                   on 2000/12/29  01:23:31
69856         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
69857              From: Lupe Christoph <lupe@lupe-christoph.de>
69858              Date: Thu, 28 Dec 2000 23:00:00 +0100
69859              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
69860              
69861              Suggest rsync --delete --dry-run.
69862      Branch: perl
69863            ! pod/perlhack.pod
69864 ____________________________________________________________________________
69865 [  8245] By: jhi                                   on 2000/12/28  23:57:05
69866         Log: The maxiters upper limit sanity check (guarding against
69867              non-progress) assumed bytes instead of characters in s///
69868              and split().
69869      Branch: perl
69870            ! pp.c pp_hot.c
69871 ____________________________________________________________________________
69872 [  8244] By: jhi                                   on 2000/12/28  23:34:08
69873         Log: Make some panic messages a bit more logical.
69874      Branch: perl
69875            ! doop.c pod/perldiag.pod pp.c pp_hot.c
69876 ____________________________________________________________________________
69877 [  8243] By: jhi                                   on 2000/12/28  22:59:16
69878         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
69879              From: Simon Cozens <simon@cozens.net>
69880              Date: Wed, 27 Dec 2000 02:30:03 +0000
69881              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
69882      Branch: perl
69883            ! pp.c t/pragma/sub_lval.t
69884 ____________________________________________________________________________
69885 [  8242] By: jhi                                   on 2000/12/28  22:56:53
69886         Log: Subject: [PATCH blead] Fix B::Terse indentation
69887              From: Daniel Chetlin <daniel@chetlin.com>
69888              Date: Wed, 27 Dec 2000 06:43:30 -0800
69889              Message-ID: <20001227064329.B9573@darkstar>
69890      Branch: perl
69891            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
69892 ____________________________________________________________________________
69893 [  8241] By: jhi                                   on 2000/12/28  22:48:59
69894         Log: The latter patch from the
69895              
69896              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
69897              From: Peter Prymmer <pvhp@forte.com> 
69898              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
69899              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
69900              
69901              (the former patch from the above should have been
69902              taken care of by Nick I-S)
69903      Branch: perl
69904            ! win32/Makefile
69905 ____________________________________________________________________________
69906 [  8240] By: jhi                                   on 2000/12/28  22:45:22
69907         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
69908              From: "Casey R. Tweten" <crt@kiski.net>
69909              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
69910              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
69911      Branch: perl
69912            ! lib/constant.pm
69913 ____________________________________________________________________________
69914 [  8239] By: jhi                                   on 2000/12/28  22:37:45
69915         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
69916              From: Simon Cozens <simon@cozens.net>
69917              Date: Wed, 27 Dec 2000 14:12:44 +0000
69918              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
69919      Branch: perl
69920            ! t/op/method.t t/op/sort.t toke.c
69921 ____________________________________________________________________________
69922 [  8238] By: jhi                                   on 2000/12/28  22:30:32
69923         Log: Subject: [PATCH perl@8229] Call.pm
69924              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
69925              Date: Mon, 25 Dec 2000 10:47:15 -0000
69926              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
69927      Branch: perl
69928            ! ext/Filter/Util/Call/Call.pm
69929 ____________________________________________________________________________
69930 [  8237] By: jhi                                   on 2000/12/28  22:19:21
69931         Log: Subject: [PATCH blead] Fix problem with `&' prototype
69932              From: Daniel Chetlin <daniel@chetlin.com>
69933              Date: Wed, 27 Dec 2000 15:55:32 -0800
69934              Message-ID: <20001227155532.D9573@darkstar>
69935      Branch: perl
69936            ! op.c t/comp/proto.t
69937 ____________________________________________________________________________
69938 [  8236] By: jhi                                   on 2000/12/28  22:09:25
69939         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
69940              From: Daniel Chetlin <daniel@chetlin.com>
69941              Date: Sun, 24 Dec 2000 04:09:49 -0800
69942              Message-ID: <20001224040949.B3090@darkstar>
69943      Branch: perl
69944            ! gv.c mg.c t/op/attrs.t
69945 ____________________________________________________________________________
69946 [  8235] By: jhi                                   on 2000/12/28  22:07:11
69947         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
69948              From: Jan Dubois <jand@ActiveState.com>
69949              Date: Tue, 26 Dec 2000 20:57:31 -0800
69950              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
69951      Branch: perl
69952            ! win32/win32.c
69953 ____________________________________________________________________________
69954 [  8234] By: jhi                                   on 2000/12/28  21:52:42
69955         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
69956              From: Simon Cozens <simon@cozens.net>
69957              Date: Thu, 28 Dec 2000 20:33:13 +0000
69958              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
69959      Branch: perl
69960            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
69961 ____________________________________________________________________________
69962 [  8233] By: jhi                                   on 2000/12/28  19:40:49
69963         Log: Integrate perlio:
69964              
69965              [  8232]
69966              Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
69967              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
69968              
69969              [  8231]
69970              "Compiled" encode build cleanup
69971              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
69972              - .c files do not export sub-tables
69973      Branch: perl
69974           !> ext/Encode/Makefile.PL ext/Encode/compile
69975 ____________________________________________________________________________
69976 [  8232] By: nick                                  on 2000/12/23  16:06:00
69977         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
69978              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
69979      Branch: perlio
69980            ! ext/Encode/Makefile.PL
69981 ____________________________________________________________________________
69982 [  8231] By: nick                                  on 2000/12/23  14:30:34
69983         Log: "Compiled" encode build cleanup
69984              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
69985              - .c files do not export sub-tables
69986      Branch: perlio
69987            ! ext/Encode/Makefile.PL ext/Encode/compile
69988 ____________________________________________________________________________
69989 [  8230] By: nick                                  on 2000/12/23  12:50:37
69990         Log: Integrate mainline
69991      Branch: perlio
69992           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
69993           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
69994           !> pod/perl5004delta.pod pod/perl5005delta.pod
69995           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
69996           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
69997           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
69998           !> pod/perlsub.pod
69999 ____________________________________________________________________________
70000 [  8229] By: jhi                                   on 2000/12/22  15:32:12
70001         Log: Integrate perlio:
70002              
70003              [  8226]
70004              Handy script for when one forgets to "dmake clean" 
70005              
70006              [  8225]
70007              CRLF platform issue with io/utf8 fix.
70008      Branch: perl
70009           +> win32/distclean.bat
70010           !> MANIFEST t/io/utf8.t
70011 ____________________________________________________________________________
70012 [  8228] By: jhi                                   on 2000/12/22  15:29:40
70013         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
70014              From: Robin Barker <rmb1@cise.npl.co.uk>
70015              Date: Fri, 22 Dec 2000 12:17:38 GMT
70016              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
70017      Branch: perl
70018            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70019            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70020            ! pod/perl5004delta.pod pod/perl5005delta.pod
70021            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70022            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70023            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70024            ! pod/perlsub.pod
70025 ____________________________________________________________________________
70026 [  8227] By: jhi                                   on 2000/12/22  15:24:28
70027         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
70028              From: "John L. Allen" <allen@grumman.com>
70029              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
70030              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
70031              
70032              Document APPLLIB_EXP.
70033      Branch: perl
70034            ! INSTALL
70035 ____________________________________________________________________________
70036 [  8226] By: nick                                  on 2000/12/21  22:11:50
70037         Log: Handy script for when one forgets to "dmake clean" 
70038      Branch: perlio
70039            + win32/distclean.bat
70040            ! MANIFEST
70041 ____________________________________________________________________________
70042 [  8225] By: nick                                  on 2000/12/21  21:54:04
70043         Log: CRLF platform issue with io/utf8 fix.
70044      Branch: perlio
70045            ! t/io/utf8.t
70046 ____________________________________________________________________________
70047 [  8224] By: nick                                  on 2000/12/21  21:02:20
70048         Log: Integrate mainline
70049      Branch: perlio
70050           !> Changes Configure Makefile.SH Porting/Glossary
70051           !> Porting/config.sh Porting/config_H configure.com
70052           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
70053           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
70054           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
70055           !> win32/config.bc win32/config.gc win32/config.vc
70056 ____________________________________________________________________________
70057 [  8223] By: jhi                                   on 2000/12/21  17:09:16
70058         Log: Update Changes.
70059      Branch: perl
70060            ! Changes patchlevel.h
70061 ____________________________________________________________________________
70062 [  8222] By: jhi                                   on 2000/12/21  16:24:01
70063         Log: Metaconfig unit changes for #8221.
70064      Branch: metaconfig/U/perl
70065           +> issymlink.U
70066            - testsyml.U
70067            ! Mksymlinks.U
70068 ____________________________________________________________________________
70069 [  8221] By: jhi                                   on 2000/12/21  16:23:48
70070         Log: Rename testsyml to issymlink.
70071      Branch: perl
70072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70073            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
70074            ! win32/config.vc
70075 ____________________________________________________________________________
70076 [  8220] By: jhi                                   on 2000/12/21  15:47:26
70077         Log: Robustness support for #8218 (symlink forest) since the GNU
70078              tools seem to be overly picky about symlinkage depths.
70079      Branch: perl
70080            ! Makefile.SH t/io/fs.t
70081 ____________________________________________________________________________
70082 [  8219] By: jhi                                   on 2000/12/21  15:38:27
70083         Log: Metaconfig changes for #8218.
70084      Branch: metaconfig
70085            ! U/modified/Oldconfig.U
70086      Branch: metaconfig/U/perl
70087            + Mksymlinks.U
70088            ! testsyml.U
70089 ____________________________________________________________________________
70090 [  8218] By: jhi                                   on 2000/12/21  15:37:57
70091         Log: Add Configure option -Dmksymlinks which will create a symlink
70092              forest if the current/build differs from the source directory.
70093              TODO: mkdir -p is not portable.
70094      Branch: perl
70095            ! Configure
70096 ____________________________________________________________________________
70097 [  8217] By: jhi                                   on 2000/12/21  14:39:12
70098         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
70099              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
70100              Date: Thu, 21 Dec 2000 09:38:18 GMT
70101              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
70102              
70103              The ofs became an SV.
70104      Branch: perl
70105            ! ext/Thread/Thread.xs
70106 ____________________________________________________________________________
70107 [  8216] By: jhi                                   on 2000/12/21  05:40:21
70108         Log: The polymorphism seems to have fixed 20000517.001.
70109      Branch: perl
70110            ! t/pragma/utf8.t
70111 ____________________________________________________________________________
70112 [  8215] By: jhi                                   on 2000/12/21  04:44:52
70113         Log: read() documentation tweak for 20001121.004.
70114      Branch: perl
70115            ! pod/perlfunc.pod
70116 ____________________________________________________________________________
70117 [  8214] By: jhi                                   on 2000/12/21  03:54:11
70118         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
70119      Branch: perl
70120            ! pp_sys.c t/op/misc.t
70121 ____________________________________________________________________________
70122 [  8213] By: jhi                                   on 2000/12/21  00:28:10
70123         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
70124              From: Peter Prymmer <pvhp@forte.com>
70125              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
70126              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
70127      Branch: perl
70128            ! configure.com
70129 ____________________________________________________________________________
70130 [  8212] By: jhi                                   on 2000/12/21  00:26:21
70131         Log: Edit edit edit.
70132      Branch: perl
70133            ! pod/perlfaq3.pod
70134 ____________________________________________________________________________
70135 [  8211] By: jhi                                   on 2000/12/20  18:52:46
70136         Log: Update Changes.
70137      Branch: perl
70138            ! Changes patchlevel.h
70139 ____________________________________________________________________________
70140 [  8210] By: jhi                                   on 2000/12/20  18:34:47
70141         Log: Yet another editor edit.
70142      Branch: perl
70143            ! pod/perlfaq3.pod
70144 ____________________________________________________________________________
70145 [  8209] By: jhi                                   on 2000/12/20  15:33:28
70146         Log: More Win32 Perling.
70147      Branch: perl
70148            ! pod/perlfaq3.pod
70149 ____________________________________________________________________________
70150 [  8208] By: jhi                                   on 2000/12/20  15:07:46
70151         Log: More Win32 editor/IDE/shell hints.
70152      Branch: perl
70153            ! pod/perlfaq3.pod
70154 ____________________________________________________________________________
70155 [  8207] By: jhi                                   on 2000/12/20  03:54:08
70156         Log: Subject: [PATCH] obscure timing knowledge
70157              From: Nicholas Clark <nick@ccl4.org>
70158              Date: Tue, 19 Dec 2000 19:22:31 +0000
70159              Message-ID: <20001219192231.F2827@plum.flirble.org>
70160      Branch: perl
70161            ! sv.c
70162 ____________________________________________________________________________
70163 [  8206] By: jhi                                   on 2000/12/20  03:45:57
70164         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
70165              From: Spider Boardman <spider@leggy.zk3.dec.com>
70166              Date: Tue, 19 Dec 2000 21:30:16 -0500
70167              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
70168      Branch: perl
70169            ! sv.c
70170 ____________________________________________________________________________
70171 [  8205] By: jhi                                   on 2000/12/19  23:02:01
70172         Log: Update Changes.
70173      Branch: perl
70174            ! Changes patchlevel.h
70175 ____________________________________________________________________________
70176 [  8204] By: jhi                                   on 2000/12/19  22:58:18
70177         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
70178              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
70179              on editors and diffing/patching.
70180      Branch: perl
70181            ! t/op/utf8decode.t
70182 ____________________________________________________________________________
70183 [  8203] By: nick                                  on 2000/12/19  21:36:16
70184         Log: Integrate mainline (forgot my own change...)
70185      Branch: perlio
70186           !> ext/Encode/compile
70187 ____________________________________________________________________________
70188 [  8202] By: nick                                  on 2000/12/19  21:34:42
70189         Log: Integrate mainline.
70190      Branch: perlio
70191           !> (integrate 61 files)
70192 ____________________________________________________________________________
70193 [  8201] By: nick                                  on 2000/12/19  21:34:06
70194         Log: Avoid looking for File::Glob when we don't need it.
70195      Branch: perl
70196            ! ext/Encode/compile
70197 ____________________________________________________________________________
70198 [  8200] By: jhi                                   on 2000/12/19  18:35:49
70199         Log: Update Changes.
70200      Branch: perl
70201            ! Changes patchlevel.h
70202 ____________________________________________________________________________
70203 [  8199] By: jhi                                   on 2000/12/19  18:35:07
70204         Log: Microperl tweaks.
70205      Branch: perl
70206            ! sv.c uconfig.h uconfig.sh
70207 ____________________________________________________________________________
70208 [  8198] By: jhi                                   on 2000/12/19  18:29:59
70209         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
70210      Branch: perl
70211            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70212            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
70213 ____________________________________________________________________________
70214 [  8197] By: jhi                                   on 2000/12/19  17:55:29
70215         Log: In VMS embedded perls couldn't access the statically built Socket,
70216              from Charles Lane.
70217      Branch: perl
70218            ! configure.com
70219 ____________________________________________________________________________
70220 [  8196] By: jhi                                   on 2000/12/19  17:49:50
70221         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
70222              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
70223              Date: Sun, 17 Dec 2000 19:11:44 -0000
70224              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
70225      Branch: perl
70226            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
70227            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
70228 ____________________________________________________________________________
70229 [  8195] By: jhi                                   on 2000/12/19  17:47:53
70230         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
70231              From: Jonathan Stowe <gellyfish@gellyfish.com>
70232              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
70233              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
70234      Branch: perl
70235            ! utils/h2xs.PL
70236 ____________________________________________________________________________
70237 [  8194] By: jhi                                   on 2000/12/19  17:46:28
70238         Log: Subject: Re: useless use of void context work-around
70239              From: andreas.koenig@anima.de (Andreas J. Koenig)
70240              Date: 16 Dec 2000 15:13:36 +0100
70241              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
70242              
70243              Document (comment) the q(di ds ig) trick in the code.
70244      Branch: perl
70245            ! op.c
70246 ____________________________________________________________________________
70247 [  8193] By: jhi                                   on 2000/12/19  17:10:57
70248         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
70249              From: "Mark J. Reed" <mreed@strange.turner.com>
70250              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
70251              Message-Id: <200012160222.VAA13986@strange.turner.com>
70252      Branch: perl
70253            ! ext/Sys/Syslog/Syslog.pm
70254 ____________________________________________________________________________
70255 [  8192] By: jhi                                   on 2000/12/19  17:07:45
70256         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
70257              From: Nicholas Clark <nick@ccl4.org>
70258              Date: Sat, 16 Dec 2000 19:03:13 +0000
70259              Message-ID: <20001216190313.D68304@plum.flirble.org>
70260      Branch: perl
70261            ! t/op/64bitint.t
70262 ____________________________________________________________________________
70263 [  8191] By: jhi                                   on 2000/12/19  17:06:13
70264         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
70265              From: Dominic Dunlop <domo@computer.org>
70266              Date: Mon, 18 Dec 2000 12:00:15 +0100
70267              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
70268              
70269              This patchlet is needed in order that perl can be statically linked.  
70270      Branch: perl
70271            ! regexec.c
70272 ____________________________________________________________________________
70273 [  8190] By: jhi                                   on 2000/12/19  17:03:08
70274         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
70275              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70276              Date: Sun, 17 Dec 2000 00:18:35 -0600
70277              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
70278      Branch: perl
70279            ! perlio.h vms/gen_shrfls.pl
70280 ____________________________________________________________________________
70281 [  8189] By: jhi                                   on 2000/12/19  16:20:28
70282         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
70283              From: Prymmer/Kahn <pvhp@best.com>
70284              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
70285              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
70286              
70287              A better version of #8188.
70288      Branch: perl
70289            ! pod/perlfaq3.pod
70290 ____________________________________________________________________________
70291 [  8188] By: jhi                                   on 2000/12/19  15:57:06
70292         Log: (Replaced by #8189)
70293              
70294              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
70295              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
70296              From: Prymmer/Kahn <pvhp@best.com>
70297              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
70298              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
70299              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
70300              Date: Mon, 18 Dec 2000 11:10:45 -0500
70301              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
70302      Branch: perl
70303            ! pod/perlfaq3.pod
70304 ____________________________________________________________________________
70305 [  8187] By: jhi                                   on 2000/12/19  15:54:19
70306         Log: Email address fix for Anton Berezin.
70307      Branch: perl
70308            ! AUTHORS
70309 ____________________________________________________________________________
70310 [  8186] By: jhi                                   on 2000/12/19  15:38:54
70311         Log: Subject: [PATCH perl@8102] cygwin port
70312              From: "Eric Fifer" <efifer@dircon.co.uk> 
70313              Date: Thu, 14 Dec 2000 13:41:29 -0000
70314              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
70315              
70316              When compiling modules the data item that is being imported
70317              from libperl.dll needs to be tagged as imported/shared data:
70318              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
70319      Branch: perl
70320            ! perliol.h
70321 ____________________________________________________________________________
70322 [  8185] By: jhi                                   on 2000/12/19  14:53:24
70323         Log: Regen uconfig.h and uconfig.sh.
70324      Branch: perl
70325            ! uconfig.h uconfig.sh
70326 ____________________________________________________________________________
70327 [  8184] By: jhi                                   on 2000/12/18  20:43:49
70328         Log: Comments work so much better when they are closed.
70329      Branch: perl
70330            ! regcomp.c
70331 ____________________________________________________________________________
70332 [  8183] By: jhi                                   on 2000/12/18  18:04:02
70333         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
70334              Fixes the bug 20001218.016.
70335      Branch: perl
70336            ! regcomp.c
70337 ____________________________________________________________________________
70338 [  8182] By: gsar                                  on 2000/12/18  09:53:47
70339         Log: delete spurious files
70340      Branch: maint-5.6/perl
70341            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
70342            - vos/config.h vos/config_h.SH_orig
70343 ____________________________________________________________________________
70344 [  8181] By: gsar                                  on 2000/12/18  09:46:08
70345         Log: regen perltoc
70346      Branch: maint-5.6/perl
70347            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
70348 ____________________________________________________________________________
70349 [  8180] By: gsar                                  on 2000/12/18  09:20:27
70350         Log: integrate changes#7924..7926,7946,7952 from mainline
70351              
70352              A test works better if it has the right 1..$n output.
70353              
70354              All the core library users of Class::Struct seem to be
70355              using "use Class::Struct 'struct';" instead of the bare
70356              "use Class::Struct;", which isn't documented in Class::Struct.
70357              This can't be right.
70358              
70359              Make the Class::Struct import() wiser.
70360              
70361              Upgrade to CPAN 1.59_51, from Andreas König.
70362              
70363              Subject: Re: long shell lines
70364              Split overly long shell command lines.
70365      Branch: maint-5.6/perl
70366           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
70367           !> lib/File/stat.pm t/lib/class-struct.t
70368 ____________________________________________________________________________
70369 [  8179] By: gsar                                  on 2000/12/18  08:55:54
70370         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
70371              7918,7919,7988,8907 from mainline (various)
70372              
70373              Subject: [ID 20001127.004] White space problem in perlamiga.pod
70374              
70375              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
70376              
70377              Subject: [PATCH] perlcc.PL cleanups
70378              
70379              Subject: [PATCH] Updating perltie.pod for arrays
70380              
70381              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
70382              Subject: Re: [PATCH] Updating perltie.pod for arrays
70383              Subject: Re: [PATCH] Updating perltie.pod for arrays
70384              
70385              One more perltie.pod nit from Casey R. Tweten.
70386              
70387              Subject: [PATCH] $^O  win32 -> MSWin32
70388              plus similar nits for vms, err, VMS, and UNICOS.
70389              
70390              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
70391              More checking in case someone has broken their services or
70392              protocol databases.
70393              
70394              Make "use Class::Struct 'struct';" work again (broken by #7617);
70395              add a test for Class::Struct.
70396              
70397              Integrate the "skip" messages to explain().
70398              
70399              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
70400      Branch: maint-5.6/perl
70401           +> t/lib/class-struct.t
70402           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
70403           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
70404           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
70405 ____________________________________________________________________________
70406 [  8178] By: gsar                                  on 2000/12/18  08:16:30
70407         Log: avoid redefinition warnings on windows due to sys/socket.h getting
70408              #included before win32.h
70409      Branch: maint-5.6/perl
70410            ! win32/include/sys/socket.h
70411 ____________________________________________________________________________
70412 [  8177] By: gsar                                  on 2000/12/18  05:24:04
70413         Log: make regen_headers; fix POSIX.xs problems; remove outdated
70414              code from sys/socket.h that makes build fail now
70415      Branch: maint-5.6/perl
70416            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
70417            ! pod/perlapi.pod
70418           !> win32/include/sys/socket.h
70419 ____________________________________________________________________________
70420 [  8176] By: gsar                                  on 2000/12/18  05:20:17
70421         Log: update Changes
70422      Branch: maint-5.6/perl
70423            ! Changes patchlevel.h
70424 ____________________________________________________________________________
70425 [  8175] By: gsar                                  on 2000/12/18  04:57:48
70426         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
70427              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
70428              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
70429              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
70430              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
70431              7823,7825,7838
70432              
70433              Subject: Re: [PATCH] README.solaris
70434              
70435              Add getpagesize() probing, on non-UNIX guess 'undef'.
70436              
70437              Simplify the getpagesize() unit by dropping the
70438              pagesize probe since it's nowadays slightly more
70439              complicated because of sysconf(). (Note: if some
70440              platform really needs the -lPW for getpagesize,
70441              I just broke it.)
70442              TODO: a new pagesize unit.
70443              
70444              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
70445              
70446              MachTen doesn't really do mmap() and munmap().
70447              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70448              
70449              More README.solaris updates from Andy Dougherty.
70450              
70451              Copy the s// information of README.hpux also to the perlrun.
70452              
70453              Add HAS_FSYNC, lack noticed by Nicholas Clark.
70454              
70455              Add a metaconfig unit for fsync.
70456              
70457              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
70458              
70459              Many subdocumented return values of the IO extension now documented.
70460              ungetc and write still left subdocumented.
70461              Subject: [PATCH] (was Re: IO::Handle::ungetc)
70462              
70463              Document tell() on special streams.
70464              
70465              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
70466              
70467              Subject: [ID 20001112.007] sfio's sftell isn't ftell
70468              
70469              Couple of tests from #7660 salvaged.
70470              
70471              Tweak the definition of the bit complement on UTF-8 data:
70472              if none of the characters in the string are > 0xff,
70473              the result is a complemented byte string, not a (UTF-8)
70474              char string.  Based on the summary in
70475              Subject: Re: [ID 20000918.005] ~ on wide chars
70476              This should give us the maximum backward (pre-char string)
70477              compatibility and utf8 compatibility.  The other alternative
70478              would be to limit the bit complement to be always byte only,
70479              taking the least significant byte of the chars.
70480              
70481              Cleanup messy #ifdef.
70482              
70483              Typos in #7667.
70484              
70485              Declare reg_data like reg_substr_data.
70486              
70487              Placate nervous compilers that see longer than ints switch()ing.
70488              
70489              Remove the new two tests of lib/io_xs for now, they seem to
70490              fail under perlio on some platforms.
70491              
70492              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70493              
70494              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
70495              
70496              Subject: tiny typo in perl5db.pl
70497              
70498              Subject: some additions for makefiles for win32 (for perl@7674)
70499              
70500              Hoist the duplicated socket/netdb include logic to perl.h;
70501              undef SETERRNO in case SOCKS has defined it.  Based on:
70502              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
70503              
70504              Regen Configure.
70505              
70506              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
70507              (a macro to define signed and unsigned integer constants).
70508              
70509              Use UINT64_C().
70510              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
70511              
70512              Use u_int32_t for the size of hash_cb(), not size_t.
70513              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
70514              
70515              Quit utf8_to_uv() instantly if curlen == 0.
70516              
70517              Subject: [PATCH: perl@7674] updates to README.os390
70518              
70519              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
70520              
70521              EBCDIC tweaks.
70522              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
70523              
70524              Linenumber fix.
70525              
70526              SOCKS has its own USE_THREADS, based on
70527              Subject: [ID 20001114.002] et. al. bugfix followup
70528              
70529              UINT64_C() work continues.
70530              
70531              Detypo.
70532              
70533              The type of the hash_cb() size argument is tricky.
70534              
70535              Add fwalk() probe to the configuration files and regen perltoc.
70536              
70537              Subject: perllocale.pod changes
70538              
70539              Avoid an infinite loop in VMS when utils scripts are run
70540              with no arguments, from Charles Lane.
70541              
70542              Subject: Re: Bug in Carp::Heavy/5.6.0?
70543              
70544              For Solaris use64bitall the stdchar needs a little bit of help.
70545              
70546              The long double hints can be here or there.
70547              
70548              Test tweak for the open pragma.
70549              
70550              Also the 64bitall hints can be either here or there.
70551              
70552              As surmised the #7719 wasn't a good move.
70553              
70554              Subject: Fix for 20000409.001
70555              
70556              Subject: Fix for 20000815.006
70557              It's really 20000518.006.
70558              
70559              Subject: [PATCH 5.6.0 README.win32] very minor typos
70560              
70561              Subject: Fix for README.amiga (20000323.033)
70562              
70563              Explain in more detail the {} syntax ambiguousity.
70564              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
70565              
70566              Sparc 64-bit pack() fix from Jens Hamisch.
70567              
70568              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
70569              
70570              Subject: podlators 1.05 available        
70571              
70572              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
70573              
70574              Subject: [perl 7711: EPOC] updates
70575              
70576              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
70577              
70578              Miraculous typo.
70579              
70580              sysseek() instead of seek().
70581              
70582              Solaris hints tweaks.
70583              
70584              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
70585              This may be overly harsh but until proven otherwise, we think this
70586              way, or until we have a simple test for Configure (having to start
70587              up servers is does not count as simple) to check for the problems.
70588              
70589              Remove the shared object before attempting to create
70590              (by linking) a new one.  E.g. in AIX not removing
70591              becomes quite painful if one tries to do more than one
70592              build in the same tree (an interrupted build, for example),
70593              since the AIX' shared dynaloader seemingly keeps the shared
70594              objects open and therefore 'busy' for quite a while, even when
70595              nobody is using the objects, leading into link failures.
70596              
70597              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
70598              
70599              Subject: DOC PATCH 5.6.0 perlreftut
70600              
70601              Subject: [PATCH: perl@7777] add system locale testing for VMS
70602              
70603              Subject: [PATCH] Test.pm POD peculiarity
70604              
70605              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
70606              
70607              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
70608              
70609              Subject: Re: perl@7777 
70610              Detypoing.
70611              
70612              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
70613              
70614              Go ahead and #include <unistd.h> in perl.h.
70615              
70616              Subject: [PATCH perl@7795] small cleanup task for test suite
70617              
70618              Subject: Re: av.c patch (having slight problems)
70619              unshift() speedup.
70620              
70621              Reach back one higher up when searching for PERL_SRC.
70622      Branch: maint-5.6/perl
70623           +> lib/File/Spec/Epoc.pm
70624           !> (integrate 88 files)
70625 ____________________________________________________________________________
70626 [  8174] By: gsar                                  on 2000/12/18  03:53:09
70627         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
70628              7625..7629,7631..7634,7637,7639,7642 from mainline
70629              
70630              Fix for the tie-refhash string table leaks.
70631              
70632              Subject: [patch perl@7595] VMS configure.com tweak
70633              
70634              More careful detection of how well NVs and UVs mix.
70635              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))
70636              Added some SIGFPE paranoia.
70637              
70638              Forgot to bump the line numbers in #7601.
70639              
70640              Subject: PATCH std stdio for (Free)BSD
70641              
70642              Deleting $ENV{PATH} in VMS is not recommendable.
70643              
70644              Locale buglets.
70645              Subject: RE: Locales support (setlocale) fixes
70646              
70647              Do not test UTF-8 locales since that the tests would require
70648              polymorphic regexen.
70649              
70650              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
70651              
70652              A missing aTHX_.
70653              
70654              Subject: [ID 20001108.013] spelling
70655              
70656              Subject: [PATCH] Class::Struct at compile time
70657              
70658              Make deleting for %ENV work for (newer versions of) VMS,
70659              from Craig A. Berry.
70660              
70661              Forgot from #7618.
70662              
70663              More VMS moves on environment handling, from Charles Lane.
70664              
70665              Remove unused extra arguments.
70666              
70667              Typo in an ifndef.
70668              Subject: Re: [PATCH 5.7.0] better messages from malloc()
70669              
70670              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
70671              All except the "cow orker" change.
70672              
70673              The generated boot_* headers are wrong.  Pickier compiler,
70674              such as KAI C++ will refuse to compile the resulting perlmain.
70675              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
70676              
70677              There's no =head3.
70678              
70679              Disable only the tests 99 and 166 for UTF-8 locales.
70680              
70681              Missing dTHXs.
70682              Subject: RE: perl@7595 builds not on cygwin
70683              
70684              Subject: Re: bash -c exit and linux hints 
70685              
70686              Various doc oddball characters.
70687              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
70688              
70689              Subject: [PATCH] IO::Seekable pod
70690              
70691              Amdahl UTS hints updates.
70692              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
70693              
70694              Explain better why certain regex tests are skipped.
70695              Subject: Re: tests skipped: unknown reason
70696              
70697              Subject: [PATCH] README.solaris
70698              
70699              Subject: [PATCH perl@7638] cygwin port
70700      Branch: maint-5.6/perl
70701           +> README.solaris
70702           !> (integrate 26 files)
70703 ____________________________________________________________________________
70704 [  8173] By: gsar                                  on 2000/12/18  03:37:02
70705         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
70706              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
70707              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
70708              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
70709              
70710              Better create a true mailing list for the repository keepers.
70711              
70712              Subject: [ID 20001027.007] uniq array in perlfaq
70713              
70714              De-quoted-unreadable to ISO Latin 1.
70715              (There's one ISO-2022-JP name in Changes5.004.)
70716              
70717              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
70718              
70719              The #7476 needs a MANIFEST change, too.
70720              
70721              Add also emailless people.
70722              
70723              UTF-8 decoder tweak.
70724              
70725              Make \x{...} consistently produce UTF-8.
70726              Subject: Re: \x{...} is confused 
70727              
70728              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
70729              
70730              Add a perlbug flag, -A, to avoid acknowledgement messages.
70731              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
70732              
70733              Use Errno magic.
70734              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
70735              
70736              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
70737              
70738              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
70739              
70740              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
70741              
70742              Be more lenient on bad UTF-8 when doing bit arithmetics.
70743              Subject: Re: [ID 20000918.005] ~ on wide chars
70744              (The ord() part of the patch skipped.)
70745              
70746              Subject: perlfaq style changes
70747              
70748              AUTHORS tweaks.
70749              
70750              Whitespace style tweak.  Was originally going to see to
70751              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
70752              but that had already been taken care of.
70753              
70754              The compiler is either gcc or cc, from Tom Bates.
70755              
70756              The osname has been lowercased by now, from Tom Bates.
70757              
70758              The NonStop-UX libraries have a novel way to say NaN.
70759              
70760              printf UVs the correct way, noticed by Robin Barker.
70761              
70762              Subject: [PATCH] startperl to respect versiononly
70763              
70764              AUTHORS updates.
70765              
70766              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
70767              
70768              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
70769              
70770              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
70771              
70772              Generalize the Camel wording.
70773              Subject: Re: perlfaq style changes
70774              
70775              Subject: [ID 20001005.006] Documentation -- description of qr//
70776              
70777              C.pm part of
70778              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
70779              
70780              Locale warning explanation tweak.
70781              
70782              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
70783              
70784              Make the POSIX::setuid and POSIX::setgid to really call setuid()
70785              and setgid() because they were just changing $< and $( which means
70786              only changing the real uid/gid, as opposed to changing both
70787              real and effective ids.  (The alternative way could have been
70788              in POSIX.pm to change $> and $), too, but making a direct call
70789              to the C API feels cleaner.)  Fixes the bug
70790              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
70791              
70792              Expand %Config variables and %ENV variables only if
70793              so requested during build time using the
70794              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
70795              Not expanding makes relocating distributions easier.
70796              
70797              More tweaking on the #7522 theme.
70798              
70799              Test::Harness revealed buglets in the new DynaLoader.
70800              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
70801              
70802              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
70803              fix a autovivification bug in Tie::RefHash, add tests for both.
70804              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
70805              
70806              Detpyo.
70807              
70808              recv() can fail and return undef.
70809              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
70810              
70811              Fix the problem discussed in
70812              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
70813              originally from Linc Madison.  Also Andreas König's comments
70814              taken into account.  Some other problems with Tie::SubstrHash
70815              fixed: didn't croak when the table exceeded the requested number
70816              of entries (as documented) but instead when the number of entries
70817              exceeded the size of the table, a croak() had an unnecessary \n,
70818              didn't have a CLEAR method, documented that there is no exists().
70819              Didn't fix to be strict-proof because the module uses &foo; and
70820              dynamic scope.  Added a test script exercizing both first tamely 
70821              the basic functionality, and then the failure cases reported by
70822              Linc Madison.
70823              
70824              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
70825              
70826              The #7521 touched things it shouldn't have.
70827              
70828              Subject: [PATCH 5.7.0] better messages from malloc()
70829              
70830              Subject: Re: README.aix
70831              
70832              Add FCNTL_CAN_LOCK.
70833              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
70834              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
70835              
70836              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
70837              create a "fast path" for locale name probing using "locale -a"
70838              if available, squash finally hopefully the s?printf resetting
70839              the numeric locale (since, IIUC perllocale, it never shouldn't). 
70840              
70841              More Changes tweakery.
70842              
70843              Dying is too strict here, better just skip.
70844              
70845              Subject: Locales support (setlocale) fixes
70846              Modified quite a bit to be more portable.
70847              
70848              Configure would use a bad $myuname from an old config.sh.
70849              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
70850              
70851              Fix for
70852              Subject: [ID 20001004.006] undef is never tainted
70853              An undef read from a slurped file was not tainted.
70854              
70855              Fix for
70856              Subject: [ID 20001004.007] taint propogation is inconsistent
70857              The culprit was sv_setsv() which was rather blindly
70858              propagating taint, which lead to behaviour where if
70859              a tainted anon hash value was seen all the hash values
70860              from then on at that level became tainted, or at any
70861              upper levels in the case of nested anon hashes.
70862              
70863              Test tweak: show also the failed locales.
70864              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
70865              
70866              A fix of sorts for 20000329.026, a better error message
70867              for a missing "use charnames" when using the \N{...}. 
70868              
70869              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
70870              
70871              Add =pod to be tidy.
70872              
70873              Fix for bug id 19990615.008, pos() unset during s///ge.
70874              
70875              Add a note for future generations about bug id 20000229.006.
70876              
70877              Use -dM for gcc (the suggested patch did it only for Linux,
70878              but I think it can be generalized).
70879              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
70880              
70881              opmini.o can linger from Configures past.
70882              
70883              Document that the evaled syntax errors cause scalar leaks.
70884              
70885              Fix for
70886              Subject: [ID 20000728.005] perl -P broken
70887              (hopefully).  The fix is also not complete, it seems to break
70888              BOM swallowing for libc5 systems, but until someone figures
70889              out a way to do this without ftell(), this will do.
70890              
70891              AUTHORS updates.
70892              
70893              Subject: Re: rsync'ed patches vs. rsync'ed source
70894              
70895              Admit that the test leaks scalars.
70896              
70897              Sanitize the environment further.
70898              
70899              VOS updates from Paul Green.
70900              
70901              Document %ENV = () portability issues.
70902              
70903              Make the stdio test program of 7427 less noisy while being 
70904              compiled so that Digital UNIX wouldn't get both
70905              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
70906              undefined.  This makes perlio happy.
70907              
70908              glibc5 detection by __GNU_LIBRARY__.
70909              
70910              %ENV note tweaks from Dan Sugalski.
70911              
70912              Varargs don't always work too well if one puts an unsigned
70913              char on the stack and pop an unsigned quad off the stack.
70914              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
70915              
70916              Subject: Pod updates
70917              
70918              Fake support of holey files in win/dosish platforms.
70919              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
70920              
70921              A doc addition for bug id 20001105.019, beware \p.
70922              
70923              Tweak #7587.
70924              
70925              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
70926              
70927              perlhack updates from H.Merijn Brand.
70928              
70929              Subject: [PATCH perl@7573] cygwin port
70930              Synchronize with Cygwin 1.1.5.
70931              
70932              Bad thinko in #7581 (I used the test program with the expanded
70933              values as-is).
70934              
70935              Make perlbug not insist on dumping to a file when stdout isn't a tty.
70936              Subject: [PATCH] perlbug.PL
70937              
70938              Overrideable keys, each, pop, push, shift, splice, unshift.
70939              Subject: [PATCH] prototyped functions that should be overrideable
70940              
70941              Try to avoid flockless and emulationless places.
70942      Branch: maint-5.6/perl
70943           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
70944            - MAINTAIN
70945           !> (integrate 111 files)
70946 ____________________________________________________________________________
70947 [  8172] By: jhi                                   on 2000/12/18  02:49:27
70948         Log: Regen pods.
70949      Branch: perl
70950            ! pod/perlmodlib.pod pod/perltoc.pod
70951 ____________________________________________________________________________
70952 [  8171] By: gsar                                  on 2000/12/18  02:49:24
70953         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
70954              7465..7471 from mainline
70955              
70956              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
70957              in platforms that strictly require all the symbols being present
70958              at link time.
70959              
70960              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
70961              
70962              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
70963              
70964              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
70965              
70966              Subject: [PATCH] todo
70967              
70968              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
70969              
70970              Use $sort, $uniq (and $tr) consistently as wondered
70971              by Nicholas Clark.
70972              
70973              Too enthusiastic editing in #7460.
70974              
70975              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
70976              
70977              Upgrade to CPAN 1.58_55.
70978              Subject: CPAN.pm status
70979              
70980              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
70981              
70982              Make target reordering to avoid pointless re-makes.
70983              Subject: Re: Total re-make of 'make okfile' after 7451 ?
70984              
70985              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
70986              
70987              Subject: DOC PATCH 5.6.0
70988              
70989              Add the repository doc by Malcolm, Sarathy, and by Simon,
70990              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
70991      Branch: maint-5.6/perl
70992           +> Porting/repository.pod
70993           !> Configure MANIFEST Makefile.SH README.dos README.os2
70994           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
70995           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
70996           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
70997 ____________________________________________________________________________
70998 [  8169] By: gsar                                  on 2000/12/18  02:33:34
70999         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
71000              7435..7441,7445 from mainline
71001              
71002              Make the UTF-8 decoding stricter and more verbose when
71003              malformation happens.  This involved adding an argument
71004              to utf8_to_uv_chk(), which involved changing its prototype,
71005              and prefer STRLEN over I32 for the UTF-8 length, which as
71006              a domino effect necessitated changing the prototypes of
71007              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
71008              The stricter UTF-8 decoding checking uses Markus Kuhn's
71009              UTF-8 Decode Stress Tester from
71010              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
71011              
71012              Run vms/vms_yfix.pl, should have done that after changing
71013              perly.c in #7382.
71014              
71015              Subject: [PATCH 5.7.0] static linking with uninstalled perl
71016              
71017              (Replaced by #7440.)
71018              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71019              
71020              Fix the bug ID 20001024.005, the bug introduced by #7416.
71021              
71022              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
71023              
71024              Fix the bug reported in
71025              From: andreas.koenig@anima.de (Andreas J. Koenig)
71026              Also make is_utf8_char() stricter.
71027              
71028              Missed the header file changes from #7425.
71029              
71030              Check if stdio supports tweaking lval and cnt simultaneously.
71031              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71032              
71033              Stratus VOS updates from Paul Green.
71034              
71035              Podify README.epoc and README.vos.
71036              
71037              Add targets to Makefile.SH, most importantly
71038              'regen_all' which also remembers to update vms/perly*.
71039              
71040              Subject: Minor update to find2perl, for portability
71041              
71042              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
71043              
71044              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
71045              
71046              Rename UTF8LEN() to be UNISKIP(), too confusing to have
71047              UTF8LEN() and UTF8SKIP(). 
71048              
71049              Allow poking holes at the UTF-8 decoding strictness.
71050              
71051              Continue the internal UTF-8 API tweaking.
71052              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
71053              used much more than the simpler API, now called utf8_to_uv_simple().
71054              Still not quite happy with API, too much partial duplication
71055              of functionality.
71056              
71057              A new version of making the syslog test more robust.
71058              (Replaces #7421.)
71059              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71060              
71061              buildtoc target tweaks.
71062              
71063              Integrate with vmsperl #7430 by Charles Bailey:
71064              
71065              Cleanup from prior patch (Charles Lane?):
71066              - improve handling of MFDs in Basename and Path
71067              - default to no xsubpp line # munging when building debug images
71068      Branch: maint-5.6/perl
71069           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71070           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
71071           !> (integrate 67 files)
71072 ____________________________________________________________________________
71073 [  8168] By: gsar                                  on 2000/12/18  02:05:49
71074         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
71075              
71076              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71077              From: Martin Husemann <martin@duskware.de>
71078              
71079              Subject: [PATCH 5.7.0] restore match data on backtracing
71080              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71081      Branch: maint-5.6/perl
71082           !> regcomp.c regexec.c t/op/re_tests
71083 ____________________________________________________________________________
71084 [  8167] By: gsar                                  on 2000/12/18  01:55:22
71085         Log: integrate changes#7858,7986 from mainline
71086              
71087              C<foreach my $x ...> in pseudo-fork()ed process may diddle
71088              parent's memory; fix it by keeping track of the actual pad
71089              offset rather than a raw pointer (this change is probably also
71090              relevant to non-ithreads case to avoid fallout from reallocs of
71091              the pad array, but is currently only enabled for the ithreads
71092              case in the interests of minimal disruption to existing "well
71093              tested" code)
71094              
71095              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
71096              due to the notorious GetFileType() bug in Windows 9x, which fstat()
71097              tickles)
71098      Branch: maint-5.6/perl
71099           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
71100           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
71101           !> win32/win32.c win32/win32.h win32/win32sck.c
71102 ____________________________________________________________________________
71103 [  8166] By: gsar                                  on 2000/12/18  01:52:59
71104         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
71105              from mainline (xsubpp and ExtUtils::LibList fixups, various
71106              other small items)
71107              
71108              The generated boot_* headers are wrong.  Pickier compiler,
71109              such as KAI C++ will refuse to compile the resulting perlmain.
71110              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71111              
71112              Various doc oddball characters.
71113              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71114              
71115              Subject: [PATCH] Re: 20001101.003 PDL
71116              
71117              Subject: [PATCH 5.7.0] etags broken again
71118              
71119              Subject: [PATCH 5.7.0] Liblist finally works
71120              
71121              Subject: [PATCH 5.7.0] Liblist returns found libraries
71122              
71123              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
71124              
71125              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
71126              
71127              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
71128              OUT keyword nits.
71129              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
71130              OUT and IN_OUT documentation.
71131      Branch: maint-5.6/perl
71132           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
71133           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
71134           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
71135           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
71136           !> win32/bin/search.pl
71137 ____________________________________________________________________________
71138 [  8165] By: gsar                                  on 2000/12/18  01:28:45
71139         Log: integrate changes#7533,7563,7611,7623 from mainline (various
71140              malloc.c embellishments)
71141      Branch: maint-5.6/perl
71142           !> malloc.c pod/perldiag.pod
71143 ____________________________________________________________________________
71144 [  8164] By: gsar                                  on 2000/12/18  01:23:33
71145         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
71146              fixups)
71147      Branch: maint-5.6/perl
71148           !> utils/h2xs.PL
71149 ____________________________________________________________________________
71150 [  8163] By: gsar                                  on 2000/12/18  01:17:50
71151         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
71152              fixups)
71153      Branch: maint-5.6/perl
71154           !> Makefile.SH utils/perlbug.PL
71155 ____________________________________________________________________________
71156 [  8162] By: gsar                                  on 2000/12/18  00:25:43
71157         Log: always export Perl_deb() (it is required by re.xs whether
71158              Perl is built with or without -DDEBUGGING)
71159      Branch: maint-5.6/perl
71160            ! makedef.pl
71161 ____________________________________________________________________________
71162 [  8161] By: gsar                                  on 2000/12/18  00:23:38
71163         Log: integrate change#7414 from mainline
71164              
71165              Undo the basename() part of #7412 since the lib/basename
71166              tests would need upgrading too.
71167              
71168              squelch two tests in tr.t that rely on tr/// paranoia change
71169              that's not in 5.6.x
71170      Branch: maint-5.6/perl
71171            ! t/op/tr.t
71172           !> lib/File/Basename.pm
71173 ____________________________________________________________________________
71174 [  8160] By: gsar                                  on 2000/12/18  00:05:30
71175         Log: missing change in previous integrate
71176      Branch: maint-5.6/perl
71177           !> README.aix
71178 ____________________________________________________________________________
71179 [  8159] By: gsar                                  on 2000/12/18  00:03:38
71180         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
71181              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
71182              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
71183              7410..7413 from mainline
71184              
71185              Introduce the man[24-8] variables, from Andy Dougherty.
71186              
71187              Upgrade to CPAN 1.58, from Andreas König.
71188              
71189              An updated EBCDIC tr patch.
71190              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
71191              
71192              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
71193              
71194              Two thirds of
71195              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
71196              The Install.pm changes will be submitted separately because
71197              they need some work and discussion still.
71198              
71199              The Install.pm third of
71200              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
71201              
71202              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
71203              
71204              Subject: [PATCH 5.7.0] IVs in mtats
71205              
71206              Subject: [PATCH 5.7.0] Perl API for mstats
71207              
71208              Ilya implemented the memory profiling API.
71209              
71210              In Amdahl UTS "struct sv" is defined by a system header,
71211              <ksync.h>.
71212              
71213              Slight tweak of the code to appease Amdahl UTS cc.
71214              
71215              Amdahl UTS doesn't seem to do dynaloading.
71216              
71217              Use UTF8SKIP(), from Simon Cozens.
71218              
71219              Thinko in #7222.
71220              
71221              op/sprintf.t patch for OS/390 (and any other host with limited
71222              floating-point exponent length)
71223              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
71224              
71225              Tweak #7225.
71226              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
71227              
71228              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
71229              
71230              Needs to be conditional on SunOS 4.
71231              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
71232              
71233              Test cases for bug id 20000323.056 (the bug seems to be fixed).
71234              
71235              Add test for bug id 20000427.003 (which seems to have
71236              been fixed) (also duplicate as 20000427.004, though
71237              with a higher severity).  Move one utf8 from op/append
71238              to pragma/utf8, tag the tests with bug ids.
71239              
71240              Document FNCASE=y as discussed in the bug 20000902.009.
71241              
71242              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
71243              The problem was that rx->minlen was in chars while pp_split()
71244              thought it would be in bytes. 
71245              
71246              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
71247              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
71248              
71249              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
71250              
71251              Fix a couple of compiler-noted nits in #7235.
71252              
71253              Tweak the test of #7235.
71254              
71255              One more ~utf8 tweak.
71256              
71257              -w cleanup.
71258              Subject: Re: Problems with bleadperl 
71259              
71260              Subject: small pod patch
71261              
71262              Subject: [PATCH perlguts.pod] Document offset hack
71263              
71264              Add Charles Lane.
71265              
71266              Add the capability to include/exclude branches.
71267              
71268              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
71269              
71270              Detect early whether the std streams have gone bad.
71271              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
71272              
71273              More IoTYPE sprinkling.
71274              
71275              Workaround for a sfio bug where the stream error indicator
71276              is not cleared as documented.
71277              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
71278              
71279              Clarify documentation on 'use bytes'.
71280              Subject: Re: What does 'use bytes' "mean" ?
71281              
71282              Show the failed remote port, instead of the failing line number.
71283              Subject: [PATCH 5.6.1 Debugger] More diagnostics
71284              
71285              Make Cwd more bulletproof in chrooted environments.
71286              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
71287              
71288              Subject: Pod patch for Devel::Peek
71289              
71290              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
71291              
71292              Borland C fstat() never saw the fd as writable.
71293              Subject: fix for Borland's weak "stat" (perl@7211)
71294              
71295              Missing change from #7362.
71296              
71297              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
71298              
71299              Add the test case for the bug id 20000730.004 which seems
71300              to have been fixed by now.
71301              
71302              Fix of sorts for bug id 20000901.092.  There seems to be no trace
71303              of a 'pmshort' anywhere in the B, so the offending line was simply
71304              removed.
71305              
71306              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
71307              
71308              Subject: PATCH do_print has 2 PerlIO_error()s
71309              
71310              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
71311              
71312              Typo noted by Mark Lutz.
71313              
71314              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
71315              
71316              In the latest compiler builds cccdlflags must not become -fpic,
71317              from Wilfredo Sánchez.
71318              
71319              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
71320              
71321              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
71322              
71323              SOCKS function redefinitions need prototypes, too, otherwise
71324              for example 32 bit versus 64 bit differences cause a lot of
71325              problems.  Part of
71326              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71327              
71328              Portability tweak on #7377.
71329              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
71330              
71331              Don't write double values through long double pointers,
71332              based on a part of
71333              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71334              
71335              Reëntrancy fix.
71336              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71337              
71338              Make scan_num() reëntrant, as suggested in
71339              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71340              
71341              Fix for ID 20001020.006, concatenating an unset submatch
71342              with utf8 resulted in "Modification of a read-only value".
71343              
71344              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
71345              
71346              The #7383 was right only in the context of the original bug report,
71347              not in more general case.
71348              
71349              Update Changes.
71350              
71351              Testcases for a #7383,#7385 related bug.
71352              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
71353              
71354              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
71355              
71356              Tweak the Is* definitions of Unicode character classes
71357              to better match the official categorizations; embrace
71358              the official categorizations; add the combining marks
71359              as alpha (and -numeric); fix DCinital (a typo and edito)
71360              to be DCmedial.
71361              
71362              Hints tweak from Anton Berezin.
71363              
71364              Subject: installman go-faster stripes
71365              Subject: Re: installman go-faster stripes
71366              
71367              Subject: [ID 20001021.003] updated hints/openbsd.sh
71368              
71369              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
71370              
71371              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
71372              
71373              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
71374              
71375              Doc patch.
71376              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
71377              
71378              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
71379              
71380              Subject: Re: [ID 20001021.005] SEGV with regex match 
71381              
71382              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
71383              
71384              The change #7187 was not so good on VMS.
71385              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
71386              
71387              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
71388              
71389              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
71390              
71391              Document PERL_INSTALL_ROOT of #7210.
71392      Branch: maint-5.6/perl
71393           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
71394           +> t/lib/tie-splice.t
71395            - lib/unicode/Is/DCinital.pl
71396           !> (integrate 112 files)
71397 ____________________________________________________________________________
71398 [  8158] By: jhi                                   on 2000/12/17  23:04:24
71399         Log: Subject: [PATCHES] RE: perl@8150 
71400              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
71401              Date: Sun, 17 Dec 2000 21:46:39 +0100
71402              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
71403              
71404              Neither cygwin has a getpwuid() one can trust on.
71405      Branch: perl
71406            ! t/lib/glob-basic.t
71407 ____________________________________________________________________________
71408 [  8157] By: jhi                                   on 2000/12/17  23:01:54
71409         Log: More MAN.PODS => {} fixes.
71410      Branch: perl
71411            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
71412            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
71413            ! os2/OS2/REXX/Makefile.PL
71414 ____________________________________________________________________________
71415 [  8156] By: gsar                                  on 2000/12/17  22:49:13
71416         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
71417              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
71418              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
71419              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
71420              7201,7204 from mainline
71421              
71422              Remove vestiges of tr//CU.
71423              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71424              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71425              
71426              The return value of setlocale must be copied away.
71427              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
71428              
71429              Allow chop() and chomp() to be overridden.
71430              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
71431              
71432              Hints optimization.
71433              Subject: Minor nit
71434              
71435              Subject: [PATCH] de-wall t/README
71436              
71437              Subject: Re: Two advertising clauses need to be removed
71438              
71439              Batch of UTF-8 patches from Simon Cozens.
71440              
71441              Fix for a parsing bug, not for the original bug.
71442              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
71443              
71444              Compilation warnings and an error.
71445              
71446              Subject: File::Find 5.7.0 POD nits
71447              
71448              Subject: [PATCH perl-5.7.0] continued -Wformat support
71449              
71450              The one that got away.
71451              
71452              Subject: Re: perl@7078
71453              
71454              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
71455              convertable to bytes by checking it doesn't go above 0xc3
71456              Subject: Re: perl@7078
71457              
71458              Replace #7084 with
71459              Subject: Re: perl@7078 
71460              
71461              We don't need to count the high bit bytes, a boolean is enough. 
71462              
71463              Subject: [PATCH] utf8.c apidoc
71464              
71465              Subject: Re: perl@7078 
71466              
71467              Botched the #7090 check-in.
71468              
71469              Fix for the charnames.t failures from Spider Boardman.
71470              
71471              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
71472              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
71473              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
71474              0 to checking to get the warning.
71475              
71476              Subject: [PATCH] Nits in perlmod.pod
71477              
71478              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
71479              
71480              Subject: Re: unicode support and perl [ID 20000901.097]
71481              
71482              Subject: Re: unicode support and perl [ID 20000901.097]
71483              
71484              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
71485              
71486              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
71487              
71488              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
71489              
71490              Subject: [PATCH@blead] Fix some recursion in overload.pm
71491              
71492              s/Robin Parker/Robin Barker/
71493              
71494              Subject: [PATCH] Fix aliasing of tied filehandles
71495              
71496              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
71497              
71498              Subject: Re: [PATCH 5.005_64 missed]
71499              
71500              SOCK_DGRAM and listen() do not mix as reported in
71501              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
71502              The patch for 5.7.0+ had to be reengineered, though.
71503              
71504              Subject: DOC PATCH 5.6.0
71505              
71506              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
71507              
71508              Document the issue (is not a syntax error, kind of)
71509              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
71510              
71511              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
71512              Did not apply cleanly, manual intervention was needed.
71513              
71514              Subject: [PATCH] DLL not restartabke with threaded perl
71515              
71516              Inside require() $^S was always left undefined.
71517              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
71518              
71519              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
71520              
71521              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
71522              
71523              Regen headers.
71524              
71525              Subject: [PATCH 5.7.0] Epoc update
71526              
71527              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
71528              as suggested by Olaf Flebbe and Nick Clark.
71529              
71530              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
71531              
71532              Misplaced else.
71533              
71534              Scale down the VMS message boxes, by Charles Lane.
71535              Fix for ID 20000903.009, workaround at
71536              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
71537              
71538              Subject: [ID 20001003.006] B::Debug not -w clean
71539              
71540              Test harness update to sync with the new perlcc,
71541              from Simon Cozens.
71542              
71543              One remaining nit less at the VMS mailbox sizing.
71544              
71545              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71546              
71547              It is possible to have no hosts database at all.  Pointed out in
71548              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71549              
71550              Subject: [PATCH 5.7.0] h2xs not working
71551              Subject: [PATCH 5.7.0] h2xs not documenting the created module
71552              
71553              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
71554              
71555              Subject: perlhack.pod Patch for Externals Tools
71556              
71557              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
71558              
71559              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
71560              
71561              Enable disabling scripts installation by Configure -Uinstallscripts,
71562              suggested by H. Merijn Brand.
71563              
71564              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
71565              reported several times by Dominic Dunlop, for example in
71566              ID 20000315.008.  Patch from Dominic.  Patch affects at
71567              least MachTen, and possibly other oldish BSDs. Should not
71568              break non-broken platforms (tested on LinuxPPC). 
71569              
71570              Regen toc.
71571              
71572              Subject: Re: Questions about Tie::Array and perl modules
71573              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
71574              
71575              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
71576              
71577              Tweak #7153.
71578              
71579              IO::Handle->syswrite() did not handle length omission
71580              like CORE::syswrite() does.
71581              Subject: [Fwd] IO::Handle, syswrite and arguments
71582              The original patch from andrew@ugh.net.au.
71583              
71584              Also the $ccflags is needed for the C compiler check.
71585              Subject: Configure (check for C-compiler)
71586              
71587              Eliminate $Is_VMS code from the test.
71588              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
71589              
71590              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
71591              as the first option of cc/ld because of ultrapicky compilers
71592              (e.g. OS/390 R2.5)
71593              
71594              Change the version number of Tie::Handle in the core to 4.0,
71595              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
71596              Subject: Note on Tie::Handle
71597              
71598              UTF8ize split() so that the cloned substrings get the UTF8
71599              flag of the original scalar.  Problem reported by Simon Cozens.
71600              
71601              save_re_context() could reset PL_curcop to freed memory, causing core
71602              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
71603              
71604              Subject: PATCH 5.6 perldebguts grammar cleanup
71605              
71606              Add a todo note about overloadable assertions.
71607              
71608              on Windows, LoadLibrary() could load an extension DLL multiple
71609              times if forward slashes are used in the path
71610              
71611              on Windows, cwd strings in the environment should be of the
71612              form =X:=X:\foo instead of =X=X:\foo\
71613              
71614              on Windows, avoid potential exception (could happen if MSVCRT isn't
71615              being used) when closing a socket handle
71616              
71617              avoid nonportable example code
71618              
71619              Windows9x doesn't support link(), despite what Config.pm
71620              might think
71621              
71622              pod nit
71623              
71624              Change #7160 had a nasty typo.
71625              
71626              Warn about unknown scripts.
71627              Subject: Re: ideas? patches? [PATCH bleadperl]
71628              
71629              on Windows, clean targets might not work under some flavors of the shell
71630              
71631              tweak for change#7173
71632              
71633              Make eq work again with utf8 (disabling the upgrading
71634              should no more be necessary since the copies of the
71635              scalars are upgraded, not the scalars themselves).
71636              Takes care of ID 20001009.001.  (The claimed length()
71637              bug in 20001009.001 seems bogus to me.)
71638              
71639              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
71640              
71641              Upgrade to CGI.pm 2.74, from Lincoln Stein.
71642              
71643              Upgrade to podlators 1.04, from Russ Allbery.
71644              
71645              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
71646              
71647              Quote the temp file name, needed in Win32 because the
71648              default name unfortunately contains spaces, shouldn't
71649              hurt elsewhere.
71650              Subject: FW: perldoc fails if $TEMP contains spaces
71651              
71652              Subject: RE: [ID 19990803.001] README.win32 suggestions 
71653              
71654              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
71655              
71656              Subject: Re: utf8 concat, mg_get
71657              
71658              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
71659              
71660              Subject: [PATCH: perl@7181] op/tr tests on OS/390
71661              
71662              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
71663              
71664              Use the versiononly instead of the installscripts,
71665              retract the changes 7146 and 7147.
71666              
71667              Reapply Andy's patch and regen Configure.
71668              
71669              Add the test case for #7190, from the original bug report
71670              by Andreas König.
71671              
71672              Remove duplicated code.
71673              
71674              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
71675              
71676              restore change#7202
71677      Branch: maint-5.6/perl
71678           !> (integrate 121 files)
71679 ____________________________________________________________________________
71680 [  8155] By: jhi                                   on 2000/12/17  22:30:58
71681         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
71682              From: "Craig A. Berry" <craigberry@mac.com>
71683              Date: Sun, 17 Dec 2000 13:09:28 -0600
71684              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
71685              
71686              MAN.PODS => ' ' is naughty.
71687      Branch: perl
71688            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
71689 ____________________________________________________________________________
71690 [  8154] By: nick                                  on 2000/12/17  22:07:13
71691         Log: MULTIPLICITY nit.
71692      Branch: perl
71693            ! mg.c
71694 ____________________________________________________________________________
71695 [  8153] By: gsar                                  on 2000/12/17  21:23:05
71696         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
71697              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
71698              from mainline
71699              
71700              Document the SvIOK_.*UV().
71701              
71702              Update Unicode todo list.
71703              
71704              Guard against bad string->int conversion for quads.
71705              
71706              Subject: small apidoc fix
71707              
71708              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
71709              
71710              Subject: [PATCH] Tied filehandle documentation
71711              
71712              Subject: [PATCH] Modernize Opcode.pm documentation
71713              
71714              Make Data::Dumper (non-XS) to work with changed semantics of ref().
71715              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
71716              [applied even though said semantics didn't change in 5.6.x]
71717              
71718              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
71719              
71720              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
71721              
71722              Fix the URL, but the server is still missing in action.
71723              Subject: [ID 20000905.002] perlfaq1.pod URL error
71724              
71725              Subject: [ID 20000903.001] \w in utf8-strings
71726              
71727              Fix the ccversion detection for 5.1 and beyond.
71728              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
71729              
71730              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
71731              
71732              Subject: [ID 20000904.008] Tiny fix for perldiag
71733              
71734              Subject: Re: [ID 20000906.004] segfault with bad perl statement
71735              
71736              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
71737              
71738              Subject: [ID 20000908.002] perlipc documentation bug.
71739              
71740              Subject: [PATCH lib/Benchmark.pm]
71741              
71742              Re-allow vec() for characters > 255.
71743              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
71744              
71745              Do away with memory models cruft.  Sorry, PDP users.
71746              
71747              Continue #7041.
71748              
71749              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
71750              
71751              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
71752              
71753              Upgrade to CPAN 1.57_65, from Andreas König.
71754              
71755              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
71756              by Russ Allbery.
71757              
71758              Silence t/pod/*.t about alternate quote-mappings now implemented
71759              by Pod::Text, from Brad Appleton.
71760              
71761              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
71762              Subject: borland C++ win32.c tweak
71763              
71764              C<@a = @b = split(...)> optimization coredumps under ithreads
71765              (missed a spot when fixing up op_pmreplroot hack for ithreads)
71766              
71767              Document the SvUTF8*().
71768              
71769              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
71770              
71771              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
71772              
71773              Do in VMS as the #7054 does.
71774              
71775              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
71776              
71777              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
71778              
71779              Subject: [patch: perl@7045] vms updates
71780              
71781              Test for the #7049.
71782              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
71783              
71784              Break up the myconfig lines a bit.
71785              Subject: perlbug/perl -V output format
71786              
71787              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
71788              
71789              The #7054 truncated Configure badly.
71790              
71791              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
71792              initialization in all the threads on Windows
71793              
71794              Allow for whitespace between "#" and "line" in cpp output.
71795              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
71796              
71797              Remove vestiges of tr//CU.
71798              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71799              
71800              The return value of setlocale must be copied away.
71801              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
71802              
71803              Allow chop() and chomp() to be overridden.
71804              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
71805              
71806              Hints optimization.
71807              Subject: Minor nit
71808              
71809              Subject: [PATCH] de-wall t/README
71810              
71811              Subject: Re: Two advertising clauses need to be removed
71812      Branch: maint-5.6/perl
71813           !> (integrate 75 files)
71814 ____________________________________________________________________________
71815 [  8152] By: gsar                                  on 2000/12/17  20:30:11
71816         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
71817              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
71818              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
71819              
71820              Don't attach -ld to the archname if pointless.
71821              
71822              Document UNTIE in a very minimalistic way.
71823              
71824              POSIX doesn't report long double values under -Duselongdouble
71825              when the long doubles are "real" (bigger than doubles).
71826              
71827              More author updates.
71828              
71829              Try to deduce NV_MAX.  Really should be Configure fodder.
71830              
71831              :: not allowed in pathnames, change to .
71832              Subject: [PATCH perl@6938] cygwin port
71833              
71834              Forget about NV_MAX (#6951).  Various floating point tweaks,
71835              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
71836              
71837              Move the Solaris 7 scan to use64bitall, make the
71838              failure to find 64-bot sparc libc to mention the
71839              possibility of being in an intel, from Lupe and Alan.
71840              
71841              Regen perltoc.
71842              
71843              AUTHORS tweaks, from Peter Prymmer.
71844              
71845              More address tweaking.
71846              
71847              Small tweaks all over.
71848              
71849              File::Temp patches from Andreas König,
71850              
71851              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
71852              
71853              Subject: CPAN.pm beta 1.57_57 for the core
71854              
71855              Part of the solution.
71856              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
71857              
71858              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
71859              
71860              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
71861              
71862              Add the overload warnings to perldiag.
71863              
71864              Drop unused argument.
71865              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
71866              
71867              Subject: Nit in Configure (bleadperl@6961)
71868              
71869              Update to PodParser 1.18, from Brad Appleton.
71870              
71871              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
71872              
71873              Subject: [PATCH: 6948] add SCNfldbl to configure.com
71874              
71875              Document UNTIE. Also tweak implementation to suppress the 'inner references'
71876              warning when UNTIE exists and instead pass the cound of extra references to
71877              the UNTIE method.
71878              
71879              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
71880              so that case-ignoring systems like DCL can tell them from
71881              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
71882              
71883              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
71884              
71885              Feature ordering tweak.
71886              
71887              Regen perltoc.
71888              
71889              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
71890              
71891              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
71892              
71893              Subject: http:// in L<>
71894              
71895              Detypo.
71896              
71897              change#6791 accidentally clobbered change#6710, put it back
71898              
71899              Only the first line, thank you very much.
71900              
71901              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
71902              plus rework the http: spots as suggested by Tom Christiansen,
71903              plus regen perltoc.
71904              
71905              Undo part of change 6489 which looks like a bulk edit which
71906              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
71907              The supressing of main:: on return from select() is undesirable.
71908              
71909              Apparently avoiding the swapping is too costly.
71910              
71911              Various Configure nits by Philip Newton,
71912              plus the ebcdic one by me.
71913              
71914              Make certain cc is set before trying to run it.
71915              
71916              If overloaded %{} etc. return the object do not loop.
71917              Thus  sub deref { $_[0] } functions if object is wanted type.
71918              
71919              Update perlhist.
71920              
71921              More %{} and other deref special casing - do not pass to 'nomethod'.
71922      Branch: maint-5.6/perl
71923           !> (integrate 59 files)
71924 ____________________________________________________________________________
71925 [  8151] By: gsar                                  on 2000/12/17  19:14:38
71926         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
71927              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
71928              
71929              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
71930              
71931              Make the epsilon to be relative, not absolute.
71932              
71933              Put back the flags dump as reasoned in
71934              Subject: Re: [PATCH] Glob dumping
71935              
71936              Introduce ccname to keep track of what compiler kind of we have.
71937              
71938              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
71939              
71940              Put back the slice accidentally removed by #6907.
71941              
71942              Reset archname and archname64 always, forcing them be
71943              recomputed at each Configure run, make Configure and
71944              the hints files agree on the naming of largefiles variables.
71945              
71946              Don't say "Perl 5.0 source kit".
71947              
71948              Subject: [PATCH] fix misc cast warnings
71949              
71950              Subject: typos in pods
71951              
71952              NVs not necessarily doubles, as pointed out by Yitzchak.
71953              
71954              Subject: [PATCH 6889] add a few ldbl formats to configure.com
71955              
71956              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
71957              
71958              Better options for rsync.
71959              
71960              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
71961              
71962              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
71963              
71964              Subject: [PATCH] Re: UNTIE method 
71965              
71966              A better fix for the Socket building problem from Craig Berry.
71967              
71968              Retract the dummy test, skip the security tests (instead of failing),
71969              explain what the warnings mean.
71970              
71971              Heap decorruption.
71972              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
71973              
71974              Update to Unicode 3.0.1.
71975              
71976              Missed one Unicode file.
71977              
71978              Subject: Re: typos in pods
71979              
71980              The #6929 was too skimpy.
71981              
71982              sscanf() may be the only way to read long doubles from strings.
71983              
71984              Reveal Borland's isnan.
71985              Subject: build with BC++ tweak
71986              
71987              Issue useful diagnostic on unknown pod commands.
71988              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
71989              
71990              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
71991              
71992              Clarify the third case of ftmp-security warnings.
71993              
71994              Make -Dusemorebits find long doubles in Solaris.
71995              
71996              Wrap the test in eval.
71997      Branch: maint-5.6/perl
71998           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
71999           +> lib/unicode/PropList.txt lib/unicode/README.perl
72000           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
72001           +> lib/unicode/Unicode.301 vms/vmspipe.com
72002            - lib/unicode/Props.txt lib/unicode/UCD300.html
72003            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
72004           !> (integrate 305 files)
72005 ____________________________________________________________________________
72006 [  8150] By: jhi                                   on 2000/12/17  18:47:57
72007         Log: Uncheckedin generated files.
72008      Branch: perl
72009            ! global.sym perlapi.c pod/perlapi.pod
72010 ____________________________________________________________________________
72011 [  8149] By: jhi                                   on 2000/12/17  18:41:22
72012         Log: Update Changes.
72013      Branch: perl
72014            ! Changes patchlevel.h
72015 ____________________________________________________________________________
72016 [  8148] By: jhi                                   on 2000/12/17  18:39:16
72017         Log: Subject: [PATCH] Fcntl constants speedup
72018              From: Nicholas Clark <nick@ccl4.org>
72019              Date: Sun, 17 Dec 2000 16:29:24 +0000
72020              Message-ID: <20001217162924.E97668@plum.flirble.org>
72021              
72022              Use IVs for the Fcntl constants instead of NVs.
72023      Branch: perl
72024            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
72025 ____________________________________________________________________________
72026 [  8147] By: jhi                                   on 2000/12/17  18:33:41
72027         Log: Add test for #8145 (binmode() warning), add warning for
72028              ioctl() and sockpair(), document them. (fileno() cannot
72029              be tripwired with the same kind of warning because
72030              'defined fileno($foo)' seems to be an idiom.)
72031      Branch: perl
72032            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
72033 ____________________________________________________________________________
72034 [  8146] By: gsar                                  on 2000/12/17  18:09:08
72035         Log: update Changes
72036      Branch: maint-5.6/perl
72037            ! Changes
72038 ____________________________________________________________________________
72039 [  8145] By: jhi                                   on 2000/12/17  17:39:35
72040         Log: Subject: [PATCH] Re: The long awaited feature ...
72041              From: Simon Cozens <simon@cozens.net>
72042              Date: Sun, 17 Dec 2000 12:31:56 +0000
72043              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
72044              
72045              Add a warning to binmode() about using bad filehandles
72046              (can happen e.g. if someone forgets the filehandle argument)
72047      Branch: perl
72048            ! pp_sys.c
72049 ____________________________________________________________________________
72050 [  8144] By: jhi                                   on 2000/12/17  17:33:48
72051         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
72052              From: Jonathan Stowe <gellyfish@gellyfish.com>
72053              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
72054              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
72055      Branch: perl
72056            ! lib/Net/Ping.pm
72057 ____________________________________________________________________________
72058 [  8143] By: jhi                                   on 2000/12/17  05:31:37
72059         Log: Polymorphic regexps.
72060              
72061              Fixes at least the bugs 20001028.003 (both of them...) and
72062              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
72063              also to be fixed by now, probably already before this patch.
72064      Branch: perl
72065            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
72066            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
72067            ! t/op/utf8decode.t t/pragma/utf8.t
72068 ____________________________________________________________________________
72069 [  8142] By: jhi                                   on 2000/12/16  17:16:05
72070         Log: Subject: [patch perl@8102] dos/djgpp update
72071              From: Laszlo Molnar <ml1050@freemail.hu>
72072              Date: Sat, 16 Dec 2000 01:40:52 +0100
72073              Message-ID: <20001216014052.A335@freemail.hu>
72074      Branch: perl
72075            ! djgpp/config.over t/base/commonsense.t
72076 ____________________________________________________________________________
72077 [  8141] By: jhi                                   on 2000/12/16  17:09:27
72078         Log: Few uncheckedin files.
72079      Branch: perl
72080            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
72081 ____________________________________________________________________________
72082 [  8140] By: nick                                  on 2000/12/15  22:14:31
72083         Log: Integrate mainline
72084      Branch: perlio
72085           !> (integrate 53 files)
72086 ____________________________________________________________________________
72087 [  8139] By: jhi                                   on 2000/12/15  19:49:49
72088         Log: One more IVUV tweak from Nicholas Clark.
72089      Branch: perl
72090            ! sv.c
72091 ____________________________________________________________________________
72092 [  8138] By: jhi                                   on 2000/12/15  19:17:06
72093         Log: Return of the IVUV-preservation, now seems to be happy even
72094              in Digital UNIX (the broken strtoul brokenness detection
72095              seems to have been the fly in the ointment).
72096      Branch: perl
72097            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72098            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
72099            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
72100            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
72101            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
72102            ! vos/config.ga.h win32/config.bc win32/config.gc
72103            ! win32/config.vc
72104 ____________________________________________________________________________
72105 [  8137] By: jhi                                   on 2000/12/15  18:12:14
72106         Log: Metaconfig unit change for #8136.
72107      Branch: metaconfig
72108            ! U/modified/d_strtoul.U
72109      Branch: metaconfig/U/perl
72110            ! d_strtoull.U d_strtouq.U
72111 ____________________________________________________________________________
72112 [  8136] By: jhi                                   on 2000/12/15  18:11:35
72113         Log: I don't think it's sensible or portable to test the strtou*
72114              on /^-/ strings.
72115      Branch: perl
72116            ! Configure
72117 ____________________________________________________________________________
72118 [  8135] By: jhi                                   on 2000/12/15  17:18:49
72119         Log: Metaconfig unit change for #8134.
72120      Branch: metaconfig
72121            ! U/modified/d_strtoul.U
72122 ____________________________________________________________________________
72123 [  8134] By: jhi                                   on 2000/12/15  17:14:13
72124         Log: If longsize is 8 we don't need a LL suffix for integer constants.
72125      Branch: perl
72126            ! Configure config_h.SH
72127 ____________________________________________________________________________
72128 [  8133] By: jhi                                   on 2000/12/15  16:00:23
72129         Log: Update Changes.
72130      Branch: perl
72131            ! Changes patchlevel.h
72132 ____________________________________________________________________________
72133 [  8132] By: jhi                                   on 2000/12/15  15:44:16
72134         Log: Some compilers get huffy if you do not cast a const pointer
72135              to a non-const when assigning.
72136      Branch: perl
72137            ! gv.c
72138 ____________________________________________________________________________
72139 [  8131] By: jhi                                   on 2000/12/15  15:38:30
72140         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
72141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72142              Date: Fri, 15 Dec 2000 05:26:57 -0500
72143              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
72144      Branch: perl
72145            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
72146            ! t/pragma/overload.t
72147 ____________________________________________________________________________
72148 [  8130] By: jhi                                   on 2000/12/15  15:36:08
72149         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
72150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72151              Date: Thu, 14 Dec 2000 22:02:43 -0500
72152              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
72153      Branch: perl
72154            ! gv.c perl.h
72155 ____________________________________________________________________________
72156 [  8129] By: jhi                                   on 2000/12/15  15:34:16
72157         Log: Subject: PATCH: h2xs nit
72158              From: Tim Jenness <t.jenness@jach.hawaii.edu>
72159              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
72160              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
72161              
72162              Add a template README.
72163      Branch: perl
72164            ! utils/h2xs.PL
72165 ____________________________________________________________________________
72166 [  8128] By: jhi                                   on 2000/12/15  15:32:22
72167         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
72168      Branch: perl
72169            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
72170 ____________________________________________________________________________
72171 [  8127] By: jhi                                   on 2000/12/15  15:19:34
72172         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
72173              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72174              Date:     Thu, 14 Dec 2000 20:04:42 EST
72175              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
72176      Branch: perl
72177            ! ext/Opcode/Opcode.xs
72178 ____________________________________________________________________________
72179 [  8126] By: jhi                                   on 2000/12/15  15:17:49
72180         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
72181              From: Peter Prymmer <pvhp@forte.com>
72182              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
72183              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
72184      Branch: perl
72185            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
72186            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
72187            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
72188 ____________________________________________________________________________
72189 [  8125] By: jhi                                   on 2000/12/15  15:11:05
72190         Log: This seems to be a stage sane and stable enough to checkin.
72191              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
72192      Branch: perl
72193            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
72194            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
72195            ! t/op/cmp.t t/op/numconvert.t
72196 ____________________________________________________________________________
72197 [  8124] By: jhi                                   on 2000/12/15  04:20:26
72198         Log: Something is really wonky.
72199      Branch: perl
72200            ! sv.c
72201 ____________________________________________________________________________
72202 [  8123] By: jhi                                   on 2000/12/15  04:00:50
72203         Log: Fixes for the IV UV patches to compile in Digital UNIX.
72204      Branch: perl
72205            ! sv.c
72206 ____________________________________________________________________________
72207 [  8122] By: jhi                                   on 2000/12/15  02:53:40
72208         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
72209              From: "Craig A. Berry" <craigberry@mac.com>
72210              Date: Thu, 14 Dec 2000 19:10:49 -0600
72211              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
72212      Branch: perl
72213            ! vms/vms.c
72214 ____________________________________________________________________________
72215 [  8121] By: jhi                                   on 2000/12/15  02:50:00
72216         Log: Metaconfig changes for #8120.
72217      Branch: metaconfig
72218            + U/modified/d_strtoul.U
72219      Branch: metaconfig/U/perl
72220            ! d_strtoull.U d_strtouq.U
72221 ____________________________________________________________________________
72222 [  8120] By: jhi                                   on 2000/12/15  02:49:42
72223         Log: From: Nicholas Clark <nick@ccl4.org> 
72224              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
72225              Date: Thu, 14 Dec 2000 18:38:57 +0000
72226              Message-ID: <20001214183857.B97909@plum.flirble.org>
72227      Branch: perl
72228            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72229            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
72230            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
72231            ! vos/config.ga.def vos/config.ga.h win32/config.bc
72232            ! win32/config.gc win32/config.vc
72233 ____________________________________________________________________________
72234 [  8119] By: jhi                                   on 2000/12/14  23:40:58
72235         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
72236              From: Nicholas Clark <nick@ccl4.org>
72237              Date: Wed, 13 Dec 2000 20:08:50 +0000
72238              Message-ID: <20001213200849.B71166@plum.flirble.org>
72239      Branch: perl
72240            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
72241            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
72242 ____________________________________________________________________________
72243 [  8118] By: jhi                                   on 2000/12/14  22:46:26
72244         Log: Integrate perlio:
72245              
72246              [  8117]
72247              Win32 tweaks to get Encode to build
72248              - temp hack to makedef.pl till PerlIO is properly "exported".
72249              - MSVC dislikes  
72250              static encpage_t foo[];
72251              so make 'em extern for now.
72252              
72253              [  8116]
72254              Document the new files
72255      Branch: perl
72256           !> MANIFEST ext/Encode/compile makedef.pl
72257 ____________________________________________________________________________
72258 [  8117] By: nick                                  on 2000/12/14  22:38:53
72259         Log: Win32 tweaks to get Encode to build
72260              - temp hack to makedef.pl till PerlIO is properly "exported".
72261              - MSVC dislikes  
72262              static encpage_t foo[];
72263              so make 'em extern for now.
72264      Branch: perlio
72265            ! ext/Encode/compile makedef.pl
72266 ____________________________________________________________________________
72267 [  8116] By: nick                                  on 2000/12/14  22:00:53
72268         Log: Document the new files
72269      Branch: perlio
72270            ! MANIFEST
72271 ____________________________________________________________________________
72272 [  8115] By: jhi                                   on 2000/12/14  21:58:01
72273         Log: MANIFEST new files of #8114.
72274      Branch: perl
72275            ! MANIFEST
72276 ____________________________________________________________________________
72277 [  8114] By: jhi                                   on 2000/12/14  21:50:49
72278         Log: Integrate perlio:
72279              
72280              [  8106]
72281              "Cold" build correction to Encode's Makefile.PL
72282              
72283              [  8105]
72284              "Compiled" encodings.
72285              Correct replacement character in EBCDIC .enc files
72286              Add 0x7F to ASCII repertoire.
72287              
72288              [  8103]
72289              Beginings of compiled encodings - checked in as a snapshot of thoughts
72290              so far and so it does not get lost.
72291      Branch: perl
72292           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
72293           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
72294           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
72295           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
72296           !> ext/Encode/Makefile.PL
72297 ____________________________________________________________________________
72298 [  8113] By: jhi                                   on 2000/12/14  21:48:49
72299         Log: The documentation part of the
72300              
72301              Subject: [ID 20001214.002] Net::Ping patch
72302              From: Jonathan Stowe <gellyfish@gellyfish.com>
72303              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
72304              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
72305              since the #7529 had already addressed the same problem.
72306      Branch: perl
72307            ! lib/Net/Ping.pm
72308 ____________________________________________________________________________
72309 [  8112] By: jhi                                   on 2000/12/14  21:42:57
72310         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
72311              From: Dominic Dunlop <domo@computer.org>
72312              Date: Tue, 12 Dec 2000 10:47:10 +0100
72313              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
72314              
72315              Document how elusive subroutines can be.
72316      Branch: perl
72317            ! pod/perlfunc.pod
72318 ____________________________________________________________________________
72319 [  8111] By: jhi                                   on 2000/12/14  21:38:05
72320         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
72321              From: Dominic Dunlop <domo@computer.org>
72322              Date: Thu, 14 Dec 2000 10:13:51 +0100
72323              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
72324      Branch: perl
72325            ! ext/POSIX/POSIX.pod
72326 ____________________________________________________________________________
72327 [  8110] By: jhi                                   on 2000/12/14  21:36:32
72328         Log: Subject: [patch] perlfaq7
72329              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
72330              Date: Thu, 14 Dec 2000 15:31:07 +0100
72331              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
72332      Branch: perl
72333            ! pod/perlfaq7.pod
72334 ____________________________________________________________________________
72335 [  8109] By: jhi                                   on 2000/12/14  21:29:20
72336         Log: Subject: [8104] Encode
72337              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72338              Date: Thu, 14 Dec 2000 14:49:34 +0100
72339              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
72340              
72341              Type casting for nervous compilers.
72342      Branch: perl
72343            ! ext/Encode/Encode.xs
72344 ____________________________________________________________________________
72345 [  8108] By: jhi                                   on 2000/12/14  21:26:17
72346         Log: Subject: [8104] DB_File
72347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72348              Date: Thu, 14 Dec 2000 14:49:35 +0100
72349              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
72350              
72351              Type definition incorrect for DB 2.7.7.  Not known when it
72352              changed, so only changed it for a known revision.
72353      Branch: perl
72354            ! ext/DB_File/DB_File.xs
72355 ____________________________________________________________________________
72356 [  8107] By: jhi                                   on 2000/12/14  21:23:41
72357         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
72358              From: Peter Prymmer <pvhp@forte.com>
72359              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
72360              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
72361              
72362              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
72363      Branch: perl
72364            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
72365            ! ext/Encode/Encode/posix-bc.enc
72366 ____________________________________________________________________________
72367 [  8106] By: nick                                  on 2000/12/14  20:36:13
72368         Log: "Cold" build correction to Encode's Makefile.PL
72369      Branch: perlio
72370            ! ext/Encode/Makefile.PL
72371 ____________________________________________________________________________
72372 [  8105] By: nick                                  on 2000/12/14  20:09:37
72373         Log: "Compiled" encodings.
72374              Correct replacement character in EBCDIC .enc files
72375              Add 0x7F to ASCII repertoire.
72376      Branch: perlio
72377            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
72378            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
72379            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
72380            ! ext/Encode/Makefile.PL ext/Encode/compile
72381            ! ext/Encode/encengine.c ext/Encode/encode.h
72382 ____________________________________________________________________________
72383 [  8104] By: nick                                  on 2000/12/14  00:38:20
72384         Log: Integrate mainline
72385      Branch: perlio
72386           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
72387           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
72388           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
72389           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
72390           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
72391           !> t/lib/db-hash.t t/lib/db-recno.t
72392 ____________________________________________________________________________
72393 [  8103] By: nick                                  on 2000/12/13  23:16:13
72394         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
72395              so far and so it does not get lost.
72396      Branch: perlio
72397            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
72398 ____________________________________________________________________________
72399 [  8102] By: jhi                                   on 2000/12/13  17:14:22
72400         Log: Update Changes.
72401      Branch: perl
72402            ! Changes patchlevel.h
72403 ____________________________________________________________________________
72404 [  8101] By: jhi                                   on 2000/12/13  16:53:41
72405         Log: Move the proto of start_glob() to a better place; regen api files.
72406      Branch: perl
72407            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
72408 ____________________________________________________________________________
72409 [  8100] By: jhi                                   on 2000/12/13  16:47:11
72410         Log: Metaconfig change for #8099.
72411      Branch: metaconfig
72412            ! U/modified/Head.U
72413 ____________________________________________________________________________
72414 [  8099] By: jhi                                   on 2000/12/13  16:46:48
72415         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
72416              From: Andy Dougherty <doughera@lafayette.edu>
72417              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
72418              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
72419      Branch: perl
72420            ! Configure
72421 ____________________________________________________________________________
72422 [  8098] By: jhi                                   on 2000/12/13  16:39:02
72423         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
72424              From: rspier@pobox.com (Robert Spier)
72425              Date: Tue, 12 Dec 2000 21:12:39 -0500
72426              Message-ID: <14902.56087.678086.725773@rls.cx>
72427              
72428              fastgetcwd is defined using a glob alias on a $^O dependent basis -
72429              and there was no default assignment or perl subroutine.
72430      Branch: perl
72431            ! lib/Cwd.pm
72432 ____________________________________________________________________________
72433 [  8097] By: jhi                                   on 2000/12/13  16:16:01
72434         Log: Subject: [PATCH] move startglob out of pp_hot.c
72435              From: Nicholas Clark <nick@ccl4.org>
72436              Date: Mon, 11 Dec 2000 23:16:39 +0000
72437              Message-ID: <20001211231638.A55550@plum.flirble.org>
72438      Branch: perl
72439            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
72440 ____________________________________________________________________________
72441 [  8096] By: jhi                                   on 2000/12/13  15:26:23
72442         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
72443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
72444              Date: Wed, 13 Dec 2000 14:01:37 +0100
72445              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
72446              
72447              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
72448              in turn requires libpthread in libswanted.
72449      Branch: perl
72450            ! hints/hpux.sh
72451 ____________________________________________________________________________
72452 [  8095] By: jhi                                   on 2000/12/12  19:51:05
72453         Log: The integration wars continue.
72454      Branch: perl
72455           !> sv.c
72456 ____________________________________________________________________________
72457 [  8094] By: jhi                                   on 2000/12/12  19:48:26
72458         Log: Subject: [PATCH perl@8070] DB_File-1.74  
72459              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
72460              Date: Mon, 11 Dec 2000 23:07:17 -0000
72461              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
72462      Branch: perl
72463            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
72464            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
72465            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
72466            ! t/lib/db-recno.t
72467 ____________________________________________________________________________
72468 [  8093] By: nick                                  on 2000/12/12  19:42:13
72469         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
72470      Branch: perlio
72471            ! sv.c
72472           !> lib/File/DosGlob.pm
72473 ____________________________________________________________________________
72474 [  8092] By: jhi                                   on 2000/12/12  19:28:11
72475         Log: Integrate perlio:
72476              
72477              [  8091]
72478              Fix for Tk, and upgrading shared SVs.
72479      Branch: perl
72480           !> sv.c
72481 ____________________________________________________________________________
72482 [  8091] By: nick                                  on 2000/12/12  18:49:45
72483         Log: Fix for Tk, and upgrading shared SVs.
72484      Branch: perlio
72485            ! sv.c
72486 ____________________________________________________________________________
72487 [  8090] By: jhi                                   on 2000/12/12  16:48:59
72488         Log: Subject: [PATCH] Re: Breadperl & Tk
72489              From: Nick Ing-Simmons <nik@tiuk.ti.com>
72490              Date: Tue, 12 Dec 2000 14:48:27 GMT
72491              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
72492      Branch: perl
72493            ! sv.c
72494 ____________________________________________________________________________
72495 [  8089] By: jhi                                   on 2000/12/12  03:37:19
72496         Log: Subject: DosGlob.pm diff for bash style brace expansion.
72497              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
72498              Date: Fri, 8 Dec 2000 10:45:30 -0600
72499              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
72500      Branch: perl
72501            ! lib/File/DosGlob.pm
72502 ____________________________________________________________________________
72503 [  8088] By: nick                                  on 2000/12/11  23:59:59
72504         Log: Integrate mainline
72505      Branch: perlio
72506           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
72507           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
72508           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
72509           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
72510           !> t/op/local.t t/pragma/warn/toke toke.c
72511 ____________________________________________________________________________
72512 [  8087] By: jhi                                   on 2000/12/11  23:20:23
72513         Log: Integrate perlio:
72514              
72515              [  8085]
72516              Finish 1st pass of "encoding" layer e.g. :
72517              open($fh,"<encoding(iso8859-7)",$greek) || die;
72518              
72519              [  8082]
72520              Restore mmap function (broken by tweaks to shared buffer
72521              layer for encode(xxxx)).
72522              
72523              [  8076]
72524              Not merge worthy...
72525              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
72526              syntax is modelled on attributes.
72527              Untested fix for io/utf8 on Win32 etc.
72528              Very clumsy start to the encode layer.
72529      Branch: perl
72530           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
72531 ____________________________________________________________________________
72532 [  8086] By: jhi                                   on 2000/12/11  22:50:59
72533         Log: Tune further the OS detection of CGI.
72534      Branch: perl
72535            ! lib/CGI.pm
72536 ____________________________________________________________________________
72537 [  8085] By: nick                                  on 2000/12/11  22:50:46
72538         Log: Finish 1st pass of "encoding" layer e.g. :
72539              open($fh,"<encoding(iso8859-7)",$greek) || die;
72540      Branch: perlio
72541            ! ext/Encode/Encode.xs perlio.c perliol.h
72542 ____________________________________________________________________________
72543 [  8084] By: jhi                                   on 2000/12/11  22:32:06
72544         Log: Revert the -f ambiguousity patch, seems to cause
72545              too much hassle (the interpret -Q as a function
72546              where Q is not a known filetest part is left in).
72547      Branch: perl
72548            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
72549            ! toke.c
72550 ____________________________________________________________________________
72551 [  8083] By: jhi                                   on 2000/12/11  22:27:23
72552         Log: (accidentally empty check-in)
72553      Branch: perl
72554            ! lib/File/DosGlob.pm
72555 ____________________________________________________________________________
72556 [  8082] By: nick                                  on 2000/12/11  19:09:51
72557         Log: Restore mmap function (broken by tweaks to shared buffer
72558              layer for encode(xxxx)).
72559      Branch: perlio
72560            ! perlio.c
72561 ____________________________________________________________________________
72562 [  8081] By: jhi                                   on 2000/12/11  18:29:13
72563         Log: Subject: Re: The long awaited feature ...
72564              From: Simon Cozens <simon@cozens.net>
72565              Date: Mon, 11 Dec 2000 15:54:24 +0000
72566              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
72567              
72568              More io/utf8 tests.
72569      Branch: perl
72570            ! t/io/utf8.t
72571 ____________________________________________________________________________
72572 [  8080] By: jhi                                   on 2000/12/11  18:19:36
72573         Log: Subject: PATCH MakeMaker manpage clarification
72574              From: andreas.koenig@anima.de (Andreas J. Koenig)
72575              Date: 10 Dec 2000 20:46:13 +0100
72576              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
72577      Branch: perl
72578            ! lib/ExtUtils/MakeMaker.pm
72579 ____________________________________________________________________________
72580 [  8079] By: jhi                                   on 2000/12/11  15:35:07
72581         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
72582              From: Simon Cozens <simon@cozens.net>
72583              Date: Sun, 10 Dec 2000 19:06:19 +0000
72584              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
72585      Branch: perl
72586            ! ext/B/B/Deparse.pm t/lib/b.t
72587 ____________________________________________________________________________
72588 [  8078] By: jhi                                   on 2000/12/11  15:09:11
72589         Log: Subject: [PATCH] docs on NaN
72590              From: Nicholas Clark <nick@ccl4.org>
72591              Date: Mon, 11 Dec 2000 01:48:38 +0000
72592              Message-ID: <20001211014838.B99205@plum.flirble.org>
72593      Branch: perl
72594            ! pod/perlop.pod
72595 ____________________________________________________________________________
72596 [  8077] By: jhi                                   on 2000/12/11  15:02:21
72597         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
72598              From: Simon Cozens <simon@cozens.net>
72599              Date: Mon, 11 Dec 2000 01:21:45 +0000
72600              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
72601      Branch: perl
72602            ! pp.c pp_hot.c scope.c t/op/local.t
72603 ____________________________________________________________________________
72604 [  8076] By: nick                                  on 2000/12/10  20:43:32
72605         Log: Not merge worthy...
72606              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
72607              syntax is modelled on attributes.
72608              Untested fix for io/utf8 on Win32 etc.
72609              Very clumsy start to the encode layer.
72610      Branch: perlio
72611            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
72612 ____________________________________________________________________________
72613 [  8075] By: jhi                                   on 2000/12/10  18:39:33
72614         Log: Darwin is not Windows.
72615      Branch: perl
72616            ! lib/CGI.pm
72617 ____________________________________________________________________________
72618 [  8074] By: jhi                                   on 2000/12/10  18:31:27
72619         Log: Subject: Ambiguous -%c() resolved as a file test
72620              From: "Paul Marquess" <Paul.Marquess@openwave.com>
72621              Date: Sun, 10 Dec 2000 15:35:07 -0000
72622              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
72623      Branch: perl
72624            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
72625 ____________________________________________________________________________
72626 [  8073] By: jhi                                   on 2000/12/10  18:16:29
72627         Log: Subject: PATCH installperl misinformed 
72628              From: andreas.koenig@anima.de (Andreas J. Koenig)
72629              Date: 10 Dec 2000 13:01:32 +0100 
72630              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
72631      Branch: perl
72632            ! installperl
72633 ____________________________________________________________________________
72634 [  8072] By: jhi                                   on 2000/12/10  18:07:55
72635         Log: The walkoptree confusion rages; walkoptree() seems to be coming
72636              from B.xs, while walkoptree_slow() comes from B.pm.
72637      Branch: perl
72638            ! ext/B/B.pm
72639 ____________________________________________________________________________
72640 [  8071] By: nick                                  on 2000/12/10  11:45:47
72641         Log: Integrate mainline
72642      Branch: perlio
72643           +> t/base/commonsense.t
72644           !> (integrate 37 files)
72645 ____________________________________________________________________________
72646 [  8070] By: jhi                                   on 2000/12/10  04:46:21
72647         Log: Update Changes.
72648      Branch: perl
72649            ! Changes patchlevel.h
72650 ____________________________________________________________________________
72651 [  8069] By: jhi                                   on 2000/12/10  04:39:19
72652         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
72653              From: andreas.koenig@anima.de (Andreas J. Koenig)
72654              Date: 09 Dec 2000 17:14:25 +0100
72655              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
72656      Branch: perl
72657            + t/base/commonsense.t
72658            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
72659 ____________________________________________________________________________
72660 [  8068] By: jhi                                   on 2000/12/10  04:17:36
72661         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
72662              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
72663              Date: Sat, 9 Dec 2000 16:47:22 -0000
72664              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
72665      Branch: perl
72666            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
72667            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
72668            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
72669            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
72670            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
72671            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
72672            ! t/lib/sdbm.t
72673 ____________________________________________________________________________
72674 [  8067] By: jhi                                   on 2000/12/10  03:52:02
72675         Log: Test case for #8066.
72676      Branch: perl
72677            ! t/op/misc.t
72678 ____________________________________________________________________________
72679 [  8066] By: jhi                                   on 2000/12/10  03:50:30
72680         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
72681              From: Simon Cozens <simon@cozens.net>
72682              Date: Sun, 10 Dec 2000 00:55:37 +0000
72683              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
72684      Branch: perl
72685            ! pp_sys.c
72686 ____________________________________________________________________________
72687 [  8065] By: jhi                                   on 2000/12/10  03:44:52
72688         Log: Test case for #8064.
72689      Branch: perl
72690            ! t/comp/proto.t
72691 ____________________________________________________________________________
72692 [  8064] By: jhi                                   on 2000/12/10  03:42:32
72693         Log: Subject: Re: prototype of substr
72694              From: Simon Cozens <simon@cozens.net>
72695              Date: Sun, 10 Dec 2000 00:13:33 +0000
72696              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
72697              
72698              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
72699              In other words, make the returned prototypes for any function
72700              stop prepending the ';' optionality marker after the first one.
72701              If they start getting optional, all the rest are optional.
72702      Branch: perl
72703            ! pp.c
72704 ____________________________________________________________________________
72705 [  8063] By: jhi                                   on 2000/12/10  03:39:42
72706         Log: Subject: [PATCH] perlguts.pod
72707              From: Simon Cozens <simon@cozens.net>
72708              Date: Sun, 10 Dec 2000 00:06:47 +0000
72709              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
72710              
72711              Documentation of the different types of ops,
72712              plus the functions in dump.c
72713      Branch: perl
72714            ! pod/perlguts.pod
72715 ____________________________________________________________________________
72716 [  8062] By: jhi                                   on 2000/12/10  03:30:04
72717         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
72718              From: Nicholas Clark <nick@talking.bollo.cx>
72719              Date: Sat, 09 Dec 2000 18:57:25 +0000
72720              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
72721              
72722              Be more robust in weird hostname setups.
72723      Branch: perl
72724            ! t/lib/net-hostent.t
72725 ____________________________________________________________________________
72726 [  8061] By: jhi                                   on 2000/12/10  03:28:21
72727         Log: Pacify fussy compiler. 
72728      Branch: perl
72729            ! pp_sys.c
72730 ____________________________________________________________________________
72731 [  8060] By: jhi                                   on 2000/12/10  02:52:46
72732         Log: Integrate perlio:
72733              
72734              [  8059]
72735              read/sysread/recv should now be utf8 aware.
72736              Basic test for utf8 read.
72737      Branch: perl
72738           !> pp_sys.c t/io/utf8.t
72739 ____________________________________________________________________________
72740 [  8059] By: nick                                  on 2000/12/09  23:40:14
72741         Log: read/sysread/recv should now be utf8 aware.
72742              Basic test for utf8 read.
72743      Branch: perlio
72744            ! pp_sys.c t/io/utf8.t
72745 ____________________________________________________________________________
72746 [  8058] By: jhi                                   on 2000/12/09  21:56:02
72747         Log: Integrate perlio:
72748              
72749              [  8055]
72750              Make write() (i.e. formats) utf8-aware by calling do_print() rather
72751              than raw PerlIO_write() - does not seem to break any tests.
72752              
72753              [  8054]
72754              Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
72755              (sysread, recv and write i.e. formats still to do...)
72756              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
72757              open($fh,">:utf8","name")
72758              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
72759              so no extra overhead is involved.
72760              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
72761              to a non-utf8 stream.
72762              Add initial io/utf8.t
72763              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
72764              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
72765              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
72766              
72767              [  8053]
72768              Did not get that has_utf8/this_utf8 fix right last time, another spot
72769              was only testing this_utf8.
72770              
72771              [  8052]
72772              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
72773              i.e. the output string has one, but don't mess with source assumption.
72774      Branch: perl
72775           +> t/io/utf8.t
72776           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
72777 ____________________________________________________________________________
72778 [  8057] By: jhi                                   on 2000/12/09  21:53:35
72779         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
72780              From: Inaba Hiroto <inaba@st.rim.or.jp>
72781              Date: Sun, 10 Dec 2000 05:53:21 +0900
72782              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
72783              
72784              Tests for #8056.
72785      Branch: perl
72786            ! t/op/each.t
72787 ____________________________________________________________________________
72788 [  8056] By: jhi                                   on 2000/12/09  21:51:16
72789         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
72790              From: Inaba Hiroto <inaba@st.rim.or.jp>
72791              Date: Sat, 09 Dec 2000 18:02:00 +0900
72792              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
72793              
72794              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
72795      Branch: perl
72796            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
72797 ____________________________________________________________________________
72798 [  8055] By: nick                                  on 2000/12/09  20:11:48
72799         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
72800              than raw PerlIO_write() - does not seem to break any tests.
72801      Branch: perlio
72802            ! pp_sys.c
72803 ____________________________________________________________________________
72804 [  8054] By: nick                                  on 2000/12/09  19:47:30
72805         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
72806              (sysread, recv and write i.e. formats still to do...)
72807              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
72808              open($fh,">:utf8","name")
72809              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
72810              so no extra overhead is involved.
72811              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
72812              to a non-utf8 stream.
72813              Add initial io/utf8.t
72814              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
72815              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
72816              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
72817      Branch: perlio
72818            + t/io/utf8.t
72819            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
72820 ____________________________________________________________________________
72821 [  8053] By: nick                                  on 2000/12/09  19:26:37
72822         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
72823              was only testing this_utf8.
72824      Branch: perlio
72825            ! toke.c
72826 ____________________________________________________________________________
72827 [  8052] By: nick                                  on 2000/12/09  19:09:41
72828         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
72829              i.e. the output string has one, but don't mess with source assumption.
72830      Branch: perlio
72831            ! toke.c
72832 ____________________________________________________________________________
72833 [  8051] By: jhi                                   on 2000/12/09  16:55:17
72834         Log: Integrate perlio:
72835              
72836              [  8049]
72837              UTF8 output prework.
72838              - Store $\ and $, as SVs so they can have SvUTF8 flag
72839              - use do_print() rather than raw PerlIO_write() to print them.
72840      Branch: perl
72841           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
72842           !> sv.c thrdvar.h util.c
72843 ____________________________________________________________________________
72844 [  8050] By: jhi                                   on 2000/12/09  16:48:07
72845         Log: Nits noticed by Peter Prymmer.
72846      Branch: perl
72847            ! lib/ExtUtils/MM_VMS.pm
72848 ____________________________________________________________________________
72849 [  8049] By: nick                                  on 2000/12/09  13:49:40
72850         Log: UTF8 output prework.
72851              - Store $\ and $, as SVs so they can have SvUTF8 flag
72852              - use do_print() rather than raw PerlIO_write() to print them.
72853      Branch: perlio
72854            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
72855            ! thrdvar.h util.c
72856 ____________________________________________________________________________
72857 [  8048] By: nick                                  on 2000/12/09  12:30:43
72858         Log: Integrate mainline.
72859      Branch: perlio
72860           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
72861           +> t/op/reverse.t
72862           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
72863           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
72864           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
72865           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
72866           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
72867           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
72868 ____________________________________________________________________________
72869 [  8047] By: jhi                                   on 2000/12/09  00:23:27
72870         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
72871              From: Michael G Schwern <schwern@pobox.com>
72872              Date: Fri, 8 Dec 2000 14:43:04 -0600
72873      Branch: perl
72874            ! lib/ExtUtils/MM_VMS.pm
72875 ____________________________________________________________________________
72876 [  8046] By: jhi                                   on 2000/12/08  23:10:27
72877         Log: A missed check-in.
72878      Branch: perl
72879            ! lib/ExtUtils/Manifest.pm
72880 ____________________________________________________________________________
72881 [  8045] By: jhi                                   on 2000/12/08  21:57:12
72882         Log: (null check-in)
72883      Branch: perl
72884            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
72885 ____________________________________________________________________________
72886 [  8044] By: jhi                                   on 2000/12/08  21:11:06
72887         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
72888              at the final draft stage.
72889      Branch: perl
72890            + ext/Encode/Encode/iso8859-16.enc
72891            ! MANIFEST
72892 ____________________________________________________________________________
72893 [  8043] By: jhi                                   on 2000/12/08  16:39:04
72894         Log: Update Changes.
72895      Branch: perl
72896            ! Changes patchlevel.h
72897 ____________________________________________________________________________
72898 [  8042] By: jhi                                   on 2000/12/08  16:33:39
72899         Log: Do not return the Unicode replacement character if UTF-8
72900              decoding goes awry, it should be up to the caller to decide.
72901      Branch: perl
72902            ! pod/perlapi.pod utf8.c
72903 ____________________________________________________________________________
72904 [  8041] By: jhi                                   on 2000/12/08  16:22:28
72905         Log: metaconfig maintenance.
72906      Branch: metaconfig
72907            ! U/modified/stdchar.U
72908      Branch: metaconfig/U/perl
72909            + testsyml.U
72910 ____________________________________________________________________________
72911 [  8040] By: jhi                                   on 2000/12/08  16:03:08
72912         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
72913              From: sthoenna@efn.org
72914              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
72915              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
72916      Branch: perl
72917            ! Changes lib/ExtUtils/MM_OS2.pm
72918 ____________________________________________________________________________
72919 [  8039] By: jhi                                   on 2000/12/08  15:57:11
72920         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
72921              From: Simon Cozens <simon@cozens.net>
72922              Date: Fri, 8 Dec 2000 13:33:31 +0000
72923              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
72924              
72925              (The pp_hot part needed a rewrite.)
72926      Branch: perl
72927            ! doop.c pp_hot.c utf8.c
72928 ____________________________________________________________________________
72929 [  8038] By: jhi                                   on 2000/12/08  15:25:08
72930         Log: Subject: djSP
72931              From: Michael Stevens <michael@etla.org>
72932              Date: Wed, 6 Dec 2000 23:24:01 +0000
72933              Message-ID: <20001206232400.A21381@firedrake.org>
72934              
72935              Plus a note from Nick Ing-Simmons.
72936      Branch: perl
72937            ! pp.h
72938 ____________________________________________________________________________
72939 [  8037] By: jhi                                   on 2000/12/08  15:18:35
72940         Log: Filetype is text.
72941      Branch: perl
72942            ! t/op/utf8decode.t
72943 ____________________________________________________________________________
72944 [  8036] By: jhi                                   on 2000/12/08  03:31:27
72945         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
72946              From: Andy Dougherty <doughera@lafayette.edu>
72947              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
72948              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
72949              
72950              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
72951              From: Andy Dougherty <doughera@lafayette.edu>
72952              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
72953              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
72954      Branch: perl
72955            + ext/POSIX/hints/svr4.pl
72956            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
72957 ____________________________________________________________________________
72958 [  8035] By: jhi                                   on 2000/12/08  03:26:01
72959         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
72960              From: Andy Dougherty <doughera@lafayette.edu>
72961              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
72962              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
72963      Branch: perl
72964            ! t/README t/base/term.t
72965 ____________________________________________________________________________
72966 [  8034] By: jhi                                   on 2000/12/08  03:21:59
72967         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
72968              From: mjd@plover.com  
72969              Date: 7 Dec 2000 21:04:20 -0000
72970              Message-ID: <20001207210420.22282.qmail@plover.com>
72971              
72972              Plus -z doc.
72973      Branch: perl
72974            ! pod/perlfunc.pod
72975 ____________________________________________________________________________
72976 [  8033] By: jhi                                   on 2000/12/08  03:19:03
72977         Log: Use the UTF8 macros a bit.  They can't be used with abandon
72978              everywhere because we do generate illegal UTF-8 in some situations.
72979              This is of course naughty.
72980      Branch: perl
72981            ! pod/perlapi.pod utf8.c utf8.h
72982 ____________________________________________________________________________
72983 [  8032] By: jhi                                   on 2000/12/08  03:00:09
72984         Log: Out of sync?
72985      Branch: perl
72986            ! t/pragma/warn/utf8
72987 ____________________________________________________________________________
72988 [  8031] By: jhi                                   on 2000/12/08  02:22:39
72989         Log: Cnt spl.
72990      Branch: perl
72991            ! MANIFEST
72992 ____________________________________________________________________________
72993 [  8030] By: jhi                                   on 2000/12/08  01:23:54
72994         Log: Add test for reverse().
72995      Branch: perl
72996            + t/op/reverse.t
72997            ! MANIFEST
72998 ____________________________________________________________________________
72999 [  8029] By: jhi                                   on 2000/12/08  01:21:47
73000         Log: Integrate perlio:
73001              
73002              [  8026]
73003              Various oddities p4 diff -se showed up
73004              Remove 'our' from warnings.pl
73005              
73006              [  8025]
73007              Change PerlIO_(get|set)pos to take SV *
73008              Should fix, OS/2, VMS, (sfio??)
73009      Branch: perl
73010           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
73011           !> perlio.c perlio.h perlsdio.h warnings.pl
73012 ____________________________________________________________________________
73013 [  8028] By: jhi                                   on 2000/12/08  01:19:08
73014         Log: Introduce macros for UTF8 decoding.
73015      Branch: perl
73016            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73017 ____________________________________________________________________________
73018 [  8027] By: nick                                  on 2000/12/07  22:18:19
73019         Log: Integrate mainline
73020      Branch: perlio
73021           !> embed.pl pod/perlapi.pod utf8.c
73022 ____________________________________________________________________________
73023 [  8026] By: nick                                  on 2000/12/07  21:45:08
73024         Log: Various oddities p4 diff -se showed up
73025              Remove 'our' from warnings.pl
73026      Branch: perlio
73027            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
73028 ____________________________________________________________________________
73029 [  8025] By: nick                                  on 2000/12/07  21:43:32
73030         Log: Change PerlIO_(get|set)pos to take SV *
73031              Should fix, OS/2, VMS, (sfio??)
73032      Branch: perlio
73033            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
73034 ____________________________________________________________________________
73035 [  8024] By: jhi                                   on 2000/12/07  19:05:32
73036         Log: Document utf8_to_uv() better.
73037      Branch: perl
73038            ! pod/perlapi.pod utf8.c
73039 ____________________________________________________________________________
73040 [  8023] By: jhi                                   on 2000/12/07  18:23:47
73041         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
73042      Branch: perl
73043            ! embed.pl pod/perlapi.pod utf8.c
73044 ____________________________________________________________________________
73045 [  8022] By: jhi                                   on 2000/12/07  04:13:51
73046         Log: Integrate perlio:
73047              
73048              [  8021]
73049              Various attempts at MSVC debug - not sure what has
73050              changed but works now. 
73051              Seems atexit() _may_ work for DLLs built with MSVC so don't
73052              call cleanup that way.
73053              
73054              [  8019]
73055              Add useperlio to config.vc
73056              Turn off binmode in config_H.PL
73057              Regen all the config_H.xx
73058              Attempt to get debugging build with MSVC.
73059              
73060              [  8018]
73061              Test various dup/external program options on all platforms.
73062              
73063              [  8017]
73064              Fix harness to be less picky
73065      Branch: perl
73066           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
73067           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
73068           !> win32/makefile.mk
73069 ____________________________________________________________________________
73070 [  8021] By: nick                                  on 2000/12/07  00:28:14
73071         Log: Various attempts at MSVC debug - not sure what has
73072              changed but works now. 
73073              Seems atexit() _may_ work for DLLs built with MSVC so don't
73074              call cleanup that way.
73075      Branch: perlio
73076            ! perlio.c win32/makefile.mk
73077 ____________________________________________________________________________
73078 [  8020] By: nick                                  on 2000/12/06  19:57:20
73079         Log: Integrate mainline
73080      Branch: perlio
73081           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
73082           !> (integrate 75 files)
73083 ____________________________________________________________________________
73084 [  8019] By: nick                                  on 2000/12/06  19:28:21
73085         Log: Add useperlio to config.vc
73086              Turn off binmode in config_H.PL
73087              Regen all the config_H.xx
73088              Attempt to get debugging build with MSVC.
73089      Branch: perlio
73090            ! win32/config.vc win32/config_H.bc win32/config_H.gc
73091            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
73092 ____________________________________________________________________________
73093 [  8018] By: nick                                  on 2000/12/06  19:21:57
73094         Log: Test various dup/external program options on all platforms.
73095      Branch: perlio
73096            ! t/io/dup.t
73097 ____________________________________________________________________________
73098 [  8017] By: nick                                  on 2000/12/06  19:20:47
73099         Log: Fix harness to be less picky
73100      Branch: perlio
73101            ! lib/Test/Harness.pm
73102 ____________________________________________________________________________
73103 [  8016] By: jhi                                   on 2000/12/06  16:45:12
73104         Log: Update Changes.
73105      Branch: perl
73106            ! Changes patchlevel.h
73107 ____________________________________________________________________________
73108 [  8015] By: jhi                                   on 2000/12/06  16:41:03
73109         Log: Test \x{...} with ord().
73110      Branch: perl
73111            ! t/op/ord.t
73112 ____________________________________________________________________________
73113 [  8014] By: jhi                                   on 2000/12/06  16:20:33
73114         Log: Test tweak because of #8013.
73115      Branch: perl
73116            ! t/lib/b.t
73117 ____________________________________________________________________________
73118 [  8013] By: jhi                                   on 2000/12/06  16:09:09
73119         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
73120              From: Michael G Schwern <schwern@pobox.com>
73121              Date: Tue, 5 Dec 2000 21:23:28 -0500
73122              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
73123              
73124              Carp::Heavy parts not very applicable because of recent changes.
73125      Branch: perl
73126            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
73127            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
73128            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
73129            ! lib/Exporter.pm lib/Exporter/Heavy.pm
73130            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
73131            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
73132            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
73133            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
73134            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
73135            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
73136            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
73137            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
73138            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
73139            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
73140            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
73141            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
73142            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
73143            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
73144            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
73145            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
73146            ! warnings.pl
73147 ____________________________________________________________________________
73148 [  8012] By: jhi                                   on 2000/12/06  15:22:38
73149         Log: Subject: [PATCH] Re: New harness is failing things
73150              From: Nick Ing-Simmons <nik@tiuk.ti.com>
73151              Date: Wed, 6 Dec 2000 13:00:30 GMT
73152              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
73153      Branch: perl
73154            ! lib/Test/Harness.pm
73155 ____________________________________________________________________________
73156 [  8011] By: jhi                                   on 2000/12/06  15:12:08
73157         Log: Subject: installhtml changes
73158              From: Michael Stevens <michael@etla.org>
73159              Date: Wed, 6 Dec 2000 13:15:53 +0000
73160              Message-ID: <20001206131553.A27317@firedrake.org>
73161      Branch: perl
73162            ! installhtml
73163 ____________________________________________________________________________
73164 [  8010] By: jhi                                   on 2000/12/06  15:06:05
73165         Log: Subject: the dTHR hits
73166              From: Michael Stevens <michael@etla.org>
73167              Date: Wed, 6 Dec 2000 12:06:03 +0000
73168              Message-ID: <20001206120603.A24581@firedrake.org>
73169              
73170              More, errrm, less dTHRs.
73171      Branch: perl
73172            ! bytecode.pl ext/B/B/C.pm
73173 ____________________________________________________________________________
73174 [  8009] By: jhi                                   on 2000/12/06  15:04:25
73175         Log: Subject: MakeMaker mailing list gone?
73176              From: Michael G Schwern <schwern@pobox.com>
73177              Date: Tue, 5 Dec 2000 19:29:59 -0500
73178              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
73179              
73180              The MakeMaker mailing list is dead, perlbug is the right
73181              address to report bugs.
73182      Branch: perl
73183            ! lib/ExtUtils/MakeMaker.pm
73184 ____________________________________________________________________________
73185 [  8008] By: jhi                                   on 2000/12/06  15:00:32
73186         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
73187              From: Michael G Schwern <schwern@pobox.com>
73188              Date: Tue, 5 Dec 2000 19:21:21 -0500
73189              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
73190              
73191              Add a default MANIFEST skip that ignores things like
73192              version control files, editor temporary files, and the Makefile.
73193      Branch: perl
73194            + lib/ExtUtils/MANIFEST.SKIP
73195            ! MANIFEST lib/ExtUtils/Manifest.pm
73196 ____________________________________________________________________________
73197 [  8007] By: jhi                                   on 2000/12/06  14:57:20
73198         Log: In Amiga more manual hackery of the scripts seems to be needed,
73199              from Jan-Erik Karlsson.  Why Configure does not get this right
73200              is unknown, may be shell-induced.
73201      Branch: perl
73202            ! README.amiga
73203 ____________________________________________________________________________
73204 [  8006] By: jhi                                   on 2000/12/05  23:53:12
73205         Log: Add TOPm1s to peek at the second topmost stack item.
73206      Branch: perl
73207            ! pp.h
73208 ____________________________________________________________________________
73209 [  8005] By: jhi                                   on 2000/12/05  23:13:55
73210         Log: Avaunt, you foul UTF-8 tests.
73211      Branch: perl
73212            ! t/op/ver.t t/pragma/utf8.t
73213 ____________________________________________________________________________
73214 [  8004] By: jhi                                   on 2000/12/05  23:09:54
73215         Log: Continue utf8 dispersal. 
73216      Branch: perl
73217            + t/op/concat.t
73218            ! MANIFEST t/pragma/utf8.t
73219 ____________________________________________________________________________
73220 [  8003] By: nick                                  on 2000/12/05  23:02:39
73221         Log: Integrate mainline.
73222      Branch: perlio
73223           +> t/op/length.t t/op/utf8decode.t
73224           !> (integrate 69 files)
73225 ____________________________________________________________________________
73226 [  8002] By: jhi                                   on 2000/12/05  22:59:28
73227         Log: Integrate perlio:
73228              
73229              [  8001]
73230              Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
73231              - calloc/free suffer from damage on TerminateThread()
73232              - use PerlMemShared (as originally planned) now fixed
73233              - avoid doing anything important on DLL "detach".
73234              
73235              [  8000]
73236              Fix gross PerlMemShared issue.
73237      Branch: perl
73238           !> iperlsys.h perl.c perlio.c win32/perllib.c
73239 ____________________________________________________________________________
73240 [  8001] By: nick                                  on 2000/12/05  22:07:52
73241         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
73242              - calloc/free suffer from damage on TerminateThread()
73243              - use PerlMemShared (as originally planned) now fixed
73244              - avoid doing anything important on DLL "detach".
73245      Branch: perlio
73246            ! perl.c perlio.c win32/perllib.c
73247 ____________________________________________________________________________
73248 [  8000] By: nick                                  on 2000/12/05  21:05:09
73249         Log: Fix gross PerlMemShared issue.
73250      Branch: perlio
73251            ! iperlsys.h
73252 ____________________________________________________________________________
73253 [  7999] By: jhi                                   on 2000/12/05  20:46:58
73254         Log: Test for Unicode (UTF-8) hash keys.
73255      Branch: perl
73256            ! t/op/each.t
73257 ____________________________________________________________________________
73258 [  7998] By: jhi                                   on 2000/12/05  20:30:35
73259         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
73260              is now always UTF-8), empty line cosmetics.
73261      Branch: perl
73262            ! t/pragma/utf8.t
73263 ____________________________________________________________________________
73264 [  7997] By: jhi                                   on 2000/12/05  20:15:40
73265         Log: Subject: Re: STRLEN - what?
73266              From: Andy Dougherty <doughera@lafayette.edu>
73267              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
73268              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
73269              
73270              Explain STRLEN.
73271      Branch: perl
73272            ! pod/perlguts.pod
73273 ____________________________________________________________________________
73274 [  7996] By: jhi                                   on 2000/12/05  20:13:34
73275         Log: Split off the UTF-8 decoder tests, make them to check also
73276              the error message.
73277      Branch: perl
73278            + t/op/utf8decode.t
73279            ! MANIFEST t/pragma/utf8.t utf8.c
73280 ____________________________________________________________________________
73281 [  7995] By: jhi                                   on 2000/12/05  16:39:47
73282         Log: Start migrating bits of pragma/utf8 to elsewhere
73283              (since the long term plan is to obsolete 'use utf8').
73284      Branch: perl
73285            + t/op/length.t
73286            ! MANIFEST t/pragma/utf8.t
73287 ____________________________________________________________________________
73288 [  7994] By: jhi                                   on 2000/12/05  16:30:21
73289         Log: Fix a manual edit typo from #7993, fix the message formatting
73290              for Unicode, add few our declarations.
73291      Branch: perl
73292            ! lib/Carp/Heavy.pm
73293 ____________________________________________________________________________
73294 [  7993] By: jhi                                   on 2000/12/05  16:09:15
73295         Log: Subject: Need help with warnings :-(
73296              From: "Ben Tilly" <ben_tilly@hotmail.com>
73297              Date: Tue, 05 Dec 2000 01:35:54 -0500
73298              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
73299              
73300              Subject: UPDATE: Carp/Heavy now passes all tests
73301              From: "Ben Tilly" <ben_tilly@hotmail.com>
73302              Date: Tue, 05 Dec 2000 07:59:41 -0500
73303              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
73304              
73305              The Brave New Carp.
73306      Branch: perl
73307            ! lib/Carp.pm lib/Carp/Heavy.pm
73308 ____________________________________________________________________________
73309 [  7992] By: jhi                                   on 2000/12/05  15:55:08
73310         Log: Subject: [PATCH perl@7979] cygwin port
73311              From: "Eric Fifer" <efifer@dircon.co.uk>
73312              Date: Tue, 5 Dec 2000 14:04:09 -0000
73313              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
73314      Branch: perl
73315            ! t/lib/net-hostent.t
73316 ____________________________________________________________________________
73317 [  7991] By: jhi                                   on 2000/12/05  15:52:34
73318         Log: Subject: Re: [PATCH] The largest hoax of all times?
73319              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73320              Date: Tue, 5 Dec 2000 00:40:25 -0500
73321              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
73322              
73323              Subject: Re: [PATCH] The largest hoax of all times?
73324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73325              Date: Mon, 4 Dec 2000 23:55:53 -0500
73326              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
73327              
73328              Subject: Re: [PATCH] The largest hoax of all times?
73329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73330              Date: Tue, 5 Dec 2000 01:28:45 -0500
73331              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
73332              
73333              Fix the unpredictable order of DESTROYs.
73334      Branch: perl
73335            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
73336            ! sv.c sv.h t/op/ref.t
73337 ____________________________________________________________________________
73338 [  7990] By: jhi                                   on 2000/12/05  14:38:53
73339         Log: Subject: [PATCH] shrink pp_hot fractionally
73340              From: Nicholas Clark <nick@ccl4.org>
73341              Date: Tue, 5 Dec 2000 12:44:31 +0000
73342              Message-ID: <20001205124431.E74518@plum.flirble.org>
73343              
73344              Use report_evil_fh().
73345      Branch: perl
73346            ! opcode.pl opnames.h pp_hot.c util.c
73347 ____________________________________________________________________________
73348 [  7989] By: jhi                                   on 2000/12/05  14:21:27
73349         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
73350              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73351              Date: Mon, 04 Dec 2000 22:21:59 -0800
73352              Message-ID: <HmIL6gzkgepS092yn@efn.org>
73353              
73354              Harness shouldn't ignore responses like "ok 3\r\r\n".
73355      Branch: perl
73356            ! lib/Test/Harness.pm
73357 ____________________________________________________________________________
73358 [  7988] By: jhi                                   on 2000/12/05  13:51:28
73359         Log: Integrate the "skip" messages to explain().
73360      Branch: perl
73361            ! t/lib/syslfs.t t/op/lfs.t
73362 ____________________________________________________________________________
73363 [  7987] By: jhi                                   on 2000/12/05  12:34:54
73364         Log: The one that got away in #7984.
73365              
73366              Subject: Re: dTHR - what and why?
73367              From: Michael Stevens <michael@etla.org> 
73368              Date: Tue, 5 Dec 2000 11:15:52 +0000
73369              Message-ID: <20001205111552.A4647@firedrake.org>
73370      Branch: perl
73371            ! sv.h
73372 ____________________________________________________________________________
73373 [  7986] By: gsar                                  on 2000/12/05  09:14:44
73374         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
73375              due to the notorious GetFileType() bug in Windows 9x, which fstat()
73376              tickles)
73377      Branch: perl
73378            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
73379 ____________________________________________________________________________
73380 [  7985] By: jhi                                   on 2000/12/05  05:49:03
73381         Log: Integrate perlio:
73382              
73383              [  7983]
73384              PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
73385      Branch: perl
73386           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
73387           !> win32/perlhost.h win32/perllib.c
73388 ____________________________________________________________________________
73389 [  7984] By: jhi                                   on 2000/12/05  05:48:16
73390         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
73391      Branch: perl
73392            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
73393            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
73394            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
73395            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
73396            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
73397            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
73398            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
73399            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
73400            ! win32/win32.c
73401 ____________________________________________________________________________
73402 [  7983] By: nick                                  on 2000/12/04  23:27:43
73403         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
73404      Branch: perlio
73405            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
73406            ! win32/perlhost.h win32/perllib.c
73407 ____________________________________________________________________________
73408 [  7982] By: jhi                                   on 2000/12/04  19:44:09
73409         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
73410              uncovered by #7980.
73411      Branch: perl
73412            ! op.c
73413 ____________________________________________________________________________
73414 [  7981] By: jhi                                   on 2000/12/04  19:42:07
73415         Log: Subject: [PATCH] Trivial dump.c feature
73416              From: Simon Cozens <simon@cozens.net>
73417              Date: Mon, 4 Dec 2000 18:08:38 +0000
73418              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
73419              
73420              Show whether a constant is UTF-8.
73421      Branch: perl
73422            ! dump.c
73423 ____________________________________________________________________________
73424 [  7980] By: jhi                                   on 2000/12/04  19:36:51
73425         Log: UTF-8 hash keys, patch from Inaba Hiroto.
73426      Branch: perl
73427            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
73428 ____________________________________________________________________________
73429 [  7979] By: jhi                                   on 2000/12/04  17:36:28
73430         Log: Update Changes.
73431      Branch: perl
73432            ! Changes patchlevel.h
73433 ____________________________________________________________________________
73434 [  7978] By: jhi                                   on 2000/12/04  16:42:17
73435         Log: Retract #7977, still too volatile (the euphemism of the day
73436              for unfinished and buggy :-)
73437      Branch: perl
73438            ! doop.c hv.c pp.c sv.h
73439 ____________________________________________________________________________
73440 [  7977] By: jhi                                   on 2000/12/04  16:25:15
73441         Log: (Retracted by #7978, too shaky yet.)
73442              
73443              Subject: Re: utf8 in hash keys, implementor missing
73444              From: Simon Cozens <simon@cozens.net>
73445              Date: Sat, 2 Dec 2000 19:49:35 +0000
73446              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
73447              
73448              The first step at UTF-8 hash keys.
73449      Branch: perl
73450            ! doop.c hv.c pp.c sv.h
73451 ____________________________________________________________________________
73452 [  7976] By: jhi                                   on 2000/12/04  16:13:53
73453         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
73454              From: sthoenna@efn.org
73455              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
73456              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
73457      Branch: perl
73458            ! os2/os2.c perlio.c
73459 ____________________________________________________________________________
73460 [  7975] By: jhi                                   on 2000/12/04  16:05:25
73461         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
73462              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73463              Date: Thu, 30 Nov 2000 20:50:37 -0800
73464              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
73465      Branch: perl
73466            ! os2/os2.c
73467 ____________________________________________________________________________
73468 [  7974] By: jhi                                   on 2000/12/04  16:03:57
73469         Log: Subject: [PATCH] ++ 20% faster
73470              From: Nicholas Clark <nick@ccl4.org>
73471              Date: Mon, 4 Dec 2000 12:17:27 +0000
73472              Message-ID: <20001204121726.B52976@plum.flirble.org>
73473              
73474              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
73475      Branch: perl
73476            ! sv.c
73477 ____________________________________________________________________________
73478 [  7973] By: jhi                                   on 2000/12/04  16:00:48
73479         Log: 
73480              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
73481              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73482              Date: Mon, 04 Dec 2000 12:30:45 +0100
73483              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
73484              
73485              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
73486              library (getprotobyname and getprotobynumber are outversioned by
73487              the same calls in libc, at least for xlc version 3.
73488      Branch: perl
73489            ! hints/aix.sh
73490 ____________________________________________________________________________
73491 [  7972] By: jhi                                   on 2000/12/04  02:58:31
73492         Log: Integrate perlio:
73493              
73494              [  7971]
73495              Quieten some noise in Win32 builds:
73496              - win32.h is included after <sys/socket.h>, so need to 
73497              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
73498              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
73499              
73500              [  7970]
73501              PERL_IMPLICIT_SYS compiles but does not work.
73502      Branch: perl
73503           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
73504           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
73505           !> win32/win32.h win32/win32iop.h win32/win32thread.h
73506 ____________________________________________________________________________
73507 [  7971] By: nick                                  on 2000/12/04  00:24:33
73508         Log: Quieten some noise in Win32 builds:
73509              - win32.h is included after <sys/socket.h>, so need to 
73510              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
73511              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
73512      Branch: perlio
73513            ! doio.c perl.h toke.c win32/win32.h
73514 ____________________________________________________________________________
73515 [  7970] By: nick                                  on 2000/12/03  22:57:46
73516         Log: PERL_IMPLICIT_SYS compiles but does not work.
73517      Branch: perlio
73518            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
73519            ! win32/perlhost.h win32/perllib.c win32/win32.h
73520            ! win32/win32iop.h win32/win32thread.h
73521 ____________________________________________________________________________
73522 [  7969] By: jhi                                   on 2000/12/03  22:12:58
73523         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
73524              used to swash_init(), makes regprop() dumps more informative
73525              (+utf8::IsAlpha, -utf8::IsDigit, for example).
73526      Branch: perl
73527            ! regcomp.c regexec.c
73528 ____________________________________________________________________________
73529 [  7968] By: jhi                                   on 2000/12/03  21:39:56
73530         Log: Implement ANYOFUTF8 regprop() dumping.
73531      Branch: perl
73532            ! regcomp.c
73533 ____________________________________________________________________________
73534 [  7967] By: jhi                                   on 2000/12/03  20:57:19
73535         Log: Make uv_to_utf8() to zero-terminate its output buffer,
73536              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
73537      Branch: perl
73538            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
73539 ____________________________________________________________________________
73540 [  7966] By: nick                                  on 2000/12/03  18:41:21
73541         Log: Integrate mainline (STDCHAR)
73542      Branch: perlio
73543           !> Configure t/pragma/utf8.t
73544 ____________________________________________________________________________
73545 [  7965] By: jhi                                   on 2000/12/03  17:58:20
73546         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
73547      Branch: perl
73548            ! t/pragma/utf8.t
73549 ____________________________________________________________________________
73550 [  7964] By: jhi                                   on 2000/12/03  17:35:56
73551         Log: Integrate perlio:
73552              
73553              [  7961]
73554              Make iperlsys.h vector stdio not PerlIO.
73555      Branch: perl
73556           !> iperlsys.h perlio.c
73557 ____________________________________________________________________________
73558 [  7963] By: jhi                                   on 2000/12/03  17:33:55
73559         Log: Metaconfig unit change for #7962.
73560      Branch: metaconfig
73561            ! U/modified/stdchar.U
73562 ____________________________________________________________________________
73563 [  7962] By: jhi                                   on 2000/12/03  17:33:27
73564         Log: Untangle the <stdio.h> #include nest for the stdchar test,
73565              from Andy Dougherty.
73566      Branch: perl
73567            ! Configure
73568 ____________________________________________________________________________
73569 [  7961] By: nick                                  on 2000/12/03  16:53:00
73570         Log: Make iperlsys.h vector stdio not PerlIO.
73571      Branch: perlio
73572            ! iperlsys.h perlio.c
73573 ____________________________________________________________________________
73574 [  7960] By: nick                                  on 2000/12/03  14:43:01
73575         Log: Integrate mainline
73576      Branch: perlio
73577           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
73578           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
73579 ____________________________________________________________________________
73580 [  7959] By: jhi                                   on 2000/12/03  08:16:36
73581         Log: Use DO_UTF8().
73582      Branch: perl
73583            ! op.c
73584 ____________________________________________________________________________
73585 [  7958] By: jhi                                   on 2000/12/02  18:33:05
73586         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
73587              From: Mike Guy <mjtg@cam.ac.uk>         
73588              Date: Sat, 02 Dec 2000 17:27:13 +0000
73589              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
73590              
73591              An extraneous argument.
73592      Branch: perl
73593            ! toke.c
73594 ____________________________________________________________________________
73595 [  7957] By: jhi                                   on 2000/12/02  18:22:32
73596         Log: A missing hunk.
73597      Branch: perl
73598            ! t/lib/net-hostent.t
73599 ____________________________________________________________________________
73600 [  7956] By: jhi                                   on 2000/12/02  18:06:20
73601         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
73602              From: Nicholas Clark <nick@ccl4.org>
73603              Date: Sat, 2 Dec 2000 14:28:27 +0000
73604              Message-ID: <20001202142827.A12308@plum.flirble.org>
73605              
73606              Test robustness.
73607      Branch: perl
73608            ! t/lib/net-hostent.t
73609 ____________________________________________________________________________
73610 [  7955] By: jhi                                   on 2000/12/02  17:58:06
73611         Log: Metaconfig unit change for #7954.
73612      Branch: metaconfig
73613            ! U/modified/stdchar.U
73614 ____________________________________________________________________________
73615 [  7954] By: jhi                                   on 2000/12/02  17:54:32
73616         Log: An inconvenient hang would happen if the stdio _ptr wasn't
73617              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
73618              would be grepping stdin for all eternity for the _ptr.)
73619      Branch: perl
73620            ! Configure
73621 ____________________________________________________________________________
73622 [  7953] By: jhi                                   on 2000/12/02  00:07:15
73623         Log: Update Changes.
73624      Branch: perl
73625            ! Changes patchlevel.h
73626 ____________________________________________________________________________
73627 [  7952] By: jhi                                   on 2000/12/01  23:54:47
73628         Log: Subject: Re: long shell lines
73629              From: Andy Dougherty <doughera@lafayette.edu>
73630              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
73631              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
73632              
73633              Split overly long shell command lines.
73634      Branch: perl
73635            ! lib/ExtUtils/MM_Unix.pm
73636 ____________________________________________________________________________
73637 [  7951] By: jhi                                   on 2000/12/01  23:48:02
73638         Log: The metaconfig unit change for #7950.
73639      Branch: metaconfig
73640            + U/modified/stdchar.U
73641 ____________________________________________________________________________
73642 [  7950] By: jhi                                   on 2000/12/01  23:47:39
73643         Log: Try to find stdchar also from <stdio_impl.h>.
73644      Branch: perl
73645            ! Configure config_h.SH
73646 ____________________________________________________________________________
73647 [  7949] By: jhi                                   on 2000/12/01  23:46:45
73648         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
73649              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
73650              Date: Fri, 1 Dec 2000 16:26:08 -0500
73651              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
73652              
73653              Reword the diagnostic message.
73654      Branch: perl
73655            ! pod/perldiag.pod
73656 ____________________________________________________________________________
73657 [  7948] By: nick                                  on 2000/12/01  22:49:43
73658         Log: Integrate mainline (for s/y/m as sub names stuff).
73659      Branch: perlio
73660           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
73661           !> t/pragma/warn/toke toke.c
73662 ____________________________________________________________________________
73663 [  7947] By: jhi                                   on 2000/12/01  20:55:41
73664         Log: Integrate perlio:
73665              
73666              [  7942]
73667              Fix 'mmap' lib/filehand.t (ungetc) test fail.
73668              Make 'unix' pass most tests
73669              - do unread by temporary push of layer ("pending") holding unread chars
73670              - fast_gets is now based on per-handle flag
73671              - relax one of io/pipe.t tests to allow print to fail and close to
73672              succeed so that it passes on unbuffered "unix" layer.
73673              Remaining fail is sporadic and a genuine race condition between
73674              parent/child in fork test.
73675      Branch: perl
73676           !> perlio.c perliol.h t/io/pipe.t
73677 ____________________________________________________________________________
73678 [  7946] By: jhi                                   on 2000/12/01  20:36:51
73679         Log: Upgrade to CPAN 1.59_51, from Andreas König.
73680      Branch: perl
73681            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
73682 ____________________________________________________________________________
73683 [  7945] By: nick                                  on 2000/12/01  20:31:32
73684         Log: Integrate mainline
73685      Branch: perlio
73686           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
73687           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
73688           +> t/lib/net-hostent.t
73689           !> (integrate 35 files)
73690 ____________________________________________________________________________
73691 [  7944] By: jhi                                   on 2000/12/01  20:23:29
73692         Log: Some help for 20001130.011.  Now one gets warnings like
73693              "Ambiguous -f() resolved as a file test ..."
73694      Branch: perl
73695            ! pod/perldiag.pod t/pragma/warn/toke toke.c
73696 ____________________________________________________________________________
73697 [  7943] By: jhi                                   on 2000/12/01  19:44:44
73698         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
73699              that also breaks using them as methods. 
73700      Branch: perl
73701            ! pod/perldiag.pod t/op/misc.t toke.c
73702 ____________________________________________________________________________
73703 [  7942] By: nick                                  on 2000/12/01  17:56:46
73704         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
73705              Make 'unix' pass most tests
73706              - do unread by temporary push of layer ("pending") holding unread chars
73707              - fast_gets is now based on per-handle flag
73708              - relax one of io/pipe.t tests to allow print to fail and close to
73709              succeed so that it passes on unbuffered "unix" layer.
73710              Remaining fail is sporadic and a genuine race condition between
73711              parent/child in fork test.
73712      Branch: perlio
73713            ! perlio.c perliol.h t/io/pipe.t
73714 ____________________________________________________________________________
73715 [  7941] By: jhi                                   on 2000/12/01  15:28:58
73716         Log: (Retracted by #7943.)
73717              
73718              Reserve the short named string operator names.
73719      Branch: perl
73720            ! pod/perldiag.pod t/op/misc.t toke.c
73721 ____________________________________________________________________________
73722 [  7940] By: jhi                                   on 2000/12/01  06:45:53
73723         Log: Get the three different space character classes right under utf8.
73724      Branch: perl
73725            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
73726            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
73727            ! regexec.c t/op/pat.t utf8.c
73728 ____________________________________________________________________________
73729 [  7939] By: jhi                                   on 2000/12/01  03:26:26
73730         Log: Two more tests that make no sense in UTF-8 since the test
73731              data is not in UTF-8.
73732      Branch: perl
73733            ! t/op/regexp.t
73734 ____________________________________________________________________________
73735 [  7938] By: jhi                                   on 2000/12/01  03:20:39
73736         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
73737              should it be required inside regexen?
73738      Branch: perl
73739            ! regcomp.c t/op/regmesg.t
73740 ____________________________________________________________________________
73741 [  7937] By: jhi                                   on 2000/12/01  02:58:53
73742         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
73743              stored and restored, and thusly was trounced by the utf8 swash
73744              routines.
73745      Branch: perl
73746            ! regcomp.c
73747 ____________________________________________________________________________
73748 [  7936] By: jhi                                   on 2000/11/30  20:41:39
73749         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
73750              Why the different platforms behave so differently (core dump vs
73751              no core dump) on this bug is a but of a mystery, but if I had to
73752              guess I would mumble something like 'alignment'.
73753      Branch: perl
73754            ! sv.c
73755 ____________________________________________________________________________
73756 [  7935] By: jhi                                   on 2000/11/30  16:17:02
73757         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
73758              From: Robin Barker <rmb1@cise.npl.co.uk>
73759              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
73760              Date: Thu, 30 Nov 2000 14:27:12 GMT
73761      Branch: perl
73762            ! perlio.c toke.c
73763 ____________________________________________________________________________
73764 [  7934] By: jhi                                   on 2000/11/30  16:04:49
73765         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
73766      Branch: perl
73767            ! t/lib/net-hostent.t
73768 ____________________________________________________________________________
73769 [  7933] By: jhi                                   on 2000/11/30  06:07:26
73770         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
73771              From: Peter Prymmer <pvhp@forte.com>
73772              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
73773              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
73774              
73775              In VMS the localhost may be LOCALHOST.
73776      Branch: perl
73777            ! t/lib/net-hostent.t
73778 ____________________________________________________________________________
73779 [  7932] By: jhi                                   on 2000/11/30  01:11:11
73780         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
73781              From: Peter Prymmer <pvhp@forte.com>
73782              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
73783              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
73784              
73785              plus regen perlapi.pod.
73786      Branch: perl
73787            ! pod/perlapi.pod utf8.c
73788 ____________________________________________________________________________
73789 [  7931] By: jhi                                   on 2000/11/30  01:06:19
73790         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
73791              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73792              Date:     Wed, 29 Nov 2000 17:15:11 EST
73793              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
73794      Branch: perl
73795            ! t/lib/filter-util.pl t/lib/filter-util.t
73796 ____________________________________________________________________________
73797 [  7930] By: jhi                                   on 2000/11/29  18:51:55
73798         Log: Update Changes.
73799      Branch: perl
73800            ! Changes patchlevel.h
73801 ____________________________________________________________________________
73802 [  7929] By: jhi                                   on 2000/11/29  18:50:55
73803         Log: Update the va_copy() metaconfig unit.
73804      Branch: metaconfig/U/perl
73805            ! need_va_copy.U
73806 ____________________________________________________________________________
73807 [  7928] By: jhi                                   on 2000/11/29  17:50:43
73808         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
73809              From: Dominic Dunlop <domo@computer.org>
73810              Date: Tue, 28 Nov 2000 16:41:57 +0100
73811              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
73812              
73813              Patch to catch a core dump in the Configure va_copy test.
73814      Branch: perl
73815            ! Configure config_h.SH
73816 ____________________________________________________________________________
73817 [  7927] By: jhi                                   on 2000/11/29  17:31:59
73818         Log: Retract #7921, the patch shouldn't be needed.
73819      Branch: perl
73820            ! sv.c
73821 ____________________________________________________________________________
73822 [  7926] By: jhi                                   on 2000/11/29  17:01:41
73823         Log: Make the Class::Struct import() wiser.
73824      Branch: perl
73825            ! lib/Class/Struct.pm t/lib/class-struct.t
73826 ____________________________________________________________________________
73827 [  7925] By: jhi                                   on 2000/11/29  16:36:33
73828         Log: All the core library users of Class::Struct seem to be
73829              using "use Class::Struct 'struct';" instead of the bare
73830              "use Class::Struct;", which isn't documented in Class::Struct.
73831              This can't be right.
73832      Branch: perl
73833            ! lib/File/stat.pm
73834 ____________________________________________________________________________
73835 [  7924] By: jhi                                   on 2000/11/29  16:32:15
73836         Log: A test works better if it has the right 1..$n output.
73837      Branch: perl
73838            ! t/lib/class-struct.t
73839 ____________________________________________________________________________
73840 [  7923] By: jhi                                   on 2000/11/29  16:29:11
73841         Log: Forgot to MANIFEST the new Net::hostent test.
73842      Branch: perl
73843            ! MANIFEST
73844 ____________________________________________________________________________
73845 [  7922] By: jhi                                   on 2000/11/29  16:27:49
73846         Log: Integrate perlio:
73847              
73848              [  7906]
73849              Initial tidy of setmode() muddle (UNIX does not have, nor need it).
73850      Branch: perl
73851           !> iperlsys.h perlio.c
73852 ____________________________________________________________________________
73853 [  7921] By: jhi                                   on 2000/11/29  16:27:10
73854         Log: (Retracted by #7927.)
73855              
73856              Subject: [PATCH] Is infinity a number?
73857              From: Simon Cozens <simon@cozens.net>
73858              Date: Wed, 29 Nov 2000 14:48:20 +0000
73859              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
73860      Branch: perl
73861            ! sv.c
73862 ____________________________________________________________________________
73863 [  7920] By: jhi                                   on 2000/11/29  16:23:02
73864         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
73865              From: rspier@pobox.com (Robert Spier)
73866              Date: Wed, 29 Nov 2000 02:17:49 -0500
73867              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
73868              
73869              Add a test for Net::hostent.
73870      Branch: perl
73871            + t/lib/net-hostent.t
73872 ____________________________________________________________________________
73873 [  7919] By: jhi                                   on 2000/11/29  16:21:31
73874         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
73875              add a test for Class::Struct.
73876      Branch: perl
73877            + t/lib/class-struct.t
73878            ! MANIFEST lib/Class/Struct.pm
73879 ____________________________________________________________________________
73880 [  7918] By: jhi                                   on 2000/11/29  15:48:40
73881         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
73882              From: rspier@pobox.com (Robert Spier)
73883              Date: Wed, 29 Nov 2000 02:25:39 -0500
73884              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
73885              
73886              More checking in case someone has broken their services or
73887              protocol databases.
73888      Branch: perl
73889            ! ext/Sys/Syslog/Syslog.pm
73890 ____________________________________________________________________________
73891 [  7917] By: jhi                                   on 2000/11/29  15:46:25
73892         Log: Subject: [PATCH] $^O  win32 -> MSWin32
73893              From: rspier@pobox.com (Robert Spier)
73894              Date: Wed, 29 Nov 2000 02:17:38 -0500
73895              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
73896              
73897              plus similar nits for vms, err, VMS, and UNICOS.
73898      Branch: perl
73899            ! t/lib/syslfs.t t/op/lfs.t
73900 ____________________________________________________________________________
73901 [  7916] By: jhi                                   on 2000/11/29  15:42:51
73902         Log: Subject: [PATCH] Tokeniser debugging
73903              From: Simon Cozens <simon@cozens.net>
73904              Date: Wed, 29 Nov 2000 14:15:45 +0000
73905              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
73906      Branch: perl
73907            ! perl.c perl.h pod/perlrun.pod toke.c
73908 ____________________________________________________________________________
73909 [  7915] By: jhi                                   on 2000/11/29  15:41:36
73910         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
73911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73912              Date: Wed, 29 Nov 2000 02:13:14 -0500
73913              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
73914              
73915              OUT keyword nits.
73916              
73917              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
73918              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73919              Date: Wed, 29 Nov 2000 03:09:04 -0500
73920              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
73921              
73922              OUT and IN_OUT documentation.
73923      Branch: perl
73924            ! lib/ExtUtils/xsubpp pod/perlxs.pod
73925 ____________________________________________________________________________
73926 [  7914] By: jhi                                   on 2000/11/29  03:35:01
73927         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
73928              From: John Tobey <jtobey@john-edwin-tobey.org>
73929              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
73930              Message-Id: <m140e1N-000FOoC@feynman.localnet>
73931              
73932              plus a performance speedup noticed by Sarathy.
73933      Branch: perl
73934            ! op.c
73935 ____________________________________________________________________________
73936 [  7913] By: jhi                                   on 2000/11/29  03:16:59
73937         Log: Use "1 while unlink" so that VMS gets clean, too.
73938      Branch: perl
73939            ! t/lib/filter-util.t
73940 ____________________________________________________________________________
73941 [  7912] By: jhi                                   on 2000/11/29  03:09:08
73942         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
73943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73944              Date: Tue, 28 Nov 2000 03:27:09 -0500
73945              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
73946      Branch: perl
73947            ! lib/ExtUtils/xsubpp
73948 ____________________________________________________________________________
73949 [  7911] By: jhi                                   on 2000/11/29  03:06:30
73950         Log: This should have been part of #7872: no need to scan UTF-8
73951              until eternity.
73952      Branch: perl
73953            ! utf8.c
73954 ____________________________________________________________________________
73955 [  7910] By: jhi                                   on 2000/11/29  02:50:04
73956         Log: One more perltie.pod nit from Casey R. Tweten.
73957      Branch: perl
73958            ! pod/perltie.pod
73959 ____________________________________________________________________________
73960 [  7909] By: jhi                                   on 2000/11/29  02:44:23
73961         Log: Document the known sprintf test failures, exact standard
73962              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
73963      Branch: perl
73964            ! pod/perldelta.pod t/op/sprintf.t
73965 ____________________________________________________________________________
73966 [  7908] By: jhi                                   on 2000/11/29  02:36:23
73967         Log: Add the Encoding table format documentation.
73968      Branch: perl
73969            + ext/Encode/Encode/EncodeFormat.pod
73970            ! MANIFEST
73971 ____________________________________________________________________________
73972 [  7907] By: jhi                                   on 2000/11/29  02:07:24
73973         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
73974              From: "Casey R. Tweten" <crt@kiski.net>
73975              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
73976              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
73977              
73978              Subject: Re: [PATCH] Updating perltie.pod for arrays
73979              From: "Casey R. Tweten" <crt@kiski.net>
73980              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
73981              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
73982      Branch: perl
73983            ! pod/perltie.pod
73984 ____________________________________________________________________________
73985 [  7906] By: nick                                  on 2000/11/28  22:40:59
73986         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
73987      Branch: perlio
73988            ! iperlsys.h perlio.c
73989 ____________________________________________________________________________
73990 [  7905] By: nick                                  on 2000/11/28  22:04:34
73991         Log: Integrate mainline
73992      Branch: perlio
73993           !> (integrate 39 files)
73994 ____________________________________________________________________________
73995 [  7904] By: jhi                                   on 2000/11/28  16:44:43
73996         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
73997              From: Nicholas Clark <nick@babyhippo.co.uk>
73998              Date: Tue, 28 Nov 2000 11:16:57 +0000
73999              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
74000      Branch: perl
74001            ! pod/perlipc.pod
74002 ____________________________________________________________________________
74003 [  7903] By: jhi                                   on 2000/11/28  16:40:31
74004         Log: Subject: [PATCH] Updating perltie.pod for arrays
74005              From: "Casey R. Tweten" <crt@kiski.net>
74006              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
74007              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
74008      Branch: perl
74009            ! pod/perltie.pod
74010 ____________________________________________________________________________
74011 [  7902] By: jhi                                   on 2000/11/28  16:39:37
74012         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
74013              From: Robin Barker <rmb1@cise.npl.co.uk>
74014              Date: Mon, 27 Nov 2000 17:56:44 GMT
74015              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
74016      Branch: perl
74017            ! pod/perlfunc.pod t/op/split.t
74018 ____________________________________________________________________________
74019 [  7901] By: jhi                                   on 2000/11/28  16:28:04
74020         Log: setmode() is a DOSish-only thing.
74021      Branch: perl
74022            ! perlio.c
74023 ____________________________________________________________________________
74024 [  7900] By: jhi                                   on 2000/11/28  16:21:46
74025         Log: Subject: [PATCH] perlcc.PL cleanups
74026              From: Simon Cozens <simon@cozens.net>
74027              Date: Tue, 28 Nov 2000 12:44:35 +0000
74028              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
74029      Branch: perl
74030            ! utils/perlcc.PL
74031 ____________________________________________________________________________
74032 [  7899] By: gsar                                  on 2000/11/28  06:32:55
74033         Log: reintegrate files missed by change#7895
74034      Branch: maint-5.6/perl
74035           +> ext/ByteLoader/bytecode.h utils/Makefile
74036            - utils/perlbc.PL
74037 ____________________________________________________________________________
74038 [  7897] By: gsar                                  on 2000/11/27  18:22:47
74039         Log: can't integrate these two files, for some reason
74040      Branch: maint-5.6/perl
74041            - ext/ByteLoader/bytecode.h utils/Makefile
74042 ____________________________________________________________________________
74043 [  7895] By: gsar                                  on 2000/11/27  18:11:21
74044         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
74045              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
74046              6757..6890,6892..6901 from mainline
74047              
74048              Bytecompiler patches from Benjamin Stuhl.
74049              
74050              More bytecompiler.
74051              
74052              Subject: [PATCH blead] B:: missing dependency
74053              
74054              Subject: [PATCH: 6757] configure.com updates and syslog build
74055              
74056              Long double Gconvert fixes from Yitzchak Scott-Thoennes
74057              and Spider Boardman.
74058              
74059              Subject: [PATCH blead] nextchar() abuse misses an optimisation
74060              
74061              Long double fixes from Spider Boardman.
74062              
74063              Make the selection of NVff et al stricter.
74064              
74065              cSVOPo_*v things index into the current PL_curpad
74066              under ithreads, which is different from the curpad
74067              used by the XSUB.  (In other words, the code as-is
74068              before this patch wouldn't work under ithreads.)
74069              
74070              Be portable.
74071              
74072              VMS MMS (make) wants null action.
74073              
74074              Mac and other portability updates from Chris Nandor.
74075              
74076              Storable support, v-version fixes.
74077              Subject: CPAN.pm beta for testing available
74078              
74079              Portability fix from Hugo van der Sanden.
74080              
74081              Bad makefile.
74082              
74083              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
74084              
74085              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
74086              
74087              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74088              
74089              Replace #6705 with a minimal doc patch.
74090              Subject: [PATCH 5.6.0] replace change #6705
74091              
74092              Drop the separate perlbc, perlcc -b should be enough.
74093              
74094              installperl couldn't tell whether it had run tests or not.
74095              Subject: [PATCH] Re: installperl and t/TEST
74096              
74097              Add silencer flags to installperl.
74098              Subject: [PATCH] Making installperl silent.
74099              
74100              Make "make install" by default silent.  A new "install-verbose"
74101              target is verbose.
74102              
74103              More liberal parsing of version numbers.
74104              Subject: Re: CPAN.pm beta for testing available
74105              
74106              Create directories in silence.
74107              Subject: [PATCH] Another silencer for MakeMaker
74108              
74109              DOS patches and portability/porting notes, from Tim Jenness.
74110              
74111              Make installman to recognize the silence flag -S.
74112              
74113              Actually do something with the silencer option.
74114              
74115              Continue silencing.
74116              
74117              Show the doc file, not the temp file.
74118              
74119              Regen perltoc.
74120              
74121              Subject: [PATCH] More silencing of installman.
74122              
74123              Better wording for the vec lvalue diagnostic.
74124              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74125              
74126              Subject: [PATCH: 6805] several more tweaks to configure.com
74127              
74128              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
74129              
74130              Missing parts of 
74131              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
74132              
74133              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
74134              (applied slightly modified)
74135              
74136              installperl --verbose and --silent.
74137              Subject: Re: [PATCH] More silencing of installman.
74138              
74139              Add install-silent target.
74140              
74141              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
74142              the problem reported in
74143              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
74144              
74145              Tweak the sfio/useperlio logic, hopefully as wished in
74146              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
74147              
74148              One forgotten file from #6816.
74149              
74150              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
74151              
74152              Remove duplicately applied patch shards.
74153              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
74154              
74155              Support preserving extremely big/small angles.
74156              
74157              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
74158              
74159              Subject: [PATCH] installation not quite silent yet.
74160              
74161              Update the test count.
74162              
74163              Use UVxf, PTR2UV, NVff.
74164              
74165              Document PTR2XX and INT2PTR.
74166              
74167              no-install target a la make -n.
74168              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
74169              
74170              grep -e isn't portable.
74171              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
74172              
74173              Can't get the test to reliably work thanks to the
74174              inaccurateness of floating point.  "Resolves" bug ids
74175              20000826.003, 20000826.009, 20000826.010,
74176              
74177              Subject: installman buglet
74178              
74179              DJGPP update from Laszlo Molnar.
74180              
74181              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74182              
74183              Passing -R in ldflags makes now it to appear in the default
74184              for lddlflags, just like with -L.
74185              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74186              
74187              Test nit.
74188              
74189              Use the actual thread type, not the pointer-to-struct.
74190              
74191              Provice virtual $Config{ccflags_nolargefiles} etc. 
74192              
74193              display_format used as a class method without arguments was broken,
74194              reported in
74195              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
74196              
74197              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
74198              
74199              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
74200              
74201              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
74202              
74203              opmini.o may be left around if a build is interrupted.
74204              
74205              Typo in #6858.
74206              
74207              Fix for ID 20000828.001, long doubles were not formatted
74208              correctly (showed up in $], which stopped installing perl).
74209              
74210              An attempt to fix the problem reported in
74211              Subject: Building perl@6856 using gcc/AIX 4.3.3 
74212              I can't test this properly since the gcc installation I have
74213              access to seems to be botched (gcc is calling the AIX cpp,
74214              a losing proposition...)
74215              
74216              Add -ld to archname on long tr...double platforms.
74217              
74218              Subject: hv.h Doc Patch
74219              
74220              Potential cruft.
74221              
74222              Subject: [PATCH bleedperl@6856] warnings fixes
74223              
74224              -S is the silent flag, -s is the strip flag.
74225              Subject: [PATCH] Re: [PATCH] make no-install          
74226              
74227              Take out the SUIDMAIL thing, that will not be
74228              a problem in 5.7.*.
74229              
74230              Subject: [PATCH bleedperl@6866] spellings
74231              
74232              Subject: [PATCH] Re: files not cleaned even by veryclean
74233              
74234              Use minimal @INC in tests, most of the time just '../lib',
74235              so that we simply can't pick up stuff from other Perls than
74236              the one we are testing.  Pointed out by
74237              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
74238              
74239              Update to Getopt::Long 2.24, from Johan Vromans.
74240              
74241              Fix for thinko in #6848.
74242              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
74243              
74244              Patches all over for people and the files they (hopefully) care about.
74245              
74246              Subject: Net::protoent does not export 'getproto'
74247              
74248              Missed a change in #6869.
74249              
74250              Subject: [PATCH] Warnings in B::Deparse
74251              
74252              Subject: [PATCH] Glob dumping
74253              
74254              Disable one of the tests for now.
74255              
74256              Disabling the one test is a bit tricky.
74257              
74258              Don't forget to tidy up.
74259              
74260              The #6881 removed one dump line.
74261              
74262              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
74263              
74264              Under usethreads the dumped variable is IN_PAD.
74265              Subject: Re: [PATCH] Glob dumping
74266              
74267              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
74268              
74269              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
74270              
74271              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
74272              
74273              Regen Configure for #6894.
74274              
74275              Subject: [PATCH: 6889] updates to perlebcdic.pod
74276              
74277              Undo namespace pollution of #6878.
74278              Subject: Re: Net::protoent does not export 'getproto'
74279              
74280              Admit that we are leaking scalars.
74281              
74282              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
74283      Branch: maint-5.6/perl
74284           !> (integrate 271 files)
74285 ____________________________________________________________________________
74286 [  7894] By: gsar                                  on 2000/11/27  16:00:34
74287         Log: a couple of nits
74288      Branch: maint-5.6/perl
74289            ! MANIFEST pp_sys.c
74290 ____________________________________________________________________________
74291 [  7893] By: gsar                                  on 2000/11/27  15:10:56
74292         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
74293              6740..6745,6747..6757,6760
74294              
74295              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
74296              
74297              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
74298              
74299              Doc nits spotted by Richard Soderberg.
74300              
74301              move WNOHANG definition to where other such things are
74302              
74303              Make $Config{byteorder} more magical so that it is
74304              dynamically computed: nice for 'fat binaries'.
74305              Subject: [PATCH]: default byteorder
74306              
74307              Subject: [PATCH] Cwd.pm now uses strict
74308              
74309              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
74310              
74311              Get -DLEAKTEST to compile (not necessarily to work, mind)
74312              Subject: [ID 20000724.006] -DLEAKTEST problem
74313              
74314              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
74315              
74316              Add perlebcdic from Peter Prymmer, regen toc.
74317              
74318              Don't propose using modules built for 5.005 if no binary
74319              compatibility with 5.005 is attempted.
74320              
74321              Do not use prototyping here.
74322              Subject: [ID 20000817.016] [PATCH] Peek.xs
74323              
74324              Document what the backtick returns if the command fails.
74325              
74326              Add byteorder to the myconfig output.
74327              
74328              Introduce NVef, NVff, and NVgf, use the middle one.
74329              (helps for lib/peek + Linux + long doubles)  Reported in
74330              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74331              Use NVs in POSIX math, not doubles.
74332              Subject: [ID 20000817.014] POSIX & modfl
74333              
74334              Subject: [PATCH 5.6.0+] newSVrv() memory leak
74335              
74336              The byteorder code in #6671 was wrong.
74337              
74338              Fix the lib/complex failure of
74339              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74340              Linux long double accuracy issue: something that
74341              when printed with %g looks like "2" but int() of it is 1.
74342              
74343              Propagate new Configure vars.
74344              
74345              Unbuffer the output.
74346              
74347              Subject: [PATCH] perltrap.pod spring cleaning
74348              
74349              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
74350              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
74351              
74352              Tiny Getopt::Long patch from Johan Vromans.
74353              
74354              Document code point which makes if (defined %stash::) to work
74355              (noted by Spider Boardman).
74356              
74357              Subject: [PATCH perl@6698] cygwin port
74358              
74359              Document the NDBM_File and ODBM_File as SDBM_File
74360              was documented in #6417.
74361              
74362              The new tests were missing from #6415.
74363              
74364              Add [[:blank:]] as suggested in
74365              Subject: [ID 20000716.024] [=cc=] / [:blank:]
74366              (the [=cc=] has already been taken care of by #6439
74367              so the whole bug report can be closed)
74368              and make [[:space:]] to be equivalent to isspace(3)
74369              (as opposed to \s, which is isSPACE()).  The difference
74370              is that now [[:space:]] matches the mythical vertical tab,
74371              while \s doesn't.
74372              
74373              Don't eat leading os from index entries.
74374              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
74375              
74376              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
74377              
74378              Typo in pp_complement().
74379              Subject: [PATCH perl-current] Deparse
74380              
74381              Add warnif(), check warnings further up the stack,
74382              all the warnings functions now can take an optional object reference.
74383              Subject: [PATCH bleedperl@6691] warnings pragma update
74384              
74385              Fix a core dump in lib/selfloader under -DDEBUGGING.
74386              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
74387              
74388              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
74389              
74390              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
74391              
74392              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
74393              Put back the long double avoidance code to POSIX.xs
74394              because VMS seems to need it still.
74395              
74396              Introduce a 'veryclean' target that is like 'distclean'
74397              but also removes *~ and *.orig.
74398              
74399              Subject: [ID 20000817.023] endianness description in perlfunc.pod
74400              
74401              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
74402              
74403              Let's try #6717 again.
74404              
74405              UTF8 concat fixes.
74406              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
74407              
74408              pp_open() could pass an uninitialized filename down to do_open9().
74409              
74410              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
74411              
74412              Update to CGI 2.72, from Lincoln Stein.
74413              
74414              Subject: [PATCH] Silence MakeMaker (Was: installman)
74415              
74416              Use temporary directory instead of current directory.
74417              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
74418              
74419              Document odd vs even subreleases and -Dusedevel.
74420              
74421              The veryclean target needs to clobber.
74422              
74423              Use File::Spec->tmpdir().
74424              
74425              Document the number of exponent digits.
74426              
74427              Mention perlebcdic and perlposix-bc.
74428              
74429              s/this one/the 5.6.0 release/
74430              
74431              The #6724 is here.
74432              
74433              The correct cleaning order is an art.
74434              
74435              small tweaks for change#6705: avoid C++ style comments in C code;
74436              use Perl's malloc API rather than the low level system one
74437              
74438              Array context keeps slithering in.
74439              
74440              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
74441              
74442              Subject: [PATCH] os2.c fix for use64bitint
74443              
74444              Update to Pod::LaTeX 0.53.
74445              Subject: [PATCH] lib/Pod/LaTeX.pm updates
74446              
74447              Document the endianness of Alpha more precisely.
74448              
74449              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
74450              
74451              Rename the macro argument because some preprocessors
74452              can't tell the difference and expand arguments also inside
74453              double quoted strings.
74454              
74455              free TLS slot properly on Windows
74456              
74457              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
74458              
74459              Unicos/mk requires elaborate paranoia.
74460              
74461              Tweak the floating point output routine preferences.
74462              
74463              Also under djgpp the timestamps are funky.
74464              
74465              Apply some PodParser 1.18 patches; the Pod/Find.pm
74466              patches cannot be applied since #6712 conflicts.
74467              
74468              Use PodParser 1.18 new test.
74469              
74470              A pod nit.
74471              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
74472              
74473              Be verydeepclean.
74474      Branch: maint-5.6/perl
74475           +> pod/perlebcdic.pod
74476           !> (integrate 106 files)
74477 ____________________________________________________________________________
74478 [  7892] By: jhi                                   on 2000/11/27  15:02:32
74479         Log: Update Changes.
74480      Branch: perl
74481            ! Changes patchlevel.h
74482 ____________________________________________________________________________
74483 [  7891] By: jhi                                   on 2000/11/27  14:57:23
74484         Log: Subject: Re: perlfaq style changes
74485              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74486              Date: Sat, 25 Nov 2000 23:32:26 -0800
74487              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
74488              
74489              plus a note from Ronald Kimball.
74490      Branch: perl
74491            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
74492 ____________________________________________________________________________
74493 [  7890] By: jhi                                   on 2000/11/27  14:53:14
74494         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
74495              From: Benjamin Holzman <bah@ecnvantage.com>
74496              Date: Sun, 26 Nov 2000 16:27:33 -0500
74497              Message-ID: <20001126162733.J25040@ecnvantage.com>
74498      Branch: perl
74499            ! gv.c
74500 ____________________________________________________________________________
74501 [  7889] By: jhi                                   on 2000/11/27  14:43:11
74502         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
74503              From: lvirden@cas.org
74504              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
74505              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
74506      Branch: perl
74507            ! README.amiga
74508 ____________________________________________________________________________
74509 [  7888] By: jhi                                   on 2000/11/27  14:32:34
74510         Log: Restore also the locale test to no-sprintf-taint state.
74511              Fixes the bug 20001127.003.
74512      Branch: perl
74513            ! sv.c t/pragma/locale.t
74514 ____________________________________________________________________________
74515 [  7887] By: gsar                                  on 2000/11/27  14:13:05
74516         Log: integrate changes#6613..6616,6620..6665 from mainline
74517              
74518              VMS configure.com update continues.
74519              
74520              Subject: Test fails / warnings with perl-current #6612
74521              
74522              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
74523              
74524              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
74525              
74526              For now remove the mail code.
74527              
74528              Subject: Re: [PATCH] @+, @- readonly
74529              
74530              Subject: warning: storage class after type is obsolescent
74531              
74532              Subject: sfio2000
74533              
74534              Subject: Re: File::Temp problems on VMS in bleedperl
74535              
74536              README.os2 update.
74537              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
74538              
74539              Make the user to give up his firstborn, err, to knowingly
74540              verify installing an unstable developer release.  Also bump
74541              the release to 5.7.0, but leave a patch tag in the local
74542              patches saying that this is not yet the real thing.
74543              
74544              Update (kinda) to Test 1.14, from Joshua Pritikin.
74545              
74546              make ok etc also for win32.
74547              
74548              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
74549              
74550              Don't blow limited stacks, a lower number is enough to
74551              tickle the lookbehind limit.
74552              
74553              Use -Dusedevel; regen Configure and the respective Porting stuff.
74554              
74555              Subject: [PATCH] debugger exit code should reflect user exit code
74556              
74557              Subject: [PATCH perl@6620] cygwin port
74558              
74559              Missed a file from #6638.
74560              
74561              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)
74562              
74563              magic callbacks all need to have same type signature
74564              
74565              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
74566              
74567              Fix a dependency problem.
74568              Subject: [PATCH: 6640] VMS Makefile.SH update
74569              
74570              The numeric locale was reset to "C" by s?printf and never restored.
74571              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
74572              No test since adding the failing example to locale.t
74573              does not fail -- probably because the locale settings are so
74574              thoroughly tweaked by that time.  Running the example standalone
74575              does fail, though.  UPDATE: test case added at change #7540.
74576              
74577              Subject: [ID 20000324.040] minor fix to perlhpux.pod
74578              
74579              Update to CPAN 1.57.
74580              
74581              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
74582              
74583              Change the perlbug address to perl.org since it's more forgiving.
74584              
74585              Change the regx compilation error markers to use = instead of <
74586              since pod makes using the latter quite messy.  Reported in
74587              ID 20000814.006 by Abigail and in
74588              Subject: Unknown escape E<> ?
74589              
74590              Update to perldebtut 1.9, from Richard Foley.
74591              
74592              check that the number pseudo children doesn't exceed
74593              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
74594              the WaitForMultipleObjects() limit that would cause wait()
74595              to crash)
74596              wait() and waitpid() could potentially be rewritten to use
74597              more than one thread to do the waiting to eliminate this
74598              limitation
74599              
74600              change#6328 could make close(SOCKET) return false on windows
74601              when it shouldn't
74602              
74603              pod nit seen in passing
74604              
74605              on windows, the return values from wait() and waitpid() don't
74606              match those of pseudo-pids
74607              
74608              waitpid() now handles externally spawned pids correctly;
74609              fixes for backtick/wait/waitpid failures on Windows 9x
74610              these changes make the pid returned by process functions on
74611              Windows 9x always positive by clearing the high bit (which
74612              is always set on Win9x); pseudo-process PIDs are likewise
74613              always negative now on Win9x (just as on NT/2000)
74614              
74615              trailing new %ENV entries weren't being pushed into the real
74616              environment of subprocesses on Windows
74617              
74618              Tweak the regex compilation errors once more.
74619              
74620              avoid warnings from dense compiler
74621              
74622              add "ok" targets from change#6632 in makefile.mk
74623      Branch: maint-5.6/perl
74624            - lib/Pod/PlainText.pm vms/configure.com
74625           !> (integrate 66 files)
74626 ____________________________________________________________________________
74627 [  7886] By: jhi                                   on 2000/11/27  13:54:18
74628         Log: __FUNCTION__ isn't portable and trying to emulate it leads
74629              into practically spelling out the name of the function.
74630              Takes care of the bug 20001127.001.
74631      Branch: perl
74632            ! perlio.c
74633 ____________________________________________________________________________
74634 [  7885] By: gsar                                  on 2000/11/27  13:53:18
74635         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
74636              6610..6611 from mainline
74637              
74638              Make regular expression parse error messages easier to understand.
74639              Subject: Re: enhanced(?) regex error messages
74640              
74641              Tiny tidying on report_evil_fh().
74642              
74643              Subject: Re: enhanced(?) regex error messages 
74644              plus Capitalize the error messages, plus perldiag them.
74645              
74646              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
74647              
74648              Document here-doc better.
74649              
74650              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
74651              
74652              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
74653              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
74654              (either perlbug or p5p ate the original), plus regen
74655              perlapi and perltoc. 
74656              
74657              Regen global.sym.
74658              
74659              Double check that we have a dirhandle.
74660              
74661              Subject: Re: enhanced(?) regex error messages
74662              (plus two small patches sent privately)
74663              (this still seems to leave few test failures)
74664              
74665              warn is a macro, avoid using at a variable to avoid warnings
74666              in some configurations; readdir.t is too conservative in
74667              estimating number of *.t's
74668              
74669              Get back into sync with Jeffrey on the enhanced regex warnings.
74670              
74671              Subject: [PATCH 5.6.0] cygwin port
74672              
74673              Zero entries were skipped, fix from Adrian Goalby
74674              <argoalby@yahoo.co.uk>
74675              
74676              Subject: Remove dead entry in perldiag
74677              
74678              Amend the description of Perl6.
74679              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
74680              
74681              detypo
74682              
74683              It's the 2ndO'ROSSC.
74684              
74685              Revert the sv.c part of #6559, a better fix is needed.
74686              
74687              Iterating perl6 description.
74688              
74689              Update to Term::ANSIColor 1.03, from Russ Allbery.
74690              
74691              Update to Getopt::Long 2.23_05, from Johan Vromans.
74692              
74693              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
74694              
74695              Update to Pod::Parser 1.17, from Brad Appleton.
74696              
74697              Update to CPAN 1.56, from Andreas König.
74698              
74699              Update to CGI 2.70, from Lincoln Stein.
74700              
74701              Put back the std @INC thing.
74702              
74703              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
74704              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
74705              
74706              Document the IO::Select timeout.
74707              
74708              sleep(1) does not necessarily return 1.
74709              Subject: [PATCH bleadperl] op/lex_assign.t  
74710              
74711              Subject: debugger "d" command doesnt check line number
74712              
74713              B::Deparse didn't do sub attributes.
74714              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
74715              
74716              Preprocessing and postprocessing for File::Find.
74717              Subject: Patch to Find::File.pm to allow alphabetical results
74718              
74719              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
74720              
74721              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
74722              
74723              Subject: Re: [ID 20000730.003] utf8::length() bad
74724              
74725              Subject: Getting perlio and threads to compile
74726              (the Solaris version changes in Configure skipped)
74727              
74728              Tests for #6589.
74729              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
74730              
74731              Add Perl debugging tutorial, regen toc. 
74732              Subject: perldebtut.pod
74733              
74734              Add a few missing files, update MANIFEST.
74735              
74736              Rewrite of vms/subconfigure.com as configure.com,
74737              from Peter Prymmer and the vmsperl crew.
74738              
74739              Should have deleted this in #6603.
74740              
74741              Fix the test for 5005threads.
74742              
74743              Fix-n-skip the tests under 5005threads.
74744              
74745              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
74746              
74747              Upgrade to CGI 2.71, from Lincoln Stein.
74748      Branch: maint-5.6/perl
74749           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
74750           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
74751           +> t/op/regmesg.t t/pod/find.t vms/configure.com
74752            - vms/subconfigure.com
74753            ! lib/lib.pm
74754           !> (integrate 115 files)
74755 ____________________________________________________________________________
74756 [  7884] By: jhi                                   on 2000/11/27  13:44:33
74757         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
74758              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74759              Date:     Mon, 27 Nov 2000 08:23:54 EST
74760              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
74761      Branch: perl
74762            ! vms/descrip_mms.template vms/test.com
74763 ____________________________________________________________________________
74764 [  7883] By: gsar                                  on 2000/11/27  11:50:46
74765         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
74766              6511..6513,6515..6523,6525..6536
74767              
74768              The swallow_bom() saga continues.  The #23 of require.t
74769              (UTF16-LE) still fails (silently, no output) but the #22
74770              (UTF16-BE) seems to be working now.  The root of the
74771              failure may be in sv_gets(): is it UTF-16LE-aware,
74772              especially when it comes to line endings? 
74773              
74774              Document the problem with -P in HP-UX and its workaround.
74775              
74776              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
74777              (aka ID 20000730.002)
74778              
74779              Subject: fix and question re: waitpid() under win32
74780              
74781              Make the safety catch for buggy gccs work with triple version
74782              numbers like 2.95.2.  Reported in
74783              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
74784              
74785              In Digital UNIX warn if gcc explicitly chosen because even
74786              2.95.2 is known to cause problems.
74787              
74788              Make chr() for values >127 to create utf8 when under utf8.
74789              
74790              various syntax errors and such (not fixed: comp/require.t#22 coredump
74791              on Windows)
74792              
74793              Stash away the largefiles flags and libswanted.
74794              
74795              BOM patching from Simon Cozens.
74796              
74797              If gccosandvers is equal to osname, clear gccosandvers.
74798              
74799              Make p4desc to skip non-mainperl branches by default.
74800              
74801              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
74802              
74803              The test from this
74804              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
74805              
74806              In new BSDs changes to argv[] do not show up in ps(1) output,
74807              instead one must use setproctitle().  This was already addressed
74808              by change #6457, but the below has a new variant for FreeBSD 4.0
74809              or later, and the matter is also documented more.
74810              
74811              FreeBSD 3.* updates from
74812              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
74813              
74814              regen_headers, regen perltoc.
74815              
74816              Document in one place the memory abstractions used in Perl core.
74817              
74818              memcpy has n o in it, as pinted ut by Sarathy.
74819              
74820              Remove the extraneous "main::" prefix from all the
74821              "opened only for", "on closed", and "never opened" warnings.
74822              
74823              The name of a filehandle does not have <these>.
74824              
74825              The tr utf8 patching continues.
74826              
74827              The new setproctitle() feature is available only in 
74828              bleeding edge FreeBSD.  From Paul Saab.
74829              
74830              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
74831              
74832              Dump UVs as UVs in Data::Dumper.
74833              
74834              detypo #6494
74835              
74836              Document the IVdf UVuf UVof UVxf.
74837              
74838              require.t needs binmode() to work on windows
74839              
74840              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
74841              that are hopefully soon put into use.
74842              
74843              Allow "no Module;" even if there is no 'unimport'.
74844              
74845              Better skip message for the test; one of the two problems in
74846              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
74847              
74848              The subtest 4 may fail also on VOBS, as pointed out
74849              by Nick Ing-Simmons in November 1999, bug id 19991124.003
74850              (but the failure in that bug report isn't the subtest 4).
74851              
74852              Be more informative on what is skipped and why,
74853              also repeat the list at the end.
74854              
74855              Add a URL for FSF.
74856              
74857              Subject: [PATCH] sv.h documentation - SvLEN
74858              
74859              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
74860              
74861              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
74862              
74863              Subject: [PATCH] bad cppsymbols on os2 + Configure question
74864              
74865              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
74866              
74867              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
74868              mention the idea of @( and @)
74869              
74870              This is 6512.  Really.
74871              
74872              Subject: [ID 19990721.004] Documentation bug in perlfunc
74873              
74874              Subject: Minor tweak to perlvar.pod
74875              
74876              In the warnings call filehandles consistently so;
74877              add "unopened" warning for stat().
74878              
74879              After the #6519 a warning about stat() is just that,
74880              not about a filetest, which now have their own warning.
74881              
74882              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
74883              
74884              Subject: Re: Array vs. List context
74885              
74886              Subject: New perlcc, take 2
74887              
74888              Weed buglets pointed out by
74889              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
74890              
74891              gcc versions might have (parentheses) in them.
74892              
74893              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
74894              
74895              Essential prototype changes were missing from #6527.
74896              Also make report_evil_fh() more bomb-proof.
74897              
74898              Zap lib/Sys directory when cleaning up.
74899              
74900              Change the Policy policy: now -Dprefix= with an existing
74901              Policy.sh and prefix == siteprefix == vendorprefix, then all
74902              of them follow along the new prefix.
74903              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
74904              
74905              Continue fixing the io warnings.  This also
74906              sort of fixes bug ID 20000802.003: the core dump
74907              is no more.  Whether the current behaviour is correct
74908              (giving a warning: "Not a format reference"), is another matter.
74909              
74910              Have symbols for the IoTYPEs.
74911              
74912              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
74913              
74914              Document a bit that UDP is not what you might think.
74915              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
74916              tr memory corruption fix from Simon Cozens.
74917              
74918              Plug the security hole described in the Aug 05 2000 bugtraq message
74919              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
74920              The security hole exists only in suidperls, which isn't
74921              installed or even built by default.
74922      Branch: maint-5.6/perl
74923           !> (integrate 71 files)
74924 ____________________________________________________________________________
74925 [  7882] By: gsar                                  on 2000/11/27  10:25:36
74926         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
74927              from mainline
74928              
74929              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
74930              to be fatal errors (instead of by default ignoring them, and
74931              ignoring with a bug: even though -w gave an error, the opening [
74932              was left in)  Reported in:
74933              
74934              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
74935              
74936              Subject: [PATCH] split /^/
74937              
74938              MacOS nits from Matthias Neeracher.
74939              
74940              More split() doc and test patches from Mike Guy.
74941              
74942              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
74943              from Graham Barr in the module list.
74944              
74945              docfix from Peter Scott <Peter@PSDT.com>.
74946              
74947              File::Temp patches for VMS and OS/2 from Tim Jenness.
74948              
74949              open() wariness in perlbug.
74950              
74951              Subject: [PATCH] minor doc change - perlguts
74952              
74953              Subject: Minor doc patch: handy.h
74954              
74955              Be wary of close()s, too.
74956              
74957              Further File::Temp patches from Yitzchak Scott-Thoennes
74958              and Craig A. Berry.
74959              
74960              Subject: [PATCH] fixes bug 20000508.004
74961              
74962              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
74963              
74964              Allow "no AutoLoader;", based on change #6444,
74965              suggested by Graham Barr.
74966              
74967              Use setproctitle() if available to modify $0.
74968              
74969              Warn if the version of the operating system used to compile gcc
74970              differs from the current version of the operating system.
74971              Also display the gcc compilation os and version in myconfig.
74972              Inspiration from
74973              
74974              Tiny fixes for #6460.
74975              
74976              The problem described in this
74977              Subject: [ID 20000322.018] named chars aren't magical enough
74978              has been fixed in perl 5.6.0 but just in case added a test
74979              to keep it away.  (The report from Joseph Hall.)
74980              
74981              Tune the comments and hopefully stop a memory leak.
74982              
74983              Subject: UTF8 concat
74984              (with a memory leak fixed, plus a few casts added)
74985              This also seems to help for
74986              Subject: [ID 20000716.015] join UTF8 weirdness
74987              
74988              Do not upgrade SVs into utf8 just because they participate
74989              in eq or cmp.  Reported and fix suggested in
74990              Subject: [ID 20000720.009] sv_eq UTF8 bug
74991              
74992              Fix the HALF_UPGRADE() macro introduced in #6263.
74993              
74994              Find green threads before native threads.
74995              Subject: Re: Patch to jpl/JNI/Makefile.PL
74996      Branch: maint-5.6/perl
74997           !> (integrate 30 files)
74998 ____________________________________________________________________________
74999 [  7881] By: jhi                                   on 2000/11/27  05:48:41
75000         Log: It seems that *both* the unused submatch loop cleanup
75001              codes are needed.
75002      Branch: perl
75003            ! regexec.c
75004 ____________________________________________________________________________
75005 [  7880] By: jhi                                   on 2000/11/27  04:50:07
75006         Log: Clean .exists deeper.
75007      Branch: perl
75008            ! Makefile.SH
75009 ____________________________________________________________________________
75010 [  7879] By: jhi                                   on 2000/11/27  02:31:35
75011         Log: The code in regcppop() (see #7878) contains the correct lower
75012              limit for the unused submatch 'cleanup' loop so that under
75013              "use utf8" the following code wouldn't dump core:
75014              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
75015              the cleanup loop in regtry() stomped beyond allocated area
75016              in the startp[] array.  Therefore, copied the correct lower
75017              loop limit (*PL_reglastparen) to regtry().  Note: something
75018              may still not be quite right: why was the _higher_ loop limit
75019              (prog->nparens) different in the utf8 case?
75020              
75021              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
75022              without core dumps, there were about 17 of them before
75023              the patch (with us since Perl 5.7.0).  Two failures, still:
75024              496 and 505 (though these may not be severe).
75025              
75026              Patch #7881 is also needed since both the cleanup loops
75027              seem to be needed.
75028              
75029              Also, the t/op/pat#44 seems to core dump under utf8.
75030              Plus a couple of failures.  UGH-8.
75031      Branch: perl
75032            ! regexec.c
75033 ____________________________________________________________________________
75034 [  7878] By: jhi                                   on 2000/11/27  02:21:17
75035         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
75036              the code in regcppop() seems to be redundant for the test suite --
75037              but it contains a germ of truth, and it needed for the build
75038              process itself: see #7879 and #7881.
75039      Branch: perl
75040            ! regexec.c
75041 ____________________________________________________________________________
75042 [  7877] By: jhi                                   on 2000/11/27  01:53:09
75043         Log: Comment on comment.
75044      Branch: perl
75045            ! regexec.c
75046 ____________________________________________________________________________
75047 [  7876] By: jhi                                   on 2000/11/27  00:49:59
75048         Log: Adjust the docs to agree with #7875.
75049      Branch: perl
75050            ! pod/perllocale.pod
75051 ____________________________________________________________________________
75052 [  7875] By: jhi                                   on 2000/11/27  00:49:27
75053         Log: Retract #7863.  It makes more sense not to taint formatted output,
75054              not even by sprintf().
75055      Branch: perl
75056            ! sv.c
75057 ____________________________________________________________________________
75058 [  7874] By: jhi                                   on 2000/11/26  23:36:02
75059         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
75060              Not really fixed (should really dump the UTF-8 charclass),
75061              but stopped displaying the garbage.
75062              
75063              Also add a note on the (missing) Unicode PSXSPC and BLANK.
75064      Branch: perl
75065            ! regcomp.c
75066 ____________________________________________________________________________
75067 [  7873] By: jhi                                   on 2000/11/26  21:31:13
75068         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
75069      Branch: perl
75070            ! regexec.c
75071 ____________________________________________________________________________
75072 [  7872] By: jhi                                   on 2000/11/26  21:06:04
75073         Log: No need to scan till infinity, 13 is enough.
75074      Branch: perl
75075            ! handy.h utf8.c
75076 ____________________________________________________________________________
75077 [  7871] By: jhi                                   on 2000/11/26  20:20:32
75078         Log: Test line numbers are different with utf8.
75079      Branch: perl
75080            ! t/op/re_tests
75081 ____________________________________________________________________________
75082 [  7870] By: jhi                                   on 2000/11/26  20:10:12
75083         Log: Message nit.
75084      Branch: perl
75085            ! regcomp.c
75086 ____________________________________________________________________________
75087 [  7869] By: jhi                                   on 2000/11/26  19:01:05
75088         Log: Make utf8_length() and utf8_distance() (the latter of which
75089              is unused at the moment) to be less forgiving about bad UTF-8.
75090      Branch: perl
75091            ! embed.h embed.pl objXSUB.h proto.h utf8.c
75092 ____________________________________________________________________________
75093 [  7868] By: jhi                                   on 2000/11/26  18:45:56
75094         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
75095              From: Benjamin Holzman <bah@ecnvantage.com>
75096              Date: Sat, 25 Nov 2000 20:40:20 -0500       
75097              Message-ID: <20001125204020.A25040@ecnvantage.com>              
75098              
75099              Debian allows installing /usr/bin/locale without installing
75100              any locales, an error message will ensue.
75101      Branch: perl
75102            ! t/pragma/locale.t
75103 ____________________________________________________________________________
75104 [  7867] By: jhi                                   on 2000/11/26  18:31:12
75105         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
75106              From: Benjamin Holzman <bah@ecnvantage.com>
75107              Date: Sun, 26 Nov 2000 02:42:34 -0500
75108              Message-ID: <20001126024234.G25040@ecnvantage.com>
75109              
75110              Patch for the bug 20000212.002.
75111      Branch: perl
75112            ! sv.c t/op/array.t
75113 ____________________________________________________________________________
75114 [  7866] By: jhi                                   on 2000/11/26  18:28:09
75115         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
75116              From: Tim Jenness <t.jenness@jach.hawaii.edu>
75117              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
75118              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
75119              
75120              File::Temp 0.11.
75121      Branch: perl
75122            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
75123 ____________________________________________________________________________
75124 [  7865] By: jhi                                   on 2000/11/26  18:24:22
75125         Log: The metaconfig unit change for #7864.
75126      Branch: metaconfig/U/perl
75127            ! need_va_copy.U
75128 ____________________________________________________________________________
75129 [  7864] By: jhi                                   on 2000/11/26  18:23:41
75130         Log: Make the va_copy() test not to be so talkative.
75131      Branch: perl
75132            ! Configure config_h.SH
75133 ____________________________________________________________________________
75134 [  7863] By: jhi                                   on 2000/11/26  18:11:02
75135         Log: Fix locale inconsistencies unearthed by Hugo's work.
75136              Now the floating point sprintf really does taint the result
75137              string as perllocale promises (has promised for a long time)
75138              if "use locale" is in the lexical scope.
75139      Branch: perl
75140            ! sv.c t/pragma/locale.t
75141 ____________________________________________________________________________
75142 [  7862] By: jhi                                   on 2000/11/26  00:35:15
75143         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
75144              From: Nicholas Clark <nick@ccl4.org>
75145              Date: Sun, 26 Nov 2000 00:07:50 +0000
75146              Message-ID: <20001126000750.A22446@plum.flirble.org>
75147              
75148              Infinit.
75149      Branch: perl
75150            ! sv.c
75151 ____________________________________________________________________________
75152 [  7861] By: jhi                                   on 2000/11/26  00:01:26
75153         Log: Integrate perlio:
75154              
75155              [  7860]
75156              Correct relative path from new ext\Filter\Util\Call location
75157              back to miniperl.
75158              
75159              [  7857]
75160              All tests pass on Win32/gcc/USE_PERLIO.
75161              - when crlf layer is pushed make unix-level binary.
75162              - remove :crlf injection in pp_backtick in pp_sys.c
75163              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
75164              
75165              [  7853]
75166              Re-arrange crlf vs binary for platforms that care.
75167              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
75168              Lip-service to making stdio layer work on such platforms (untested).
75169              Now fails 3 tests rather than one, checkin to see if I can debug 
75170              the issue under linux. (Do not merge.)
75171      Branch: perl
75172           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
75173 ____________________________________________________________________________
75174 [  7860] By: nick                                  on 2000/11/25  22:04:17
75175         Log: Correct relative path from new ext\Filter\Util\Call location
75176              back to miniperl.
75177      Branch: perlio
75178            ! win32/makefile.mk
75179 ____________________________________________________________________________
75180 [  7859] By: nick                                  on 2000/11/25  21:26:54
75181         Log: Integrate mainline.
75182      Branch: perlio
75183           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
75184           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
75185           +> t/lib/filter-util.t
75186            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75187            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75188            - t/lib/filt-util.t
75189           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
75190           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
75191           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
75192           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
75193           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
75194           !> win32/makefile.mk
75195 ____________________________________________________________________________
75196 [  7858] By: gsar                                  on 2000/11/25  20:52:17
75197         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
75198              parent's memory; fix it by keeping track of the actual pad
75199              offset rather than a raw pointer (this change is probably also
75200              relevant to non-ithreads case to avoid fallout from reallocs of
75201              the pad array, but is currently only enabled for the ithreads
75202              case in the interests of minimal disruption to existing "well
75203              tested" code)
75204      Branch: perl
75205            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
75206            ! proto.h scope.c scope.h sv.c t/op/fork.t
75207 ____________________________________________________________________________
75208 [  7857] By: nick                                  on 2000/11/25  20:01:28
75209         Log: All tests pass on Win32/gcc/USE_PERLIO.
75210              - when crlf layer is pushed make unix-level binary.
75211              - remove :crlf injection in pp_backtick in pp_sys.c
75212              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
75213      Branch: perlio
75214            ! doio.c perlio.c pp_sys.c win32/makefile.mk
75215 ____________________________________________________________________________
75216 [  7856] By: jhi                                   on 2000/11/25  18:38:30
75217         Log: Update the metaconfig units for #7855.
75218      Branch: metaconfig/U/perl
75219            ! useperlio.U usesocks.U
75220 ____________________________________________________________________________
75221 [  7855] By: jhi                                   on 2000/11/25  18:37:54
75222         Log: Undo the SOCKS workarounds, instead start using PerlIO
75223              if SOCKS is selected.
75224              
75225              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
75226              From: Jens Hamisch <jens@Strawberry.COM>
75227              Date: Fri, 24 Nov 2000 18:31:30 +0100
75228              Message-ID: <20001124183130.E28337@Strawberry.COM>
75229              
75230              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
75231              From: Jens Hamisch <jens@Strawberry.COM>
75232              Date: Fri, 24 Nov 2000 19:11:51 +0100
75233              Message-ID: <20001124191151.A28753@Strawberry.COM>
75234      Branch: perl
75235            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
75236            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
75237 ____________________________________________________________________________
75238 [  7854] By: jhi                                   on 2000/11/25  17:39:08
75239         Log: Undo #7848.  Some of the code seems to use walkoptree(),
75240              some walkoptree_slow().  An unfinished renaming?
75241              Now the sub is walkoptree() (which is @EXPORT_OK),
75242              the walkoptree_slow() is a typeglob alias to walkoptree.
75243              This makes the tests to pass, at least.
75244      Branch: perl
75245            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
75246 ____________________________________________________________________________
75247 [  7853] By: nick                                  on 2000/11/24  22:24:33
75248         Log: Re-arrange crlf vs binary for platforms that care.
75249              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
75250              Lip-service to making stdio layer work on such platforms (untested).
75251              Now fails 3 tests rather than one, checkin to see if I can debug 
75252              the issue under linux. (Do not merge.)
75253      Branch: perlio
75254            ! doio.c perlio.c perliol.h
75255 ____________________________________________________________________________
75256 [  7852] By: jhi                                   on 2000/11/24  18:57:39
75257         Log: AUTHORS edits.
75258      Branch: perl
75259            ! AUTHORS
75260 ____________________________________________________________________________
75261 [  7851] By: jhi                                   on 2000/11/24  17:34:56
75262         Log: Add Jan-Erik Karlsson.
75263      Branch: perl
75264            ! AUTHORS
75265 ____________________________________________________________________________
75266 [  7850] By: jhi                                   on 2000/11/24  17:27:56
75267         Log: Configure should find stdchar on its own.
75268      Branch: perl
75269            ! hints/solaris_2.sh
75270 ____________________________________________________________________________
75271 [  7849] By: jhi                                   on 2000/11/24  17:24:55
75272         Log: Subject: PATCH over 7848: Filter test flawed
75273              From: andreas.koenig@anima.de (Andreas J. Koenig)
75274              Date: 24 Nov 2000 10:28:29 +0100
75275              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
75276      Branch: perl
75277            ! t/lib/filter-util.t
75278 ____________________________________________________________________________
75279 [  7848] By: jhi                                   on 2000/11/24  17:22:15
75280         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
75281              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
75282              Date: Fri, 24 Nov 2000 16:12:58 +0000
75283              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
75284      Branch: perl
75285            ! ext/B/B.pm
75286 ____________________________________________________________________________
75287 [  7847] By: jhi                                   on 2000/11/24  03:07:01
75288         Log: Integrate perlio:
75289              
75290              [  7844]
75291              Win32/perlio Now just fails one io/argv.t test - lack 
75292              of default :crlf on standard streams.
75293              
75294              [  7843]
75295              Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
75296              peek fail is showing a real problem (multiple crlf layers
75297              are getting pushed.)
75298              
75299              [  7842]
75300              Implement PerlIO_binmode()
75301              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
75302              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
75303              make binmode in t/lib/io_tell.t unconditional so that works.
75304              Checkin just so Win32 machine can see these changes.
75305              
75306              [  7836]
75307              Implement crlf layer - not ready for merge.
75308      Branch: perl
75309           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
75310           !> win32/makefile.mk
75311 ____________________________________________________________________________
75312 [  7846] By: gsar                                  on 2000/11/24  00:55:57
75313         Log: integrate changes#6415..6418,6420..6438 from mainline
75314              
75315              Fix the bitvector ops for utf8 (tricky since past 7 bits
75316              the utf8 'characters' can be more than one octet).
75317              
75318              MPE/ix updates for perl 5.6.0 from Mark Bixby.
75319              
75320              Subject: SDBM_File documentation
75321              
75322              Detypo.
75323              
75324              Decutandpasto.
75325              
75326              Send all installperl messages to STDERR and be -w clean.
75327              
75328              Out-of-date note removed.
75329              
75330              Protect against "wild next"s, that is, callbacks doing "next"
75331              instead of "return".
75332              
75333              Use STDOUT consistently.
75334              
75335              The output might have been produced in the wrong order.
75336              
75337              A missing 'break' after the [[:space:]] switch case.
75338              
75339              Add tests for
75340              [ID 19991110.003] another matching finding by pcre author
75341              which has already been fixed by some patch, as verified in
75342              
75343              Documentation to explain the behaviour of map().
75344              
75345              Add an optimization for map-maps-a-list-element-to-more-list-elements
75346              case, but add also notes explaining the relationship of this
75347              patch and the earlier notes by Sarathy.
75348              
75349              Subject: [ID 20000716.023] syslog test fails without sockets
75350              
75351              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
75352              Test cases for #6431.
75353              
75354              File::Spec::VMS fixup for tmpdir from Craig Berry.
75355              
75356              Make the "uninit variable" warning to say "concat or string"
75357              or "join or string" when in concat or join .
75358              
75359              Get UTF16 BOMs working.  Patch from
75360              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
75361              
75362              Subject: [PATCH] Make large file tests deal with SIGXFSZ
75363              
75364              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
75365              
75366              Subject: [PATCH] av.c apidoc
75367      Branch: maint-5.6/perl
75368           !> (integrate 43 files)
75369 ____________________________________________________________________________
75370 [  7845] By: gsar                                  on 2000/11/24  00:20:45
75371         Log: integrate changes#6406..6414 from mainline
75372              
75373              Merge perlhacktut into perlhack, update perlguts.
75374              
75375              Fix AutoSplit to use File::Spec the right way in VMS,
75376              from Peter Prymmer.
75377              
75378              The bug report
75379              [ID 19991110.002] minimal matching discrepancy found by pcre author
75380              seems to have been fixed (though differently from what was suggested
75381              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
75382              
75383              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
75384              not in pod, from Peter Prymmer
75385              
75386              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
75387              From: Hugo <hv@crypt.compulink.co.uk>
75388              Date: Fri, 14 Jul 2000 23:05:20 +0100
75389              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
75390              
75391              Didn't anymore apply, but that point still could use another fix.
75392              
75393              lib/b test fixes from Peter Prymmer.
75394              
75395              More docs for sv functions.
75396              
75397              perlvms.pod whitespace cleanup to keep pod utils happy.
75398              
75399              another VMS build tweak from Peter Prymmer
75400      Branch: maint-5.6/perl
75401           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
75402           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
75403           !> vms/descrip_mms.template vms/perlvms.pod
75404 ____________________________________________________________________________
75405 [  7844] By: nick                                  on 2000/11/23  23:42:45
75406         Log: Win32/perlio Now just fails one io/argv.t test - lack 
75407              of default :crlf on standard streams.
75408      Branch: perlio
75409            ! doio.c perlio.c
75410 ____________________________________________________________________________
75411 [  7843] By: nick                                  on 2000/11/23  23:04:05
75412         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
75413              peek fail is showing a real problem (multiple crlf layers
75414              are getting pushed.)
75415      Branch: perlio
75416            ! doio.c perlio.c win32/makefile.mk
75417 ____________________________________________________________________________
75418 [  7842] By: nick                                  on 2000/11/23  19:46:23
75419         Log: Implement PerlIO_binmode()
75420              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
75421              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
75422              make binmode in t/lib/io_tell.t unconditional so that works.
75423              Checkin just so Win32 machine can see these changes.
75424      Branch: perlio
75425            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
75426 ____________________________________________________________________________
75427 [  7841] By: jhi                                   on 2000/11/23  19:30:00
75428         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
75429      Branch: perl
75430            ! README.amiga
75431 ____________________________________________________________________________
75432 [  7840] By: jhi                                   on 2000/11/23  17:18:02
75433         Log: SOCKS wrestling continues, patches from Jens Hamisch.
75434      Branch: perl
75435            ! doio.c embed.h embed.pl perlsdio.h proto.h
75436 ____________________________________________________________________________
75437 [  7839] By: jhi                                   on 2000/11/23  16:54:14
75438         Log: Push Filter::Util::Call one level deeper.
75439      Branch: perl
75440            + t/lib/filter-util.t
75441           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
75442           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
75443            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75444            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75445            - t/lib/filt-util.t
75446            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
75447            ! win32/Makefile win32/makefile.mk
75448 ____________________________________________________________________________
75449 [  7838] By: jhi                                   on 2000/11/23  16:52:40
75450         Log: Reach back one higher up when searching for PERL_SRC.
75451      Branch: perl
75452            ! lib/ExtUtils/MM_Unix.pm
75453 ____________________________________________________________________________
75454 [  7837] By: jhi                                   on 2000/11/23  16:05:41
75455         Log: Subject: Re: perl@7826
75456              Date: Thu, 23 Nov 2000 02:20:25 -0600
75457              From: "Craig A. Berry" <craigberry@mac.com>
75458              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
75459              
75460              Make VMS to like Filter::Util::Call. 
75461      Branch: perl
75462            ! configure.com ext/Filter/Util/Makefile.PL
75463 ____________________________________________________________________________
75464 [  7836] By: nick                                  on 2000/11/23  16:04:08
75465         Log: Implement crlf layer - not ready for merge.
75466      Branch: perlio
75467            ! perlio.c win32/makefile.mk
75468 ____________________________________________________________________________
75469 [  7835] By: jhi                                   on 2000/11/23  15:56:52
75470         Log: STDCHAR is different in Sparc v9 vs x86.
75471      Branch: perl
75472            ! hints/solaris_2.sh
75473 ____________________________________________________________________________
75474 [  7834] By: jhi                                   on 2000/11/23  15:50:47
75475         Log: The type needs to be visible to protos.
75476      Branch: perl
75477            ! perl.h
75478 ____________________________________________________________________________
75479 [  7833] By: jhi                                   on 2000/11/23  15:40:46
75480         Log: Finish unfinished SOCKS workaround changes.
75481      Branch: perl
75482            ! doio.c
75483 ____________________________________________________________________________
75484 [  7832] By: jhi                                   on 2000/11/23  15:33:30
75485         Log: Integrate perlio:
75486              
75487              [  7831]
75488              Correct makefile.mk dependancies for ext/Filter/Util
75489              Build ext/Encode
75490              Run dmake regen_config_h
75491      Branch: perl
75492           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
75493           !> win32/makefile.mk
75494 ____________________________________________________________________________
75495 [  7831] By: nick                                  on 2000/11/23  10:31:07
75496         Log: Correct makefile.mk dependancies for ext/Filter/Util
75497              Build ext/Encode
75498              Run dmake regen_config_h
75499      Branch: perlio
75500            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75501            ! win32/makefile.mk
75502 ____________________________________________________________________________
75503 [  7830] By: nick                                  on 2000/11/23  08:05:07
75504         Log: Integrate mainline
75505      Branch: perlio
75506           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75507           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
75508           +> t/lib/filt-util.pl t/lib/filt-util.t
75509           !> (integrate 41 files)
75510 ____________________________________________________________________________
75511 [  7829] By: gsar                                  on 2000/11/23  03:07:11
75512         Log: build the Filter extension on windows
75513      Branch: perl
75514            ! win32/Makefile win32/makefile.mk
75515 ____________________________________________________________________________
75516 [  7828] By: gsar                                  on 2000/11/23  02:46:35
75517         Log: regenerate win32/config* and fix some inconsistencies in the
75518              makefiles; always export Perl_deb() because it is needed
75519              by ext/re/* (whether perl itself is built with -DDEBUGGING
75520              or not)
75521      Branch: perl
75522            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
75523            ! win32/config_H.vc win32/makefile.mk
75524 ____________________________________________________________________________
75525 [  7827] By: gsar                                  on 2000/11/23  02:18:38
75526         Log: get sources building on windows+MSVC again (untested with other
75527              compilers)
75528      Branch: perl
75529            ! win32/include/sys/socket.h win32/perllib.c
75530 ____________________________________________________________________________
75531 [  7826] By: jhi                                   on 2000/11/23  01:18:26
75532         Log: Update Changes.
75533      Branch: perl
75534            ! Changes patchlevel.h
75535 ____________________________________________________________________________
75536 [  7825] By: jhi                                   on 2000/11/23  00:20:41
75537         Log: Subject: Re: av.c patch (having slight problems)
75538              From: "Ben Tilly" <ben_tilly@hotmail.com>
75539              Date: Tue, 21 Nov 2000 23:29:31 -0500
75540              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
75541              
75542              unshift() speedup.
75543      Branch: perl
75544            ! av.c
75545 ____________________________________________________________________________
75546 [  7824] By: jhi                                   on 2000/11/22  23:59:15
75547         Log: Fixes for signedness warnings noticed by VMSperlers.
75548      Branch: perl
75549            ! ext/Storable/Storable.xs regcomp.c sv.c
75550 ____________________________________________________________________________
75551 [  7823] By: jhi                                   on 2000/11/22  23:19:31
75552         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
75553              From: Peter Prymmer <pvhp@forte.com>
75554              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
75555              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
75556      Branch: perl
75557            ! t/pragma/warn/pp_hot
75558 ____________________________________________________________________________
75559 [  7822] By: jhi                                   on 2000/11/22  22:52:20
75560         Log: Be clean.
75561      Branch: perl
75562            ! Makefile.SH
75563 ____________________________________________________________________________
75564 [  7821] By: jhi                                   on 2000/11/22  22:46:39
75565         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
75566              by Damian Conway, as suggested by Paul Marquess.
75567      Branch: perl
75568            + lib/Filter/Simple.pm
75569 ____________________________________________________________________________
75570 [  7820] By: jhi                                   on 2000/11/22  22:45:51
75571         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
75572      Branch: perl
75573            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75574            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75575            + t/lib/filt-util.t
75576            ! MANIFEST
75577 ____________________________________________________________________________
75578 [  7819] By: jhi                                   on 2000/11/22  22:03:27
75579         Log: Integrate perlio:
75580              
75581              [  7802]
75582              Win32 PerlIO intermediate state now working as expected.
75583              - In current state we are still using C runtime in text/binary
75584              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
75585              - PERLIO=stdio and PERLIO=unix pass all expected tests.
75586              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
75587              and PerlIO_seek() and the dummy crlf layer is not making adjustments
75588              for CRLF translation happening in C runtime. All other tests pass.
75589              Added note to README.win32 to point out the snags of doing a perl build
75590              with Norton AntiVirus turned on.
75591              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
75592              which file a fail comes from.
75593              Updated "canned" config.h to match the one generated.
75594      Branch: perl
75595           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
75596           !> win32/makefile.mk
75597 ____________________________________________________________________________
75598 [  7818] By: jhi                                   on 2000/11/22  21:56:02
75599         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
75600      Branch: perl
75601            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
75602            ! t/lib/io_sock.t
75603 ____________________________________________________________________________
75604 [  7817] By: jhi                                   on 2000/11/22  21:39:49
75605         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
75606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75607              Date: Wed, 22 Nov 2000 16:08:12 -0500
75608              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
75609      Branch: perl
75610            ! lib/ExtUtils/Liblist.pm
75611 ____________________________________________________________________________
75612 [  7816] By: jhi                                   on 2000/11/22  21:38:25
75613         Log: Go ahead and #include <unistd.h> in perl.h.
75614      Branch: perl
75615            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
75616            ! util.c
75617 ____________________________________________________________________________
75618 [  7815] By: jhi                                   on 2000/11/22  21:22:52
75619         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
75620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75621              Date: Mon, 20 Nov 2000 18:30:52 -0500
75622              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
75623      Branch: perl
75624            ! pod/perlre.pod regcomp.c t/op/re_tests
75625 ____________________________________________________________________________
75626 [  7814] By: jhi                                   on 2000/11/22  21:21:46
75627         Log: Subject: [PATCH 5.7.0] Liblist finally works
75628              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75629              Date: Tue, 21 Nov 2000 22:02:17 -0500
75630              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
75631      Branch: perl
75632            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
75633            ! lib/ExtUtils/MakeMaker.pm
75634 ____________________________________________________________________________
75635 [  7813] By: jhi                                   on 2000/11/22  21:20:23
75636         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
75637              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75638              Date: Wed, 22 Nov 2000 17:53:15 +0100
75639              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
75640              
75641              AIX dynaloader and perlio patch.
75642      Branch: perl
75643            ! ext/DynaLoader/dl_aix.xs
75644 ____________________________________________________________________________
75645 [  7812] By: jhi                                   on 2000/11/22  21:17:52
75646         Log: (Accidentally empty patch.)
75647      Branch: perl
75648            ! av.c
75649 ____________________________________________________________________________
75650 [  7811] By: jhi                                   on 2000/11/22  21:16:31
75651         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
75652              From: Peter Prymmer <pvhp@forte.com>
75653              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
75654              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
75655      Branch: perl
75656            ! vms/test.com
75657 ____________________________________________________________________________
75658 [  7810] By: jhi                                   on 2000/11/22  21:15:36
75659         Log: Subject: Re: perl@7777 
75660              From: "John P. Linderman" <jpl@research.att.com>
75661              Date: Wed, 22 Nov 2000 13:11:11 -0500
75662              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
75663              
75664              Detypoing.
75665      Branch: perl
75666            ! lib/CPAN.pm
75667 ____________________________________________________________________________
75668 [  7809] By: jhi                                   on 2000/11/22  21:14:19
75669         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
75670              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75671              Date:     Wed, 22 Nov 2000 13:51:37 EST
75672              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
75673      Branch: perl
75674            ! perlsdio.h
75675 ____________________________________________________________________________
75676 [  7808] By: jhi                                   on 2000/11/22  21:13:27
75677         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
75678              From: Casey Tweten <crt@kiski.net>
75679              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
75680              Message-Id: <200011201653.LAA10194@home.kiski.net>
75681      Branch: perl
75682            ! t/lib/io_udp.t
75683 ____________________________________________________________________________
75684 [  7807] By: jhi                                   on 2000/11/22  21:12:35
75685         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
75686              From: Casey Tweten <crt@kiski.net>
75687              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
75688              Message-Id: <200011201636.LAA07227@home.kiski.net>
75689      Branch: perl
75690            ! t/lib/io_sock.t
75691 ____________________________________________________________________________
75692 [  7806] By: jhi                                   on 2000/11/22  21:10:59
75693         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
75694              From: "Casey R. Tweten" <crt@kiski.net>
75695              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
75696              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
75697      Branch: perl
75698            ! utils/h2xs.PL
75699 ____________________________________________________________________________
75700 [  7805] By: nick                                  on 2000/11/22  21:05:06
75701         Log: Integrate mainline
75702      Branch: perlio
75703           !> Changes Porting/genlog ext/DB_File/DB_File.xs
75704           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
75705           !> utils/perlbug.PL
75706 ____________________________________________________________________________
75707 [  7804] By: jhi                                   on 2000/11/22  21:01:12
75708         Log: Subject: [PATCH] Test.pm POD peculiarity
75709              From: "Casey R. Tweten" <crt@kiski.net>
75710              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
75711              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
75712      Branch: perl
75713            ! lib/Test.pm
75714 ____________________________________________________________________________
75715 [  7803] By: jhi                                   on 2000/11/22  20:59:59
75716         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
75717              From: "Philip Newton" <pnewton@gmx.de>
75718              Date: Wed, 22 Nov 2000 14:25:53 +0100
75719              Message-Id: <3A1BD771.25462.1939FAD@localhost>
75720              
75721              Be case-understanding also on 's', and use the -oi of sendmail
75722              not to terminate the transmission on a lone '.'.
75723      Branch: perl
75724            ! utils/perlbug.PL
75725 ____________________________________________________________________________
75726 [  7802] By: nick                                  on 2000/11/22  20:51:42
75727         Log: Win32 PerlIO intermediate state now working as expected.
75728              - In current state we are still using C runtime in text/binary
75729              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
75730              - PERLIO=stdio and PERLIO=unix pass all expected tests.
75731              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
75732              and PerlIO_seek() and the dummy crlf layer is not making adjustments
75733              for CRLF translation happening in C runtime. All other tests pass.
75734              
75735              Added note to README.win32 to point out the snags of doing a perl build
75736              with Norton AntiVirus turned on.
75737              
75738              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
75739              which file a fail comes from.
75740              
75741              Updated "canned" config.h to match the one generated.
75742      Branch: perlio
75743            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
75744            ! win32/makefile.mk
75745 ____________________________________________________________________________
75746 [  7801] By: jhi                                   on 2000/11/22  06:50:20
75747         Log: Nickety nits.
75748      Branch: perl
75749            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
75750 ____________________________________________________________________________
75751 [  7800] By: jhi                                   on 2000/11/22  01:29:55
75752         Log: Changes had accidentally gone too silent on non-main branches.
75753      Branch: perl
75754            ! Changes Porting/genlog patchlevel.h
75755 ____________________________________________________________________________
75756 [  7799] By: gsar                                  on 2000/11/22  01:02:56
75757         Log: some lib_pm.PL changes snuck in via change#7772
75758      Branch: maint-5.6/perl
75759            ! Makefile.SH
75760 ____________________________________________________________________________
75761 [  7798] By: nick                                  on 2000/11/21  21:59:40
75762         Log: Integrate mainline
75763      Branch: perlio
75764           !> (integrate 28 files)
75765 ____________________________________________________________________________
75766 [  7797] By: jhi                                   on 2000/11/21  21:01:45
75767         Log: Integrate perlio:
75768              
75769              [  7796]
75770              Win32 builds and runs (mostly) with USE_PERLIO.
75771              PERLIO=perlio passes all tests. 
75772              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
75773              
75774              [  7790]
75775              If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
75776              
75777              [  7788]
75778              Make extra buffer layer work (dummy crlf layer)
75779      Branch: perl
75780           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
75781 ____________________________________________________________________________
75782 [  7796] By: nick                                  on 2000/11/21  20:36:22
75783         Log: Win32 builds and runs (mostly) with USE_PERLIO.
75784              PERLIO=perlio passes all tests. 
75785              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
75786      Branch: perlio
75787            ! perlio.c win32/perllib.c win32/win32.c
75788 ____________________________________________________________________________
75789 [  7795] By: jhi                                   on 2000/11/21  19:03:44
75790         Log: Update Changes.
75791      Branch: perl
75792            ! Changes patchlevel.h
75793 ____________________________________________________________________________
75794 [  7794] By: jhi                                   on 2000/11/21  18:56:34
75795         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
75796              From: "Craig A. Berry" <craigberry@mac.com>
75797              Date: Mon, 20 Nov 2000 20:27:06 -0600
75798              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
75799              
75800              A cut-and-pasto.
75801      Branch: perl
75802            ! perlio.h
75803 ____________________________________________________________________________
75804 [  7793] By: jhi                                   on 2000/11/21  18:54:41
75805         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
75806              From: Dominic Dunlop <domo@computer.org> 
75807              Date: Mon, 20 Nov 2000 18:55:29 +0100
75808              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
75809              
75810              va_copy() and the need of it.
75811              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
75812      Branch: metaconfig/U/perl
75813            + need_va_copy.U
75814      Branch: perl
75815            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75816            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
75817            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
75818            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
75819            ! win32/config.bc win32/config.gc win32/config.vc
75820 ____________________________________________________________________________
75821 [  7792] By: jhi                                   on 2000/11/21  17:04:10
75822         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
75823      Branch: perl
75824           !> scope.h
75825 ____________________________________________________________________________
75826 [  7791] By: jhi                                   on 2000/11/21  17:01:16
75827         Log: Export the SOCKS workaround symbols only if necessary.
75828      Branch: perl
75829            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
75830 ____________________________________________________________________________
75831 [  7790] By: nick                                  on 2000/11/20  23:57:11
75832         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
75833      Branch: perlio
75834            ! scope.h
75835 ____________________________________________________________________________
75836 [  7789] By: nick                                  on 2000/11/20  23:38:33
75837         Log: Integrate mainline
75838      Branch: perlio
75839           +> lib/File/Spec/Epoc.pm
75840           !> (integrate 34 files)
75841 ____________________________________________________________________________
75842 [  7788] By: nick                                  on 2000/11/20  23:20:18
75843         Log: Make extra buffer layer work (dummy crlf layer)
75844      Branch: perlio
75845            ! doio.c perlio.c perlio.h
75846 ____________________________________________________________________________
75847 [  7787] By: jhi                                   on 2000/11/20  22:44:04
75848         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
75849              From: Peter Prymmer <pvhp@forte.com>
75850              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
75851              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
75852      Branch: perl
75853            ! t/pragma/locale.t
75854 ____________________________________________________________________________
75855 [  7786] By: jhi                                   on 2000/11/20  22:29:10
75856         Log: Subject: DOC PATCH 5.6.0 perlreftut
75857              From: mjd@plover.com
75858              Date: 20 Nov 2000 19:45:06 -0000
75859              Message-ID: <20001120194506.9505.qmail@plover.com>
75860      Branch: perl
75861            ! pod/perlreftut.pod
75862 ____________________________________________________________________________
75863 [  7785] By: jhi                                   on 2000/11/20  22:27:44
75864         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
75865              From: David Dyck <dcd@tc.fluke.com>
75866              Date: Mon, 20 Nov 2000 11:43:40 -0800
75867              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
75868      Branch: perl
75869            ! lib/Cwd.pm
75870 ____________________________________________________________________________
75871 [  7784] By: jhi                                   on 2000/11/20  22:23:21
75872         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
75873              Date: Mon, 20 Nov 2000 17:06:10 -0500
75874              To: Mailing list Perl5 <perl5-porters@perl.org>
75875              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
75876      Branch: perl
75877            ! pp_ctl.c t/op/pat.t
75878 ____________________________________________________________________________
75879 [  7783] By: jhi                                   on 2000/11/20  22:11:18
75880         Log: Subject: [PATCH] doop.c - UTF8 tr///               
75881              From: Simon Cozens <simon@cozens.net>
75882              Date: Sat, 18 Nov 2000 18:49:30 +0000
75883              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
75884              
75885              Subject: Re: [PATCH] doop.c - UTF8 tr///           
75886              From: Simon Cozens <simon@cozens.net>
75887              Date: Mon, 20 Nov 2000 20:45:22 +0000
75888              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
75889              
75890              Make tr on UTF-8 better but still not correct.
75891      Branch: perl
75892            ! doop.c
75893 ____________________________________________________________________________
75894 [  7782] By: jhi                                   on 2000/11/20  22:02:16
75895         Log: Remove the shared object before attempting to create
75896              (by linking) a new one.  E.g. in AIX not removing
75897              becomes quite painful if one tries to do more than one
75898              build in the same tree (an interrupted build, for example),
75899              since the AIX' shared dynaloader seemingly keeps the shared
75900              objects open and therefore 'busy' for quite a while, even when
75901              nobody is using the objects, leading into link failures.
75902      Branch: perl
75903            ! lib/ExtUtils/MM_Unix.pm
75904 ____________________________________________________________________________
75905 [  7781] By: gsar                                  on 2000/11/20  19:02:55
75906         Log: type mismatch due to faulty integration
75907      Branch: maint-5.6/perl
75908            ! toke.c win32/Makefile
75909 ____________________________________________________________________________
75910 [  7780] By: gsar                                  on 2000/11/20  17:31:55
75911         Log: integrate changes#6392,6394..6399,6401..6404
75912              
75913              The {multiplier} of a fixed substring was overlooked which
75914              caused a wrong initial search offset for that substring.
75915              
75916              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
75917              From: Hugo <hv@crypt.compulink.co.uk>
75918              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
75919              Date: Thu, 13 Jul 2000 19:27:13 +0100
75920              
75921              Fix the BOM bug: not a byteorder bug, a signedness bug.
75922              
75923              Replace change #6337 with a better one.
75924              
75925              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
75926              From: Hugo <hv@crypt.compulink.co.uk>
75927              Date: Fri, 14 Jul 2000 04:16:20 +0100
75928              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
75929              
75930              MakeMaker should not remove editor backups (*~) on `make clean`
75931              by default (completes change#6383)
75932              
75933              move new variables to the end of the interpreter structure (for
75934              bincompat in code that doesn't #include XSUB.h)
75935              
75936              rename totally bletcherous SvLOCK() thingy (doesn't do what the
75937              name suggests anyway)
75938              
75939              various cleanups (typos, misformatted code, and small bugs)
75940              
75941              typecasts needed for change#6394
75942              
75943              typos in change#6399, regen headers
75944              
75945              inconsistent types needs casts
75946              
75947              PERL_OBJECT build tweaks
75948      Branch: maint-5.6/perl
75949           !> MANIFEST doop.c embed.h embed.pl embedvar.h
75950           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
75951           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
75952           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
75953           !> toke.c util.c
75954 ____________________________________________________________________________
75955 [  7779] By: gsar                                  on 2000/11/20  17:06:29
75956         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
75957              
75958              Cosmetics and perldelta.
75959              
75960              Fix nits noticed by Boston.pm.
75961              
75962              Do the cc sanity check both before the hints and
75963              after the cc selction.
75964              
75965              get sprintf.t to adjust properly for 3-digit exponents
75966              
75967              don't clobber *.orig files on *clean targets
75968              
75969              fix bugs in processing %v-*d and similar format specs (from
75970              Avi Finkel <avi@finkel.org>)
75971              
75972              sprintf test tweaks (from Dominic Dunlop)
75973              
75974              new selfloader.t in change#6183 doesn't close DATA handles,
75975              and thus fails to clean up tmp files on dosish platforms
75976              
75977              typos (spotted by Peter Prymmer)
75978              
75979              typo fix from Craig Berry
75980      Branch: maint-5.6/perl
75981           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
75982           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
75983           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
75984           !> x2p/Makefile.SH
75985 ____________________________________________________________________________
75986 [  7778] By: gsar                                  on 2000/11/20  16:46:51
75987         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
75988              
75989              Subject: Re: format bug report  [Patch]
75990              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75991              Date: Wed, 05 Jul 2000 13:12:52 +0200
75992              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
75993              
75994              Subject: Re: format bug report  [Patch]
75995              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75996              Date: Wed, 05 Jul 2000 14:10:01 +0200
75997              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
75998              
75999              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
76000              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76001              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
76002              Date: Fri, 07 Jul 2000 17:57:16 +0100
76003              
76004              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
76005              To: perl5-porters@perl.org
76006              From: Karsten Sperling <spiff@phreax.net>
76007              Date: Mon, 10 Jul 2000 15:12:52 +0200
76008              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
76009              
76010              README.posix-bc podified from Thomas Dorner.
76011              
76012              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
76013              From: Dominic Dunlop <domo@computer.org>
76014              Date: Tue, 11 Jul 2000 12:27:33 +0200
76015              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
76016              
76017              Typo in #6341.
76018              
76019              Fix for
76020              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
76021              From: Roderick Schertler <roderick@argon.org>
76022              Date: Tue, 11 Jul 2000 13:55:05 -0400
76023              Message-Id: <200007111755.NAA05077@jones.argon.org>
76024              
76025              Minor cleanups on the booklist.
76026              
76027              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
76028              regen perltoc.
76029              
76030              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
76031      Branch: maint-5.6/perl
76032           +> pod/perlbook.pod
76033           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
76034           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
76035           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
76036 ____________________________________________________________________________
76037 [  7777] By: jhi                                   on 2000/11/20  16:08:49
76038         Log: Update Changes.
76039      Branch: perl
76040            ! Changes patchlevel.h
76041 ____________________________________________________________________________
76042 [  7776] By: jhi                                   on 2000/11/20  15:27:56
76043         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
76044              This may be overly harsh but until proven otherwise, we think this
76045              way, or until we have a simple test for Configure (having to start
76046              up servers is does not count as simple) to check for the problems.
76047      Branch: perl
76048            ! perl.h
76049 ____________________________________________________________________________
76050 [  7775] By: jhi                                   on 2000/11/20  15:22:17
76051         Log: Solaris hints tweaks.
76052      Branch: perl
76053            ! hints/solaris_2.sh
76054 ____________________________________________________________________________
76055 [  7774] By: jhi                                   on 2000/11/20  15:01:20
76056         Log: Add a workaround to SOCKS 64-bit problems.
76057      Branch: perl
76058            ! doio.c embed.h embed.pl perlsdio.h proto.h
76059 ____________________________________________________________________________
76060 [  7773] By: jhi                                   on 2000/11/20  14:51:47
76061         Log: sysseek() instead of seek().
76062      Branch: perl
76063            ! t/lib/syslfs.t
76064 ____________________________________________________________________________
76065 [  7772] By: gsar                                  on 2000/11/20  13:06:23
76066         Log: integrate changes#6315..6319,6321..6331,6333..6338
76067              
76068              Integrate with Sarathy, preliminary fix for unicos
76069              alignment problems in [ID 20000612.002] Perl problem on Cray system.
76070              
76071              some debugger output does not go to the socket when RemotePort is set
76072              
76073              winsock cleanup never done on Windows (leads to handle leaks)
76074              
76075              fix UNC path handling on Windows under ithreads, and chdir()
76076              return value when given a non-existent directory
76077              
76078              Autogenerate pod/Makefile and pod/buildtoc.
76079              buildtoc also checks whether the existin pods are
76080              mentioned in MANIFEST and perl.pod, and vice versa.
76081              (None of the thusly found discrepancies fixed yet.)
76082              roffitall also needs to be autogenerated similarly but it
76083              seems so badly out of date that I didn't touch it yet.
76084              
76085              Config is being used.
76086              
76087              Add =head1 NAMEs so that buildtoc is happy.
76088              (The CGI::Util nit reported to Lincoln.)
76089              
76090              Fix complaints of buildtoc.
76091              
76092              Fix the alignment problem in Crays ([ID 20000612.002]).
76093              
76094              Remove perlbook, update perlfaq book listing,
76095              rearrange perl.pod, regenerate perltoc.
76096              
76097              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
76098              was cast to an unsigned (32-bit) integer with wild abandon.
76099              
76100              winsock options weren't being set in all threads under ithreads
76101              (caused send()s from second and subsequent threads to fail)
76102              
76103              accept() leaks memory on windows due to incorrect ordering of
76104              closesocket() and fclose() calls
76105              
76106              Reorder perl.pod once more.
76107              
76108              More POSIX.pod tweaks.
76109              
76110              Sprinkle ldlibpath.
76111              
76112              Precedence goof, fix based on
76113              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
76114              From: Hugo <hv@crypt.compulink.co.uk>
76115              Date: Tue, 11 Jul 2000 12:52:38 +0100
76116              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
76117              
76118              Subject: PATCH perlguts.pod: Document D and d magic types
76119              From: mjd@plover.com
76120              Date: 5 Jul 2000 18:01:51 -0000
76121              Message-ID: <20000705180151.29413.qmail@plover.com>
76122              
76123              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
76124              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
76125              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
76126              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
76127              
76128              Subject: [PATCH cfgperl] $& segfaults if you trick it
76129              From: simon@brecon.co.uk (Simon Cozens)
76130              Date: 7 Jul 2000 11:26:09 GMT
76131              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
76132              
76133              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
76134              From: Hugo <hv@crypt.compulink.co.uk>
76135              Date: Tue, 11 Jul 2000 12:44:50 +0100
76136              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
76137              
76138              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
76139              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76140              Date: Tue, 11 Jul 2000 13:50:51 +0100
76141              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
76142      Branch: maint-5.6/perl
76143           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
76144           +> pod/buildtoc.PL
76145            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
76146           !> (integrate 26 files)
76147 ____________________________________________________________________________
76148 [  7771] By: gsar                                  on 2000/11/20  12:31:42
76149         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
76150              6310,6311,6314
76151              
76152              Subject: [PATCH bleedperl] File::Spec 0.82 beta
76153              From: Barrie Slaymaker <barries@jester.slaysys.com>
76154              Date: Wed, 28 Jun 2000 11:35:29 -0400
76155              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
76156              
76157              tweak perlembed for multiplicity/usethreads sanity; correct notes
76158              about Windows
76159              
76160              localize %INC in a Safe compartment so that use/require work
76161              (many other magic globals probably need similar treatment)
76162              
76163              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
76164              when @_ is modified, causing coredumps
76165              
76166              slurp mode fix in change#4736 still not quite right
76167              
76168              Point to perlipc for more SysV IPC examples.
76169              
76170              Elaborate POSIX.pod.  Still needs work.
76171              
76172              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
76173              
76174              fix large memory leak that has been around for ever, masked by
76175              -DPURIFY (most of the arenas were never freed!)
76176              
76177              fix memory leak on Windows (PL_sys_intern contents were never
76178              freed)
76179              
76180              PERL_OBJECT build tweak
76181              
76182              adjust change#6299
76183              
76184              remove rel2abs prototypes (from Barrie Slaymaker)
76185              
76186              missing perldiag entry for unpack("w",...) diagnostic (from
76187              Andreas Koenig)
76188              
76189              better diagnostic on Frob->stuff() when Frob:: doesn't exist
76190              (from Richard Soderberg <rs@oregonnet.com>)
76191              
76192              Win32 patches for cfgperl from Sarathy.
76193              
76194              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
76195              
76196              More POSIX.pod embellishment.
76197              
76198              tyop in change#6306
76199      Branch: maint-5.6/perl
76200           !> (integrate 44 files)
76201 ____________________________________________________________________________
76202 [  7770] By: gsar                                  on 2000/11/20  11:51:00
76203         Log: integrate changes#6268..6282 from cfgperl branch
76204              
76205              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
76206              From: Dominic Dunlop <domo@computer.org>
76207              Date: Thu, 29 Jun 2000 12:32:39 +0200
76208              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
76209              
76210              Regen headers for #6261 (and update embed.pl for this) and #6267,
76211              silence few compiler warnings.
76212              
76213              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
76214              From: Nicholas Clark <nick@talking.bollo.cx>
76215              Date: Fri, 23 Jun 2000 16:21:15 +0100
76216              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
76217              
76218              Subject: PATCH pod/perltie.pod
76219              From: Ian Phillipps <Ian.Phillipps@iname.com>
76220              Date: Fri, 16 Jun 2000 00:17:19 +0100
76221              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
76222              (only the first hunk, the second hunk had already been done
76223              by some other patch)
76224              
76225              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
76226              From: Tom Phoenix <rootbeer@redcat.com>
76227              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
76228              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
76229              
76230              Subject: [PATCH] xsub attributes
76231              From: Doug MacEachern <dougm@covalent.net>
76232              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
76233              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
76234              
76235              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
76236              From: Andy Dougherty <doughera@lafayette.edu>
76237              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
76238              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
76239              
76240              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
76241              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
76242              Date: Tue, 13 Jun 2000 02:43:48 -0500
76243              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
76244              
76245              Subject: [PATCH] Re: eval documentation: context
76246              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76247              Date: Mon, 12 Jun 2000 15:07:29 +0100
76248              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
76249              
76250              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
76251              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76252              Date: Mon, 12 Jun 2000 14:55:59 +0100
76253              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
76254              
76255              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
76256              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
76257              Date: Fri, 09 Jun 2000 12:39:27 -0400
76258              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
76259              (plus update the version "number" of Text::Wrap)
76260              
76261              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
76262              From: Tim Ayers <tayers@bridge.com>
76263              Date: Thu, 08 Jun 2000 08:11:06 +0200
76264              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
76265              [resent by Richard Foley, Message-Id probably wrong]
76266              
76267              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
76268              From: rspier@pobox.com (Robert Spier)
76269              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
76270              Message-ID: <14654.31913.845602.610277@rls.cx>
76271              
76272              Subject: [PATCH 5.6.0] utils/h2xs.PL
76273              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
76274              Date: Wed, 7 Jun 2000 04:02:04 -0500
76275              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
76276              
76277              Subject: [PATCH 5.6.0]ITHREADs for VMS
76278              From: Dan Sugalski <dan@sidhe.org>
76279              Date: Tue, 06 Jun 2000 11:59:50 -0400
76280              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
76281      Branch: maint-5.6/perl
76282           !> (integrate 31 files)
76283 ____________________________________________________________________________
76284 [  7769] By: gsar                                  on 2000/11/20  11:29:06
76285         Log: integrate changes#6261..6266 from cfgperl
76286              
76287              Subject: Re: [PATCH cfgperl] BOMs away!
76288              From: simon@brecon.co.uk (Simon Cozens)
76289              Date: 17 Jun 2000 11:49:57 GMT
76290              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
76291              
76292              Subject: 5.6.0 Patch for EPOC
76293              From: Olaf Flebbe <o.flebbe@gmx.de>
76294              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
76295              Message-ID: <23449.960929969@www11.gmx.net>
76296              
76297              tr fixes from Simon Cozens
76298              
76299              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
76300              From: Marty Lucich <marty@netcom.com>
76301              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
76302              Message-Id: <200006282116.OAA11148@netcom.com>
76303              ccdlflags update (the BSD/OS 4.1 part had already been taken
76304              care of by #6141).
76305              
76306              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
76307              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76308              Date: Wed, 28 Jun 2000 17:50:12 -0700
76309              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
76310              
76311              Subject: [PATCH 5.6.0] cygwin port
76312              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
76313              From: "Fifer, Eric" <EFifer@sanwaint.com>
76314              Date: Thu, 29 Jun 2000 12:58:29 +0100
76315      Branch: maint-5.6/perl
76316           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
76317           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
76318           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
76319           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
76320 ____________________________________________________________________________
76321 [  7768] By: gsar                                  on 2000/11/20  11:13:44
76322         Log: integrate changes#6252..6256,6259..6260
76323              
76324              Paranoia tweak on #6249.
76325              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
76326              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
76327              Date: Sun, 25 Jun 2000 23:43:12 -0400
76328              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
76329              
76330              Subject: tr///, help wanted.
76331              From: simon@brecon.co.uk (Simon Cozens)
76332              Date: 28 Jun 2000 11:29:04 GMT
76333              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
76334              
76335              small thinko tweaks
76336              
76337              tweaks from Simon Conzes to further fix tr/// under utf8
76338              
76339              perlnewmod was missing from MANIFEST.
76340              
76341              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
76342              From: simon@brecon.co.uk (Simon Cozens)
76343              Date: 17 Jun 2000 11:56:44 GMT
76344              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
76345              pack U0, pack C0
76346      Branch: maint-5.6/perl
76347           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
76348           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
76349           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
76350           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
76351 ____________________________________________________________________________
76352 [  7767] By: gsar                                  on 2000/11/20  10:51:38
76353         Log: integrate change#6250 from cfgperl
76354              
76355              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
76356              From: Doug MacEachern <dougm@covalent.net>
76357              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
76358              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
76359      Branch: maint-5.6/perl
76360           +> t/op/my_stash.t
76361           !> MANIFEST embed.pl global.sym proto.h toke.c
76362 ____________________________________________________________________________
76363 [  7766] By: gsar                                  on 2000/11/20  10:48:34
76364         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
76365              
76366              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
76367              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
76368              Date: Mon, 26 Jun 2000 18:40:14 +0100
76369              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
76370              
76371              Subject: [PATCH] bytes<->utf8 fixes
76372              From: simon@brecon.co.uk (Simon Cozens)
76373              Date: 26 Jun 2000 04:55:45 GMT
76374              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
76375              
76376              Subject: [PATCH] is_utf8_string
76377              From: simon@brecon.co.uk (Simon Cozens)
76378              Date: 26 Jun 2000 02:25:59 GMT
76379              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
76380              
76381              Subject: [PATCH] avoid mg_ptr in '*' magic
76382              From: Doug MacEachern <dougm@covalent.net>
76383              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
76384              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
76385              
76386              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
76387              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
76388              Date: Sat, 24 Jun 2000 13:06:20 +0100
76389              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
76390              
76391              Allow for standalone testing.
76392              
76393              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
76394              From: Mark-Jason Dominus <mjd@plover.com>
76395              Date: Tue, 27 Jun 2000 22:36:42 -0400
76396              Message-ID: <20000628023642.12166.qmail@plover.com>
76397              
76398              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
76399              From: Frank Tobin <ftobin@uiuc.edu>
76400              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
76401              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
76402      Branch: maint-5.6/perl
76403           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
76404           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
76405           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
76406           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
76407           !> utf8.c utils/h2xs.PL
76408 ____________________________________________________________________________
76409 [  7765] By: gsar                                  on 2000/11/20  10:29:13
76410         Log: integrate change#6239 from cfgperl
76411              
76412              Configure maintenance.  Sever some dependency cycles,
76413              separate gccversion from the cc unit,
76414              address [ID 20000623.006] Configure script patch for using gcc on AIX
76415              (but solve it a little bit differently),
76416              unduplex some accidentally duplicated units,
76417              suggest using gcc if no cc available
76418              (p5p thread: "Solaris configure: counterproposal", 1999-09)
76419      Branch: maint-5.6/perl
76420           !> Configure Todo-5.6 config_h.SH
76421 ____________________________________________________________________________
76422 [  7764] By: gsar                                  on 2000/11/20  10:25:55
76423         Log: integrate changes#6233..6238 from cfgperl
76424              
76425              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
76426              From: Mark-Jason Dominus <mjd@plover.com>
76427              Date: Fri, 16 Jun 2000 20:53:04 -0400
76428              Message-ID: <20000617005304.8008.qmail@plover.com>
76429              
76430              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
76431              because when run as services (Win32ese for daemons)
76432              no environment variables are set and tmpdir ends up as /tmp,
76433              which is ambiguous.
76434              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
76435              From: matt@sergeant.org
76436              Date: 16 Jun 2000 16:30:43 -0000
76437              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
76438              
76439              The thread begun by
76440              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
76441              From: Kevin.Ruscoe@ubsw.com
76442              Date: Fri, 16 Jun 2000 16:38:51 +0100
76443              Message-Id: <H000019b03c300d6@MHS>
76444              
76445              Tweak embed.pl, regen headers.
76446              
76447              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
76448              From: Dan Sugalski <dan@sidhe.org>
76449              Date: Fri, 23 Jun 2000 17:00:00 -0400
76450              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
76451      Branch: maint-5.6/perl
76452           !> (integrate 27 files)
76453 ____________________________________________________________________________
76454 [  7763] By: gsar                                  on 2000/11/20  10:08:08
76455         Log: s/perl56delta/perldelta/g
76456      Branch: maint-5.6/perl
76457            ! pod/Makefile
76458 ____________________________________________________________________________
76459 [  7762] By: gsar                                  on 2000/11/20  10:04:00
76460         Log: integrate changes#6225,6229,6231,6232 from cfgperl
76461              
76462              Add source code filenames to apidoc.
76463              From: simon@brecon.co.uk (Simon Cozens)
76464              Subject: [PATCH embed.pl] Source X-ref
76465              Date: 22 Jun 2000 02:18:49 GMT
76466              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
76467              
76468              Subject: README.hpux version 0.6.1
76469              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
76470              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
76471              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
76472              
76473              Subject: [PATCH 5.6.0] cygwin port
76474              From: "Fifer, Eric" <EFifer@sanwaint.com>
76475              Date: Tue, 20 Jun 2000 14:30:58 +0100
76476              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
76477              
76478              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
76479              From: simon@brecon.co.uk (Simon Cozens)
76480              Date: 19 Jun 2000 15:18:27 GMT
76481              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
76482              
76483              plus update pod/Makefile and regenerate perltoc
76484      Branch: maint-5.6/perl
76485           +> pod/perlutil.pod
76486           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
76487           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
76488 ____________________________________________________________________________
76489 [  7761] By: jhi                                   on 2000/11/20  04:09:55
76490         Log: Miraculous typo.
76491      Branch: perl
76492            ! t/op/pat.t
76493 ____________________________________________________________________________
76494 [  7760] By: jhi                                   on 2000/11/20  04:06:08
76495         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
76496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76497              Date: Sun, 19 Nov 2000 22:30:26 -0500
76498              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
76499      Branch: perl
76500            ! regexec.c scope.h t/op/pat.t
76501 ____________________________________________________________________________
76502 [  7759] By: jhi                                   on 2000/11/20  02:05:22
76503         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
76504      Branch: perl
76505            ! perl.h
76506 ____________________________________________________________________________
76507 [  7758] By: jhi                                   on 2000/11/20  01:58:11
76508         Log: Subject: [perl 7711: EPOC] updates
76509              From: Olaf Flebbe <o.flebbe@gmx.de>
76510              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
76511              Message-ID: <25575.974658810@www23.gmx.net>               
76512      Branch: perl
76513            + lib/File/Spec/Epoc.pm
76514            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
76515            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
76516            ! lib/File/Spec.pm perl.c sv.c
76517 ____________________________________________________________________________
76518 [  7757] By: jhi                                   on 2000/11/20  01:53:11
76519         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
76520      Branch: perl
76521            ! MANIFEST
76522 ____________________________________________________________________________
76523 [  7756] By: jhi                                   on 2000/11/20  01:47:22
76524         Log: Integrate perlio:
76525              
76526              [  7755]
76527              Add dummy crlf layer (just as buffer)
76528              Correct 1st bug - one layer of indirection.
76529              
76530              [  7754]
76531              Work-round to Perl_deb_nocontext is no longer required
76532              
76533              [  7753]
76534              diff -se shows these as different
76535              
76536              [  7752]
76537              Configure GCC/Win32 build -Duseperlio
76538              Fix a couple of gross issues
76539              - double-include of ../deb.o in re.dll
76540              - win32sck.c needs PerlIO and FILE 
76541              
76542              [  7751]
76543              Special case :crlf and :raw in dummy PerlIO_apply_layers
76544              
76545              [  7750]
76546              Missing aTHX_
76547      Branch: perl
76548            - ext/re/hints/MSWin32.pl
76549           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
76550           !> win32/config.gc win32/config_H.gc win32/win32sck.c
76551 ____________________________________________________________________________
76552 [  7755] By: nick                                  on 2000/11/19  20:57:17
76553         Log: Add dummy crlf layer (just as buffer)
76554              Correct 1st bug - one layer of indirection.
76555      Branch: perlio
76556            ! perlio.c perlio.h perliol.h
76557 ____________________________________________________________________________
76558 [  7754] By: nick                                  on 2000/11/19  20:56:12
76559         Log: Work-round to Perl_deb_nocontext is no longer required
76560      Branch: perlio
76561            - ext/re/hints/MSWin32.pl
76562 ____________________________________________________________________________
76563 [  7753] By: nick                                  on 2000/11/19  20:01:16
76564         Log: diff -se shows these as different
76565      Branch: perlio
76566            ! global.sym pod/perlapi.pod
76567 ____________________________________________________________________________
76568 [  7752] By: nick                                  on 2000/11/19  18:57:30
76569         Log: Configure GCC/Win32 build -Duseperlio
76570              Fix a couple of gross issues
76571              - double-include of ../deb.o in re.dll
76572              - win32sck.c needs PerlIO and FILE 
76573      Branch: perlio
76574            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
76575            ! win32/win32sck.c
76576 ____________________________________________________________________________
76577 [  7751] By: nick                                  on 2000/11/19  17:05:36
76578         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
76579      Branch: perlio
76580            ! perlio.c
76581 ____________________________________________________________________________
76582 [  7750] By: nick                                  on 2000/11/19  16:57:14
76583         Log: Missing aTHX_
76584      Branch: perlio
76585            ! sv.c
76586 ____________________________________________________________________________
76587 [  7749] By: jhi                                   on 2000/11/19  16:28:40
76588         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
76589              From: "Peter J. Farley III" <pjfarley@banet.net>
76590              Date: Sun, 19 Nov 2000 01:42:58 -0500
76591              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
76592      Branch: perl
76593            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
76594 ____________________________________________________________________________
76595 [  7748] By: jhi                                   on 2000/11/19  16:08:10
76596         Log: Subject: podlators 1.05 available        
76597              From: Russ Allbery <rra@stanford.edu>   
76598              Date: 18 Nov 2000 22:04:28 -0800
76599              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
76600      Branch: perl
76601            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
76602 ____________________________________________________________________________
76603 [  7747] By: nick                                  on 2000/11/19  11:19:39
76604         Log: Integrate mainline
76605      Branch: perlio
76606           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
76607           !> util.c
76608 ____________________________________________________________________________
76609 [  7746] By: jhi                                   on 2000/11/19  06:42:22
76610         Log: Make hex scanning warn on "\x{x}" and "\xx".
76611              "\x" and and hex("x") are still valid.
76612      Branch: perl
76613            ! util.c
76614 ____________________________________________________________________________
76615 [  7745] By: nick                                  on 2000/11/18  22:52:28
76616         Log: Integrate mainline
76617      Branch: perlio
76618           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
76619           !> perl.h perlio.c proto.h regcomp.c regcomp.h
76620 ____________________________________________________________________________
76621 [  7744] By: jhi                                   on 2000/11/18  22:50:28
76622         Log: Introduce Perl_utf8_length().  Use it.
76623      Branch: perl
76624            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
76625 ____________________________________________________________________________
76626 [  7743] By: jhi                                   on 2000/11/18  22:38:51
76627         Log: Compiler denit.
76628      Branch: perl
76629            ! perlio.c
76630 ____________________________________________________________________________
76631 [  7742] By: jhi                                   on 2000/11/18  20:33:05
76632         Log: Integrate perlio:
76633              
76634              [  7740]
76635              Lexical use open ... support:
76636              add ->cop_io to COP structure in cop.h.
76637              Make mg.c and gv.c associate it with ${^OPEN}.
76638              Make lib/open.pm set it.
76639              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
76640              manner similar to ->cop_warnings.
76641              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
76642              call new PerlIO_apply_layers().
76643              Declare latter in perlio.h and define in perlio.c
76644      Branch: perl
76645           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
76646           !> perlio.h pp_ctl.c pp_sys.c sv.c
76647 ____________________________________________________________________________
76648 [  7741] By: jhi                                   on 2000/11/18  20:31:27
76649         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
76650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76651              Date: Fri, 17 Nov 2000 20:35:11 -0500
76652              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
76653              
76654              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
76655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76656              Date: Fri, 17 Nov 2000 21:03:47 -0500
76657              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
76658              
76659              Plus a little bit of tweaking in pregcomp().
76660      Branch: perl
76661            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
76662 ____________________________________________________________________________
76663 [  7740] By: nick                                  on 2000/11/18  20:17:22
76664         Log: Lexical use open ... support:
76665              add ->cop_io to COP structure in cop.h.
76666              Make mg.c and gv.c associate it with ${^OPEN}.
76667              Make lib/open.pm set it.
76668              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
76669              manner similar to ->cop_warnings.
76670              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
76671              call new PerlIO_apply_layers().
76672              Declare latter in perlio.h and define in perlio.c
76673      Branch: perlio
76674            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
76675            ! perlio.h pp_ctl.c pp_sys.c sv.c
76676 ____________________________________________________________________________
76677 [  7739] By: jhi                                   on 2000/11/18  19:54:00
76678         Log: Integrate perlio:
76679              
76680              [  7736]
76681              Basic tweaks to do_open() type parsing to allow layer/discipline
76682              part to be isolated.
76683              
76684              [  7727]
76685              Experiment on use of attributes.pm interface.
76686              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
76687              SVt_PVRV if not already something better (else vivify of say magic gets
76688              core dump).
76689      Branch: perl
76690           !> doio.c perlio.c pp.c
76691 ____________________________________________________________________________
76692 [  7738] By: jhi                                   on 2000/11/18  17:16:13
76693         Log: Subject: [PATCH 5.7.0] etags broken again
76694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76695              Date: Sat, 18 Nov 2000 02:41:36 -0500
76696              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
76697      Branch: perl
76698            ! emacs/ptags
76699 ____________________________________________________________________________
76700 [  7737] By: jhi                                   on 2000/11/18  17:12:18
76701         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
76702      Branch: perl
76703            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
76704 ____________________________________________________________________________
76705 [  7736] By: nick                                  on 2000/11/18  14:06:20
76706         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
76707              part to be isolated.
76708      Branch: perlio
76709            ! doio.c perlio.c
76710 ____________________________________________________________________________
76711 [  7735] By: nick                                  on 2000/11/18  11:03:32
76712         Log: Integrate mainline
76713      Branch: perlio
76714           !> Changes README.amiga README.win32 patchlevel.h
76715           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
76716 ____________________________________________________________________________
76717 [  7734] By: jhi                                   on 2000/11/18  01:18:56
76718         Log: Update Changes.
76719      Branch: perl
76720            ! Changes patchlevel.h
76721 ____________________________________________________________________________
76722 [  7733] By: jhi                                   on 2000/11/18  00:32:54
76723         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
76724              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76725              Date: Fri, 17 Nov 2000 17:28:02 -0500
76726              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
76727      Branch: perl
76728            ! regcomp.c regexec.c t/op/re_tests
76729 ____________________________________________________________________________
76730 [  7732] By: jhi                                   on 2000/11/18  00:28:56
76731         Log: Sparc 64-bit pack() fix from Jens Hamisch.
76732      Branch: perl
76733            ! pp.c
76734 ____________________________________________________________________________
76735 [  7731] By: jhi                                   on 2000/11/18  00:18:39
76736         Log: Explain in more detail the {} syntax ambiguousity.
76737              
76738              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
76739              From: Nicholas Clark <nick@ccl4.org>
76740              Date: Fri, 17 Nov 2000 22:10:28 +0000
76741              Message-ID: <20001117221028.A88930@plum.flirble.org>
76742      Branch: perl
76743            ! pod/perlfunc.pod
76744 ____________________________________________________________________________
76745 [  7730] By: jhi                                   on 2000/11/18  00:12:18
76746         Log: Subject: Fix for README.amiga (20000323.033)
76747              From: "Stephen P. Potter" <spp@spotter.yi.org>
76748              Date: Fri, 17 Nov 2000 12:25:51 -0500
76749              Message-Id: <200011171725.MAA05768@spotter.yi.org>
76750      Branch: perl
76751            ! README.amiga
76752 ____________________________________________________________________________
76753 [  7729] By: jhi                                   on 2000/11/18  00:08:34
76754         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
76755              From: "A. C. Yardley" <yardley@tanet.net>
76756              Date: Mon, 3 Apr 2000 11:35:33 -0700
76757              Message-ID: <3483.000403@tanet.net>
76758      Branch: perl
76759            ! README.win32
76760 ____________________________________________________________________________
76761 [  7728] By: nick                                  on 2000/11/17  21:59:47
76762         Log: Integrate mainline
76763      Branch: perlio
76764           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
76765           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
76766           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
76767           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
76768 ____________________________________________________________________________
76769 [  7727] By: nick                                  on 2000/11/17  21:56:31
76770         Log: Experiment on use of attributes.pm interface.
76771              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
76772              SVt_PVRV if not already something better (else vivify of say magic gets
76773              core dump).
76774      Branch: perlio
76775            ! perlio.c pp.c
76776 ____________________________________________________________________________
76777 [  7726] By: jhi                                   on 2000/11/17  14:15:49
76778         Log: Subject: Fix for 20000815.006
76779              From: "Stephen P. Potter" <spp@spotter.yi.org>
76780              Date: Fri, 17 Nov 2000 08:57:45 -0500
76781              Message-Id: <200011171357.IAA05122@spotter.yi.org>
76782              
76783              It's really 20000518.006.
76784      Branch: perl
76785            ! pod/perlmodlib.PL
76786 ____________________________________________________________________________
76787 [  7725] By: jhi                                   on 2000/11/17  14:12:31
76788         Log: Subject: Fix for 20000409.001
76789              From: "Stephen P. Potter" <spp@spotter.yi.org>
76790              Date: Fri, 17 Nov 2000 08:55:45 -0500
76791              Message-Id: <200011171355.IAA05104@spotter.yi.org>
76792      Branch: perl
76793            ! pod/perlfaq9.pod
76794 ____________________________________________________________________________
76795 [  7724] By: jhi                                   on 2000/11/17  14:08:58
76796         Log: Undo #7627 now that we have =head3.
76797      Branch: perl
76798            ! pod/perlhack.pod
76799 ____________________________________________________________________________
76800 [  7723] By: jhi                                   on 2000/11/17  14:04:09
76801         Log: As surmised the #7719 wasn't a good move.
76802      Branch: perl
76803            ! hints/solaris_2.sh
76804 ____________________________________________________________________________
76805 [  7722] By: jhi                                   on 2000/11/17  13:59:04
76806         Log: Also the 64bitall hints can be either here or there.
76807      Branch: perl
76808            ! hints/solaris_2.sh
76809 ____________________________________________________________________________
76810 [  7721] By: jhi                                   on 2000/11/17  02:26:23
76811         Log: Test tweak for the open pragma.
76812      Branch: perl
76813            ! t/lib/b.t
76814 ____________________________________________________________________________
76815 [  7720] By: jhi                                   on 2000/11/17  00:23:22
76816         Log: The long double hints can be here or there.
76817      Branch: perl
76818            ! hints/solaris_2.sh
76819 ____________________________________________________________________________
76820 [  7719] By: jhi                                   on 2000/11/17  00:14:06
76821         Log: For Solaris use64bitall the stdchar needs a little bit of help.
76822      Branch: perl
76823            ! hints/solaris_2.sh
76824 ____________________________________________________________________________
76825 [  7718] By: jhi                                   on 2000/11/16  23:27:34
76826         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
76827              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
76828              Date: Wed, 15 Nov 2000 08:56:32 +0100
76829              Message-ID: <3A1241B0.64477E00@alcatel.at>
76830      Branch: perl
76831            ! lib/Carp/Heavy.pm
76832 ____________________________________________________________________________
76833 [  7717] By: jhi                                   on 2000/11/16  23:23:29
76834         Log: Subject: [PATCH] Re: 20001101.003 PDL
76835              From: Nicholas Clark <nick@ccl4.org>
76836              Date: Thu, 16 Nov 2000 16:48:25 +0000
76837              Message-ID: <20001116164825.B93487@plum.flirble.org>
76838      Branch: perl
76839            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
76840 ____________________________________________________________________________
76841 [  7716] By: jhi                                   on 2000/11/16  23:21:31
76842         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
76843              From: "Casey R. Tweten" <crt@kiski.net>
76844              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
76845              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
76846      Branch: perl
76847            ! lib/Pod/Checker.pm pod/perlpod.pod
76848 ____________________________________________________________________________
76849 [  7715] By: jhi                                   on 2000/11/16  23:19:40
76850         Log: Avoid an infinite loop in VMS when utils scripts are run
76851              with no arguments, from Charles Lane.
76852      Branch: perl
76853            ! configure.com
76854 ____________________________________________________________________________
76855 [  7714] By: jhi                                   on 2000/11/16  23:17:08
76856         Log: Subject: perllocale.pod changes
76857              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76858              Date: Mon, 13 Nov 2000 10:09:22 +0300
76859              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
76860      Branch: perl
76861            ! pod/perllocale.pod
76862 ____________________________________________________________________________
76863 [  7713] By: jhi                                   on 2000/11/16  23:14:06
76864         Log: Integrate perlio:
76865              
76866              [  7711]
76867              Minor tweaks:
76868              consistent way of getting 'rb', 'wb' etc. for binary opens
76869              move *perlio::layers to *open::layers
76870              a #define to show layers available
76871              DOSISH popen/PerlIO had export/import sense inverted.
76872      Branch: perl
76873           !> doio.c perlio.c perlio.h util.c
76874 ____________________________________________________________________________
76875 [  7712] By: nick                                  on 2000/11/16  21:10:58
76876         Log: Integrate mainline
76877      Branch: perlio
76878           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
76879           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
76880           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
76881           !> vos/config.ga.def vos/config.ga.h win32/config.bc
76882           !> win32/config.gc win32/config.vc
76883 ____________________________________________________________________________
76884 [  7711] By: nick                                  on 2000/11/16  19:56:41
76885         Log: Minor tweaks:
76886              consistent way of getting 'rb', 'wb' etc. for binary opens
76887              move *perlio::layers to *open::layers
76888              a #define to show layers available
76889              DOSISH popen/PerlIO had export/import sense inverted.
76890      Branch: perlio
76891            ! doio.c perlio.c perlio.h util.c
76892 ____________________________________________________________________________
76893 [  7710] By: jhi                                   on 2000/11/16  15:46:05
76894         Log: Add HAS_SBRK_PROTO.
76895      Branch: metaconfig/U/perl
76896            + d_sbrkproto.U
76897      Branch: perl
76898            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76899            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
76900            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
76901            ! vos/config.ga.def vos/config.ga.h win32/config.bc
76902            ! win32/config.gc win32/config.vc
76903 ____________________________________________________________________________
76904 [  7709] By: nick                                  on 2000/11/16  07:31:49
76905         Log: Integrate mainline
76906      Branch: perlio
76907           !> (integrate 35 files)
76908 ____________________________________________________________________________
76909 [  7708] By: jhi                                   on 2000/11/16  05:33:03
76910         Log: These files are text, not binary.
76911      Branch: perl
76912            ! ext/Encode/Encode/iso8859-10.enc
76913            ! ext/Encode/Encode/iso8859-13.enc
76914            ! ext/Encode/Encode/iso8859-14.enc
76915            ! ext/Encode/Encode/iso8859-15.enc
76916 ____________________________________________________________________________
76917 [  7707] By: jhi                                   on 2000/11/16  01:53:37
76918         Log: Update Changes.
76919      Branch: perl
76920            ! Changes patchlevel.h
76921 ____________________________________________________________________________
76922 [  7706] By: jhi                                   on 2000/11/16  01:35:59
76923         Log: More #undefing of stdio.
76924      Branch: perl
76925            ! fakesdio.h nostdio.h
76926 ____________________________________________________________________________
76927 [  7705] By: jhi                                   on 2000/11/16  01:34:18
76928         Log: Add fwalk() probe to the configuration files and regen perltoc.
76929      Branch: perl
76930            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76931            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
76932            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
76933            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
76934            ! win32/config.bc win32/config.gc win32/config.vc
76935 ____________________________________________________________________________
76936 [  7704] By: jhi                                   on 2000/11/16  01:33:07
76937         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
76938              an optional third argument to Inlibc?)
76939      Branch: metaconfig/U/perl
76940            + d__fwalk.U
76941 ____________________________________________________________________________
76942 [  7703] By: jhi                                   on 2000/11/16  01:09:22
76943         Log: The type of the hash_cb() size argument is tricky.
76944      Branch: perl
76945            ! ext/DB_File/DB_File.xs
76946 ____________________________________________________________________________
76947 [  7702] By: jhi                                   on 2000/11/15  23:01:16
76948         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
76949      Branch: perl
76950            ! nostdio.h
76951 ____________________________________________________________________________
76952 [  7701] By: jhi                                   on 2000/11/15  22:52:32
76953         Log: Detypo.
76954      Branch: perl
76955            ! t/lib/bigfltpm.t
76956 ____________________________________________________________________________
76957 [  7700] By: jhi                                   on 2000/11/15  22:51:56
76958         Log: UINT64_C() work continues.
76959      Branch: perl
76960            ! handy.h perl.h utf8.h
76961 ____________________________________________________________________________
76962 [  7699] By: jhi                                   on 2000/11/15  14:13:04
76963         Log: SOCKS has its own USE_THREADS, based on
76964              
76965              Subject: [ID 20001114.002] et. al. bugfix followup
76966              From: Jens Hamisch <jens@Strawberry.COM> 
76967              Date: Wed, 15 Nov 2000 14:23:11 +0100
76968              Message-ID: <20001115142311.A21164@Strawberry.COM>
76969      Branch: perl
76970            ! perl.h
76971 ____________________________________________________________________________
76972 [  7698] By: jhi                                   on 2000/11/15  03:50:56
76973         Log: Add few missing #undefs and sort them.
76974      Branch: perl
76975            ! fakesdio.h
76976 ____________________________________________________________________________
76977 [  7697] By: jhi                                   on 2000/11/15  03:39:14
76978         Log: Linenumber fix.
76979      Branch: perl
76980            ! t/pragma/warn/utf8
76981 ____________________________________________________________________________
76982 [  7696] By: jhi                                   on 2000/11/15  02:55:26
76983         Log: EBCDIC tweaks.
76984              
76985              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
76986              From: Peter Prymmer <pvhp@forte.com>
76987              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
76988              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
76989      Branch: perl
76990            ! t/op/regmesg.t t/pragma/warn/utf8
76991 ____________________________________________________________________________
76992 [  7695] By: jhi                                   on 2000/11/15  02:53:58
76993         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
76994              From: Peter Prymmer <pvhp@forte.com>
76995              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
76996              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
76997      Branch: perl
76998            ! utf8.c
76999 ____________________________________________________________________________
77000 [  7694] By: jhi                                   on 2000/11/15  02:50:55
77001         Log: Subject: [PATCH: perl@7674] updates to README.os390
77002              From: Prymmer/Kahn <pvhp@best.com>
77003              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
77004              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
77005      Branch: perl
77006            ! README.os390
77007 ____________________________________________________________________________
77008 [  7693] By: jhi                                   on 2000/11/15  02:48:37
77009         Log: Quit utf8_to_uv() instantly if curlen == 0.
77010      Branch: perl
77011            ! utf8.c
77012 ____________________________________________________________________________
77013 [  7692] By: jhi                                   on 2000/11/15  02:24:29
77014         Log: Use u_int32_t for the size of hash_cb(), not size_t.
77015              
77016              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
77017              From: Jens Hamisch <jens@Strawberry.COM>     
77018              Date: Tue, 14 Nov 2000 19:03:55 +0100
77019              Message-Id: <20001114190355.A20559@Strawberry.COM>
77020      Branch: perl
77021            ! ext/DB_File/DB_File.xs
77022 ____________________________________________________________________________
77023 [  7691] By: jhi                                   on 2000/11/15  02:20:12
77024         Log: Use UINT64_C().
77025              
77026              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
77027              From: Jens Hamisch <jens@Strawberry.COM>
77028              Date: Tue, 14 Nov 2000 19:16:23 +0100
77029              Message-Id: <20001114191623.G20559@Strawberry.COM>
77030      Branch: perl
77031            ! utf8.c utf8.h
77032 ____________________________________________________________________________
77033 [  7690] By: jhi                                   on 2000/11/15  02:17:06
77034         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
77035              (a macro to define signed and unsigned integer constants).
77036      Branch: perl
77037            ! handy.h
77038 ____________________________________________________________________________
77039 [  7689] By: jhi                                   on 2000/11/15  01:56:51
77040         Log: Regen Configure.
77041      Branch: perl
77042            ! Configure
77043 ____________________________________________________________________________
77044 [  7688] By: jhi                                   on 2000/11/15  01:56:32
77045         Log: Make the unit know about SOCKS.
77046      Branch: metaconfig
77047            ! U/protos/socksizetype.U
77048 ____________________________________________________________________________
77049 [  7687] By: jhi                                   on 2000/11/15  01:54:47
77050         Log: Remove unused dependencies.
77051      Branch: metaconfig
77052            ! U/compline/d_getpagsz.U
77053 ____________________________________________________________________________
77054 [  7686] By: nick                                  on 2000/11/14  21:25:13
77055         Log: Integrate mainline.
77056      Branch: perlio
77057           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
77058           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
77059           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
77060           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
77061           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
77062           !> win32/config.bc win32/config.gc win32/config.vc
77063           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
77064 ____________________________________________________________________________
77065 [  7685] By: jhi                                   on 2000/11/14  17:54:56
77066         Log: Integrate perlio:
77067              
77068              [  7684]
77069              PerlIO #include and #ifdef re-work.
77070      Branch: perl
77071           +> fakesdio.h perliol.h
77072           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77073           !> perlsdio.h perlsfio.h pod/perlfunc.pod
77074 ____________________________________________________________________________
77075 [  7684] By: nick                                  on 2000/11/14  17:43:04
77076         Log: PerlIO #include and #ifdef re-work.
77077      Branch: perlio
77078            + fakesdio.h perliol.h
77079            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77080            ! perlsdio.h perlsfio.h
77081 ____________________________________________________________________________
77082 [  7683] By: jhi                                   on 2000/11/14  15:42:40
77083         Log: Hoist the duplicated socket/netdb include logic to perl.h;
77084              undef SETERRNO in case SOCKS has defined it.  Based on:
77085              
77086              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
77087              From: Jens Hamisch <jens@Strawberry.COM> 
77088              Date: Tue, 14 Nov 2000 11:34:40 +0100
77089              Message-Id: <20001114113440.A20005@Strawberry.COM>
77090      Branch: perl
77091            ! doio.c perl.h pp_sys.c
77092 ____________________________________________________________________________
77093 [  7682] By: jhi                                   on 2000/11/14  14:07:28
77094         Log: Subject: some additions for makefiles for win32 (for perl@7674)
77095              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77096              Date: Tue, 14 Nov 2000 09:31:13 +0300
77097              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
77098      Branch: perl
77099            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
77100            ! win32/makefile.mk
77101 ____________________________________________________________________________
77102 [  7681] By: jhi                                   on 2000/11/14  14:01:41
77103         Log: Subject: tiny typo in perl5db.pl
77104              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77105              Date: Tue, 14 Nov 2000 09:29:28 +0300
77106              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
77107      Branch: perl
77108            ! lib/perl5db.pl
77109 ____________________________________________________________________________
77110 [  7680] By: jhi                                   on 2000/11/14  04:13:50
77111         Log: Redo #7679 with LFs instead of CRLFs.
77112      Branch: perl
77113            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
77114            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
77115            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
77116 ____________________________________________________________________________
77117 [  7679] By: jhi                                   on 2000/11/14  01:21:09
77118         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
77119              From: Benjamin Stuhl <tiriath@yahoo.com> 
77120              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
77121              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
77122      Branch: perl
77123            + win32/bin/mdelete.bat
77124            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
77125            ! makedef.pl perlio.c win32/Makefile win32/config.gc
77126            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
77127 ____________________________________________________________________________
77128 [  7678] By: jhi                                   on 2000/11/14  01:19:20
77129         Log: Fix the re extension building for Win32.
77130              
77131              Subject: [PATCH perl@7638] Get PerlIO building on Win32
77132              From: Benjamin Stuhl <tiriath@yahoo.com> 
77133              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
77134              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
77135      Branch: perl
77136            + ext/re/hints/MSWin32.pl
77137            ! MANIFEST
77138 ____________________________________________________________________________
77139 [  7677] By: jhi                                   on 2000/11/14  01:13:54
77140         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
77141              From: sthoenna@efn.org
77142              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
77143              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
77144      Branch: perl
77145            ! doop.c pp.c toke.c utf8.c utf8.h
77146 ____________________________________________________________________________
77147 [  7676] By: jhi                                   on 2000/11/13  20:23:15
77148         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
77149              From: Nicholas Clark <nick@ccl4.org>
77150              Date: Mon, 13 Nov 2000 18:55:04 +0000
77151              Message-ID: <20001113185504.J29183@plum.flirble.org>
77152      Branch: perl
77153            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
77154 ____________________________________________________________________________
77155 [  7675] By: nick                                  on 2000/11/13  20:21:57
77156         Log: Integrate mainline ...
77157      Branch: perlio
77158           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
77159           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
77160           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
77161           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
77162 ____________________________________________________________________________
77163 [  7674] By: jhi                                   on 2000/11/13  15:07:56
77164         Log: Update Changes.
77165      Branch: perl
77166            ! Changes patchlevel.h
77167 ____________________________________________________________________________
77168 [  7673] By: jhi                                   on 2000/11/13  14:42:42
77169         Log: Remove the new two tests of lib/io_xs for now, they seem to
77170              fail under perlio on some platforms.
77171      Branch: perl
77172            ! t/lib/io_xs.t
77173 ____________________________________________________________________________
77174 [  7672] By: jhi                                   on 2000/11/13  13:57:53
77175         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
77176      Branch: perl
77177            ! perlio.c
77178 ____________________________________________________________________________
77179 [  7671] By: jhi                                   on 2000/11/13  05:30:48
77180         Log: Placate nervous compilers that see longer than ints switch()ing.
77181      Branch: perl
77182            ! utf8.c
77183 ____________________________________________________________________________
77184 [  7670] By: jhi                                   on 2000/11/13  05:14:21
77185         Log: fputs() does return EOF on error but here we don't care.
77186      Branch: perl
77187            ! perlio.c
77188 ____________________________________________________________________________
77189 [  7669] By: jhi                                   on 2000/11/13  05:02:45
77190         Log: Declare reg_data like reg_substr_data.
77191      Branch: perl
77192            ! regexp.h
77193 ____________________________________________________________________________
77194 [  7668] By: jhi                                   on 2000/11/13  04:54:34
77195         Log: Typos in #7667.
77196      Branch: perl
77197            ! perl.h
77198 ____________________________________________________________________________
77199 [  7667] By: jhi                                   on 2000/11/13  04:49:49
77200         Log: Cleanup messy #ifdef.
77201      Branch: perl
77202            ! perl.h
77203 ____________________________________________________________________________
77204 [  7666] By: jhi                                   on 2000/11/13  04:17:34
77205         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
77206              From: Nicholas Clark <nick@talking.bollo.cx>
77207              Date: Sun, 12 Nov 2000 21:14:11 +0000
77208              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
77209              
77210              Note: only one breakage of the two reported is fixed by this patch.
77211      Branch: perl
77212            ! perlio.c
77213 ____________________________________________________________________________
77214 [  7665] By: jhi                                   on 2000/11/13  04:05:07
77215         Log: Tweak the definition of the bit complement on UTF-8 data:
77216              if none of the characters in the string are > 0xff,
77217              the result is a complemented byte string, not a (UTF-8)
77218              char string.  Based on the summary in
77219              
77220              Subject: Re: [ID 20000918.005] ~ on wide chars
77221              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
77222              Date: Fri, 10 Nov 2000 09:47:15 -0800
77223              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
77224              
77225              This should give us the maximum backward (pre-char string)
77226              compatibility and utf8 compatibility.  The other alternative
77227              would be to limit the bit complement to be always byte only,
77228              taking the least significant byte of the chars.
77229      Branch: perl
77230            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
77231 ____________________________________________________________________________
77232 [  7664] By: jhi                                   on 2000/11/13  00:23:44
77233         Log: Couple of tests from #7660 salvaged.
77234      Branch: perl
77235            - t/op/tell.t
77236            ! MANIFEST t/io/tell.t
77237 ____________________________________________________________________________
77238 [  7663] By: jhi                                   on 2000/11/13  00:02:48
77239         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
77240              From: Nicholas Clark <nick@talking.bollo.cx>
77241              Date: Sun, 12 Nov 2000 21:23:43 +0000
77242              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
77243      Branch: perl
77244            ! perlsfio.h
77245 ____________________________________________________________________________
77246 [  7662] By: jhi                                   on 2000/11/13  00:01:39
77247         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
77248              From: Nicholas Clark <nick@talking.bollo.cx>
77249              Date: Sun, 12 Nov 2000 21:30:04 +0000
77250              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
77251      Branch: perl
77252            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
77253 ____________________________________________________________________________
77254 [  7661] By: jhi                                   on 2000/11/12  23:57:29
77255         Log: Document tell() on special streams.
77256      Branch: perl
77257            ! pod/perlfunc.pod
77258 ____________________________________________________________________________
77259 [  7660] By: jhi                                   on 2000/11/12  23:54:22
77260         Log: (Subsumed by #7664)
77261      Branch: perl
77262            + t/op/tell.t
77263            ! MANIFEST
77264 ____________________________________________________________________________
77265 [  7659] By: jhi                                   on 2000/11/12  22:55:25
77266         Log: Many subdocumented return values of the IO extension now documented.
77267              ungetc and write still left subdocumented.
77268              
77269              Subject: [PATCH] (was Re: IO::Handle::ungetc)
77270              From: Nicholas Clark <nick@talking.bollo.cx>
77271              Date: Sun, 12 Nov 2000 21:35:53 +0000
77272              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
77273      Branch: perl
77274            ! ext/IO/lib/IO/Handle.pm
77275 ____________________________________________________________________________
77276 [  7658] By: jhi                                   on 2000/11/12  21:37:06
77277         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
77278              From: Nicholas Clark <nick@talking.bollo.cx>
77279              Date: Sun, 12 Nov 2000 20:03:22 +0000
77280              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
77281      Branch: perl
77282            ! pod/perlfunc.pod
77283 ____________________________________________________________________________
77284 [  7657] By: jhi                                   on 2000/11/12  20:34:55
77285         Log: Integrate perlio:
77286              
77287              [  7656]
77288              Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
77289      Branch: perl
77290           !> perlio.c
77291 ____________________________________________________________________________
77292 [  7656] By: nick                                  on 2000/11/12  19:25:06
77293         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
77294      Branch: perlio
77295            ! perlio.c
77296 ____________________________________________________________________________
77297 [  7655] By: nick                                  on 2000/11/12  19:09:41
77298         Log: Integrate mainline
77299      Branch: perlio
77300           +> README.solaris ext/Encode/Encode/cp1006.enc
77301           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
77302           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
77303           +> ext/Encode/Encode/iso8859-13.enc
77304           +> ext/Encode/Encode/iso8859-14.enc
77305           +> ext/Encode/Encode/iso8859-15.enc
77306           !> (integrate 34 files)
77307 ____________________________________________________________________________
77308 [  7654] By: jhi                                   on 2000/11/12  19:00:22
77309         Log: Add a metaconfig unit for fsync.
77310      Branch: metaconfig/U/perl
77311            + d_fsync.U
77312 ____________________________________________________________________________
77313 [  7653] By: jhi                                   on 2000/11/12  19:00:01
77314         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
77315      Branch: perl
77316            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77317            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
77318            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77319            ! vos/config.ga.h win32/config.bc win32/config.gc
77320            ! win32/config.vc
77321 ____________________________________________________________________________
77322 [  7652] By: jhi                                   on 2000/11/11  21:12:01
77323         Log: Copy the s// information of README.hpux also to the perlrun.
77324      Branch: perl
77325            ! README.hpux pod/perlrun.pod
77326 ____________________________________________________________________________
77327 [  7651] By: jhi                                   on 2000/11/11  21:03:13
77328         Log: More README.solaris updates from Andy Dougherty.
77329      Branch: perl
77330            ! README.solaris
77331 ____________________________________________________________________________
77332 [  7650] By: jhi                                   on 2000/11/11  18:38:57
77333         Log: More descriptive error for unknown perlio layers.
77334              
77335              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
77336              From: Dominic Dunlop <domo@computer.org> 
77337              Date: Sat, 11 Nov 2000 18:20:32 +0100             
77338              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
77339      Branch: perl
77340            ! perlio.c pod/perldiag.pod
77341 ____________________________________________________________________________
77342 [  7649] By: jhi                                   on 2000/11/11  18:37:52
77343         Log: MachTen doesn't really do mmap() and munmap().
77344              
77345              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
77346              From: Dominic Dunlop <domo@computer.org> 
77347              Date: Sat, 11 Nov 2000 18:20:32 +0100             
77348              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
77349      Branch: perl
77350            ! hints/machten.sh
77351 ____________________________________________________________________________
77352 [  7648] By: jhi                                   on 2000/11/11  18:36:46
77353         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
77354              From: rspier@pobox.com (Robert Spier)
77355              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
77356              Message-ID: <14861.32839.491271.985797@rls.cx>
77357      Branch: perl
77358            ! Porting/Contract pod/perltoot.pod
77359 ____________________________________________________________________________
77360 [  7647] By: jhi                                   on 2000/11/11  18:35:30
77361         Log: Simplify the getpagesize() unit by dropping the
77362              pagesize probe since it's nowadays slightly more
77363              complicated because of sysconf(). (Note: if some
77364              platform really needs the -lPW for getpagesize,
77365              I just broke it.)
77366              
77367              TODO: a new pagesize unit.
77368      Branch: metaconfig
77369            ! U/compline/d_getpagsz.U
77370 ____________________________________________________________________________
77371 [  7646] By: jhi                                   on 2000/11/11  18:33:23
77372         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
77373      Branch: perl
77374            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77375            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
77376            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77377            ! vos/config.ga.h win32/config.bc win32/config.gc
77378            ! win32/config.vc
77379 ____________________________________________________________________________
77380 [  7645] By: jhi                                   on 2000/11/11  16:45:15
77381         Log: Use sysconf() or getpagesize() to find out the pagesize.
77382      Branch: perl
77383            ! perlio.c
77384 ____________________________________________________________________________
77385 [  7644] By: jhi                                   on 2000/11/11  15:46:08
77386         Log: Integrate perlio:
77387              
77388              [  7641]
77389              Fixup mmap layer by doing mmap() calls on pagesize boundaries.
77390              Also call "Buf" layer directly when unread'ing non-read chars.
77391      Branch: perl
77392           !> perlio.c
77393 ____________________________________________________________________________
77394 [  7643] By: jhi                                   on 2000/11/11  15:33:36
77395         Log: Subject: Re: [PATCH] README.solaris
77396              From: Lupe Christoph <lupe@lupe-christoph.de>
77397              Date: Sat, 11 Nov 2000 14:08:10 +0100
77398              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
77399      Branch: perl
77400            ! README.solaris
77401 ____________________________________________________________________________
77402 [  7642] By: jhi                                   on 2000/11/11  15:22:12
77403         Log: Subject: [PATCH perl@7638] cygwin port
77404              From: "Eric Fifer" <egf7@columbia.edu>            
77405              Date: Fri, 10 Nov 2000 19:30:30 -0000
77406              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
77407      Branch: perl
77408            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
77409 ____________________________________________________________________________
77410 [  7641] By: nick                                  on 2000/11/11  14:50:36
77411         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
77412              Also call "Buf" layer directly when unread'ing non-read chars.
77413      Branch: perlio
77414            ! perlio.c
77415 ____________________________________________________________________________
77416 [  7640] By: jhi                                   on 2000/11/11  02:05:02
77417         Log: Add more encoding tables.
77418      Branch: perl
77419            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
77420            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
77421            + ext/Encode/Encode/iso8859-10.enc
77422            + ext/Encode/Encode/iso8859-13.enc
77423            + ext/Encode/Encode/iso8859-14.enc
77424            + ext/Encode/Encode/iso8859-15.enc
77425            ! MANIFEST
77426 ____________________________________________________________________________
77427 [  7639] By: jhi                                   on 2000/11/10  18:49:25
77428         Log: Subject: [PATCH] README.solaris
77429              From: Andy Dougherty <doughera@lafayette.edu>
77430              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
77431              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
77432      Branch: perl
77433            + README.solaris
77434            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
77435            ! pod/perl.pod pod/perltoc.pod
77436 ____________________________________________________________________________
77437 [  7638] By: jhi                                   on 2000/11/10  15:04:15
77438         Log: Update Changes.
77439      Branch: perl
77440            ! Changes patchlevel.h
77441 ____________________________________________________________________________
77442 [  7637] By: jhi                                   on 2000/11/10  14:14:28
77443         Log: Explain better why certain regex tests are skipped.
77444              
77445              Subject: Re: tests skipped: unknown reason
77446              From: Lupe Christoph <lupe@lupe-christoph.de>
77447              Date: Fri, 10 Nov 2000 09:08:56 +0100
77448              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
77449      Branch: perl
77450            ! t/op/regexp.t
77451 ____________________________________________________________________________
77452 [  7636] By: nick                                  on 2000/11/10  13:40:00
77453         Log: Integrate mainline.
77454      Branch: perlio
77455           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
77456           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
77457           !> win32/bin/search.pl
77458 ____________________________________________________________________________
77459 [  7635] By: nick                                  on 2000/11/10  13:25:52
77460         Log: Re-instate stdio large file support via perlio.
77461      Branch: perl
77462            ! perlio.c
77463 ____________________________________________________________________________
77464 [  7634] By: jhi                                   on 2000/11/10  04:49:55
77465         Log: Amdahl UTS hints updates.
77466              
77467              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
77468              From: hom00@utsglobal.com (Harold O Morris)
77469              Date: Thu, 9 Nov 2000 20:02 PST
77470              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
77471      Branch: perl
77472            ! hints/uts.sh
77473 ____________________________________________________________________________
77474 [  7633] By: jhi                                   on 2000/11/09  23:33:28
77475         Log: Subject: [PATCH] IO::Seekable pod
77476              From: Nicholas Clark <nick@talking.bollo.cx>
77477              Date: Thu, 9 Nov 2000 20:29:45 +0000
77478              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
77479      Branch: perl
77480            ! ext/IO/lib/IO/Handle.pm
77481 ____________________________________________________________________________
77482 [  7632] By: jhi                                   on 2000/11/09  21:55:41
77483         Log: Various doc oddball characters.
77484              
77485              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
77486              From: Michael Somos <somos@grail.cba.csuohio.edu>
77487              Date: Mon, 6 Nov 2000 17:44:20 -0500
77488              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
77489      Branch: perl
77490            ! emacs/cperl-mode.el lib/unicode/syllables.txt
77491            ! win32/bin/search.pl
77492 ____________________________________________________________________________
77493 [  7631] By: jhi                                   on 2000/11/09  21:12:29
77494         Log: Subject: Re: bash -c exit and linux hints 
77495              From: "John P. Linderman" <jpl@research.att.com>
77496              Date: Thu, 02 Nov 2000 09:37:25 -0500
77497              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
77498      Branch: perl
77499            ! hints/linux.sh
77500 ____________________________________________________________________________
77501 [  7630] By: nick                                  on 2000/11/09  20:34:11
77502         Log: Integrate mainline.
77503      Branch: perlio
77504           !> (integrate 91 files)
77505 ____________________________________________________________________________
77506 [  7629] By: jhi                                   on 2000/11/09  19:46:31
77507         Log: Missing dTHXs.
77508              
77509              Subject: RE: perl@7595 builds not on cygwin
77510              From: "Eric Fifer" <egf7@columbia.edu>
77511              Date: Thu, 9 Nov 2000 19:26:50 -0000
77512              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
77513      Branch: perl
77514            ! ext/Devel/Peek/Peek.xs
77515 ____________________________________________________________________________
77516 [  7628] By: jhi                                   on 2000/11/09  14:48:27
77517         Log: Disable only the tests 99 and 166 for UTF-8 locales.
77518      Branch: perl
77519            ! t/pragma/locale.t
77520 ____________________________________________________________________________
77521 [  7627] By: jhi                                   on 2000/11/09  14:40:27
77522         Log: There's no =head3.
77523      Branch: perl
77524            ! pod/perlhack.pod
77525 ____________________________________________________________________________
77526 [  7626] By: jhi                                   on 2000/11/09  13:54:26
77527         Log: The generated boot_* headers are wrong.  Pickier compiler,
77528              such as KAI C++ will refuse to compile the resulting perlmain.
77529              
77530              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
77531              From: Harri Pasanen <harri.pasanen@trema.com>
77532              Date: Thu, 09 Nov 2000 14:23:28 +0100
77533              Message-Id: <3A0AA550.26D548A3@trema.com>
77534      Branch: perl
77535            ! minimod.pl
77536 ____________________________________________________________________________
77537 [  7625] By: jhi                                   on 2000/11/09  13:50:44
77538         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
77539              From: Prymmer/Kahn <pvhp@best.com>
77540              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
77541              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
77542              
77543              All except the "cow orker" change.
77544      Branch: perl
77545            ! Porting/pumpkin.pod
77546 ____________________________________________________________________________
77547 [  7624] By: jhi                                   on 2000/11/09  13:45:33
77548         Log: Fix for
77549              
77550              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
77551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
77552              Date: Thu, 09 Nov 2000 11:05:52 +0100
77553              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
77554      Branch: perl
77555            ! pod/perldiag.pod t/pragma/warn/pp_sys
77556 ____________________________________________________________________________
77557 [  7623] By: jhi                                   on 2000/11/09  13:37:16
77558         Log: Typo in an ifndef.
77559              
77560              Subject: Re: [PATCH 5.7.0] better messages from malloc()
77561              From: Joe Smith <jms@inwap.com>         
77562              Date: Thu, 09 Nov 2000 01:33:14 -0800
77563              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
77564      Branch: perl
77565            ! malloc.c
77566 ____________________________________________________________________________
77567 [  7622] By: jhi                                   on 2000/11/09  13:31:18
77568         Log: Remove unused extra arguments.
77569      Branch: metaconfig/U/perl
77570            ! perlxv.U
77571      Branch: perl
77572            ! Configure config_h.SH
77573 ____________________________________________________________________________
77574 [  7621] By: jhi                                   on 2000/11/09  13:16:36
77575         Log: More VMS moves on environment handling, from Charles Lane.
77576      Branch: perl
77577            ! t/pragma/locale.t
77578 ____________________________________________________________________________
77579 [  7620] By: jhi                                   on 2000/11/09  04:42:38
77580         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
77581              From: David Dyck <dcd@tc.fluke.com>
77582              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
77583              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
77584      Branch: perl
77585            ! pp_sys.c
77586 ____________________________________________________________________________
77587 [  7619] By: jhi                                   on 2000/11/09  04:36:21
77588         Log: Forgot from #7618.
77589      Branch: perl
77590            ! lib/File/stat.pm
77591 ____________________________________________________________________________
77592 [  7618] By: jhi                                   on 2000/11/09  04:28:44
77593         Log: Make deleting for %ENV work for (newer versions of) VMS,
77594              from Craig A. Berry.
77595      Branch: perl
77596            ! vms/vms.c
77597 ____________________________________________________________________________
77598 [  7617] By: jhi                                   on 2000/11/09  04:25:05
77599         Log: Subject: [PATCH] Class::Struct at compile time
77600              From: "Casey R. Tweten" <crt@kiski.net>
77601              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
77602              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
77603      Branch: perl
77604            ! lib/Class/Struct.pm
77605 ____________________________________________________________________________
77606 [  7616] By: jhi                                   on 2000/11/09  04:15:17
77607         Log: Subject: [ID 20001108.013] spelling
77608              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
77609              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
77610              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
77611      Branch: perl
77612            ! lib/ftp.pl
77613 ____________________________________________________________________________
77614 [  7615] By: jhi                                   on 2000/11/09  04:12:42
77615         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
77616              From: Peter Prymmer <pvhp@forte.com>
77617              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
77618              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
77619      Branch: perl
77620            ! configure.com
77621 ____________________________________________________________________________
77622 [  7614] By: jhi                                   on 2000/11/08  22:42:55
77623         Log: A missing aTHX_.
77624      Branch: perl
77625            ! ext/IPC/SysV/SysV.xs
77626 ____________________________________________________________________________
77627 [  7613] By: jhi                                   on 2000/11/08  19:30:21
77628         Log: Update Changes.
77629      Branch: perl
77630            ! Changes patchlevel.h
77631 ____________________________________________________________________________
77632 [  7612] By: jhi                                   on 2000/11/08  18:35:25
77633         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
77634              From: David Dyck <dcd@tc.fluke.com>
77635              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
77636              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
77637      Branch: perl
77638            ! pp_sys.c
77639 ____________________________________________________________________________
77640 [  7611] By: jhi                                   on 2000/11/08  18:30:26
77641         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
77642              From: Dominic Dunlop <domo@computer.org>
77643              Date: Tue, 7 Nov 2000 12:05:25 +0100
77644              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
77645      Branch: perl
77646            ! malloc.c
77647 ____________________________________________________________________________
77648 [  7610] By: jhi                                   on 2000/11/08  18:25:14
77649         Log: Do not test UTF-8 locales since that the tests would require
77650              polymorphic regexen.
77651      Branch: perl
77652            ! t/pragma/locale.t
77653 ____________________________________________________________________________
77654 [  7609] By: jhi                                   on 2000/11/08  17:12:51
77655         Log: Locale buglets.
77656              
77657              Subject: RE: Locales support (setlocale) fixes
77658              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77659              Date: Wed, 8 Nov 2000 20:01:39 +0300
77660              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
77661      Branch: perl
77662            ! t/pragma/locale.t util.c
77663 ____________________________________________________________________________
77664 [  7608] By: jhi                                   on 2000/11/08  17:00:16
77665         Log: Deleting $ENV{PATH} in VMS is not recommendable.
77666      Branch: perl
77667            ! t/pragma/locale.t
77668 ____________________________________________________________________________
77669 [  7607] By: jhi                                   on 2000/11/08  16:58:26
77670         Log: Subject: PATCH std stdio for (Free)BSD
77671              From: Nicholas Clark <nick@ccl4.org>
77672              Date: Wed, 8 Nov 2000 15:36:29 +0000
77673              Message-ID: <20001108153629.D98736@plum.flirble.org>
77674      Branch: metaconfig
77675            ! U/compline/d_stdstdio.U
77676      Branch: perl
77677            ! Configure config_h.SH
77678 ____________________________________________________________________________
77679 [  7606] By: jhi                                   on 2000/11/08  16:43:31
77680         Log: Forgot to bump the line numbers in #7601.
77681      Branch: perl
77682            ! t/pragma/warn/pp_sys
77683 ____________________________________________________________________________
77684 [  7605] By: jhi                                   on 2000/11/08  16:39:12
77685         Log: More careful detection of how well NVs and UVs mix.
77686              
77687              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))
77688              From: Nicholas Clark <nick@ccl4.org>
77689              Date: Wed, 8 Nov 2000 15:14:12 +0000
77690              Message-ID: <20001108151412.B98736@plum.flirble.org>
77691              
77692              Added some SIGFPE paranoia.
77693      Branch: metaconfig/U/perl
77694            ! perlxv.U
77695      Branch: perl
77696            ! Configure config_h.SH
77697 ____________________________________________________________________________
77698 [  7604] By: jhi                                   on 2000/11/08  14:39:10
77699         Log: Subject: [patch perl@7595] VMS configure.com tweak
77700              From: "Craig A. Berry" <craigberry@mac.com>
77701              Date: Wed, 8 Nov 2000 00:24:12 -0600
77702              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
77703      Branch: perl
77704            ! configure.com
77705 ____________________________________________________________________________
77706 [  7603] By: jhi                                   on 2000/11/08  14:27:11
77707         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
77708              From: Robin Barker <rmb1@cise.npl.co.uk>
77709              Date: Wed, 8 Nov 2000 11:11:39 GMT
77710              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
77711      Branch: perl
77712            ! perlio.c
77713 ____________________________________________________________________________
77714 [  7602] By: jhi                                   on 2000/11/08  14:25:03
77715         Log: Fix for the tie-refhash string table leaks.
77716              
77717              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
77718              Date: Wed, 8 Nov 2000 13:03:04 GMT
77719              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
77720      Branch: perl
77721            ! t/lib/tie-refhash.t
77722 ____________________________________________________________________________
77723 [  7601] By: jhi                                   on 2000/11/08  14:21:08
77724         Log: Try to avoid flockless and emulationless places.
77725      Branch: perl
77726            ! t/pragma/warn/pp_sys
77727 ____________________________________________________________________________
77728 [  7600] By: jhi                                   on 2000/11/08  02:28:54
77729         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
77730              
77731              Subject: [PATCH] prototyped functions that should be overrideable
77732              From: "Casey R. Tweten" <crt@kiski.net>
77733              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
77734              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
77735      Branch: perl
77736            ! toke.c
77737 ____________________________________________________________________________
77738 [  7599] By: jhi                                   on 2000/11/08  01:12:05
77739         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
77740              
77741              Subject: [PATCH] perlbug.PL
77742              From: "Kurt D. Starsinic" <kstar@chapin.edu>
77743              Date: Mon, 6 Nov 2000 21:39:01 -0500
77744              Message-ID: <20001106213901.B20955@O2.chapin.edu>
77745      Branch: perl
77746            ! utils/perlbug.PL
77747 ____________________________________________________________________________
77748 [  7598] By: jhi                                   on 2000/11/07  23:42:00
77749         Log: Bad thinko in #7581 (I used the test program with the expanded
77750              values as-is).
77751      Branch: metaconfig
77752            ! U/compline/d_stdstdio.U
77753      Branch: perl
77754            ! Configure
77755 ____________________________________________________________________________
77756 [  7597] By: jhi                                   on 2000/11/07  21:43:29
77757         Log: Subject: [PATCH perl@7573] cygwin port
77758              From: "Fifer, Eric" <EFifer@sanwaint.com>
77759              Date: Tue, 7 Nov 2000 18:08:51 -0000 
77760              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
77761              
77762              Synchronize with Cygwin 1.1.5.
77763      Branch: perl
77764            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
77765            ! pod/perlport.pod unixish.h util.c
77766 ____________________________________________________________________________
77767 [  7596] By: jhi                                   on 2000/11/07  21:39:25
77768         Log: perlhack updates from H.Merijn Brand.
77769      Branch: perl
77770            ! pod/perlhack.pod
77771 ____________________________________________________________________________
77772 [  7595] By: jhi                                   on 2000/11/07  20:21:41
77773         Log: Update Changes.
77774      Branch: perl
77775            ! Changes patchlevel.h
77776 ____________________________________________________________________________
77777 [  7594] By: jhi                                   on 2000/11/07  19:18:58
77778         Log: Be more robust in Dynaloader.pm.
77779      Branch: perl
77780            ! ext/DynaLoader/DynaLoader_pm.PL
77781 ____________________________________________________________________________
77782 [  7593] By: jhi                                   on 2000/11/07  16:49:31
77783         Log: AUTHORS update.
77784      Branch: perl
77785            ! AUTHORS
77786 ____________________________________________________________________________
77787 [  7592] By: gsar                                  on 2000/11/07  16:39:51
77788         Log: normalize relative paths in virtualized current directory on windows,
77789              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
77790              returns)
77791      Branch: perl
77792            ! win32/vdir.h
77793 ____________________________________________________________________________
77794 [  7591] By: jhi                                   on 2000/11/07  16:04:26
77795         Log: Too profiler-happy: with optimization the #7590 actually makes
77796              the test to run 0.5% _slower_.  Requires much more instrumentation.
77797              Retract #7590.
77798      Branch: perl
77799            ! regcomp.c regcomp.h
77800 ____________________________________________________________________________
77801 [  7590] By: jhi                                   on 2000/11/07  15:51:13
77802         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
77803              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
77804              by using memset() and testing bytewise (as opposed to bitwise).
77805      Branch: perl
77806            ! regcomp.c regcomp.h
77807 ____________________________________________________________________________
77808 [  7589] By: jhi                                   on 2000/11/07  12:56:39
77809         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
77810              From: "Craig A. Berry" <craig.berry@psinetcs.com>
77811              Date: Mon, 06 Nov 2000 23:45:30 -0500
77812              Message-Id: <0011079735.AA973576259@univpress.com>
77813      Branch: perl
77814            ! configure.com t/lib/st-lock.t
77815 ____________________________________________________________________________
77816 [  7588] By: jhi                                   on 2000/11/07  01:03:28
77817         Log: Tweak #7587.
77818      Branch: perl
77819            ! pod/perldiag.pod
77820 ____________________________________________________________________________
77821 [  7587] By: jhi                                   on 2000/11/07  01:00:27
77822         Log: A doc addition for bug id 20001105.019, beware \p.
77823      Branch: perl
77824            ! pod/perldiag.pod
77825 ____________________________________________________________________________
77826 [  7586] By: jhi                                   on 2000/11/07  00:32:22
77827         Log: Fake support of holey files in win/dosish platforms.
77828              
77829              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
77830              From: kipp@shonanblue.ne.jp
77831              Date: Mon, 6 Nov 2000 13:30:55 -0800
77832              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
77833      Branch: perl
77834            ! ext/SDBM_File/sdbm/sdbm.c
77835 ____________________________________________________________________________
77836 [  7585] By: jhi                                   on 2000/11/07  00:12:54
77837         Log: Subject: Pod updates
77838              From: "Stephen P. Potter" <spp@spotter.yi.org>
77839              Date: Mon, 06 Nov 2000 18:56:43 -0500
77840              Message-Id: <200011062357.SAA18173@spotter.yi.org>
77841      Branch: perl
77842            ! README.dos README.os2 README.win32 pod/buildtoc.PL
77843            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
77844            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
77845            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
77846            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
77847            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
77848            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
77849            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
77850            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
77851            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
77852            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
77853            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
77854            ! pod/perltootc.pod pod/perlunicode.pod
77855 ____________________________________________________________________________
77856 [  7584] By: jhi                                   on 2000/11/07  00:04:17
77857         Log: Varargs don't always work too well if one puts an unsigned
77858              char on the stack and pop an unsigned quad off the stack.
77859              
77860              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
77861              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
77862              Date: Mon, 06 Nov 2000 15:19:05 -0800
77863              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
77864      Branch: perl
77865            ! utf8.c
77866 ____________________________________________________________________________
77867 [  7583] By: jhi                                   on 2000/11/06  23:58:48
77868         Log: %ENV note tweaks from Dan Sugalski.
77869      Branch: perl
77870            ! pod/perlport.pod vms/perlvms.pod
77871 ____________________________________________________________________________
77872 [  7582] By: jhi                                   on 2000/11/06  23:05:49
77873         Log: glibc5 detection by __GNU_LIBRARY__.
77874      Branch: perl
77875            ! toke.c
77876 ____________________________________________________________________________
77877 [  7581] By: jhi                                   on 2000/11/06  22:51:29
77878         Log: Make the stdio test program of 7427 less noisy while being 
77879              compiled so that Digital UNIX wouldn't get both
77880              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
77881              undefined.  This makes perlio happy.
77882      Branch: metaconfig
77883            ! U/compline/d_stdstdio.U
77884      Branch: perl
77885            ! Configure config_h.SH
77886 ____________________________________________________________________________
77887 [  7580] By: jhi                                   on 2000/11/06  22:41:41
77888         Log: Document %ENV = () portability issues.
77889      Branch: perl
77890            ! pod/perlport.pod vms/perlvms.pod
77891 ____________________________________________________________________________
77892 [  7579] By: jhi                                   on 2000/11/06  21:29:24
77893         Log: VOS updates from Paul Green.
77894      Branch: perl
77895            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
77896 ____________________________________________________________________________
77897 [  7578] By: jhi                                   on 2000/11/06  21:00:40
77898         Log: Sanitize the environment further.
77899      Branch: perl
77900            ! t/pragma/locale.t
77901 ____________________________________________________________________________
77902 [  7577] By: jhi                                   on 2000/11/06  20:53:51
77903         Log: Re-introduce 7552 lost in integration.
77904      Branch: perl
77905            ! perlio.c
77906 ____________________________________________________________________________
77907 [  7576] By: jhi                                   on 2000/11/06  20:33:46
77908         Log: Admit that the test leaks scalars.
77909      Branch: perl
77910            ! t/comp/proto.t
77911 ____________________________________________________________________________
77912 [  7575] By: jhi                                   on 2000/11/06  20:17:08
77913         Log: Integrate perlio:
77914              
77915              [  7574]
77916              Remove debug. Try (Mmap_t) on madvise() call.
77917      Branch: perl
77918           !> perlio.c
77919 ____________________________________________________________________________
77920 [  7574] By: nick                                  on 2000/11/06  20:07:28
77921         Log: Remove debug. Try (Mmap_t) on madvise() call.
77922      Branch: perlio
77923            ! perlio.c
77924 ____________________________________________________________________________
77925 [  7573] By: jhi                                   on 2000/11/06  13:56:05
77926         Log: Update Changes.
77927      Branch: perl
77928            ! Changes patchlevel.h
77929 ____________________________________________________________________________
77930 [  7572] By: jhi                                   on 2000/11/06  13:48:41
77931         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
77932              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77933              Date: Mon, 06 Nov 2000 10:11:42 +0100
77934              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
77935      Branch: perl
77936            ! pod/perlhack.pod
77937 ____________________________________________________________________________
77938 [  7571] By: jhi                                   on 2000/11/06  01:45:51
77939         Log: AUTHORS updates.
77940      Branch: perl
77941            ! AUTHORS
77942 ____________________________________________________________________________
77943 [  7570] By: jhi                                   on 2000/11/06  00:18:00
77944         Log: Fix for
77945              
77946              Subject: [ID 20000728.005] perl -P broken
77947              From: David Dyck <dcd@tc.fluke.com>
77948              Date: Fri, 28 Jul 2000 17:19:16 -0700
77949              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
77950              
77951              (hopefully).  The fix is also not complete, it seems to break
77952              BOM swallowing for libc5 systems, but until someone figures
77953              out a way to do this without ftell(), this will do.
77954      Branch: perl
77955            ! toke.c
77956 ____________________________________________________________________________
77957 [  7569] By: jhi                                   on 2000/11/06  00:05:30
77958         Log: Document that the evaled syntax errors cause scalar leaks.
77959      Branch: perl
77960            ! t/comp/proto.t
77961 ____________________________________________________________________________
77962 [  7568] By: jhi                                   on 2000/11/05  23:14:47
77963         Log: opmini.o can linger from Configures past.
77964      Branch: perl
77965            ! Makefile.SH
77966 ____________________________________________________________________________
77967 [  7567] By: jhi                                   on 2000/11/05  21:28:39
77968         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
77969              first argument correctly.
77970      Branch: perl
77971            ! perlio.c
77972 ____________________________________________________________________________
77973 [  7566] By: jhi                                   on 2000/11/05  21:15:56
77974         Log: Integrate perlio:
77975              
77976              [  7564]
77977              Added a mmap layer as a "subclass" of perlio.
77978              PERLIO=mmap ./perl harness passes
77979      Branch: perl
77980           !> perlio.c
77981 ____________________________________________________________________________
77982 [  7565] By: jhi                                   on 2000/11/05  21:15:13
77983         Log: Use -dM for gcc (the suggested patch did it only for Linux,
77984              but I think it can be generalized).
77985              
77986              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
77987              From: Pixel <pixel@mandrakesoft.com>
77988              Date: 05 Nov 2000 21:49:34 +0100 
77989              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
77990      Branch: perl
77991            ! ext/Errno/Errno_pm.PL
77992 ____________________________________________________________________________
77993 [  7564] By: nick                                  on 2000/11/05  21:09:18
77994         Log: Added a mmap layer as a "subclass" of perlio.
77995              PERLIO=mmap ./perl harness passes
77996      Branch: perlio
77997            ! perlio.c
77998 ____________________________________________________________________________
77999 [  7563] By: jhi                                   on 2000/11/05  19:48:55
78000         Log: Add a note for future generations about bug id 20000229.006.
78001      Branch: perl
78002            ! malloc.c
78003 ____________________________________________________________________________
78004 [  7562] By: jhi                                   on 2000/11/05  19:38:24
78005         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
78006      Branch: perl
78007            ! pp_ctl.c t/op/pos.t
78008 ____________________________________________________________________________
78009 [  7561] By: jhi                                   on 2000/11/05  18:21:46
78010         Log: Add =pod to be tidy.
78011      Branch: perl
78012            ! lib/Math/Complex.pm
78013 ____________________________________________________________________________
78014 [  7560] By: jhi                                   on 2000/11/05  17:38:46
78015         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
78016      Branch: perl
78017            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
78018            ! ext/Storable/Storable.xs t/lib/st-recurse.t
78019 ____________________________________________________________________________
78020 [  7559] By: jhi                                   on 2000/11/05  17:32:59
78021         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
78022              From: "Peter J. Farley III" <pjfarley@banet.net>
78023              Date: Sun, 05 Nov 2000 11:55:59 -0500
78024              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
78025      Branch: perl
78026            ! t/lib/syslog.t
78027 ____________________________________________________________________________
78028 [  7558] By: jhi                                   on 2000/11/05  17:29:19
78029         Log: Integrate perlio:
78030              
78031              [  7555]
78032              Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78033              open RDWR so does not fail. (pragma/warnings 303 again...)
78034              
78035              [  7554]
78036              Fix case where ungetc(f,EOF) was allowed.
78037              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78038              so we can see similarities.
78039              Use types more carefully and a STDCHAR array in hope that this will
78040              fix Jarkko's 64bit machine.
78041      Branch: perl
78042           !> perlio.c
78043 ____________________________________________________________________________
78044 [  7557] By: jhi                                   on 2000/11/05  17:22:01
78045         Log: A fix of sorts for 20000329.026, a better error message
78046              for a missing "use charnames" when using the \N{...}. 
78047      Branch: perl
78048            ! pod/perldiag.pod toke.c
78049 ____________________________________________________________________________
78050 [  7556] By: jhi                                   on 2000/11/05  16:33:50
78051         Log: Test tweak: show also the failed locales.
78052              
78053              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
78054              From: Lupe Christoph <lupe@lupe-christoph.de>         
78055              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
78056              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
78057      Branch: perl
78058            ! t/pragma/locale.t
78059 ____________________________________________________________________________
78060 [  7555] By: nick                                  on 2000/11/05  11:09:34
78061         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78062              open RDWR so does not fail. (pragma/warnings 303 again...)
78063      Branch: perlio
78064            ! perlio.c
78065 ____________________________________________________________________________
78066 [  7554] By: nick                                  on 2000/11/05  10:10:13
78067         Log: Fix case where ungetc(f,EOF) was allowed.
78068              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78069              so we can see similarities.
78070              Use types more carefully and a STDCHAR array in hope that this will
78071              fix Jarkko's 64bit machine.
78072      Branch: perlio
78073            ! perlio.c
78074 ____________________________________________________________________________
78075 [  7553] By: jhi                                   on 2000/11/05  01:12:16
78076         Log: Fix for
78077              
78078              Subject: [ID 20001004.007] taint propogation is inconsistent
78079              From: pimlott@idiomtech.com (Andrew Pimlott) 
78080              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
78081              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
78082              
78083              The culprit was sv_setsv() which was rather blindly
78084              propagating taint, which lead to behaviour where if
78085              a tainted anon hash value was seen all the hash values
78086              from then on at that level became tainted, or at any
78087              upper levels in the case of nested anon hashes.
78088      Branch: perl
78089            ! sv.c t/op/taint.t
78090 ____________________________________________________________________________
78091 [  7552] By: jhi                                   on 2000/11/04  23:44:18
78092         Log: Some cpps don't like splitting conditionals across several lines.
78093      Branch: perl
78094            ! perlio.c
78095 ____________________________________________________________________________
78096 [  7551] By: nick                                  on 2000/11/04  23:40:44
78097         Log: Integrate mainline
78098      Branch: perlio
78099           !> pp_hot.c t/op/taint.t
78100 ____________________________________________________________________________
78101 [  7550] By: nick                                  on 2000/11/04  23:39:05
78102         Log: Integrate mainline again
78103      Branch: perlio
78104           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
78105           !> t/lib/b.t t/op/misc.t util.c
78106 ____________________________________________________________________________
78107 [  7549] By: jhi                                   on 2000/11/04  23:14:01
78108         Log: Fix for
78109              
78110              Subject: [ID 20001004.006] undef is never tainted
78111              From: pimlott@idiomtech.com (Andrew Pimlott)
78112              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
78113              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
78114              
78115              An undef read from a slurped file was not tainted.
78116      Branch: perl
78117            ! pp_hot.c t/op/taint.t
78118 ____________________________________________________________________________
78119 [  7548] By: jhi                                   on 2000/11/04  22:56:21
78120         Log: Test tweak ($Config{useperlio} is by default undef) .
78121      Branch: perl
78122            ! t/lib/b.t
78123 ____________________________________________________________________________
78124 [  7547] By: jhi                                   on 2000/11/04  22:43:56
78125         Log: Integrate perlio:
78126              
78127              [  7539]
78128              PerlIO infrastructure complete.
78129              
78130              [  7538]
78131              Type tweaks + less contorted allocation scheme
78132              
78133              [  7537]
78134              Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
78135              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
78136              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
78137              sensible) which lead to some interesting fails.
78138              
78139              [  7535]
78140              Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
78141              - Works on Linux with
78142              perlio + unix
78143              stdio
78144              - Works on Solaris with
78145              perlio + unix
78146              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
78147              - Fails (hangs in openpid) if you try and stack
78148              perlio + stdio - Linux stdio's read() logic is hanging.
78149              
78150              [  7492]
78151              Change files which are mysteriously different to mainline to be
78152              copies of mainline.
78153              
78154              [  7491]
78155              Perlio fixes discovered on big-endian & very traditional Solaris:
78156              - typo in endian code in putc.
78157              - Don't allow read of write-only files and vice-versa
78158              - and off-by-one in flush-all loop.
78159              Remove debug calls as they were using GCC specific features.
78160              
78161              [  7484]
78162              PerlIO passes all tests.
78163              
78164              [  7482]
78165              Include <unistd.h> to get correct lseek() prototype etc.
78166              (I thought perl.h did that) - down to two fails
78167              - comp/require.t (last test)
78168              - lib/io_xs.t - possibly import/export of FILE * ?
78169              
78170              [  7480]
78171              Fixed two bugs:
78172              - error code not being set on close (of broken pipe)
78173              - append mode was truncating.
78174              At least one seek/tell bug remains.
78175              
78176              [  7479]
78177              Prototype (stdio-like) PerlIO passing basic tests. Checked in
78178              in case of accidents. Still several worrying fails, no line disciplines yet.
78179      Branch: perl
78180           +> lib/perlio.pm
78181           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
78182           !> pod/perlapi.pod t/lib/b.t
78183 ____________________________________________________________________________
78184 [  7546] By: jhi                                   on 2000/11/04  22:40:59
78185         Log: Configure would use a bad $myuname from an old config.sh.
78186              
78187              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
78188              From: Andy Dougherty <doughera@lafayette.edu>
78189              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
78190              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
78191      Branch: metaconfig
78192            ! U/modified/Oldconfig.U
78193      Branch: perl
78194            ! Configure config_h.SH
78195 ____________________________________________________________________________
78196 [  7545] By: jhi                                   on 2000/11/04  22:36:54
78197         Log: Subject: Locales support (setlocale) fixes
78198              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78199              Date: Sat, 4 Nov 2000 10:15:48 +0300 
78200              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
78201              
78202              Modified quite a bit to be more portable.
78203      Branch: perl
78204            ! embed.h embed.pl perl.h proto.h util.c
78205 ____________________________________________________________________________
78206 [  7544] By: jhi                                   on 2000/11/04  22:32:47
78207         Log: Dying is too strict here, better just skip.
78208      Branch: perl
78209            ! t/op/misc.t
78210 ____________________________________________________________________________
78211 [  7543] By: nick                                  on 2000/11/04  21:55:13
78212         Log: Merge mainline
78213      Branch: perlio
78214           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
78215           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
78216           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
78217           !> (integrate 64 files)
78218 ____________________________________________________________________________
78219 [  7542] By: jhi                                   on 2000/11/04  21:09:28
78220         Log: More Changes tweakery.
78221      Branch: perl
78222            ! Changes Porting/genlog
78223 ____________________________________________________________________________
78224 [  7541] By: jhi                                   on 2000/11/04  20:58:18
78225         Log: Changes fixups.
78226      Branch: perl
78227            ! Changes
78228 ____________________________________________________________________________
78229 [  7540] By: jhi                                   on 2000/11/04  20:42:38
78230         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
78231              create a "fast path" for locale name probing using "locale -a"
78232              if available, squash finally hopefully the s?printf resetting
78233              the numeric locale (since, IIUC perllocale, it never shouldn't). 
78234      Branch: perl
78235            ! sv.c t/op/misc.t t/pragma/locale.t
78236 ____________________________________________________________________________
78237 [  7539] By: nick                                  on 2000/11/04  19:56:10
78238         Log: PerlIO infrastructure complete.
78239      Branch: perlio
78240            + lib/perlio.pm
78241            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
78242 ____________________________________________________________________________
78243 [  7538] By: nick                                  on 2000/11/04  14:31:32
78244         Log: Type tweaks + less contorted allocation scheme
78245      Branch: perlio
78246            ! perlio.c
78247 ____________________________________________________________________________
78248 [  7537] By: nick                                  on 2000/11/04  12:40:42
78249         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
78250              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
78251              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
78252              sensible) which lead to some interesting fails.
78253      Branch: perlio
78254            ! perlio.c
78255 ____________________________________________________________________________
78256 [  7536] By: jhi                                   on 2000/11/04  00:20:02
78257         Log: Add FCNTL_CAN_LOCK.
78258              
78259              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
78260              From: Andy Dougherty <doughera@lafayette.edu>
78261              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
78262              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
78263              
78264              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
78265              From: Andy Dougherty <doughera@lafayette.edu>
78266              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
78267              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
78268      Branch: metaconfig/U/perl
78269            + d_fcntl_can_lock.U
78270            ! startperl.U
78271      Branch: perl
78272            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78273            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
78274            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78275            ! vos/config.ga.h win32/config.bc win32/config.gc
78276            ! win32/config.vc
78277 ____________________________________________________________________________
78278 [  7535] By: nick                                  on 2000/11/03  22:19:10
78279         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
78280              - Works on Linux with
78281              perlio + unix
78282              stdio
78283              - Works on Solaris with
78284              perlio + unix
78285              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
78286              - Fails (hangs in openpid) if you try and stack
78287              perlio + stdio - Linux stdio's read() logic is hanging.
78288      Branch: perlio
78289            ! iperlsys.h perlio.c
78290 ____________________________________________________________________________
78291 [  7534] By: jhi                                   on 2000/11/03  15:16:02
78292         Log: Subject: Re: README.aix
78293              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78294              Date: Fri, 03 Nov 2000 16:03:15 +0100
78295              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
78296      Branch: perl
78297            ! README.aix
78298 ____________________________________________________________________________
78299 [  7533] By: jhi                                   on 2000/11/03  03:59:02
78300         Log: Subject: [PATCH 5.7.0] better messages from malloc()
78301              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78302              Date: Wed, 1 Nov 2000 23:39:56 -0500
78303              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
78304      Branch: perl
78305            ! malloc.c pod/perldiag.pod
78306 ____________________________________________________________________________
78307 [  7532] By: jhi                                   on 2000/11/03  00:11:56
78308         Log: The #7521 touched things it shouldn't have.
78309      Branch: perl
78310            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
78311 ____________________________________________________________________________
78312 [  7531] By: jhi                                   on 2000/11/02  22:32:33
78313         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
78314              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78315              Date:     Thu, 2 Nov 2000 16:58:36 EST
78316              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
78317      Branch: perl
78318            ! vms/gen_shrfls.pl
78319 ____________________________________________________________________________
78320 [  7530] By: jhi                                   on 2000/11/02  22:08:49
78321         Log: Fix the problem discussed in
78322              
78323              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
78324              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
78325              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
78326              
78327              originally from Linc Madison.  Also Andreas König's comments
78328              taken into account.  Some other problems with Tie::SubstrHash
78329              fixed: didn't croak when the table exceeded the requested number
78330              of entries (as documented) but instead when the number of entries
78331              exceeded the size of the table, a croak() had an unnecessary \n,
78332              didn't have a CLEAR method, documented that there is no exists().
78333              Didn't fix to be strict-proof because the module uses &foo; and
78334              dynamic scope.  Added a test script exercizing both first tamely 
78335              the basic functionality, and then the failure cases reported by
78336              Linc Madison.
78337      Branch: perl
78338            + t/lib/tie-substrhash.t
78339            ! MANIFEST lib/Tie/SubstrHash.pm
78340 ____________________________________________________________________________
78341 [  7529] By: jhi                                   on 2000/11/02  17:58:08
78342         Log: recv() can fail and return undef.
78343              
78344              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
78345              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
78346              Date: Thu, 2 Nov 2000 20:12:20 +0300
78347              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
78348      Branch: perl
78349            ! lib/Net/Ping.pm
78350 ____________________________________________________________________________
78351 [  7528] By: jhi                                   on 2000/11/02  17:49:09
78352         Log: Detpyo.
78353      Branch: perl
78354            ! pod/perlop.pod
78355 ____________________________________________________________________________
78356 [  7527] By: jhi                                   on 2000/11/02  15:48:37
78357         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
78358              fix a autovivification bug in Tie::RefHash, add tests for both.
78359              
78360              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
78361              From: Edward Avis <epa98@doc.ic.ac.uk>
78362              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
78363              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
78364      Branch: perl
78365            + t/lib/tie-refhash.t
78366            ! MANIFEST lib/Tie/RefHash.pm
78367 ____________________________________________________________________________
78368 [  7526] By: jhi                                   on 2000/11/02  13:56:26
78369         Log: Test::Harness revealed buglets in the new DynaLoader.
78370              
78371              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
78372              From: andreas.koenig@anima.de (Andreas J. Koenig)
78373              Date: 02 Nov 2000 11:26:48 +0100 
78374              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
78375      Branch: perl
78376            ! ext/DynaLoader/DynaLoader_pm.PL
78377 ____________________________________________________________________________
78378 [  7525] By: jhi                                   on 2000/11/01  23:52:08
78379         Log: The entry for #7503 was missing.
78380      Branch: perl
78381            ! Changes
78382 ____________________________________________________________________________
78383 [  7524] By: jhi                                   on 2000/11/01  23:40:52
78384         Log: Update Changes.
78385      Branch: perl
78386            ! Changes patchlevel.h
78387 ____________________________________________________________________________
78388 [  7523] By: jhi                                   on 2000/11/01  22:57:09
78389         Log: More tweaking on the #7522 theme.
78390      Branch: perl
78391            ! ext/DynaLoader/DynaLoader_pm.PL
78392 ____________________________________________________________________________
78393 [  7522] By: jhi                                   on 2000/11/01  22:06:15
78394         Log: Expand %Config variables and %ENV variables only if
78395              so requested during build time using the
78396              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
78397              Not expanding makes relocating distributions easier.
78398      Branch: perl
78399            ! ext/DynaLoader/DynaLoader_pm.PL
78400 ____________________________________________________________________________
78401 [  7521] By: jhi                                   on 2000/11/01  20:56:34
78402         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
78403              and setgid() because they were just changing $< and $( which means
78404              only changing the real uid/gid, as opposed to changing both
78405              real and effective ids.  (The alternative way could have been
78406              in POSIX.pm to change $> and $), too, but making a direct call
78407              to the C API feels cleaner.)  Fixes the bug
78408              
78409              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
78410              From: "Garry T. Williams" <garry@zvolve.com>
78411              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
78412              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
78413      Branch: perl
78414            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
78415            ! ext/POSIX/typemap pod/perlvar.pod
78416 ____________________________________________________________________________
78417 [  7520] By: jhi                                   on 2000/11/01  20:08:33
78418         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
78419              From: "Garry T. Williams" <garry@zvolve.com>
78420              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
78421              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
78422      Branch: perl
78423            ! pod/perlsec.pod
78424 ____________________________________________________________________________
78425 [  7519] By: jhi                                   on 2000/11/01  20:01:22
78426         Log: Locale warning explanation tweak.
78427      Branch: perl
78428            ! pod/perldiag.pod
78429 ____________________________________________________________________________
78430 [  7518] By: jhi                                   on 2000/11/01  18:57:13
78431         Log: C.pm part of
78432              
78433              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
78434              From: Jarkko Hietaniemi <jhi@iki.fi>
78435              Date: Tue, 10 Oct 2000 08:22:28 -0500
78436              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
78437      Branch: perl
78438            ! ext/B/B/C.pm
78439 ____________________________________________________________________________
78440 [  7517] By: jhi                                   on 2000/11/01  18:41:59
78441         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
78442              From: Martien Verbruggen <mgjv@comdyn.com.au>
78443              Date: Fri, 6 Oct 2000 14:09:10 +1100
78444              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
78445      Branch: perl
78446            ! pod/perlop.pod
78447 ____________________________________________________________________________
78448 [  7516] By: jhi                                   on 2000/11/01  18:34:55
78449         Log: Generalize the Camel wording.
78450              
78451              Subject: Re: perlfaq style changes
78452              From: John Borwick <jhborwic@unity.ncsu.edu>
78453              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
78454              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
78455      Branch: perl
78456            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
78457 ____________________________________________________________________________
78458 [  7515] By: jhi                                   on 2000/11/01  16:52:31
78459         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
78460              From: pimlott@idiomtech.com (Andrew Pimlott)
78461              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
78462              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
78463      Branch: perl
78464            ! pod/perlsec.pod
78465 ____________________________________________________________________________
78466 [  7514] By: jhi                                   on 2000/11/01  15:03:40
78467         Log: More AIX lore.
78468      Branch: perl
78469            ! ext/re/hints/aix.pl
78470 ____________________________________________________________________________
78471 [  7513] By: jhi                                   on 2000/11/01  14:48:30
78472         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
78473              From: root <root@chronos.fi.muni.cz>
78474              Date: Wed, 1 Nov 2000 12:31:32 +0100
78475              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
78476      Branch: perl
78477            ! lib/Net/Ping.pm
78478 ____________________________________________________________________________
78479 [  7512] By: jhi                                   on 2000/11/01  14:46:47
78480         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
78481              From: Martin Husemann <martin@duskware.de>
78482              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
78483              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
78484      Branch: perl
78485            ! regcomp.c
78486 ____________________________________________________________________________
78487 [  7511] By: jhi                                   on 2000/11/01  14:39:50
78488         Log: AUTHORS updates.
78489      Branch: perl
78490            ! AUTHORS
78491 ____________________________________________________________________________
78492 [  7510] By: jhi                                   on 2000/11/01  14:29:50
78493         Log: Subject: [PATCH] startperl to respect versiononly
78494              From: Robin Barker <rmb1@cise.npl.co.uk> 
78495              Date: Tue, 31 Oct 2000 16:29:36 GMT
78496              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
78497      Branch: metaconfig/U/perl
78498            ! startperl.U
78499      Branch: perl
78500            ! Configure config_h.SH
78501 ____________________________________________________________________________
78502 [  7509] By: jhi                                   on 2000/11/01  14:19:53
78503         Log: printf UVs the correct way, noticed by Robin Barker.
78504      Branch: perl
78505            ! utf8.c
78506 ____________________________________________________________________________
78507 [  7508] By: jhi                                   on 2000/11/01  14:10:03
78508         Log: Do not cleanup *% because the % has special meanings in some
78509              shell environments.
78510      Branch: perl
78511            ! ext/Storable/Makefile.PL
78512 ____________________________________________________________________________
78513 [  7507] By: jhi                                   on 2000/11/01  14:06:00
78514         Log: The NonStop-UX libraries have a novel way to say NaN.
78515      Branch: perl
78516            ! t/lib/bigfltpm.t
78517 ____________________________________________________________________________
78518 [  7506] By: jhi                                   on 2000/11/01  14:03:35
78519         Log: The osname has been lowercased by now, from Tom Bates.
78520      Branch: metaconfig
78521            ! U/modified/Oldconfig.U
78522      Branch: perl
78523            ! Configure config_h.SH
78524 ____________________________________________________________________________
78525 [  7505] By: jhi                                   on 2000/10/31  19:18:39
78526         Log: The compiler is either gcc or cc, from Tom Bates.
78527      Branch: perl
78528            ! hints/nonstopux.sh
78529 ____________________________________________________________________________
78530 [  7504] By: jhi                                   on 2000/10/31  14:53:42
78531         Log: Update Changes.
78532      Branch: perl
78533            ! Changes patchlevel.h
78534 ____________________________________________________________________________
78535 [  7503] By: jhi                                   on 2000/10/31  14:30:50
78536         Log: Whitespace style tweak.  Was originally going to see to
78537              
78538              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
78539              From: Joe Smith <jms@inwap.com>
78540              Date: Mon, 30 Oct 2000 18:47:57 -0800
78541              Message-Id: <39FE32DD.24AAC4D@inwap.com>
78542              
78543              but that had already been taken care of.
78544      Branch: metaconfig
78545            ! U/compline/d_stdstdio.U
78546      Branch: perl
78547            ! Configure config_h.SH
78548 ____________________________________________________________________________
78549 [  7502] By: jhi                                   on 2000/10/31  14:25:02
78550         Log: AUTHORS tweaks.
78551      Branch: perl
78552            ! AUTHORS
78553 ____________________________________________________________________________
78554 [  7501] By: jhi                                   on 2000/10/31  14:23:59
78555         Log: Subject: perlfaq style changes
78556              From: John Borwick <jhborwic@unity.ncsu.edu>
78557              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
78558              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
78559      Branch: perl
78560            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
78561            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
78562            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
78563            ! pod/perlfaq9.pod
78564 ____________________________________________________________________________
78565 [  7500] By: jhi                                   on 2000/10/31  14:22:15
78566         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
78567              
78568              Subject: Re: [ID 20000918.005] ~ on wide chars
78569              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78570              Date: Mon, 30 Oct 2000 21:09:55 -0800
78571              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
78572              
78573              (The ord() part of the patch skipped.)
78574      Branch: perl
78575            ! doop.c
78576 ____________________________________________________________________________
78577 [  7499] By: jhi                                   on 2000/10/31  14:20:08
78578         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
78579              From: Jens Hamisch <jens@Strawberry.COM>
78580              Date: Mon, 30 Oct 2000 15:17:07 +0100
78581              Message-Id: <20001030151707.A9597@Strawberry.COM>
78582      Branch: perl
78583            ! av.c
78584 ____________________________________________________________________________
78585 [  7498] By: jhi                                   on 2000/10/31  14:16:29
78586         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
78587              From: Peter Prymmer <pvhp@forte.com>
78588              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
78589              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
78590      Branch: perl
78591            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
78592            + ext/Encode/Encode/posix-bc.enc
78593            ! MANIFEST t/lib/encode.t
78594 ____________________________________________________________________________
78595 [  7497] By: jhi                                   on 2000/10/31  14:13:22
78596         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
78597              From: Peter Prymmer <pvhp@forte.com>
78598              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
78599              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
78600      Branch: perl
78601            ! t/lib/cgi-html.t
78602 ____________________________________________________________________________
78603 [  7496] By: jhi                                   on 2000/10/31  14:12:05
78604         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
78605              From: Peter Prymmer <pvhp@forte.com>
78606              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
78607              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
78608      Branch: perl
78609            ! t/lib/cgi-function.t
78610 ____________________________________________________________________________
78611 [  7495] By: jhi                                   on 2000/10/31  14:11:08
78612         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
78613              From: Peter Prymmer <pvhp@forte.com>
78614              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
78615              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
78616      Branch: perl
78617            + ext/re/hints/aix.pl
78618            ! MANIFEST ext/re/Makefile.PL
78619 ____________________________________________________________________________
78620 [  7494] By: jhi                                   on 2000/10/31  14:08:32
78621         Log: Use Errno magic.
78622              
78623              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
78624              From: Casey Tweten <perl@ctweten.amsite.com>
78625              Date: Mon, 30 Oct 2000 15:51:17 -0500
78626              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
78627      Branch: perl
78628            ! lib/File/Temp.pm
78629 ____________________________________________________________________________
78630 [  7493] By: jhi                                   on 2000/10/31  14:05:07
78631         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
78632              
78633              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
78634              From: Nicholas Clark <nick@ccl4.org>
78635              Date: Mon, 30 Oct 2000 17:38:45 +0000
78636              Message-ID: <20001030173845.O60355@plum.flirble.org>
78637      Branch: perl
78638            ! Makefile.SH utils/perlbug.PL
78639 ____________________________________________________________________________
78640 [  7492] By: nick                                  on 2000/10/30  19:37:23
78641         Log: Change files which are mysteriously different to mainline to be
78642              copies of mainline.
78643      Branch: perlio
78644            ! objXSUB.h perlapi.c pod/perlapi.pod
78645 ____________________________________________________________________________
78646 [  7491] By: nick                                  on 2000/10/30  18:05:54
78647         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
78648              - typo in endian code in putc.
78649              - Don't allow read of write-only files and vice-versa
78650              - and off-by-one in flush-all loop.
78651              Remove debug calls as they were using GCC specific features.
78652      Branch: perlio
78653            ! perlio.c
78654 ____________________________________________________________________________
78655 [  7490] By: nick                                  on 2000/10/29  21:45:45
78656         Log: Integrate mainline to perlio
78657      Branch: perlio
78658           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
78659           !> toke.c
78660 ____________________________________________________________________________
78661 [  7489] By: jhi                                   on 2000/10/29  21:11:08
78662         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
78663              From: andreas.koenig@anima.de (Andreas J. Koenig)
78664              Date: 29 Oct 2000 22:05:59 +0100
78665              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
78666      Branch: perl
78667            ! lib/ExtUtils/Manifest.pm
78668 ____________________________________________________________________________
78669 [  7488] By: jhi                                   on 2000/10/29  21:07:47
78670         Log: Tests for #7487.
78671              
78672              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
78673              From: andreas.koenig@anima.de (Andreas J. Koenig)
78674              Date: 29 Oct 2000 19:37:09 +0100
78675              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
78676      Branch: perl
78677            ! t/comp/proto.t
78678 ____________________________________________________________________________
78679 [  7487] By: jhi                                   on 2000/10/29  21:06:27
78680         Log: constsub spillage.
78681              
78682              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
78683              From: John Tobey <jtobey@john-edwin-tobey.org>
78684              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
78685              Message-Id: <m13pvSr-000FObC@feynman.localnet>
78686      Branch: perl
78687            ! op.c
78688 ____________________________________________________________________________
78689 [  7486] By: nick                                  on 2000/10/29  21:05:04
78690         Log: Integrate mainline to perlio branch
78691      Branch: perlio
78692           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
78693           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
78694           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
78695           +> vos/install_perl.cm
78696            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
78697            - vos/config.h vos/config_h.SH_orig
78698           !> (integrate 141 files)
78699 ____________________________________________________________________________
78700 [  7485] By: jhi                                   on 2000/10/29  21:00:47
78701         Log: Make \x{...} consistently produce UTF-8.
78702              
78703              Subject: Re: \x{...} is confused 
78704              From: Simon Cozens <simon@cozens.net>
78705              Date: Sun, 29 Oct 2000 19:36:48 +0000
78706              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
78707      Branch: perl
78708            ! t/pragma/utf8.t toke.c
78709 ____________________________________________________________________________
78710 [  7484] By: nick                                  on 2000/10/29  20:05:29
78711         Log: PerlIO passes all tests.
78712      Branch: perlio
78713            ! perlio.c
78714 ____________________________________________________________________________
78715 [  7483] By: jhi                                   on 2000/10/29  18:06:55
78716         Log: Update Changes.
78717      Branch: perl
78718            ! Changes patchlevel.h
78719 ____________________________________________________________________________
78720 [  7482] By: nick                                  on 2000/10/29  17:43:28
78721         Log: Include <unistd.h> to get correct lseek() prototype etc.
78722              (I thought perl.h did that) - down to two fails
78723              - comp/require.t (last test)
78724              - lib/io_xs.t - possibly import/export of FILE * ?
78725      Branch: perlio
78726            ! perlio.c
78727 ____________________________________________________________________________
78728 [  7481] By: jhi                                   on 2000/10/29  17:02:37
78729         Log: UTF-8 decoder tweak.
78730      Branch: perl
78731            ! utf8.c
78732 ____________________________________________________________________________
78733 [  7480] By: nick                                  on 2000/10/29  16:26:11
78734         Log: Fixed two bugs:
78735              - error code not being set on close (of broken pipe)
78736              - append mode was truncating.
78737              At least one seek/tell bug remains.
78738      Branch: perlio
78739            ! perlio.c
78740 ____________________________________________________________________________
78741 [  7479] By: nick                                  on 2000/10/29  11:18:16
78742         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
78743              in case of accidents. Still several worrying fails, no line disciplines yet.
78744      Branch: perlio
78745            ! iperlsys.h perlio.c
78746 ____________________________________________________________________________
78747 [  7478] By: jhi                                   on 2000/10/29  02:04:01
78748         Log: Add also emailless people.
78749      Branch: perl
78750            ! AUTHORS
78751 ____________________________________________________________________________
78752 [  7477] By: jhi                                   on 2000/10/29  01:36:00
78753         Log: The #7476 needs a MANIFEST change, too.
78754      Branch: perl
78755            ! MANIFEST
78756 ____________________________________________________________________________
78757 [  7476] By: jhi                                   on 2000/10/29  01:35:21
78758         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
78759      Branch: perl
78760            - MAINTAIN
78761            ! AUTHORS Changes
78762 ____________________________________________________________________________
78763 [  7475] By: jhi                                   on 2000/10/28  23:57:25
78764         Log: De-quoted-unreadable to ISO Latin 1.
78765              (There's one ISO-2022-JP name in Changes5.004.)
78766      Branch: perl
78767            ! Changes Changes5.6
78768 ____________________________________________________________________________
78769 [  7474] By: jhi                                   on 2000/10/28  19:13:06
78770         Log: Subject: [ID 20001027.007] uniq array in perlfaq
78771              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
78772              Date: Fri, 27 Oct 2000 19:28:30 +0200
78773              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
78774      Branch: perl
78775            ! pod/perlfaq4.pod
78776 ____________________________________________________________________________
78777 [  7473] By: jhi                                   on 2000/10/28  18:02:05
78778         Log: Locking null mutexes is not recommendable.
78779              
78780              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
78781              From: Hugo <hv@crypt.compulink.co.uk>
78782              Date: Sat, 28 Oct 2000 18:41:12 +0100
78783              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
78784      Branch: perl
78785            ! op.c
78786 ____________________________________________________________________________
78787 [  7472] By: jhi                                   on 2000/10/28  17:52:58
78788         Log: Better create a true mailing list for the repository keepers.
78789      Branch: perl
78790            ! Porting/repository.pod
78791 ____________________________________________________________________________
78792 [  7471] By: jhi                                   on 2000/10/28  17:28:24
78793         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
78794              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
78795      Branch: perl
78796            + Porting/repository.pod
78797            ! MANIFEST
78798 ____________________________________________________________________________
78799 [  7470] By: jhi                                   on 2000/10/28  17:20:54
78800         Log: Subject: DOC PATCH 5.6.0
78801              From: mjd@plover.com
78802              Date: 27 Oct 2000 17:32:44 -0000
78803              Message-ID: <20001027173244.23754.qmail@plover.com>
78804      Branch: perl
78805            ! pod/perlfunc.pod
78806 ____________________________________________________________________________
78807 [  7469] By: jhi                                   on 2000/10/28  17:16:45
78808         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
78809              From: "Peter J. Farley III" <pjfarley@banet.net>
78810              Date: Fri, 27 Oct 2000 20:32:56 -0400
78811              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
78812      Branch: perl
78813            ! README.dos
78814 ____________________________________________________________________________
78815 [  7468] By: jhi                                   on 2000/10/28  17:07:18
78816         Log: Make target reordering to avoid pointless re-makes.
78817              
78818              Subject: Re: Total re-make of 'make okfile' after 7451 ?
78819              From: Nicholas Clark <nick@ccl4.org>
78820              Date: Sat, 28 Oct 2000 00:31:02 +0100
78821              Message-ID: <20001028003101.A54517@plum.flirble.org>
78822      Branch: perl
78823            ! Makefile.SH
78824 ____________________________________________________________________________
78825 [  7467] By: jhi                                   on 2000/10/28  17:05:31
78826         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
78827              From: lvirden@cas.org
78828              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
78829              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
78830      Branch: perl
78831            ! README.os2
78832 ____________________________________________________________________________
78833 [  7466] By: jhi                                   on 2000/10/28  16:09:16
78834         Log: Upgrade to CPAN 1.58_55.
78835              
78836              Subject: CPAN.pm status
78837              From: andreas.koenig@anima.de (Andreas J. Koenig) 
78838              Date: 28 Oct 2000 08:18:00 +0200 
78839              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
78840      Branch: perl
78841            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
78842 ____________________________________________________________________________
78843 [  7465] By: jhi                                   on 2000/10/28  16:02:47
78844         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
78845      Branch: perl
78846            ! embed.h embed.pl perl.h proto.h toke.c
78847 ____________________________________________________________________________
78848 [  7464] By: nick                                  on 2000/10/28  10:43:44
78849         Log: Fix for sv_2iv() on "shared" value from keys %hash.
78850      Branch: perl
78851            ! sv.c
78852 ____________________________________________________________________________
78853 [  7463] By: jhi                                   on 2000/10/27  16:18:29
78854         Log: Update Changes.
78855      Branch: perl
78856            ! Changes patchlevel.h
78857 ____________________________________________________________________________
78858 [  7462] By: jhi                                   on 2000/10/27  16:17:44
78859         Log: Too enthusiastic editing in #7460.
78860      Branch: metaconfig
78861            ! U/modified/Oldsym.U
78862      Branch: perl
78863            ! Configure config_h.SH
78864 ____________________________________________________________________________
78865 [  7461] By: jhi                                   on 2000/10/27  15:37:38
78866         Log: Retract #7459, the script needs more work.
78867      Branch: perl
78868            - mkreef
78869            ! MANIFEST
78870 ____________________________________________________________________________
78871 [  7460] By: jhi                                   on 2000/10/27  15:23:14
78872         Log: Use $sort, $uniq (and $tr) consistently as wondered
78873              by Nicholas Clark.
78874      Branch: metaconfig
78875            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
78876            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
78877            ! U/modified/libc.U
78878      Branch: perl
78879            ! Configure config_h.SH
78880 ____________________________________________________________________________
78881 [  7459] By: jhi                                   on 2000/10/27  15:02:07
78882         Log: (Retracted by #7461)
78883              
78884              Add a shell script for creating/removing symbolic link farms,
78885              useful for keeping the source code read-only and doing the
78886              builds somewhere else.
78887      Branch: perl
78888            + mkreef
78889            ! MANIFEST
78890 ____________________________________________________________________________
78891 [  7458] By: jhi                                   on 2000/10/27  14:42:20
78892         Log: Do away with the fix_pl.
78893      Branch: perl
78894            - fix_pl
78895            ! MANIFEST Makefile.SH
78896 ____________________________________________________________________________
78897 [  7457] By: jhi                                   on 2000/10/27  12:43:13
78898         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
78899              From: Jens Hamisch <jens@Strawberry.COM>
78900              Date: Fri, 27 Oct 2000 14:38:21 +0200
78901              Message-Id: <20001027143821.B3366@Strawberry.COM>
78902      Branch: perl
78903            ! perl.h
78904 ____________________________________________________________________________
78905 [  7456] By: jhi                                   on 2000/10/27  12:33:42
78906         Log: Subject: [PATCH] todo
78907              From: Nicholas Clark <nick@ccl4.org>
78908              Date: Thu, 26 Oct 2000 22:32:29 +0100
78909              Message-ID: <20001026223229.A44540@plum.flirble.org>
78910      Branch: perl
78911            ! pod/perltodo.pod
78912 ____________________________________________________________________________
78913 [  7455] By: jhi                                   on 2000/10/27  12:02:21
78914         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
78915              From: John Tobey <jtobey@john-edwin-tobey.org>
78916              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
78917              Message-Id: <m13ozHF-000FObC@feynman.localnet>
78918      Branch: perl
78919            ! op.c t/pragma/sub_lval.t
78920 ____________________________________________________________________________
78921 [  7454] By: jhi                                   on 2000/10/27  11:59:42
78922         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
78923              From: sthoenna@efn.org
78924              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
78925              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
78926      Branch: perl
78927            ! pp.c t/op/assignwarn.t
78928 ____________________________________________________________________________
78929 [  7453] By: jhi                                   on 2000/10/27  00:15:08
78930         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
78931      Branch: perl
78932            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
78933            ! ext/Storable/Storable.xs t/lib/st-lock.t
78934 ____________________________________________________________________________
78935 [  7452] By: jhi                                   on 2000/10/26  13:05:52
78936         Log: Undo #7451, this seems to be a deficiency in Perforce,
78937              there is no per-file line-terminator type, only per-client.
78938      Branch: perl
78939            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
78940            ! win32/makefile.mk
78941 ____________________________________________________________________________
78942 [  7451] By: jhi                                   on 2000/10/26  04:56:03
78943         Log: Experimenting in DOS arcana.
78944      Branch: perl
78945            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
78946            ! win32/makefile.mk
78947 ____________________________________________________________________________
78948 [  7450] By: jhi                                   on 2000/10/26  04:50:52
78949         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
78950              From: "Peter J. Farley III" <pjfarley@banet.net>            
78951              Date: Wed, 25 Oct 2000 23:10:18 -0400
78952              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
78953      Branch: perl
78954            ! t/io/open.t
78955 ____________________________________________________________________________
78956 [  7449] By: jhi                                   on 2000/10/26  04:49:16
78957         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
78958              From: Hugo <hv@crypt.compulink.co.uk>
78959              Date: Thu, 26 Oct 2000 01:55:17 +0100
78960              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
78961              
78962              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
78963      Branch: perl
78964            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
78965 ____________________________________________________________________________
78966 [  7448] By: jhi                                   on 2000/10/26  04:38:36
78967         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
78968              From: Peter Prymmer <pvhp@forte.com>
78969              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
78970              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
78971      Branch: perl
78972            ! configure.com
78973 ____________________________________________________________________________
78974 [  7447] By: jhi                                   on 2000/10/25  23:20:02
78975         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
78976              in platforms that strictly require all the symbols being present
78977              at link time.
78978      Branch: perl
78979            ! handy.h
78980 ____________________________________________________________________________
78981 [  7446] By: jhi                                   on 2000/10/25  21:55:57
78982         Log: Update Changes.
78983      Branch: perl
78984            ! Changes patchlevel.h
78985 ____________________________________________________________________________
78986 [  7445] By: jhi                                   on 2000/10/25  21:27:08
78987         Log: Integrate with vmsperl #7430 by Charles Bailey:
78988              
78989              Cleanup from prior patch (Charles Lane?):
78990              - improve handling of MFDs in Basename and Path
78991              - default to no xsubpp line # munging when building debug images
78992      Branch: perl
78993           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
78994 ____________________________________________________________________________
78995 [  7444] By: jhi                                   on 2000/10/25  21:03:50
78996         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
78997              From: John Peacock <JPeacock@UnivPress.com>
78998              Date: Thu, 18 May 2000 11:55:27 -0400
78999              Message-ID: <3924126F.A58BE57A@UnivPress.com>
79000      Branch: perl
79001            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
79002            ! t/op/write.t
79003 ____________________________________________________________________________
79004 [  7443] By: jhi                                   on 2000/10/25  20:43:10
79005         Log: Temporary stopgap for the self-tying issue: for now only
79006              array and hash self-ties are verboten.  The real fix, of
79007              course, would be to comprehensively test (and implement?)
79008              and debug (and document) self-ties.
79009      Branch: perl
79010            ! pod/perldiag.pod pp_sys.c t/op/tie.t
79011 ____________________________________________________________________________
79012 [  7442] By: jhi                                   on 2000/10/25  20:14:30
79013         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
79014              From: Dan Sugalski <dan@sidhe.org>
79015              Date: Wed, 25 Oct 2000 13:36:35 -0400
79016              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
79017              
79018              plus regen global.sym.
79019      Branch: perl
79020            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
79021            ! thrdvar.h util.c
79022 ____________________________________________________________________________
79023 [  7441] By: jhi                                   on 2000/10/25  20:12:20
79024         Log: buildtoc target tweaks.
79025      Branch: perl
79026            ! pod/Makefile.SH
79027 ____________________________________________________________________________
79028 [  7440] By: jhi                                   on 2000/10/25  20:03:53
79029         Log: A new version of making the syslog test more robust.
79030              (Replaces #7421.)
79031              
79032              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79033              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79034              Date: Wed, 25 Oct 2000 12:13:54 -0400
79035              Message-ID: <20001025121354.B2264@O2.chapin.edu>
79036      Branch: perl
79037            ! t/lib/syslog.t
79038 ____________________________________________________________________________
79039 [  7439] By: jhi                                   on 2000/10/25  20:00:48
79040         Log: Continue the internal UTF-8 API tweaking.
79041              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
79042              used much more than the simpler API, now called utf8_to_uv_simple().
79043              Still not quite happy with API, too much partial duplication
79044              of functionality.
79045      Branch: perl
79046            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
79047            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
79048            ! regcomp.c regexec.c sv.c toke.c utf8.c
79049 ____________________________________________________________________________
79050 [  7438] By: jhi                                   on 2000/10/25  18:52:30
79051         Log: Allow poking holes at the UTF-8 decoding strictness.
79052      Branch: perl
79053            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
79054            ! utf8.h
79055 ____________________________________________________________________________
79056 [  7437] By: jhi                                   on 2000/10/25  13:53:05
79057         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
79058              UTF8LEN() and UTF8SKIP(). 
79059      Branch: perl
79060            ! pp.c utf8.c utf8.h
79061 ____________________________________________________________________________
79062 [  7436] By: jhi                                   on 2000/10/25  13:51:37
79063         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
79064              From: Nicholas Clark <nick@ccl4.org>
79065              Date: Wed, 25 Oct 2000 14:44:05 +0100
79066              Message-ID: <20001025144404.D27253@plum.flirble.org>
79067      Branch: perl
79068            ! pod/perlrun.pod
79069 ____________________________________________________________________________
79070 [  7435] By: jhi                                   on 2000/10/25  13:49:32
79071         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
79072              From: Mike Guy <mjtg@cam.ac.uk>
79073              Date: Tue, 24 Oct 2000 14:59:40 +0100
79074              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
79075      Branch: perl
79076            ! scope.c
79077 ____________________________________________________________________________
79078 [  7434] By: jhi                                   on 2000/10/25  13:48:41
79079         Log: AIX is picky about its symbol exports.  Solution for now
79080              is to include the deb.o explicitly to the re extension build.
79081              
79082              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
79083              From: Peter Prymmer <pvhp@forte.com>
79084              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
79085              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
79086      Branch: perl
79087            ! ext/re/Makefile.PL hints/aix.sh
79088 ____________________________________________________________________________
79089 [  7433] By: jhi                                   on 2000/10/25  13:46:49
79090         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
79091              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79092              Date: Wed, 25 Oct 2000 12:02:20 +0200
79093              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
79094      Branch: perl
79095            ! perlsdio.h
79096 ____________________________________________________________________________
79097 [  7432] By: jhi                                   on 2000/10/25  13:44:28
79098         Log: Subject: Minor update to find2perl, for portability
79099              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
79100              Date: Wed, 25 Oct 2000 12:05:47 +0100
79101              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
79102      Branch: perl
79103            ! x2p/find2perl.PL
79104 ____________________________________________________________________________
79105 [  7431] By: jhi                                   on 2000/10/25  13:40:39
79106         Log: Add targets to Makefile.SH, most importantly
79107              'regen_all' which also remembers to update vms/perly*.
79108      Branch: perl
79109            ! Makefile.SH
79110 ____________________________________________________________________________
79111 [  7430] By: bailey                                on 2000/10/25  03:13:53
79112         Log: Cleanup from prior patch (Charles Lane?):
79113              - improve handling of MFDs in Basename and Path
79114              - default to no xsubpp line # munging when building debug images
79115      Branch: vmsperl
79116            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
79117 ____________________________________________________________________________
79118 [  7429] By: jhi                                   on 2000/10/24  20:03:40
79119         Log: Podify README.epoc and README.vos.
79120      Branch: perl
79121            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
79122            ! pod/perlport.pod pod/perltoc.pod
79123 ____________________________________________________________________________
79124 [  7428] By: jhi                                   on 2000/10/24  19:10:33
79125         Log: Stratus VOS updates from Paul Green.
79126      Branch: perl
79127            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
79128            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
79129            - vos/config.def vos/config.h vos/config_h.SH_orig
79130            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
79131            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
79132 ____________________________________________________________________________
79133 [  7427] By: jhi                                   on 2000/10/24  18:59:48
79134         Log: Check if stdio supports tweaking lval and cnt simultaneously.
79135              
79136              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
79137              From: Nicholas Clark <nick@ccl4.org>
79138              Date: Mon, 23 Oct 2000 15:39:32 +0100
79139              Message-ID: <20001023153932.A10786@plum.flirble.org>
79140      Branch: metaconfig
79141            ! U/compline/d_stdstdio.U
79142      Branch: perl
79143            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79144            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
79145            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
79146            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
79147            ! vos/config.h vos/config_h.SH_orig win32/config.bc
79148            ! win32/config.gc win32/config.vc
79149 ____________________________________________________________________________
79150 [  7426] By: jhi                                   on 2000/10/24  17:57:44
79151         Log: Missed the header file changes from #7425.
79152      Branch: perl
79153            ! embed.h embed.pl objXSUB.h proto.h
79154 ____________________________________________________________________________
79155 [  7425] By: jhi                                   on 2000/10/24  17:55:17
79156         Log: Fix the bug reported in
79157              
79158              From: andreas.koenig@anima.de (Andreas J. Koenig)
79159              Subject: Encode bug?
79160              Date: 24 Oct 2000 14:01:26 +0200 
79161              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
79162              
79163              Also make is_utf8_char() stricter.
79164      Branch: perl
79165            ! ext/Encode/Encode.xs utf8.c
79166 ____________________________________________________________________________
79167 [  7424] By: jhi                                   on 2000/10/24  15:15:39
79168         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
79169              From: Peter Scott <Peter@PSDT.com>
79170              Date: Mon, 23 Oct 2000 19:46:01 -0700
79171              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
79172      Branch: perl
79173            ! pod/perlfaq5.pod
79174 ____________________________________________________________________________
79175 [  7423] By: jhi                                   on 2000/10/24  14:25:30
79176         Log: Test tweak to avoid pulling in the whole Config.
79177      Branch: perl
79178            ! t/lib/st-lock.t
79179 ____________________________________________________________________________
79180 [  7422] By: jhi                                   on 2000/10/24  14:03:16
79181         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
79182      Branch: perl
79183            ! pp.c
79184 ____________________________________________________________________________
79185 [  7421] By: jhi                                   on 2000/10/24  13:32:09
79186         Log: (Replaced by #7440.)
79187              
79188              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79189              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79190              Date: Mon, 23 Oct 2000 16:40:54 -0400
79191              Message-ID: <20001023164054.B14491@O2.chapin.edu>
79192      Branch: perl
79193            ! t/lib/syslog.t
79194 ____________________________________________________________________________
79195 [  7420] By: jhi                                   on 2000/10/24  13:30:53
79196         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
79197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79198              Date: Mon, 23 Oct 2000 17:29:03 -0400
79199              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
79200      Branch: perl
79201            ! lib/ExtUtils/MM_Unix.pm
79202 ____________________________________________________________________________
79203 [  7419] By: jhi                                   on 2000/10/24  13:29:57
79204         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
79205              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79206              Date: Mon, 23 Oct 2000 19:01:32 -0400
79207              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
79208      Branch: perl
79209            ! utils/h2xs.PL
79210 ____________________________________________________________________________
79211 [  7418] By: jhi                                   on 2000/10/24  13:26:04
79212         Log: Replace #7409 with
79213              
79214              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
79215              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
79216              Date: Mon, 23 Oct 2000 20:08:56 +0200
79217              Message-ID: <20001023200855.A14850@nice.ram.loc>
79218      Branch: perl
79219            ! ext/Storable/Storable.pm t/lib/st-lock.t
79220 ____________________________________________________________________________
79221 [  7417] By: jhi                                   on 2000/10/24  13:17:52
79222         Log: Run vms/vms_yfix.pl, should have done that after changing
79223              perly.c in #7382.
79224      Branch: perl
79225            ! vms/perly_c.vms vms/perly_h.vms
79226 ____________________________________________________________________________
79227 [  7416] By: jhi                                   on 2000/10/24  02:55:33
79228         Log: Make the UTF-8 decoding stricter and more verbose when
79229              malformation happens.  This involved adding an argument
79230              to utf8_to_uv_chk(), which involved changing its prototype,
79231              and prefer STRLEN over I32 for the UTF-8 length, which as
79232              a domino effect necessitated changing the prototypes of
79233              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
79234              The stricter UTF-8 decoding checking uses Markus Kuhn's
79235              UTF-8 Decode Stress Tester from
79236              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
79237      Branch: perl
79238            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
79239            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
79240            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
79241            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
79242 ____________________________________________________________________________
79243 [  7415] By: jhi                                   on 2000/10/23  14:06:06
79244         Log: Update Changes.
79245      Branch: perl
79246            ! Changes patchlevel.h
79247 ____________________________________________________________________________
79248 [  7414] By: jhi                                   on 2000/10/23  12:39:52
79249         Log: Undo the basename() part of #7412 since the lib/basename
79250              tests would need upgrading too.
79251      Branch: perl
79252            ! lib/File/Basename.pm
79253 ____________________________________________________________________________
79254 [  7413] By: jhi                                   on 2000/10/23  12:19:27
79255         Log: Document PERL_INSTALL_ROOT of #7210.
79256      Branch: perl
79257            ! lib/ExtUtils/Install.pm
79258 ____________________________________________________________________________
79259 [  7412] By: jhi                                   on 2000/10/23  12:16:47
79260         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
79261      Branch: perl
79262            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
79263            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
79264 ____________________________________________________________________________
79265 [  7411] By: jhi                                   on 2000/10/23  12:07:41
79266         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
79267              From: Prymmer/Kahn <pvhp@best.com>
79268              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
79269              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
79270      Branch: perl
79271            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
79272 ____________________________________________________________________________
79273 [  7410] By: jhi                                   on 2000/10/23  04:10:11
79274         Log: The change #7187 was not so good on VMS.
79275              
79276              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
79277              From: "Craig A. Berry" <craig.berry@psinetcs.com>
79278              Date: Sun, 22 Oct 2000 23:03:08 -0500
79279              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
79280      Branch: perl
79281            ! utils/perldoc.PL
79282 ____________________________________________________________________________
79283 [  7409] By: jhi                                   on 2000/10/23  03:57:36
79284         Log: Avoid Storable locking on DJGPP for now.
79285              
79286              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
79287              From: "Peter J. Farley III" <pjfarley@banet.net>
79288              Date: Sun, 22 Oct 2000 20:00:00 -0400
79289              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
79290      Branch: perl
79291            ! ext/Storable/Storable.pm t/lib/st-lock.t
79292 ____________________________________________________________________________
79293 [  7408] By: jhi                                   on 2000/10/23  03:50:24
79294         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
79295              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
79296              Date: Sun, 22 Oct 2000 21:12:22 -0400
79297              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
79298      Branch: perl
79299            ! lib/vars.pm
79300 ____________________________________________________________________________
79301 [  7407] By: jhi                                   on 2000/10/23  03:43:12
79302         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
79303              From: Hugo <hv@crypt.compulink.co.uk>
79304              Date: Mon, 23 Oct 2000 00:47:22 +0100
79305              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
79306      Branch: perl
79307            ! regexec.c t/op/pat.t
79308 ____________________________________________________________________________
79309 [  7406] By: jhi                                   on 2000/10/23  03:40:29
79310         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
79311      Branch: perl
79312            ! lib/ExtUtils/MakeMaker.pm
79313 ____________________________________________________________________________
79314 [  7405] By: jhi                                   on 2000/10/22  21:32:00
79315         Log: Doc patch.
79316              
79317              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
79318              From: rspier@pobox.com (Robert Spier)
79319              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
79320              Message-ID: <14835.16112.13457.447971@rls.cx>
79321      Branch: perl
79322            ! lib/strict.pm
79323 ____________________________________________________________________________
79324 [  7404] By: jhi                                   on 2000/10/22  21:30:51
79325         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
79326              From: rspier@pobox.com (Robert Spier)
79327              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
79328              Message-ID: <14835.17223.72448.705566@rls.cx>
79329      Branch: perl
79330            ! lib/ExtUtils/MakeMaker.pm
79331 ____________________________________________________________________________
79332 [  7403] By: jhi                                   on 2000/10/22  21:24:11
79333         Log: Subject: [PATCH bleadperl] ripples from constsub patch
79334              From: John Tobey <jtobey@john-edwin-tobey.org>
79335              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
79336              Message-Id: <m13nSOB-000FObC@feynman.localnet>
79337      Branch: perl
79338            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
79339 ____________________________________________________________________________
79340 [  7402] By: jhi                                   on 2000/10/22  20:59:35
79341         Log: Support s?printf parameter reordering.
79342      Branch: perl
79343            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
79344 ____________________________________________________________________________
79345 [  7401] By: jhi                                   on 2000/10/22  19:19:14
79346         Log: Expand %Config variables only if explicitly so requested
79347              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
79348              
79349              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
79350              From: Gurusamy Sarathy <gsar@ActiveState.com>
79351              Date: Sun, 22 Oct 2000 11:47:32 -0700
79352              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
79353      Branch: perl
79354            ! Makefile.SH lib/lib_pm.PL
79355 ____________________________________________________________________________
79356 [  7400] By: jhi                                   on 2000/10/22  18:24:10
79357         Log: Move the #7390 test from warn/op to comp/redef.
79358              
79359              Subject: Re: Creating const subs for constants.
79360              From: John Tobey <jtobey@john-edwin-tobey.org>
79361              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
79362              Message-Id: <m13nG72-000FObC@feynman.localnet>               
79363      Branch: perl
79364            ! t/comp/redef.t t/pragma/warn/op
79365 ____________________________________________________________________________
79366 [  7399] By: jhi                                   on 2000/10/22  17:49:59
79367         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
79368              From: Nicholas Clark <nick@ccl4.org>
79369              Date: Sat, 21 Oct 2000 22:23:19 +0100
79370              Message-ID: <20001021222319.B45586@plum.flirble.org>
79371      Branch: perl
79372            ! ext/DynaLoader/DynaLoader_pm.PL
79373 ____________________________________________________________________________
79374 [  7398] By: jhi                                   on 2000/10/22  17:47:35
79375         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
79376              From: Hugo <hv@crypt.compulink.co.uk>
79377              Date: Sat, 21 Oct 2000 18:19:59 +0100
79378              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
79379      Branch: perl
79380            ! ext/B/B.pm ext/B/B/C.pm
79381 ____________________________________________________________________________
79382 [  7397] By: jhi                                   on 2000/10/22  17:35:18
79383         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
79384              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
79385              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
79386              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
79387      Branch: perl
79388            ! hints/openbsd.sh
79389 ____________________________________________________________________________
79390 [  7396] By: jhi                                   on 2000/10/22  17:19:46
79391         Log: Subject: installman go-faster stripes
79392              From: Nicholas Clark <nick@talking.bollo.cx>
79393              Date: Sat, 21 Oct 2000 17:24:53 +0100
79394              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
79395              
79396              Subject: Re: installman go-faster stripes
79397              From: Russ Allbery <rra@stanford.edu>
79398              Date: 21 Oct 2000 11:04:13 -0700
79399              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
79400      Branch: perl
79401            ! installman pod/pod2man.PL
79402 ____________________________________________________________________________
79403 [  7395] By: jhi                                   on 2000/10/22  17:17:35
79404         Log: Hints tweak from Anton Berezin.
79405      Branch: perl
79406            ! hints/freebsd.sh
79407 ____________________________________________________________________________
79408 [  7394] By: jhi                                   on 2000/10/22  04:50:04
79409         Log: Tweak the Is* definitions of Unicode character classes
79410              to better match the official categorizations; embrace
79411              the official categorizations; add the combining marks
79412              as alpha (and -numeric); fix DCinital (a typo and edito)
79413              to be DCmedial.
79414      Branch: perl
79415            + lib/unicode/Is/DCmedial.pl
79416            - lib/unicode/Is/DCinital.pl
79417            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79418            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
79419            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
79420            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79421 ____________________________________________________________________________
79422 [  7393] By: jhi                                   on 2000/10/21  18:06:05
79423         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
79424              From: Daniel Chetlin <daniel@chetlin.com>
79425              Date: Sat, 21 Oct 2000 02:57:03 -0700
79426              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
79427      Branch: perl
79428            + t/lib/tie-splice.t
79429            ! MANIFEST lib/Tie/Array.pm
79430 ____________________________________________________________________________
79431 [  7392] By: gsar                                  on 2000/10/21  18:05:15
79432         Log: resync utfperl branch with mainline
79433      Branch: utfperl
79434           !> (integrate 1760 files)
79435 ____________________________________________________________________________
79436 [  7391] By: jhi                                   on 2000/10/21  14:37:49
79437         Log: Testcases for a #7383,#7385 related bug.
79438              
79439              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
79440              From: Nicholas Clark <nick@ccl4.org>
79441              Date: Sat, 21 Oct 2000 15:04:51 +0100
79442              Message-ID: <20001021150451.A51566@plum.flirble.org>
79443      Branch: perl
79444            ! t/pragma/utf8.t
79445 ____________________________________________________________________________
79446 [  7390] By: jhi                                   on 2000/10/21  14:35:57
79447         Log: Add a testcase for #7389.
79448      Branch: perl
79449            ! t/pragma/warn/op
79450 ____________________________________________________________________________
79451 [  7389] By: jhi                                   on 2000/10/21  14:26:45
79452         Log: Subject: Re: Creating const subs for constants.
79453              From: John Tobey <jtobey@john-edwin-tobey.org>
79454              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
79455              Message-Id: <m13mo0N-000FObC@feynman.localnet>
79456      Branch: perl
79457            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
79458            ! proto.h sv.c
79459 ____________________________________________________________________________
79460 [  7388] By: nick                                  on 2000/10/21  11:44:23
79461         Log: Populate perlio branch
79462      Branch: perlio
79463           +> (branch 1760 files)
79464 ____________________________________________________________________________
79465 [  7387] By: nick                                  on 2000/10/21  10:52:05
79466         Log: Get branch back as replica of mainline via :
79467              p4 integrate -b utfperl
79468              p4 resolve -at ./...
79469      Branch: utfperl
79470           +> (branch 269 files)
79471            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
79472            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
79473            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
79474            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
79475            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
79476            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79477            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79478            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79479            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79480            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79481            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79482            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79483            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79484            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79485            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79486            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79487            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79488            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79489            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
79490            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
79491            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
79492            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
79493            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
79494            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
79495            - lib/unicode/UCD300.html lib/unicode/Unicode.300
79496            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
79497            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
79498            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
79499            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
79500           !> (integrate 965 files)
79501 ____________________________________________________________________________
79502 [  7386] By: jhi                                   on 2000/10/21  01:31:12
79503         Log: Update Changes.
79504      Branch: perl
79505            ! Changes patchlevel.h
79506 ____________________________________________________________________________
79507 [  7385] By: jhi                                   on 2000/10/21  01:28:42
79508         Log: The #7383 was right only in the context of the original bug report,
79509              not in more general case.
79510      Branch: perl
79511            ! pp_hot.c
79512 ____________________________________________________________________________
79513 [  7384] By: jhi                                   on 2000/10/21  01:08:23
79514         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
79515      Branch: perl
79516            ! ext/IO/lib/IO/Select.pm
79517 ____________________________________________________________________________
79518 [  7383] By: jhi                                   on 2000/10/21  00:44:18
79519         Log: Fix for ID 20001020.006, concatenating an unset submatch
79520              with utf8 resulted in "Modification of a read-only value".
79521      Branch: perl
79522            ! pp_hot.c t/pragma/utf8.t
79523 ____________________________________________________________________________
79524 [  7382] By: jhi                                   on 2000/10/20  20:44:31
79525         Log: Make scan_num() reëntrant, as suggested in
79526              
79527              Subject: [PATCH perl@7229] Rentrant parser and yylex()
79528              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
79529              Date: Fri, 20 Oct 2000 14:17:27 +0100
79530              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
79531      Branch: perl
79532            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
79533            ! toke.c
79534 ____________________________________________________________________________
79535 [  7381] By: jhi                                   on 2000/10/20  20:07:29
79536         Log: Reëntrancy fix.
79537              
79538              Subject: [PATCH perl@7229] Rentrant parser and yylex()
79539              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
79540              Date: Fri, 20 Oct 2000 14:17:27 +0100
79541              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
79542      Branch: perl
79543            ! embed.h embed.pl perl.h proto.h toke.c
79544 ____________________________________________________________________________
79545 [  7380] By: jhi                                   on 2000/10/20  19:15:54
79546         Log: Don't write double values through long double pointers,
79547              based on a part of
79548              
79549              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
79550              From: Jens Hamisch <jens@Strawberry.COM>
79551              Date: Tue, 17 Oct 2000 08:39:36 +0200
79552              Message-Id: <20001017083936.A11104@Strawberry.COM>
79553      Branch: perl
79554            ! perl.h pp.c
79555 ____________________________________________________________________________
79556 [  7379] By: jhi                                   on 2000/10/20  18:43:37
79557         Log: Portability tweak on #7377.
79558              
79559              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
79560              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79561              Date:     Fri, 20 Oct 2000 13:13:41 EDT
79562              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
79563      Branch: perl
79564            ! t/lib/dprof.t
79565 ____________________________________________________________________________
79566 [  7378] By: jhi                                   on 2000/10/20  12:57:19
79567         Log: SOCKS function redefinitions need prototypes, too, otherwise
79568              for example 32 bit versus 64 bit differences cause a lot of
79569              problems.  Part of
79570              
79571              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
79572              From: Jens Hamisch <jens@Strawberry.COM>
79573              Date: Tue, 17 Oct 2000 08:39:36 +0200
79574              Message-Id: <20001017083936.A11104@Strawberry.COM>
79575      Branch: perl
79576            ! doio.c pp_sys.c
79577 ____________________________________________________________________________
79578 [  7377] By: jhi                                   on 2000/10/20  12:37:12
79579         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
79580              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79581              Date:     Fri, 20 Oct 2000 08:26:04 EDT
79582              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
79583      Branch: perl
79584            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
79585 ____________________________________________________________________________
79586 [  7376] By: jhi                                   on 2000/10/20  12:35:31
79587         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
79588              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79589              Date:     Fri, 20 Oct 2000 07:48:15 EDT
79590              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
79591      Branch: perl
79592            ! configure.com vms/gen_shrfls.pl
79593 ____________________________________________________________________________
79594 [  7375] By: bailey                                on 2000/10/20  04:44:37
79595         Log: SYN SYN
79596      Branch: vmsperl
79597           +> (branch 134 files)
79598            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
79599            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
79600            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
79601            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
79602            - eg/cgi/frameset.cgi eg/cgi/index.html
79603            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79604            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79605            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79606            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79607            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79608            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79609            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79610            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79611            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79612            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79613            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79614            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79615            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79616            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
79617            - lib/unicode/Props.txt lib/unicode/UCD300.html
79618            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
79619            - utils/perlbc.PL vms/subconfigure.com
79620           !> (integrate 785 files)
79621 ____________________________________________________________________________
79622 [  7374] By: jhi                                   on 2000/10/20  00:59:48
79623         Log: In the latest compiler builds cccdlflags must not become -fpic,
79624              from Wilfredo Sánchez.
79625      Branch: perl
79626            ! hints/darwin.sh
79627 ____________________________________________________________________________
79628 [  7373] By: jhi                                   on 2000/10/20  00:56:35
79629         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
79630              From: Tony Cook <tony@develop-help.com>
79631              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
79632              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
79633      Branch: perl
79634            ! pod/perlop.pod
79635 ____________________________________________________________________________
79636 [  7372] By: jhi                                   on 2000/10/19  19:34:40
79637         Log: Typo noted by Mark Lutz.
79638      Branch: perl
79639            ! t/op/64bitint.t
79640 ____________________________________________________________________________
79641 [  7371] By: jhi                                   on 2000/10/19  19:33:13
79642         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
79643      Branch: metaconfig
79644            ! U/modified/Cppsym.U U/modified/Oldconfig.U
79645      Branch: metaconfig/U/perl
79646            ! End.U dlsrc.U libperl.U
79647      Branch: perl
79648            + hints/nonstopux.sh
79649            ! Configure MANIFEST config_h.SH
79650 ____________________________________________________________________________
79651 [  7370] By: jhi                                   on 2000/10/19  17:18:08
79652         Log: Subject: PATCH do_print has 2 PerlIO_error()s
79653              From: nick@ccl4.org
79654              Date: Thu, 19 Oct 2000 18:09:20 +0100
79655              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
79656      Branch: perl
79657            ! doio.c
79658 ____________________________________________________________________________
79659 [  7369] By: jhi                                   on 2000/10/19  14:01:49
79660         Log: Update Changes.
79661      Branch: perl
79662            ! Changes patchlevel.h
79663 ____________________________________________________________________________
79664 [  7368] By: jhi                                   on 2000/10/19  13:04:29
79665         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
79666              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79667              Date: Wed, 18 Oct 2000 13:12:01 +0200
79668              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
79669      Branch: perl
79670            ! hints/aix.sh
79671 ____________________________________________________________________________
79672 [  7367] By: jhi                                   on 2000/10/19  02:22:40
79673         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
79674              of a 'pmshort' anywhere in the B, so the offending line was simply
79675              removed.
79676      Branch: perl
79677            ! ext/B/B/Debug.pm
79678 ____________________________________________________________________________
79679 [  7366] By: jhi                                   on 2000/10/19  02:12:37
79680         Log: Add the test case for the bug id 20000730.004 which seems
79681              to have been fixed by now.
79682      Branch: perl
79683            ! t/pragma/utf8.t
79684 ____________________________________________________________________________
79685 [  7365] By: jhi                                   on 2000/10/18  23:36:24
79686         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
79687              From: Hugo <hv@crypt.compulink.co.uk>
79688              Date: Wed, 18 Oct 2000 23:25:58 +0100
79689              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
79690      Branch: perl
79691            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
79692 ____________________________________________________________________________
79693 [  7364] By: jhi                                   on 2000/10/18  21:12:53
79694         Log: (retracted)
79695      Branch: perl
79696            ! pp.c
79697 ____________________________________________________________________________
79698 [  7363] By: jhi                                   on 2000/10/18  20:55:38
79699         Log: Missing change from #7362.
79700      Branch: perl
79701            ! win32/perlhost.h
79702 ____________________________________________________________________________
79703 [  7362] By: jhi                                   on 2000/10/18  20:52:01
79704         Log: Borland C fstat() never saw the fd as writable.
79705              
79706              Subject: fix for Borland's weak "stat" (perl@7211)
79707              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
79708              Date: Mon, 16 Oct 2000 09:55:03 +0400
79709              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
79710      Branch: perl
79711            ! win32/win32.c
79712 ____________________________________________________________________________
79713 [  7361] By: jhi                                   on 2000/10/18  17:43:50
79714         Log: Regen toc.
79715      Branch: perl
79716            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
79717 ____________________________________________________________________________
79718 [  7360] By: jhi                                   on 2000/10/18  17:07:44
79719         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79720              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
79721              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
79722              Date: Mon, 16 Oct 2000 15:19:49 +0200
79723      Branch: perl
79724            + README.aix
79725            ! MANIFEST
79726 ____________________________________________________________________________
79727 [  7359] By: jhi                                   on 2000/10/18  17:04:49
79728         Log: Subject: Pod patch for Devel::Peek
79729              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79730              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
79731              Date: Mon, 16 Oct 2000 12:26:34 +0200
79732      Branch: perl
79733            ! ext/Devel/Peek/Peek.pm
79734 ____________________________________________________________________________
79735 [  7358] By: jhi                                   on 2000/10/18  17:03:15
79736         Log: Make Cwd more bulletproof in chrooted environments.
79737              
79738              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
79739              From: "Eric E. Coe" <Eric.Coe@oracle.com>
79740              Date: Wed, 18 Oct 2000 04:03:54 -0400
79741              Message-Id: <39ED596A.70E599FE@oracle.com>
79742      Branch: perl
79743            ! lib/Cwd.pm
79744 ____________________________________________________________________________
79745 [  7357] By: jhi                                   on 2000/10/18  16:37:26
79746         Log: Disable the UTF8 downgrade croakage for now to avoid
79747              too many not okay messages.
79748      Branch: perl
79749            ! doio.c
79750 ____________________________________________________________________________
79751 [  7356] By: jhi                                   on 2000/10/17  23:29:41
79752         Log: Show the failed remote port, instead of the failing line number.
79753              
79754              Subject: [PATCH 5.6.1 Debugger] More diagnostics
79755              From: David Sparks <daves@ActiveState.com>
79756              Date: Tue, 17 Oct 2000 15:00:24 -0700
79757              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
79758      Branch: perl
79759            ! lib/perl5db.pl
79760 ____________________________________________________________________________
79761 [  7355] By: jhi                                   on 2000/10/17  14:11:31
79762         Log: On output try to downgrade to bytes, croak if impossible,
79763              from Simon Cozens.  This means that outputting >255 UTF8
79764              is impossible.  Consider this as a strong incentive to get
79765              the I/O disciplines implemented.
79766      Branch: perl
79767            ! doio.c pod/perldiag.pod sv.c
79768 ____________________________________________________________________________
79769 [  7354] By: jhi                                   on 2000/10/17  13:42:23
79770         Log: Clarify documentation on 'use bytes'.
79771              
79772              Subject: Re: What does 'use bytes' "mean" ?
79773              From: Simon Cozens <simon@cozens.net>
79774              Date: Mon, 18 Sep 2000 18:24:25 +0100
79775              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
79776      Branch: perl
79777            ! lib/bytes.pm
79778 ____________________________________________________________________________
79779 [  7353] By: jhi                                   on 2000/10/17  13:28:12
79780         Log: Workaround for a sfio bug where the stream error indicator
79781              is not cleared as documented.
79782              
79783              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
79784              From: Nicholas Clark <nick@ccl4.org>
79785              Date: Mon, 16 Oct 2000 18:28:23 +0100
79786              Message-ID: <20001016182823.J19700@plum.flirble.org>
79787      Branch: perl
79788            ! doio.c
79789 ____________________________________________________________________________
79790 [  7352] By: jhi                                   on 2000/10/17  13:06:19
79791         Log: More IoTYPE sprinkling.
79792      Branch: perl
79793            ! doio.c pp_hot.c
79794 ____________________________________________________________________________
79795 [  7351] By: jhi                                   on 2000/10/16  22:47:07
79796         Log: Detect early whether the std streams have gone bad.
79797              
79798              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
79799              Date: Mon, 16 Oct 2000 23:28:42 +0100
79800              From: Nicholas Clark <nick@ccl4.org>
79801              Message-ID: <20001016232842.A37942@plum.flirble.org>
79802      Branch: perl
79803            ! t/op/misc.t
79804 ____________________________________________________________________________
79805 [  7350] By: jhi                                   on 2000/10/16  22:45:16
79806         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
79807              From: "Peter J. Farley III" <pjfarley@banet.net>
79808              Date: Mon, 16 Oct 2000 18:15:59 -0400
79809              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
79810      Branch: perl
79811            ! djgpp/djgpp.c dosish.h t/io/open.t
79812 ____________________________________________________________________________
79813 [  7349] By: jhi                                   on 2000/10/16  22:36:45
79814         Log: perldelta tweak.
79815      Branch: perl
79816            ! pod/perldelta.pod
79817 ____________________________________________________________________________
79818 [  7348] By: jhi                                   on 2000/10/16  15:17:53
79819         Log: Update Changes.
79820      Branch: perl
79821            ! Changes patchlevel.h
79822 ____________________________________________________________________________
79823 [  7347] By: jhi                                   on 2000/10/16  13:55:27
79824         Log: Add the capability to include/exclude branches.
79825      Branch: perl
79826            ! Porting/genlog
79827 ____________________________________________________________________________
79828 [  7346] By: jhi                                   on 2000/10/16  13:18:04
79829         Log: Add Charles Lane.
79830      Branch: perl
79831            ! AUTHORS Changes
79832 ____________________________________________________________________________
79833 [  7345] By: jhi                                   on 2000/10/16  13:13:21
79834         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
79835      Branch: perl
79836            ! pod/perldelta.pod
79837 ____________________________________________________________________________
79838 [  7344] By: gsar                                  on 2000/10/16  09:30:21
79839         Log: integrate change#6220 from cfgperl
79840              
79841              Win32 patches from Benjamin Stuhl.
79842      Branch: maint-5.6/perl
79843           !> makedef.pl win32/win32.h
79844 ____________________________________________________________________________
79845 [  7343] By: gsar                                  on 2000/10/16  08:32:19
79846         Log: integrate changes#6221,6222 from cfgperl
79847              
79848              Remove tr///CU (the feature is to be obsoleted by better interfaces).
79849              From: simon@brecon.co.uk (Simon Cozens)
79850              Subject: [PATCH] Eliminate tr///[CU][CU]
79851              Date: 23 Jun 2000 11:05:40 GMT
79852              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
79853              
79854              doc typo fix
79855              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
79856              From: Ian Phillipps <Ian.Phillipps@iname.com>
79857              Date: Fri, 23 Jun 2000 10:40:58 +0100
79858              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
79859      Branch: maint-5.6/perl
79860           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
79861 ____________________________________________________________________________
79862 [  7342] By: gsar                                  on 2000/10/16  08:28:08
79863         Log: integrate change#6217 from cfgperl (in part)
79864              
79865              Rename the fdpid locking and integrate with Sarathy.
79866      Branch: maint-5.6/perl
79867           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
79868           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
79869           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
79870           !> win32/win32.c
79871 ____________________________________________________________________________
79872 [  7341] By: gsar                                  on 2000/10/16  08:23:39
79873         Log: integrate changes#6214..6216 from mainline
79874              
79875              @_ can't have junk in it even in the non-USE_ITHREADS case because
79876              caller() wants to populate @DB::args with it (causes a coredump
79877              in Carp::confess())
79878              
79879              tweak comment about @DB::args
79880              
79881              be more optimal about clearing @_
79882      Branch: maint-5.6/perl
79883           !> av.h cop.h pp_ctl.c t/op/runlevel.t
79884 ____________________________________________________________________________
79885 [  7340] By: gsar                                  on 2000/10/16  08:20:37
79886         Log: integrate changes#6207..6210 from cfgperl
79887              
79888              Subject: [PATCH 5.6.0] Threadsafe patches
79889              From: Dan Sugalski <dan@sidhe.org>
79890              To: perl5-porters@perl.org
79891              Date: Mon, 08 May 2000 18:08:13 -0400
79892              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
79893              
79894              Regen headers for #6207.
79895              
79896              Lock PL_fdpid against race conditions, based on:
79897              Subject: [PATCH 5.6.0]subprocess fixup for threads
79898              From: Dan Sugalski <dan@sidhe.org>
79899              To: perl5-porters@perl.org
79900              Date: Tue, 11 Apr 2000 17:02:32 -0400
79901              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
79902              
79903              Mopup for #6207 and #6209.
79904      Branch: maint-5.6/perl
79905           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
79906           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
79907           !> win32/win32.c
79908 ____________________________________________________________________________
79909 [  7339] By: gsar                                  on 2000/10/16  08:14:34
79910         Log: integrate change#6203 from cfgperl
79911              
79912              perldiag should refer to perlos2.pod not README.os2
79913      Branch: maint-5.6/perl
79914           !> pod/perldiag.pod
79915 ____________________________________________________________________________
79916 [  7338] By: gsar                                  on 2000/10/16  08:11:42
79917         Log: integrate change#6201 from mainline
79918              
79919              Perl_eval_pv() leaks 4 bytes every time it is called because it
79920              does a PUSHMARK that's never ever POPMARKed; in general, only
79921              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
79922              Perl_eval_[sp]v() don't because they don't take any incoming
79923              arguments (this leak has been around since the original version
79924              of perl_eval_pv() in 5.003_97e)
79925      Branch: maint-5.6/perl
79926           !> perl.c
79927 ____________________________________________________________________________
79928 [  7337] By: gsar                                  on 2000/10/16  08:08:47
79929         Log: integrate changes#6197..6200 from cfgperl
79930              
79931              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
79932              From: John Borwick <jhborwic@unity.ncsu.edu>
79933              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
79934              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
79935              
79936              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
79937              From: Dan Sugalski <dan@sidhe.org>
79938              To: vmsperl@perl.org, perl5-porters@perl.org
79939              Date: Fri, 02 Jun 2000 16:00:41 -0400
79940              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
79941              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
79942              
79943              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
79944              From: Dan Sugalski <dan@sidhe.org>
79945              To: perl5-porters@perl.org, vmsperl@perl.org
79946              Date: Fri, 02 Jun 2000 17:30:51 -0400
79947              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
79948              
79949              Update to cperl-mode.el 4.31 from
79950              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
79951              Subject: A couple of notes
79952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79953              To: Mailing list Perl5 <perl5-porters@perl.org>
79954              Date: Sat, 3 Jun 2000 23:33:32 -0400
79955              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
79956      Branch: maint-5.6/perl
79957           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
79958           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
79959           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
79960           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
79961           !> vms/vmsish.h
79962 ____________________________________________________________________________
79963 [  7336] By: gsar                                  on 2000/10/16  08:03:46
79964         Log: integrate changes#6194,6195 from mainline
79965              
79966              fix small eval"" memory leaks under USE_ITHREADS
79967              
79968              fix yet another eval"" leak under USE_ITHREADS
79969      Branch: maint-5.6/perl
79970           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
79971           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
79972           !> vms/perly_c.vms
79973 ____________________________________________________________________________
79974 [  7335] By: gsar                                  on 2000/10/16  08:02:15
79975         Log: integrate changes#6190,6191 from mainline
79976              
79977              submit missing embed.pl change
79978              
79979              vec() loses numericalness (modified version of patch suggested
79980              by Robin Barker)
79981      Branch: maint-5.6/perl
79982           !> doop.c embed.pl t/op/vec.t
79983 ____________________________________________________________________________
79984 [  7334] By: gsar                                  on 2000/10/16  08:01:03
79985         Log: integrate change#6189 from mainline
79986              
79987              counting tr/// corrupts later operation (from M.J.T Guy)
79988      Branch: maint-5.6/perl
79989           !> doop.c t/op/tr.t
79990 ____________________________________________________________________________
79991 [  7333] By: gsar                                  on 2000/10/16  07:59:07
79992         Log: integrate changes#6183..6188 from mainline
79993              
79994              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
79995              <nick@ccl4.org>)
79996              
79997              tweak for change#6127
79998              
79999              remove incorrect documentation about implicit split to @_ in
80000              list context, which never really worked in perl 5 (from
80001              M.J.T. Guy)
80002              
80003              further qualify references to "alphanumeric" (from Wolfgang Laun
80004              <wolfgang.laun@alcatel.at>)
80005              
80006              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
80007              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80008              
80009              h2xs tweaks
80010      Branch: maint-5.6/perl
80011           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
80012           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
80013           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
80014           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
80015           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
80016           !> pod/pod2latex.PL utils/h2xs.PL
80017 ____________________________________________________________________________
80018 [  7332] By: gsar                                  on 2000/10/16  07:53:52
80019         Log: integrate change#6179 from mainline
80020              
80021              buggy modulus on UVs introduced by change#3378 (resulted in
80022              4063328477 % 65535 amounting to 27406, instead of 27407)
80023      Branch: maint-5.6/perl
80024           !> pp.c t/op/arith.t
80025 ____________________________________________________________________________
80026 [  7331] By: gsar                                  on 2000/10/16  07:52:49
80027         Log: integrate changes#6176,6177,6178,6182 from cfgperl
80028              
80029              Single-quoted utf8 patch from Simon Cozens.
80030              
80031              Substitution utf8 patch from Simon Cozens.
80032              
80033              Be cleaner.
80034              
80035              Be Cleaner Part Deux.
80036      Branch: maint-5.6/perl
80037           !> Makefile.SH pp_hot.c toke.c
80038 ____________________________________________________________________________
80039 [  7330] By: gsar                                  on 2000/10/16  07:41:36
80040         Log: integrate change#6172 from mainline
80041              
80042              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
80043              (from Ilya Zakharevich)
80044      Branch: maint-5.6/perl
80045           !> regexec.c t/op/re_tests
80046 ____________________________________________________________________________
80047 [  7329] By: gsar                                  on 2000/10/16  07:40:25
80048         Log: integrate change#6171 from mainline
80049              
80050              scalar() doesn't force scalar context when used in void context
80051              (from Simon Cozens)
80052      Branch: maint-5.6/perl
80053           !> op.c t/op/wantarray.t
80054 ____________________________________________________________________________
80055 [  7328] By: gsar                                  on 2000/10/16  07:39:33
80056         Log: integrate change#6170 from mainline
80057              
80058              change#6142 needs tweaks to tests to work where there's no
80059              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80060      Branch: maint-5.6/perl
80061           !> t/lib/filefind.t
80062 ____________________________________________________________________________
80063 [  7327] By: gsar                                  on 2000/10/16  07:35:34
80064         Log: integrate changes#6166..6168 from cfgperl
80065              
80066              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
80067              in case somebody wants to write an extension for more
80068              shadow database interfaces.
80069              
80070              tweak todo
80071              
80072              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
80073      Branch: maint-5.6/perl
80074           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80075           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
80076           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
80077           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
80078           !> win32/config.vc win32/config_H.bc win32/config_H.gc
80079           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
80080 ____________________________________________________________________________
80081 [  7326] By: gsar                                  on 2000/10/16  07:29:05
80082         Log: integrate changes#6157,6159..6161,6164 from cfgperl
80083              
80084              Regen Configure to jive with #6149.
80085              
80086              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
80087              
80088              Changes for the File::Temp 0.08 (change #6159) test suite
80089              to fit better into the Perl distribution test framework.
80090              
80091              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
80092              both from Simon Cozens.
80093              
80094              detypo
80095      Branch: maint-5.6/perl
80096           +> pod/perlmodlib.PL pod/perlnewmod.pod
80097           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
80098           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
80099           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80100           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80101 ____________________________________________________________________________
80102 [  7325] By: gsar                                  on 2000/10/16  07:25:13
80103         Log: integrate change#6158 from vmsperl
80104              
80105              Add fallback to tmpfile for use in cases where user's relying on
80106              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
80107              Lane's patch)
80108      Branch: maint-5.6/perl
80109           !> vms/vms.c vms/vmsish.h
80110 ____________________________________________________________________________
80111 [  7324] By: gsar                                  on 2000/10/16  07:20:50
80112         Log: integrate changes#6153..6155 from mainline
80113              
80114              prettier Test::Harness output on failed tests (from Nicholas Clark
80115              <nick@Bagpuss.uk.boo.com>)
80116              
80117              avoid type mismatch warning
80118              
80119              small bug in change#6144; remove random \xA0 character that snuck
80120              in via change#6145
80121      Branch: maint-5.6/perl
80122           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
80123           !> perl.c
80124 ____________________________________________________________________________
80125 [  7323] By: gsar                                  on 2000/10/16  07:18:47
80126         Log: integrate changes#6151,6152 from mainline
80127              
80128              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
80129              
80130              cosmetic fixups of RE debug output (from Ilya Zakharevich)
80131      Branch: maint-5.6/perl
80132           !> regexec.c
80133 ____________________________________________________________________________
80134 [  7322] By: gsar                                  on 2000/10/16  07:17:25
80135         Log: integrate changes#6146..6150 from mainline
80136              
80137              doc typo
80138              
80139              add a make entry to Config.pm so "perl -V:make" works on VMS
80140              (from Peter Prymmer)
80141              
80142              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
80143              
80144              OS/2 tweaks for usethreads build (from Rocco Caputo
80145              <troc@netrus.net>)
80146              
80147              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
80148      Branch: maint-5.6/perl
80149           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
80150           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
80151           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
80152           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
80153           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
80154           !> warnings.pl x2p/a2p.h
80155 ____________________________________________________________________________
80156 [  7321] By: gsar                                  on 2000/10/16  07:14:02
80157         Log: integrate changes#6143..6145 from mainline
80158              
80159              MacOS support, part 1 (from Matthias Neeracher
80160              <neeri@iis.ee.ethz.ch>)
80161              
80162              MacOS support, part 2: make AutoSplit use File::Spec instead
80163              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
80164              <neeri@iis.ee.ethz.ch>)
80165              
80166              make xsubpp skip embedded pod (from Matthias Neeracher
80167              <neeri@iis.ee.ethz.ch>)
80168      Branch: maint-5.6/perl
80169           +> ext/DynaLoader/dl_mac.xs
80170           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
80171           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
80172           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
80173           !> pp_ctl.c proto.h toke.c util.c util.h
80174 ____________________________________________________________________________
80175 [  7320] By: gsar                                  on 2000/10/16  07:12:13
80176         Log: integrate changes#6141,6142 from mainline
80177              
80178              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
80179              forwarded by Peter Seebach from the bsdi-users mailing list.
80180              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
80181              
80182              File::Find fails to chdir when chasing symlinks (from
80183              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80184      Branch: maint-5.6/perl
80185           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
80186 ____________________________________________________________________________
80187 [  7319] By: gsar                                  on 2000/10/16  07:04:30
80188         Log: integrate change#6139 from mainline
80189              
80190              revise mktables.PL for bugs and newness in Unicode 3.0
80191              (from James Bence <jbence@amgen.com>)
80192      Branch: maint-5.6/perl
80193           +> (branch 30 files)
80194           !> (integrate 49 files)
80195 ____________________________________________________________________________
80196 [  7318] By: gsar                                  on 2000/10/16  07:01:01
80197         Log: integrate changes#6137,6138 from mainline
80198              
80199              fix bogus redeclaration warning for "our" variables in different
80200              scopes
80201              
80202              add note about the handling of negative indices to tied arrays
80203              (from Michael G Schwern <schwern@pobox.com>)
80204      Branch: maint-5.6/perl
80205           !> op.c pod/perltie.pod t/pragma/strict-vars
80206 ____________________________________________________________________________
80207 [  7317] By: gsar                                  on 2000/10/16  06:58:46
80208         Log: integrate changes#6127..6136 from mainline
80209              
80210              call_method(...,G_EVAL) can longjmp() out if the method probing
80211              failed (from Gisle Aas)
80212              
80213              new perlxstut example for passing/returning refs to arrays
80214              (from David Lowe <dlowe@pootpoot.com>)
80215              
80216              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
80217              
80218              fix places that mean C<"word" character> but say C<alphanumeric
80219              character>
80220              
80221              avoid warnings in POSIX.pm (from Barrie Slaymaker)
80222              
80223              warnings::enabled() doesn't fall back to looking at $^W if
80224              caller isn't using lexical warnings (from Paul Marquess)
80225              
80226              elide bogus test in change#6132
80227              
80228              make Test::Harness use wait.h/WCOREDUMP if available
80229              (from Ben Tilly <ben_tilly@hotmail.com>)
80230              
80231              enable Test::Harness to dynamically determine column width etc.
80232              (from Rob Napier <rnapier@employees.org>)
80233              
80234              random pod typos (from Peter Scott <Peter@PSDT.com>)
80235      Branch: maint-5.6/perl
80236           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
80237           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
80238           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
80239           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
80240 ____________________________________________________________________________
80241 [  7316] By: gsar                                  on 2000/10/16  06:53:23
80242         Log: integrate change#6126 from mainline
80243              
80244              change#2879 broke rvalue autovivification of magicals such as
80245              ${$num} (reworked variant of patch suggested by Simon Cozens)
80246      Branch: maint-5.6/perl
80247           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
80248           !> pp_hot.c proto.h t/op/gv.t
80249 ____________________________________________________________________________
80250 [  7315] By: gsar                                  on 2000/10/16  06:51:38
80251         Log: integrate changes#6123,6125 from mainline
80252              
80253              clarify gotcha with #line directives (from Rocco Caputo
80254              <troc@netrus.net>)
80255              
80256              enable propagating exception objects via Perl_croak() in XS code
80257              (from Gisle Aas)
80258      Branch: maint-5.6/perl
80259           !> pod/perldebug.pod pod/perlsyn.pod util.c
80260 ____________________________________________________________________________
80261 [  7314] By: gsar                                  on 2000/10/16  06:49:28
80262         Log: integrate change#6122 from mainline
80263              
80264              downgrade fatal error on C<"foo@nosucharray.com"> to optional
80265              warning (from Mark-Jason Dominus)
80266      Branch: maint-5.6/perl
80267           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
80268           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
80269           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
80270           !> toke.c
80271 ____________________________________________________________________________
80272 [  7313] By: gsar                                  on 2000/10/16  06:46:54
80273         Log: integrate changes#6112..6121 from vmsperl
80274              
80275              Check for existence of file before trying to delete
80276              
80277              Ugly workaround for version-specific RTL error
80278              
80279              Urk -- undo previous removal of vmsish 'exit' change
80280              
80281              Add bounds checking for several strings (Charles Lane)
80282              
80283              Miscellaneous cosmetic fixes (Charles Lane)
80284              
80285              Treat sockets as special in sys(read|write) (Charles Lane et al.)
80286              
80287              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
80288              Flatten case labels in switch statements uniformly (Charles Bailey)
80289              
80290              Quiet error messages in vmsish.t (Charles Lane)
80291              
80292              Add missing escape (Charles Lane)
80293              
80294              Allow eliminate_macros() and fixpath() to handle space-delimited
80295              lists (based on fixes by Craig Berry)
80296      Branch: maint-5.6/perl
80297           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
80298           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
80299           !> vms/vmsish.h
80300 ____________________________________________________________________________
80301 [  7312] By: gsar                                  on 2000/10/16  06:41:18
80302         Log: integrate changes#6107,6110 from cfgperl
80303              
80304              Tweak the todo list.
80305              
80306              todo tweak
80307      Branch: maint-5.6/perl
80308           !> Todo-5.6
80309 ____________________________________________________________________________
80310 [  7311] By: gsar                                  on 2000/10/16  06:38:38
80311         Log: integrate changes#6104,6108 from mainline
80312              
80313              PL_sys_intern was being initialized too late on windows
80314              
80315              reenable fake signal handling on Windows, bugs and all
80316      Branch: maint-5.6/perl
80317           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
80318           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
80319           !> win32/win32.c
80320 ____________________________________________________________________________
80321 [  7310] By: gsar                                  on 2000/10/16  06:36:03
80322         Log: integrate changes#6095,6097..6103 from cfgperl
80323              
80324              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
80325              might be useful in future.
80326              
80327              Add a note about possible compilation problems from Allen Smith.
80328              
80329              Add a note about other, yet unsupported, shadow password APIs.
80330              
80331              Tweaks for the cc bugs from Allen Smith.
80332              
80333              More compilation tweakery from Allen Smith.
80334              
80335              Hints and test tweaks for Unicos.
80336              
80337              The test suite tweak in #6101 wasn't quite right.
80338              
80339              Test tweaking for Unicos continues.
80340      Branch: maint-5.6/perl
80341           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80342           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
80343           !> t/lib/complex.t t/op/64bitint.t
80344 ____________________________________________________________________________
80345 [  7309] By: gsar                                  on 2000/10/16  06:29:41
80346         Log: integrate changes#6093,6094 from mainline
80347              
80348              fork() failure to create pseudo process sets errno=EAGAIN and returns
80349              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
80350              
80351              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
80352      Branch: maint-5.6/perl
80353           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
80354           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
80355 ____________________________________________________________________________
80356 [  7308] By: gsar                                  on 2000/10/16  06:27:29
80357         Log: integrate change#6092 from cfgperl
80358              
80359              Regen perltoc with the fixed buildtoc.
80360      Branch: maint-5.6/perl
80361           !> pod/perltoc.pod
80362 ____________________________________________________________________________
80363 [  7307] By: gsar                                  on 2000/10/16  06:26:40
80364         Log: integrate changes#6089,6090 from mainline
80365              
80366              buildtoc tweak to fix newline lossage
80367              
80368              concat doesn't preserve utf8-ness, and doesn't invalidate
80369              [NI]OK; added tests for both
80370      Branch: maint-5.6/perl
80371           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
80372 ____________________________________________________________________________
80373 [  7306] By: gsar                                  on 2000/10/16  06:24:05
80374         Log: integrate change#6088 from cfgperl
80375              
80376              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
80377              because we do not use those.  The HAS_GETSPNAM remains,
80378              though, because we still do use that.
80379      Branch: maint-5.6/perl
80380           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80381           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
80382           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
80383           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
80384           !> win32/config.vc win32/config_H.bc win32/config_H.gc
80385           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
80386 ____________________________________________________________________________
80387 [  7305] By: gsar                                  on 2000/10/16  06:15:52
80388         Log: integrate changes#6084,6085,6087 from mainline
80389              
80390              substr() does not preserve utf8-ness (from Stefan Eissing
80391              <Eissing@medicaldataservice.de>); added tests
80392              
80393              repeat operator (x) doesn't preserve utf8-ness
80394              
80395              reverse() and quotemeta() weren't preserving utf8-ness; add tests
80396      Branch: maint-5.6/perl
80397           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
80398 ____________________________________________________________________________
80399 [  7304] By: gsar                                  on 2000/10/16  06:13:10
80400         Log: integrate changes#6077..6083 from mainline
80401              
80402              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
80403              and Tom Phoenix)
80404              
80405              workaround for CRT bug in chdir() (from Charles Lane, via
80406              Peter Prymmer)
80407              
80408              remove outdated kludge in Carp (NULLs are permitted in diagnostics
80409              now)
80410              
80411              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
80412              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80413              
80414              better default perlbug categories for ok reports (from Richard Foley)
80415              
80416              peek.t non-portable to ithreads
80417              
80418              note about undocumented caller() return value (from M.J.T. Guy);
80419              yet another peek.t tweak
80420      Branch: maint-5.6/perl
80421           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80422           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80423           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
80424           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
80425           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
80426           !> vms/vmsish.h
80427 ____________________________________________________________________________
80428 [  7303] By: gsar                                  on 2000/10/16  06:03:18
80429         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
80430              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
80431              
80432              &HUGE_VAL is not defined, it exists.
80433              
80434              Do not warn that an infinity does not look like a number.
80435              
80436              Rewrite the pwent/spent logic to be a little bit more clearer.
80437              
80438              Continue on the pwent/spent case.
80439              
80440              Correct Freudian slip.
80441              
80442              Use HUGE_VALL if applicable.
80443              
80444              pwent/spent #ifdef imbalance.
80445              
80446              Infinite problems.
80447              
80448              Call getspnam() only iff needd.
80449              
80450              Test both the scalar and list contexts.
80451              
80452              Use setxxent()/endxxent().
80453              
80454              Complex tweakery.
80455              
80456              Unicos hint tweak.
80457              
80458              Be more forgiving in POSIX about HUGE_VALL.
80459              
80460              Detypo.
80461              
80462              The search of infinity continues, this time simplified.
80463              
80464              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
80465              in natively 64-bit platforms where a long is a quad (no need
80466              for long longs).  Also added bias for IVs.
80467              
80468              Complex tweaks.
80469              
80470              Introduce t/lib/peek.t.
80471              
80472              Make the test more portable.
80473      Branch: maint-5.6/perl
80474           +> t/lib/peek.t
80475            ! pp_sys.c
80476           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
80477           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
80478           !> t/op/pwent.t toke.c util.c
80479 ____________________________________________________________________________
80480 [  7302] By: gsar                                  on 2000/10/16  05:03:37
80481         Log: integrate changes#6066..6071 from mainline
80482              
80483              s/END/CHECK/
80484              
80485              replace direct call to sighandler() with (*PL_sighandlerp)()
80486              
80487              note about values()
80488              
80489              File::Spec compatibility update (from Barrie Slaymaker
80490              <barries@slaysys.com>)
80491              
80492              remove misleading comment (from M.J.T. Guy)
80493              
80494              misformatted perllocal.pod (from Tim Jenness
80495              <t.jenness@jach.hawaii.edu>)
80496      Branch: maint-5.6/perl
80497           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
80498           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
80499           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
80500           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
80501 ____________________________________________________________________________
80502 [  7301] By: gsar                                  on 2000/10/16  05:00:08
80503         Log: integrate changes#6061..6063 from mainline
80504              
80505              change#5921 neglected to make eq honor "use bytes"
80506              
80507              additional tests for utf8.t
80508              
80509              tokeq() could read unallocated field in argument
80510      Branch: maint-5.6/perl
80511           !> sv.c t/pragma/utf8.t toke.c
80512 ____________________________________________________________________________
80513 [  7300] By: gsar                                  on 2000/10/16  04:56:54
80514         Log: integrate changes#6046,6048,6057,6058 from mainline
80515              
80516              libscheck has insufficient checks for n32 libs (from
80517              Albert Chin-A-Young <china@thewrittenword.com>)
80518              
80519              add note about how $( doesn't interpolate in REs (from
80520              Philip Newton <newton@ficus.frogspace.net>)
80521              
80522              fix broken parsing of /\x{ab}/
80523              
80524              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
80525              (spotted by Donald Kinzer <dkinzer@premia.com>)
80526      Branch: maint-5.6/perl
80527           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
80528           !> t/pragma/utf8.t
80529 ____________________________________________________________________________
80530 [  7299] By: gsar                                  on 2000/10/16  04:52:50
80531         Log: integrate change#6044 from mainline
80532              
80533              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
80534              such that underscores are only ignored in literal numbers,
80535              "\x{...}", and hex/oct argument
80536      Branch: maint-5.6/perl
80537           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
80538 ____________________________________________________________________________
80539 [  7298] By: gsar                                  on 2000/10/16  04:50:53
80540         Log: integrate changes#6027..6043 from mainline
80541              
80542              podlators-1.02 update (from Russ Allbery)
80543              
80544              Pod::Man generates groff-incompatible macro definition (from
80545              Tom Christiansen)
80546              
80547              add CGI.pm v2.66 (from Lincoln Stein)
80548              
80549              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
80550              for @- and @+ (from Johan Vromans)
80551              
80552              small nits in diagnostics.pm (from Robin Barker)
80553              
80554              whitespace adjustments
80555              
80556              missing files in MANIFEST
80557              
80558              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
80559              to compensate
80560              
80561              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
80562              
80563              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
80564      Branch: maint-5.6/perl
80565           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
80566           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
80567           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
80568           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
80569           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
80570           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
80571           !> t/lib/cgi-html.t t/lib/cgi-request.t
80572 ____________________________________________________________________________
80573 [  7297] By: gsar                                  on 2000/10/16  04:44:30
80574         Log: integrate change#6025 from mainline
80575              
80576              Is{Alnum,Alpha,Word} don't match titlecase
80577              TODO: IsSpace is defined recursively!
80578              (both spotted by Larry)
80579      Branch: maint-5.6/perl
80580           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
80581           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
80582 ____________________________________________________________________________
80583 [  7296] By: gsar                                  on 2000/10/16  04:39:30
80584         Log: integrate change#6023 from mainline
80585              
80586              debugger stomps on $. (from M.J.T. Guy)
80587      Branch: maint-5.6/perl
80588           !> lib/perl5db.pl
80589 ____________________________________________________________________________
80590 [  7295] By: gsar                                  on 2000/10/16  04:38:02
80591         Log: integrate change#6022 from mainline
80592              
80593              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
80594      Branch: maint-5.6/perl
80595           !> sv.c
80596 ____________________________________________________________________________
80597 [  7294] By: gsar                                  on 2000/10/16  04:37:05
80598         Log: integrate changes#6018..6021 from mainline
80599              
80600              make lib/syslog.t portable to systems that don't have _PATH_LOG,
80601              make _PATH_LOG() return "" if unavailable
80602              
80603              windows portability tweaks
80604              
80605              test tweak
80606              
80607              remove Win2K issue in pod (fixed by change#6020)
80608      Branch: maint-5.6/perl
80609           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
80610           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
80611           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
80612 ____________________________________________________________________________
80613 [  7293] By: gsar                                  on 2000/10/16  04:20:00
80614         Log: integrate changes#6013..6015 from mainline
80615              
80616              tweak change#5945 to display correct switch name in diagnostic
80617              
80618              glob() loading File::Glob behind the scenes may cause syntax errors
80619              
80620              tweak test for portability
80621      Branch: maint-5.6/perl
80622           !> op.c perl.c pod/perldiag.pod t/lib/b.t
80623 ____________________________________________________________________________
80624 [  7292] By: gsar                                  on 2000/10/16  04:18:11
80625         Log: integrate changes#6005..6010 from mainline, cfgperl
80626              
80627              perldoc might fail via "use blib" (from Hugo van der Sanden)
80628              
80629              Regen Configure.
80630              
80631              note about compile failures and END blocks (from M.J.T. Guy)
80632              
80633              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
80634              
80635              (change#6009 integrated earlier in change#7255)
80636              
80637              clarify note about shadow password support (from
80638              gellyfish@gellyfish.com)
80639      Branch: maint-5.6/perl
80640           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80641           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
80642           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
80643 ____________________________________________________________________________
80644 [  7291] By: gsar                                  on 2000/10/16  04:12:03
80645         Log: integrate changes#6002,6003 from mainline
80646              
80647              destructive sv_setsv() can lose UV-ness from source, causing
80648              numeric promotions/comparisons to fail to do the right thing
80649              
80650              allow REG_EXPAND_SZ keys in Windows registry (from
80651              John Clayton <John.Clayton@barclayscapital.com>)
80652      Branch: maint-5.6/perl
80653           !> sv.c win32/win32.c
80654 ____________________________________________________________________________
80655 [  7290] By: gsar                                  on 2000/10/16  04:10:19
80656         Log: integrate change#6001 from mainline
80657              
80658              support additional library locations via $Config{otherlibdirs}
80659              (from Andy Dougherty)
80660      Branch: maint-5.6/perl
80661           !> Configure INSTALL Porting/Glossary Porting/config.sh
80662           !> Porting/config_H config_h.SH epoc/config.sh perl.c
80663           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
80664           !> win32/config.bc win32/config.gc win32/config.vc
80665 ____________________________________________________________________________
80666 [  7289] By: gsar                                  on 2000/10/16  04:08:28
80667         Log: integrate change#5999 from mainline
80668              
80669              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
80670      Branch: maint-5.6/perl
80671           !> t/pragma/warn/toke toke.c
80672 ____________________________________________________________________________
80673 [  7288] By: gsar                                  on 2000/10/16  04:07:01
80674         Log: integrate changes#5997,5998 from cfgperl
80675              
80676              Preserve $!.
80677              
80678              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
80679      Branch: maint-5.6/perl
80680           !> lib/Math/Complex.pm
80681 ____________________________________________________________________________
80682 [  7287] By: gsar                                  on 2000/10/16  04:04:37
80683         Log: integrate change#5995 from mainline
80684              
80685              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
80686      Branch: maint-5.6/perl
80687           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
80688 ____________________________________________________________________________
80689 [  7286] By: gsar                                  on 2000/10/16  04:03:21
80690         Log: integrate change#5994 from mainline
80691              
80692              fix for missed accounting for null byte in pack("Z",...) (from
80693              M.J.T. Guy)
80694      Branch: maint-5.6/perl
80695           !> pp.c t/op/pack.t
80696 ____________________________________________________________________________
80697 [  7285] By: gsar                                  on 2000/10/16  04:02:11
80698         Log: integrate changes#5989..5993 from mainline
80699              
80700              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
80701              itself and no other (from Tom Hughes)
80702              
80703              use $ENV{LIB} to search for libs under Visual C compiler
80704              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
80705              
80706              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
80707              
80708              pod nit (from Simon Cozens)
80709              
80710              various minor tweaks seen on p5p
80711      Branch: maint-5.6/perl
80712           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
80713           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
80714           !> t/op/array.t toke.c
80715 ____________________________________________________________________________
80716 [  7284] By: gsar                                  on 2000/10/16  03:59:00
80717         Log: integrate changes#5978..5988 from mainline
80718              
80719              sync version numbers in File::Spec with the ones on CPAN
80720              (from Barrie Slaymaker)
80721              
80722              under useithreads, constant pad entries could inadvertantly be
80723              shared across threads (from Eric Blood <eblood@xmission.com>);
80724              added Eric's test case to testsuite
80725              
80726              allow Configure -S to run non-interactively (spotted by Greg Hudson
80727              <ghudson@mit.edu>)
80728              
80729              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
80730              prototype mismatch with CORE::glob(); update pod and tests to
80731              suit (File::Glob::glob() is still available for backward
80732              compatibility, but should be considered deprecated)
80733              
80734              avoid error in IO::Socket::INET when given an unknown service name
80735              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
80736              
80737              numeric conversion of non-number in change#3378 tramples on
80738              OOK offset, causing segfaults
80739              
80740              attributes::reftype() doesn't work on tied argument
80741              
80742              forked child may not exit correctly if it failed to open
80743              /dev/console (from Graham Barr)
80744              
80745              add regular expressions tutorial and quick-start guide (from
80746              Mark Kvale <kvale@phy.ucsf.edu>)
80747              
80748              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
80749              
80750              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
80751              <paul@miraclefish.com>)
80752      Branch: maint-5.6/perl
80753           +> pod/perlrequick.pod pod/perlretut.pod
80754           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
80755           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
80756           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
80757           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
80758           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
80759           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
80760           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
80761           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
80762 ____________________________________________________________________________
80763 [  7283] By: gsar                                  on 2000/10/16  03:52:14
80764         Log: integrate change#5977 from mainline
80765              
80766              autoquote barewords followed by newline and arrow properly
80767              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
80768      Branch: maint-5.6/perl
80769           !> t/pragma/warn/toke toke.c
80770 ____________________________________________________________________________
80771 [  7282] By: gsar                                  on 2000/10/16  03:50:48
80772         Log: integrate change#5976 from mainline
80773              
80774              DB_File v1.73 update (from Paul Marquess)
80775      Branch: maint-5.6/perl
80776           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
80777           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
80778 ____________________________________________________________________________
80779 [  7281] By: gsar                                  on 2000/10/16  03:49:14
80780         Log: integrate change#5975 from mainline
80781              
80782              allow sort() reentrancy (variant of patch suggested by
80783              Hugo van der Sanden)
80784      Branch: maint-5.6/perl
80785           !> pp_ctl.c t/op/sort.t
80786 ____________________________________________________________________________
80787 [  7280] By: gsar                                  on 2000/10/16  03:48:22
80788         Log: integrate change#5974 from mainline
80789              
80790              change#4197 somehow missed initializing PL_errors, meaning
80791              syntax error queueing wasn't working outside eval"" at all;
80792              also fixed eval"" to localize PL_error_count, so that compile-time
80793              eval's don't clobber the error state of the outer context
80794      Branch: maint-5.6/perl
80795           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
80796           !> t/pragma/warn/toke
80797 ____________________________________________________________________________
80798 [  7279] By: gsar                                  on 2000/10/16  03:46:21
80799         Log: integrate change#5973 from mainline
80800              
80801              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
80802      Branch: maint-5.6/perl
80803           !> regcomp.c regexec.c t/op/re_tests
80804 ____________________________________________________________________________
80805 [  7278] By: gsar                                  on 2000/10/16  03:44:54
80806         Log: integrate change#5971 from cfgperl
80807              
80808              Unicos tweaks from Mark P. Lutz.
80809      Branch: maint-5.6/perl
80810           !> hints/unicos.sh lib/Math/Complex.pm
80811 ____________________________________________________________________________
80812 [  7277] By: gsar                                  on 2000/10/16  03:42:59
80813         Log: integrate changes#5966..5970 from mainline
80814              
80815              add testsuite for B backends, fix bug in B::Deparse (from
80816              Simon Cozens <simon@brecon.co.uk>)
80817              
80818              improved docs on the warn_uninit diagnostic (from David Glasser
80819              and Simon Cozens)
80820              
80821              tolerate spaces in group names in test on solaris (from David Boyce
80822              <dsb@boyski.com>)
80823              
80824              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
80825              
80826              Data::Dumper fumbles negative numbers on 32-bit platforms where
80827              IV is >32bits
80828      Branch: maint-5.6/perl
80829           +> t/lib/b.t t/lib/syslog.t
80830           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
80831           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
80832           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
80833 ____________________________________________________________________________
80834 [  7276] By: gsar                                  on 2000/10/16  03:39:30
80835         Log: integrate change#5965 from mainline
80836              
80837              avoid "will not stay shared" warnings for our variables (from
80838              Robin Barker)
80839      Branch: maint-5.6/perl
80840           !> op.c t/pragma/warn/op
80841 ____________________________________________________________________________
80842 [  7275] By: gsar                                  on 2000/10/16  03:38:18
80843         Log: integrate change#5964 from mainline
80844              
80845              reformat to 72 columns (again)
80846      Branch: maint-5.6/perl
80847           !> pod/perldiag.pod
80848 ____________________________________________________________________________
80849 [  7274] By: gsar                                  on 2000/10/16  03:36:58
80850         Log: integrate change#5963 from mainline
80851              
80852              patch from Larry to make (\&) prototype work; added tests for
80853              the same
80854      Branch: maint-5.6/perl
80855           !> op.c t/comp/proto.t
80856 ____________________________________________________________________________
80857 [  7273] By: gsar                                  on 2000/10/16  03:35:51
80858         Log: integrate changes#5956..5962 from mainline
80859              
80860              better diagnostics on failed tests (from Ilya Zakharevich)
80861              
80862              pod nits (from A. C. Yardley <yardley@tanet.net>)
80863              
80864              change#3569 deleted some essential code, revert; avoid use of
80865              atexit() to make DynaLoader work properly on AIX under mod_perl
80866              (from Jens-Uwe Mager <jum@helios.de>)
80867              
80868              doubled words in pods (from Simon Cozens
80869              <simon.p.cozens@jp.pwcglobal.com>)
80870              
80871              better INSTALL notes on Solaris issues (from Dominic Dunlop)
80872              
80873              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
80874              
80875              updated README.hpux (from Jeff Okamoto)
80876      Branch: maint-5.6/perl
80877           !> INSTALL README.hpux emacs/cperl-mode.el
80878           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
80879           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
80880           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
80881           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
80882           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
80883           !> t/op/lex_assign.t
80884 ____________________________________________________________________________
80885 [  7272] By: gsar                                  on 2000/10/16  03:31:22
80886         Log: integrate change#5955 from mainline
80887              
80888              longstanding bug exposed by change#3307: sort arguments weren't
80889              compiled with the right wantarray context (ensuing runtime lookup
80890              via block_gimme() was getting the incidental context of the
80891              sort() itself)
80892      Branch: maint-5.6/perl
80893           !> op.c t/op/sort.t
80894 ____________________________________________________________________________
80895 [  7271] By: gsar                                  on 2000/10/16  03:29:11
80896         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
80897              branch
80898              
80899              Flatten the cpp jungle doing the nosuid checking.
80900              
80901              Do not assume sign propagation. (from M.J.T. Guy)
80902              
80903              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
80904              
80905              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
80906              Now pp_ncmp() returns undef is either operand is a NaN.
80907              
80908              On second thoughts frexp() does have two arguments.
80909              
80910              Document that tr() is not tr(1).
80911              
80912              Be more robust on "extreme" (large absolute value)
80913              arguments.  Originally reported by Daniel Connelly
80914              as a problem with asinh() on large negative arguments,
80915              asinh() used to bail out because an argument to log()
80916              ended up being zero.  Ilya Zakharevich proposed using
80917              Taylor's series in such cases, which for such large
80918              arguments is a very good approximation.
80919              
80920              Undo "use integer" addition from 64bitint as it seems
80921              to break most of the subtests in Digital UNIX;
80922              Unicos needs to find another way.
80923      Branch: maint-5.6/perl
80924           !> (integrate 29 files)
80925 ____________________________________________________________________________
80926 [  7270] By: gsar                                  on 2000/10/16  03:09:44
80927         Log: integrate changes#5948,5949,5950 from mainline
80928              
80929              typo in vars.pm that leads to cryptic message (from Piotr
80930              Piatkowski <kompas@kompas.usr.onet.pl>)
80931              
80932              make perldoc use the pod2man from the same version (from
80933              M.J.T. Guy)
80934              
80935              reformat perldiag to avoid long lines
80936      Branch: maint-5.6/perl
80937           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
80938 ____________________________________________________________________________
80939 [  7269] By: gsar                                  on 2000/10/16  03:05:54
80940         Log: integrate change#5947 from mainline
80941              
80942              use &dl_error rather than &dl_load_file as the guard for calling
80943              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
80944              statically built perl)
80945      Branch: maint-5.6/perl
80946           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
80947 ____________________________________________________________________________
80948 [  7268] By: gsar                                  on 2000/10/16  03:04:48
80949         Log: integrate change#5945 from mainline
80950              
80951              make module name mandatory after -M switch; reorder perldiag
80952              alphabetically (from Mark-Jason Dominus)
80953      Branch: maint-5.6/perl
80954           !> perl.c pod/perldiag.pod
80955 ____________________________________________________________________________
80956 [  7267] By: gsar                                  on 2000/10/16  03:03:01
80957         Log: integrate change#5939 from mainline
80958              
80959              more pod nits (from Larry Virden)
80960      Branch: maint-5.6/perl
80961           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
80962           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
80963           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
80964 ____________________________________________________________________________
80965 [  7266] By: gsar                                  on 2000/10/16  03:01:39
80966         Log: integrate change#5938 from mainline
80967              
80968              Consolidated B::Deparse fixes (from Stephen McCamant)
80969      Branch: maint-5.6/perl
80970           !> ext/B/B/Deparse.pm
80971 ____________________________________________________________________________
80972 [  7265] By: gsar                                  on 2000/10/16  03:00:43
80973         Log: integrate change#5936 from mainline
80974              
80975              additional tests for change#7263 (from Paul Marquess)
80976      Branch: maint-5.6/perl
80977           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
80978           !> t/pragma/warn/5nolint t/pragma/warn/6default
80979 ____________________________________________________________________________
80980 [  7264] By: gsar                                  on 2000/10/16  02:58:34
80981         Log: integrate change#5934 from mainline
80982              
80983              propagate lexical warnings from surrounding scope correctly
80984              within string eval() (from Paul Marquess)
80985      Branch: maint-5.6/perl
80986           !> pp_ctl.c t/pragma/warn/pp_ctl
80987 ____________________________________________________________________________
80988 [  7263] By: gsar                                  on 2000/10/16  02:56:53
80989         Log: integrate change#5932 from mainline
80990              
80991              add rsignal(), whichsig() and do_join() to public API list
80992              (mod_perl uses them to good advantage)
80993      Branch: maint-5.6/perl
80994           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
80995 ____________________________________________________________________________
80996 [  7262] By: gsar                                  on 2000/10/16  02:55:53
80997         Log: integrate change#5931 from mainline
80998              
80999              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
81000      Branch: maint-5.6/perl
81001           !> pp_hot.c regexec.c t/op/pat.t
81002 ____________________________________________________________________________
81003 [  7261] By: gsar                                  on 2000/10/16  02:55:01
81004         Log: integrate change#5930 from mainline
81005              
81006              small os390 tweaks (from Peter Prymmer)
81007      Branch: maint-5.6/perl
81008           !> config_h.SH makedepend.SH
81009 ____________________________________________________________________________
81010 [  7260] By: gsar                                  on 2000/10/16  02:54:10
81011         Log: integrate change#5929 from mainline
81012              
81013              pod nits
81014      Branch: maint-5.6/perl
81015           !> pod/perlguts.pod
81016 ____________________________________________________________________________
81017 [  7259] By: gsar                                  on 2000/10/16  02:52:55
81018         Log: integrate change#5927 from mainline
81019              
81020              arrange for next() to resume at the unstack op rather than the
81021              loop conditional, so that scope cleanup happens correctly
81022              (from Stephen McCamant)
81023      Branch: maint-5.6/perl
81024           !> op.c pp_ctl.c t/op/misc.t
81025 ____________________________________________________________________________
81026 [  7258] By: gsar                                  on 2000/10/16  02:51:38
81027         Log: integrate change#5926 from mainline
81028              
81029              on windows, reserve 16M of stack rather than 128M (allows more
81030              threads to run concurrently)
81031      Branch: maint-5.6/perl
81032           !> win32/Makefile win32/makefile.mk
81033 ____________________________________________________________________________
81034 [  7257] By: gsar                                  on 2000/10/16  02:50:37
81035         Log: integrate change#5925 from mainline
81036              
81037              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
81038      Branch: maint-5.6/perl
81039           !> toke.c
81040 ____________________________________________________________________________
81041 [  7256] By: gsar                                  on 2000/10/16  02:49:36
81042         Log: integrate change#5924 from mainline
81043              
81044              avoid using uninitialized memory in require version check
81045      Branch: maint-5.6/perl
81046           !> pp_ctl.c universal.c
81047 ____________________________________________________________________________
81048 [  7255] By: gsar                                  on 2000/10/16  02:48:03
81049         Log: integrate changes#5923,5928,6009 from mainline
81050              
81051              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
81052      Branch: maint-5.6/perl
81053           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
81054 ____________________________________________________________________________
81055 [  7254] By: gsar                                  on 2000/10/16  02:44:46
81056         Log: integrate change#5922 from mainline
81057              
81058              commentary about IoTYPE() (from Nathan Torkington)
81059      Branch: maint-5.6/perl
81060           !> sv.h
81061 ____________________________________________________________________________
81062 [  7253] By: gsar                                  on 2000/10/16  02:43:49
81063         Log: integrate change#5921 from mainline
81064              
81065              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
81066      Branch: maint-5.6/perl
81067           !> sv.c t/lib/charnames.t t/pragma/utf8.t
81068 ____________________________________________________________________________
81069 [  7252] By: gsar                                  on 2000/10/16  02:42:31
81070         Log: integrate change#5920 from mainline
81071              
81072              Larry's fix for buggy propagation of utf8-ness in join(); add test
81073      Branch: maint-5.6/perl
81074           !> doop.c t/op/ver.t
81075 ____________________________________________________________________________
81076 [  7251] By: gsar                                  on 2000/10/16  02:41:14
81077         Log: integrate changes#5915..5919 from mainline
81078              
81079              various (pod tweaks &c)
81080      Branch: maint-5.6/perl
81081           !> (integrate 33 files)
81082 ____________________________________________________________________________
81083 [  7250] By: gsar                                  on 2000/10/16  02:38:16
81084         Log: integrate change#5914 from mainline
81085              
81086              caller() wasn't returning the right number of elements for
81087              eval {...}
81088      Branch: maint-5.6/perl
81089           !> pp_ctl.c t/pragma/warn/9enabled
81090 ____________________________________________________________________________
81091 [  7249] By: gsar                                  on 2000/10/16  02:37:02
81092         Log: integrate change#5913 from mainline
81093              
81094              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
81095              (from Mark-Jason Dominus)
81096      Branch: maint-5.6/perl
81097           !> pod/perlfunc.pod
81098 ____________________________________________________________________________
81099 [  7248] By: gsar                                  on 2000/10/16  02:35:58
81100         Log: integrate change#5912 from mainline
81101              
81102              fix totally broken caching in UNIVERSAL::isa() (from
81103              Nick Ing-Simmons)
81104      Branch: maint-5.6/perl
81105           !> t/op/universal.t universal.c
81106 ____________________________________________________________________________
81107 [  7247] By: gsar                                  on 2000/10/16  02:34:27
81108         Log: integrate changes#5910,5911 from mainline
81109              
81110              typo in pod
81111              
81112              add linebreak properties from unicode/LineBrk.txt (from
81113              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
81114      Branch: maint-5.6/perl
81115           +> (branch 29 files)
81116           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
81117 ____________________________________________________________________________
81118 [  7246] By: gsar                                  on 2000/10/16  02:33:29
81119         Log: integrate change#5909 from mainline
81120              
81121              mode argument to do_binmode() should be file mode, not boolean
81122      Branch: maint-5.6/perl
81123           !> pp_sys.c
81124 ____________________________________________________________________________
81125 [  7245] By: gsar                                  on 2000/10/16  02:31:04
81126         Log: integrate change#5908 from mainline
81127              
81128              introduce illegal symbols into null package so that
81129              gv_fetchpv(...,TRUE) always returns a valid GV even when the
81130              symbol is trapped by strictures (avoids coredumps)
81131      Branch: maint-5.6/perl
81132           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
81133           !> t/pragma/strict-vars
81134 ____________________________________________________________________________
81135 [  7244] By: jhi                                   on 2000/10/16  02:29:54
81136         Log: Subject: $Carp::ExportLevel confusion in Exporter
81137              From: "Ben Tilly" <ben_tilly@hotmail.com>
81138              Date: Sat, 14 Oct 2000 16:44:34 EDT
81139              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
81140      Branch: perl
81141            ! lib/Exporter/Heavy.pm
81142 ____________________________________________________________________________
81143 [  7243] By: jhi                                   on 2000/10/16  02:28:33
81144         Log: Subject: [PATCH perlguts.pod] Document offset hack
81145              From: Simon Cozens <simon@cozens.net>
81146              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
81147              Date: Sat, 14 Oct 2000 19:32:25 +0100
81148      Branch: perl
81149            ! pod/perlguts.pod
81150 ____________________________________________________________________________
81151 [  7242] By: gsar                                  on 2000/10/16  02:26:51
81152         Log: integrate changes#5905,5906,5907,6064 from mainline
81153              
81154              printf/sprintf didn't get quad types right under use64bitint
81155      Branch: maint-5.6/perl
81156           !> pp_sys.c sv.c t/op/64bitint.t
81157 ____________________________________________________________________________
81158 [  7241] By: jhi                                   on 2000/10/16  02:22:44
81159         Log: Subject: small pod patch
81160              From: Dan Boorstein <dan_boo@bellsouth.net>
81161              Date: Sat, 14 Oct 2000 14:29:24 -0400
81162              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
81163      Branch: perl
81164            ! pod/perlfaq7.pod pod/perlmod.pod
81165 ____________________________________________________________________________
81166 [  7240] By: jhi                                   on 2000/10/16  02:13:46
81167         Log: -w cleanup.
81168              
81169              Subject: Re: Problems with bleadperl 
81170              From: "Stephen P. Potter" <spp@ds.net>
81171              Date: Fri, 13 Oct 2000 13:32:49 -0400
81172              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
81173      Branch: perl
81174            ! t/pragma/overload.t
81175 ____________________________________________________________________________
81176 [  7239] By: jhi                                   on 2000/10/16  01:41:18
81177         Log: One more ~utf8 tweak.
81178      Branch: perl
81179            ! t/op/bop.t
81180 ____________________________________________________________________________
81181 [  7238] By: jhi                                   on 2000/10/16  01:34:14
81182         Log: Tweak the test of #7235.
81183      Branch: perl
81184            ! t/op/bop.t
81185 ____________________________________________________________________________
81186 [  7237] By: jhi                                   on 2000/10/16  01:25:04
81187         Log: Fix a couple of compiler-noted nits in #7235.
81188      Branch: perl
81189            ! pp.c
81190 ____________________________________________________________________________
81191 [  7236] By: jhi                                   on 2000/10/16  01:22:46
81192         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
81193      Branch: perl
81194            ! pp.c pp_hot.c
81195 ____________________________________________________________________________
81196 [  7235] By: jhi                                   on 2000/10/15  16:24:44
81197         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
81198              
81199              From: Simon Cozens <simon@cozens.net>
81200              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
81201              Date: Sat, 14 Oct 2000 20:52:13 +0100
81202              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
81203      Branch: perl
81204            ! pp.c t/op/bop.t utf8.h
81205 ____________________________________________________________________________
81206 [  7234] By: jhi                                   on 2000/10/15  15:19:29
81207         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
81208              The problem was that rx->minlen was in chars while pp_split()
81209              thought it would be in bytes. 
81210      Branch: perl
81211            ! pp.c t/pragma/utf8.t
81212 ____________________________________________________________________________
81213 [  7233] By: jhi                                   on 2000/10/14  20:24:24
81214         Log: Document FNCASE=y as discussed in the bug 20000902.009.
81215      Branch: perl
81216            ! README.dos
81217 ____________________________________________________________________________
81218 [  7232] By: jhi                                   on 2000/10/14  18:52:21
81219         Log: Add test for bug id 20000427.003 (which seems to have
81220              been fixed) (also duplicate as 20000427.004, though
81221              with a higher severity).  Move one utf8 from op/append
81222              to pragma/utf8, tag the tests with bug ids.
81223      Branch: perl
81224            ! t/op/append.t t/pragma/utf8.t
81225 ____________________________________________________________________________
81226 [  7231] By: jhi                                   on 2000/10/14  17:28:37
81227         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
81228      Branch: perl
81229            ! t/pragma/utf8.t
81230 ____________________________________________________________________________
81231 [  7230] By: jhi                                   on 2000/10/14  14:24:50
81232         Log: Needs to be conditional on SunOS 4.
81233              
81234              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
81235              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
81236              Date: Sat, 14 Oct 2000 13:37:49 +0100
81237              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
81238      Branch: metaconfig/U/perl
81239            ! End.U
81240      Branch: perl
81241            ! Configure myconfig.SH pod/perldelta.pod
81242 ____________________________________________________________________________
81243 [  7229] By: jhi                                   on 2000/10/14  00:49:22
81244         Log: Update Changes.
81245      Branch: perl
81246            ! Changes patchlevel.h
81247 ____________________________________________________________________________
81248 [  7228] By: jhi                                   on 2000/10/14  00:46:10
81249         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
81250              From: Peter Prymmer <pvhp@forte.com>
81251              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
81252              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
81253      Branch: perl
81254            ! lib/utf8.pm
81255 ____________________________________________________________________________
81256 [  7227] By: jhi                                   on 2000/10/13  23:20:30
81257         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
81258      Branch: perl
81259            ! t/op/tie.t
81260 ____________________________________________________________________________
81261 [  7226] By: jhi                                   on 2000/10/13  22:14:32
81262         Log: Tweak #7225.
81263              
81264              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
81265              From: Peter Prymmer <pvhp@forte.com>
81266              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
81267              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
81268      Branch: perl
81269            ! t/op/sprintf.t
81270 ____________________________________________________________________________
81271 [  7225] By: jhi                                   on 2000/10/13  22:11:31
81272         Log: op/sprintf.t patch for OS/390 (and any other host with limited
81273              floating-point exponent length)
81274              
81275              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
81276              From: Dominic Dunlop <domo@computer.org>
81277              Date: Fri, 13 Oct 2000 19:17:57 +0200
81278              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
81279      Branch: perl
81280            ! t/op/sprintf.t
81281 ____________________________________________________________________________
81282 [  7224] By: jhi                                   on 2000/10/13  18:40:48
81283         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
81284      Branch: perl
81285            ! toke.c
81286 ____________________________________________________________________________
81287 [  7223] By: jhi                                   on 2000/10/13  18:37:13
81288         Log: Thinko in #7222.
81289      Branch: perl
81290            ! utf8.c
81291 ____________________________________________________________________________
81292 [  7222] By: jhi                                   on 2000/10/13  18:05:23
81293         Log: Use UTF8SKIP(), from Simon Cozens.
81294      Branch: perl
81295            ! utf8.c
81296 ____________________________________________________________________________
81297 [  7221] By: jhi                                   on 2000/10/13  15:43:19
81298         Log: (accidentally empty check-in)
81299      Branch: perl
81300            ! utf8.c
81301 ____________________________________________________________________________
81302 [  7220] By: jhi                                   on 2000/10/13  15:23:51
81303         Log: Add (optimistically) Storable to static extensions.
81304      Branch: perl
81305            ! hints/uwin.sh hints/vmesa.sh
81306 ____________________________________________________________________________
81307 [  7219] By: jhi                                   on 2000/10/13  15:20:05
81308         Log: Amdahl UTS doesn't seem to do dynaloading.
81309      Branch: perl
81310            ! hints/uts.sh
81311 ____________________________________________________________________________
81312 [  7218] By: jhi                                   on 2000/10/13  15:15:20
81313         Log: Slight tweak of the code to appease Amdahl UTS cc.
81314      Branch: perl
81315            ! pp.c
81316 ____________________________________________________________________________
81317 [  7217] By: jhi                                   on 2000/10/13  14:50:42
81318         Log: In Amdahl UTS "struct sv" is defined by a system header,
81319              <ksync.h>.
81320      Branch: perl
81321            ! perl.h sv.h
81322 ____________________________________________________________________________
81323 [  7216] By: jhi                                   on 2000/10/13  11:58:25
81324         Log: Ilya implemented the memory profiling API.
81325      Branch: perl
81326            ! Todo
81327 ____________________________________________________________________________
81328 [  7215] By: jhi                                   on 2000/10/13  02:56:38
81329         Log: Subject: [PATCH 5.7.0] Perl API for mstats
81330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81331              Date: Thu, 12 Oct 2000 22:52:40 -0400
81332              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
81333      Branch: perl
81334            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
81335 ____________________________________________________________________________
81336 [  7214] By: jhi                                   on 2000/10/13  02:55:38
81337         Log: Subject: [PATCH 5.7.0] IVs in mtats
81338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81339              Date: Thu, 12 Oct 2000 22:51:04 -0400
81340              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
81341      Branch: perl
81342            ! malloc.c perl.h
81343 ____________________________________________________________________________
81344 [  7213] By: jhi                                   on 2000/10/13  02:31:47
81345         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
81346      Branch: perl
81347            ! pod/perldiag.pod pp_sys.c
81348 ____________________________________________________________________________
81349 [  7212] By: jhi                                   on 2000/10/13  01:27:38
81350         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
81351              From: Peter Prymmer <pvhp@forte.com>
81352              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
81353              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
81354      Branch: perl
81355            ! t/op/oct.t
81356 ____________________________________________________________________________
81357 [  7211] By: jhi                                   on 2000/10/13  00:35:09
81358         Log: Update Changes.
81359      Branch: perl
81360            ! Changes patchlevel.h
81361 ____________________________________________________________________________
81362 [  7210] By: jhi                                   on 2000/10/12  23:59:40
81363         Log: The Install.pm third of
81364              
81365              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
81366              From: Bill Campbell <bill@celestial.com>
81367              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
81368              Date: Thu, 5 Oct 2000 18:04:51 -0700
81369      Branch: perl
81370            ! lib/ExtUtils/Install.pm
81371 ____________________________________________________________________________
81372 [  7209] By: jhi                                   on 2000/10/12  23:58:43
81373         Log: Two thirds of
81374              
81375              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
81376              Date: Thu, 5 Oct 2000 18:04:51 -0700
81377              From: Bill Campbell <bill@celestial.com>
81378              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
81379              
81380              The Install.pm changes will be submitted separately because
81381              they need some work and discussion still.
81382      Branch: perl
81383            ! lib/getopts.pl lib/termcap.pl
81384 ____________________________________________________________________________
81385 [  7208] By: jhi                                   on 2000/10/12  23:41:19
81386         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
81387              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
81388              Date:     Thu, 12 Oct 2000 07:30:02 EDT
81389              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
81390      Branch: perl
81391            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
81392            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
81393 ____________________________________________________________________________
81394 [  7207] By: jhi                                   on 2000/10/12  23:39:01
81395         Log: An updated EBCDIC tr patch.
81396              
81397              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
81398              From: Peter Prymmer <pvhp@forte.com>
81399              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
81400              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
81401      Branch: perl
81402            ! t/op/tr.t
81403 ____________________________________________________________________________
81404 [  7206] By: jhi                                   on 2000/10/12  23:34:55
81405         Log: Upgrade to CPAN 1.58, from Andreas König.
81406      Branch: perl
81407            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
81408 ____________________________________________________________________________
81409 [  7205] By: jhi                                   on 2000/10/12  23:29:08
81410         Log: Introduce the man[24-8] variables, from Andy Dougherty.
81411      Branch: metaconfig/U/perl
81412            + mandirs.U mandirstyle.U
81413      Branch: perl
81414            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81415            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
81416            ! vos/config.h vos/config.pl vos/config_h.SH_orig
81417            ! win32/config.bc win32/config.gc win32/config.vc
81418 ____________________________________________________________________________
81419 [  7204] By: gsar                                  on 2000/10/12  18:11:24
81420         Log: restore change#7202
81421      Branch: perl
81422            ! mg.c
81423 ____________________________________________________________________________
81424 [  7203] By: gsar                                  on 2000/10/12  18:09:40
81425         Log: another test of the Emergency Broadcast System--back out 
81426              change#7202
81427      Branch: perl
81428            ! mg.c
81429 ____________________________________________________________________________
81430 [  7202] By: gsar                                  on 2000/10/12  16:40:47
81431         Log: (submitted on behalf of Jarkko)
81432              Fix the lib/encode.t subtest 6 failure as reported by Andreas
81433              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
81434              was unearthed by change 7182, as was a bug in HTML::Entities.
81435      Branch: perl
81436            ! mg.c
81437 ____________________________________________________________________________
81438 [  7201] By: jhi                                   on 2000/10/11  03:16:05
81439         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
81440      Branch: perl
81441            ! pp_hot.c t/pragma/utf8.t
81442 ____________________________________________________________________________
81443 [  7200] By: jhi                                   on 2000/10/11  00:40:30
81444         Log: The #7198 was a false alarm.
81445      Branch: perl
81446            ! pp_hot.c
81447 ____________________________________________________________________________
81448 [  7199] By: jhi                                   on 2000/10/11  00:26:04
81449         Log: Remove duplicated code.
81450      Branch: perl
81451            ! t/lib/cgi-html.t
81452 ____________________________________________________________________________
81453 [  7198] By: jhi                                   on 2000/10/10  23:30:46
81454         Log: (Retracted by #7200.)
81455      Branch: perl
81456            ! pp_hot.c
81457 ____________________________________________________________________________
81458 [  7197] By: jhi                                   on 2000/10/10  21:49:30
81459         Log: Add the test case for #7190, from the original bug report
81460              by Andreas König.
81461      Branch: perl
81462            ! t/pragma/utf8.t
81463 ____________________________________________________________________________
81464 [  7196] By: jhi                                   on 2000/10/10  21:40:49
81465         Log: Reapply Andy's patch and regen Configure.
81466      Branch: perl
81467            ! Configure INSTALL Makefile.SH Porting/Glossary
81468            ! Porting/config.sh config_h.SH epoc/config.sh installperl
81469            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
81470            ! win32/config.vc
81471 ____________________________________________________________________________
81472 [  7195] By: jhi                                   on 2000/10/10  21:09:30
81473         Log: Use the versiononly instead of the installscripts,
81474              retract the changes 7146 and 7147.
81475      Branch: perl
81476            ! Configure INSTALL Makefile.SH Porting/Glossary
81477            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
81478            ! installperl uconfig.sh vos/config.def win32/config.bc
81479            ! win32/config.gc win32/config.vc
81480 ____________________________________________________________________________
81481 [  7194] By: jhi                                   on 2000/10/10  21:06:15
81482         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
81483              From: Peter Prymmer <pvhp@forte.com>
81484              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
81485              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
81486      Branch: perl
81487            ! t/op/ver.t
81488 ____________________________________________________________________________
81489 [  7193] By: jhi                                   on 2000/10/10  21:05:12
81490         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
81491              From: Peter Prymmer <pvhp@forte.com>
81492              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
81493              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
81494      Branch: perl
81495            ! t/op/tr.t
81496 ____________________________________________________________________________
81497 [  7192] By: jhi                                   on 2000/10/10  20:57:30
81498         Log: Add versiononly, delete installscripts, from Andy Dougherty.
81499      Branch: metaconfig
81500            - U/installdirs/installscripts.U
81501      Branch: metaconfig/U/perl
81502            + versiononly.U
81503 ____________________________________________________________________________
81504 [  7191] By: jhi                                   on 2000/10/10  19:41:21
81505         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
81506              From: Peter Prymmer <pvhp@forte.com>
81507              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
81508              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
81509      Branch: perl
81510            ! pod/perlebcdic.pod
81511 ____________________________________________________________________________
81512 [  7190] By: jhi                                   on 2000/10/10  19:26:14
81513         Log: Subject: Re: utf8 concat, mg_get
81514              From: Simon Cozens <simon@cozens.net>
81515              Date: Tue, 10 Oct 2000 17:40:17 +0100
81516              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
81517      Branch: perl
81518            ! pp_hot.c
81519 ____________________________________________________________________________
81520 [  7189] By: jhi                                   on 2000/10/10  19:23:03
81521         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
81522              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
81523              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
81524              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
81525      Branch: perl
81526            ! lib/ExtUtils/MM_Unix.pm
81527 ____________________________________________________________________________
81528 [  7188] By: jhi                                   on 2000/10/10  15:31:24
81529         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
81530              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
81531              Date: Fri, 14 Jul 2000 10:47:36 +0100
81532              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
81533      Branch: perl
81534            ! README.win32
81535 ____________________________________________________________________________
81536 [  7187] By: jhi                                   on 2000/10/10  13:30:10
81537         Log: Quote the temp file name, needed in Win32 because the
81538              default name unfortunately contains spaces, shouldn't
81539              hurt elsewhere.
81540              
81541              Subject: FW: perldoc fails if $TEMP contains spaces
81542              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
81543              Date: Thu, 14 Sep 2000 08:58:45 +0100
81544              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
81545      Branch: perl
81546            ! utils/perldoc.PL
81547 ____________________________________________________________________________
81548 [  7186] By: jhi                                   on 2000/10/10  13:16:27
81549         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
81550              From: hv@hugo.hybyte.com
81551              Date: Tue, 10 Oct 2000 14:10:20 +0100
81552              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
81553      Branch: perl
81554            ! t/lib/thr5005.t util.c
81555 ____________________________________________________________________________
81556 [  7185] By: jhi                                   on 2000/10/10  12:06:22
81557         Log: Upgrade to podlators 1.04, from Russ Allbery.
81558      Branch: perl
81559            ! lib/Pod/Man.pm lib/Pod/Text.pm
81560 ____________________________________________________________________________
81561 [  7184] By: jhi                                   on 2000/10/10  12:01:32
81562         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
81563      Branch: perl
81564            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
81565 ____________________________________________________________________________
81566 [  7183] By: jhi                                   on 2000/10/09  23:47:15
81567         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
81568              From: Peter Prymmer <pvhp@forte.com>
81569              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
81570              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
81571      Branch: perl
81572            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
81573 ____________________________________________________________________________
81574 [  7182] By: jhi                                   on 2000/10/09  23:43:16
81575         Log: Make eq work again with utf8 (disabling the upgrading
81576              should no more be necessary since the copies of the
81577              scalars are upgraded, not the scalars themselves).
81578              Takes care of ID 20001009.001.  (The claimed length()
81579              bug in 20001009.001 seems bogus to me.)
81580      Branch: perl
81581            ! sv.c t/pragma/utf8.t
81582 ____________________________________________________________________________
81583 [  7181] By: gsar                                  on 2000/10/09  19:41:54
81584         Log: tweak for change#7173
81585      Branch: perl
81586            ! win32/win32sck.c
81587 ____________________________________________________________________________
81588 [  7180] By: gsar                                  on 2000/10/09  19:26:56
81589         Log: on Windows, clean targets might not work under some flavors of the shell
81590      Branch: perl
81591            ! win32/Makefile win32/makefile.mk
81592 ____________________________________________________________________________
81593 [  7179] By: jhi                                   on 2000/10/09  19:21:02
81594         Log: Update Changes.
81595      Branch: perl
81596            ! Changes patchlevel.h
81597 ____________________________________________________________________________
81598 [  7178] By: jhi                                   on 2000/10/09  19:18:23
81599         Log: Warn about unknown scripts.
81600              
81601              Subject: Re: ideas? patches? [PATCH bleadperl]
81602              From: Dominic Dunlop <domo@computer.org>
81603              Date: Mon, 9 Oct 2000 14:57:17 +0200
81604              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
81605      Branch: perl
81606            ! lib/charnames.pm
81607 ____________________________________________________________________________
81608 [  7177] By: jhi                                   on 2000/10/09  19:13:27
81609         Log: Change #7160 had a nasty typo.
81610      Branch: metaconfig
81611            ! U/compline/Compile.U
81612      Branch: perl
81613            ! Configure config_h.SH
81614 ____________________________________________________________________________
81615 [  7176] By: gsar                                  on 2000/10/09  18:59:33
81616         Log: pod nit
81617      Branch: perl
81618            ! pod/perlport.pod
81619 ____________________________________________________________________________
81620 [  7175] By: gsar                                  on 2000/10/09  18:54:28
81621         Log: Windows9x doesn't support link(), despite what Config.pm
81622              might think
81623      Branch: perl
81624            ! lib/ExtUtils/Manifest.pm
81625 ____________________________________________________________________________
81626 [  7174] By: gsar                                  on 2000/10/09  18:50:03
81627         Log: avoid nonportable example code
81628      Branch: perl
81629            ! lib/File/Copy.pm
81630 ____________________________________________________________________________
81631 [  7173] By: gsar                                  on 2000/10/09  18:46:54
81632         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
81633              being used) when closing a socket handle
81634      Branch: perl
81635            ! win32/win32.c win32/win32.h win32/win32sck.c
81636 ____________________________________________________________________________
81637 [  7172] By: gsar                                  on 2000/10/09  18:41:40
81638         Log: on Windows, cwd strings in the environment should be of the
81639              form =X:=X:\foo instead of =X=X:\foo\
81640      Branch: perl
81641            ! win32/vdir.h
81642 ____________________________________________________________________________
81643 [  7171] By: gsar                                  on 2000/10/09  18:30:09
81644         Log: on Windows, LoadLibrary() could load an extension DLL multiple
81645              times if forward slashes are used in the path
81646      Branch: perl
81647            ! win32/win32.c
81648 ____________________________________________________________________________
81649 [  7170] By: jhi                                   on 2000/10/09  17:53:59
81650         Log: Add a todo note about overloadable assertions.
81651      Branch: perl
81652            ! Todo-5.6
81653 ____________________________________________________________________________
81654 [  7169] By: jhi                                   on 2000/10/09  13:43:45
81655         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
81656              From: mjd@plover.com
81657              Date: 9 Oct 2000 00:24:44 -0000
81658              Message-ID: <20001009002444.10616.qmail@plover.com>
81659      Branch: perl
81660            ! pod/perldebguts.pod
81661 ____________________________________________________________________________
81662 [  7168] By: nick                                  on 2000/10/08  13:16:33
81663         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
81664              is not right thing to do on (e.g. x86). Network order is also "right" for
81665              X fonts.
81666      Branch: perl
81667            ! ext/Encode/Encode.pm
81668 ____________________________________________________________________________
81669 [  7167] By: nick                                  on 2000/10/08  12:54:42
81670         Log: Make "encodings" work post-install when Encode/*.enc files may not
81671              be in same directory as Encode.pm
81672      Branch: perl
81673            ! ext/Encode/Encode.pm
81674 ____________________________________________________________________________
81675 [  7166] By: nick                                  on 2000/10/08  11:51:26
81676         Log: Work round the fact that $hash->{$key} does not take into account
81677              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
81678              so that key is always in the "expected" encoding - i.e. same way we put
81679              it in the hash.
81680      Branch: perl
81681            ! ext/Encode/Encode.pm
81682 ____________________________________________________________________________
81683 [  7165] By: gsar                                  on 2000/10/08  04:15:29
81684         Log: save_re_context() could reset PL_curcop to freed memory, causing core
81685              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
81686      Branch: perl
81687            ! pp_ctl.c
81688 ____________________________________________________________________________
81689 [  7164] By: jhi                                   on 2000/10/06  20:51:48
81690         Log: UTF8ize split() so that the cloned substrings get the UTF8
81691              flag of the original scalar.  Problem reported by Simon Cozens.
81692      Branch: perl
81693            ! pp.c t/pragma/utf8.t
81694 ____________________________________________________________________________
81695 [  7163] By: nick                                  on 2000/10/06  20:48:34
81696         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
81697              got a false +ve and so did not reach code which would have un-FAKEd the SV.
81698      Branch: perl
81699            ! sv.c
81700 ____________________________________________________________________________
81701 [  7162] By: nick                                  on 2000/10/06  20:25:37
81702         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
81703              To fix  (sort {$a <=> $b} keys %hash) in particular but
81704              should cover a number of other as-yet-unknown cases as well.
81705      Branch: perl
81706            ! sv.c
81707 ____________________________________________________________________________
81708 [  7161] By: jhi                                   on 2000/10/06  19:56:18
81709         Log: Change the version number of Tie::Handle in the core to 4.0,
81710              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
81711              
81712              Subject: Note on Tie::Handle
81713              From: andreas.koenig@anima.de (Andreas J. Koenig)
81714              Date:      06 Oct 2000 21:48:58 +0200
81715              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
81716      Branch: perl
81717            ! lib/Tie/Handle.pm
81718 ____________________________________________________________________________
81719 [  7160] By: jhi                                   on 2000/10/06  18:20:35
81720         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
81721              as the first option of cc/ld because of ultrapicky compilers
81722              (e.g. OS/390 R2.5)
81723      Branch: metaconfig
81724            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
81725            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
81726            ! U/compline/orderlib.U U/modified/Cppsym.U
81727            ! U/modified/d_access.U
81728      Branch: metaconfig/U/perl
81729            ! Checkcc.U d_dlsymun.U gccvers.U
81730      Branch: perl
81731            ! Configure config_h.SH
81732 ____________________________________________________________________________
81733 [  7159] By: jhi                                   on 2000/10/06  13:56:39
81734         Log: Update Changes.
81735      Branch: perl
81736            ! Changes patchlevel.h
81737 ____________________________________________________________________________
81738 [  7158] By: jhi                                   on 2000/10/06  12:48:40
81739         Log: Eliminate $Is_VMS code from the test.
81740              
81741              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
81742              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
81743              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
81744              Date:     Thu, 5 Oct 2000 07:46:33 EDT
81745      Branch: perl
81746            ! t/lib/b.t
81747 ____________________________________________________________________________
81748 [  7157] By: jhi                                   on 2000/10/06  12:47:13
81749         Log: Also the $ccflags is needed for the C compiler check.
81750              
81751              Subject: Configure (check for C-compiler)
81752              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81753              Date: Fri, 06 Oct 2000 08:47:15 +0200
81754              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
81755      Branch: metaconfig/U/perl
81756            ! Checkcc.U
81757      Branch: perl
81758            ! Configure config_h.SH
81759 ____________________________________________________________________________
81760 [  7156] By: jhi                                   on 2000/10/06  11:45:15
81761         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
81762      Branch: perl
81763            ! perl.c pp_ctl.c sv.h utf8.c
81764 ____________________________________________________________________________
81765 [  7155] By: jhi                                   on 2000/10/06  11:40:41
81766         Log: IO::Handle->syswrite() did not handle length omission
81767              like CORE::syswrite() does.
81768              
81769              Subject: [Fwd] IO::Handle, syswrite and arguments
81770              From: Graham Barr <gbarr@pobox.com>
81771              Date: Fri, 6 Oct 2000 10:22:05 +0100
81772              Message-ID: <20001006102205.U6312@pobox.com>
81773              
81774              The original patch from andrew@ugh.net.au.
81775      Branch: perl
81776            ! ext/IO/lib/IO/Handle.pm
81777 ____________________________________________________________________________
81778 [  7154] By: jhi                                   on 2000/10/06  01:42:15
81779         Log: Tweak #7153.
81780      Branch: perl
81781            ! utf8.h
81782 ____________________________________________________________________________
81783 [  7153] By: jhi                                   on 2000/10/06  00:39:55
81784         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
81785      Branch: perl
81786            ! utf8.h
81787 ____________________________________________________________________________
81788 [  7152] By: jhi                                   on 2000/10/06  00:38:11
81789         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
81790      Branch: perl
81791            ! perl.c pp_ctl.c sv.h utf8.c
81792 ____________________________________________________________________________
81793 [  7151] By: jhi                                   on 2000/10/06  00:36:38
81794         Log: Subject: Re: Questions about Tie::Array and perl modules
81795              From: Nick Ing-Simmons <nik@tiuk.ti.com>
81796              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
81797              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
81798              
81799              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
81800      Branch: perl
81801            ! lib/Tie/Array.pm t/op/array.t
81802 ____________________________________________________________________________
81803 [  7150] By: jhi                                   on 2000/10/05  00:20:45
81804         Log: Regen Changes.
81805      Branch: perl
81806            ! Changes patchlevel.h
81807 ____________________________________________________________________________
81808 [  7149] By: jhi                                   on 2000/10/05  00:20:01
81809         Log: Regen toc.
81810      Branch: perl
81811            ! pod/perltoc.pod
81812 ____________________________________________________________________________
81813 [  7148] By: jhi                                   on 2000/10/04  23:35:08
81814         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
81815              reported several times by Dominic Dunlop, for example in
81816              ID 20000315.008.  Patch from Dominic.  Patch affects at
81817              least MachTen, and possibly other oldish BSDs. Should not
81818              break non-broken platforms (tested on LinuxPPC). 
81819      Branch: perl
81820            ! doio.c
81821 ____________________________________________________________________________
81822 [  7147] By: jhi                                   on 2000/10/04  23:26:34
81823         Log: The one that got away from 7146.
81824      Branch: metaconfig
81825            + U/installdirs/installscripts.U
81826 ____________________________________________________________________________
81827 [  7146] By: jhi                                   on 2000/10/04  23:25:04
81828         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
81829              suggested by H. Merijn Brand.
81830      Branch: perl
81831            ! Configure INSTALL Makefile.SH Porting/Glossary
81832            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
81833            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
81834            ! win32/config.vc
81835 ____________________________________________________________________________
81836 [  7145] By: jhi                                   on 2000/10/04  22:08:21
81837         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
81838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81839              Date: Wed, 4 Oct 2000 17:37:46 -0400
81840              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
81841      Branch: perl
81842            ! utils/h2xs.PL
81843 ____________________________________________________________________________
81844 [  7144] By: jhi                                   on 2000/10/04  18:11:41
81845         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
81846              From: Jeff Pinyan <jeffp@crusoe.net>
81847              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
81848              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
81849      Branch: perl
81850            ! pod/perlrun.pod
81851 ____________________________________________________________________________
81852 [  7143] By: jhi                                   on 2000/10/04  18:09:58
81853         Log: Subject: perlhack.pod Patch for Externals Tools
81854              From: Fisher Mark <fisherm@tce.com>
81855              Date: Tue, 3 Oct 2000 15:43:27 -0500 
81856              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
81857      Branch: perl
81858            ! pod/perlhack.pod
81859 ____________________________________________________________________________
81860 [  7142] By: jhi                                   on 2000/10/04  18:08:41
81861         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
81862              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
81863              Date:     Wed, 4 Oct 2000 12:11:11 EDT
81864              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
81865      Branch: perl
81866            ! vms/vms.c
81867 ____________________________________________________________________________
81868 [  7141] By: jhi                                   on 2000/10/04  12:20:16
81869         Log: Subject: [PATCH 5.7.0] h2xs not working
81870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81871              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
81872              Date: Tue, 3 Oct 2000 21:43:01 -0400
81873              
81874              Subject: [PATCH 5.7.0] h2xs not documenting the created module
81875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81876              Date: Tue, 3 Oct 2000 22:55:19 -0400
81877              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
81878      Branch: perl
81879            ! utils/h2xs.PL
81880 ____________________________________________________________________________
81881 [  7140] By: jhi                                   on 2000/10/04  11:53:44
81882         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
81883              From: nick@babyhippo.com
81884              Date: Wed, 4 Oct 2000 12:06:45 +0100
81885              Message-Id: <20001004120645.A7356@babyhippo.com>
81886              
81887              Retract 7118 and 7135.
81888      Branch: perl
81889            ! installman installperl op.c t/pragma/subs.t
81890 ____________________________________________________________________________
81891 [  7139] By: jhi                                   on 2000/10/03  22:09:41
81892         Log: It is possible to have no hosts database at all.  Pointed out in
81893              
81894              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
81895              From: Peter Prymmer <pvhp@forte.com>
81896              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
81897              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
81898      Branch: metaconfig
81899            ! U/modified/myhostname.U
81900      Branch: perl
81901            ! Configure config_h.SH
81902 ____________________________________________________________________________
81903 [  7138] By: jhi                                   on 2000/10/03  21:49:49
81904         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
81905              From: Peter Prymmer <pvhp@forte.com>
81906              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
81907              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
81908      Branch: perl
81909            ! pp_sys.c
81910 ____________________________________________________________________________
81911 [  7137] By: jhi                                   on 2000/10/03  20:10:05
81912         Log: One remaining nit less at the VMS mailbox sizing.
81913      Branch: perl
81914            ! vms/vms.c
81915 ____________________________________________________________________________
81916 [  7136] By: jhi                                   on 2000/10/03  20:08:47
81917         Log: Test harness update to sync with the new perlcc,
81918              from Simon Cozens.
81919      Branch: perl
81920            ! t/TEST t/UTEST
81921 ____________________________________________________________________________
81922 [  7135] By: jhi                                   on 2000/10/03  15:15:42
81923         Log: Subject: Re: PATCH for 20001003.004
81924              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
81925              From: "AARON B. DOSSETT" <aaron@iglou.com>
81926              Message-Id: <E13gTay-0006od-00@iglou.com>
81927      Branch: perl
81928            ! installman installperl
81929 ____________________________________________________________________________
81930 [  7134] By: jhi                                   on 2000/10/03  15:00:34
81931         Log: Subject: [ID 20001003.006] B::Debug not -w clean
81932              From: Nicholas Clark <nick@babyhippo.co.uk>
81933              Date: Tue, 03 Oct 2000 15:46:32 +0100
81934              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
81935      Branch: perl
81936            ! ext/B/B/Debug.pm
81937 ____________________________________________________________________________
81938 [  7133] By: jhi                                   on 2000/10/03  14:58:39
81939         Log: Scale down the VMS message boxes, by Charles Lane.
81940              Fix for ID 20000903.009, workaround at
81941              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
81942      Branch: perl
81943            ! vms/vms.c
81944 ____________________________________________________________________________
81945 [  7132] By: jhi                                   on 2000/10/03  11:20:37
81946         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
81947      Branch: perl
81948            + t/lib/st-lock.t t/lib/st-utf8.t
81949            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
81950            ! ext/Storable/Storable.xs t/lib/st-recurse.t
81951 ____________________________________________________________________________
81952 [  7131] By: jhi                                   on 2000/10/03  03:38:23
81953         Log: Encode nits.
81954      Branch: perl
81955            ! MANIFEST Makefile.SH
81956 ____________________________________________________________________________
81957 [  7130] By: jhi                                   on 2000/10/03  03:31:05
81958         Log: Update Changes.
81959      Branch: perl
81960            ! Changes patchlevel.h
81961 ____________________________________________________________________________
81962 [  7129] By: jhi                                   on 2000/10/03  02:24:02
81963         Log: Misplaced else.
81964      Branch: metaconfig/U/perl
81965            ! d_strtoll.U
81966      Branch: perl
81967            ! Configure config_h.SH
81968 ____________________________________________________________________________
81969 [  7128] By: jhi                                   on 2000/10/03  02:08:29
81970         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
81971              From: sthoenna@efn.org
81972              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
81973              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
81974      Branch: metaconfig/U/perl
81975            ! d_strtoll.U
81976      Branch: perl
81977            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
81978 ____________________________________________________________________________
81979 [  7127] By: jhi                                   on 2000/10/03  01:13:14
81980         Log: Update Changes.
81981      Branch: perl
81982            ! Changes patchlevel.h
81983 ____________________________________________________________________________
81984 [  7126] By: jhi                                   on 2000/10/03  00:57:08
81985         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
81986              as suggested by Olaf Flebbe and Nick Clark.
81987      Branch: perl
81988            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
81989 ____________________________________________________________________________
81990 [  7125] By: jhi                                   on 2000/10/03  00:50:56
81991         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
81992              From: Nick Clark <nick@plum.flirble.org>
81993              Date: Mon, 2 Oct 2000 11:03:24 +0100
81994              Message-Id: <20001002110324.D20073@plum.flirble.org>
81995              
81996              Also fixes bug ID 20001002.005.
81997      Branch: perl
81998            ! t/lib/encode.t
81999 ____________________________________________________________________________
82000 [  7124] By: jhi                                   on 2000/10/03  00:34:59
82001         Log: Subject: [PATCH 5.7.0] Epoc update
82002              From: Olaf Flebbe <o.flebbe@gmx.de>
82003              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
82004              Message-ID: <26423.969484586@www10.gmx.net>
82005      Branch: perl
82006            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
82007            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
82008            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
82009            ! util.c util.h
82010 ____________________________________________________________________________
82011 [  7123] By: jhi                                   on 2000/10/03  00:30:07
82012         Log: Regen headers.
82013      Branch: perl
82014            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
82015 ____________________________________________________________________________
82016 [  7122] By: jhi                                   on 2000/10/03  00:10:48
82017         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
82018      Branch: perl
82019            ! hints/openbsd.sh
82020 ____________________________________________________________________________
82021 [  7121] By: jhi                                   on 2000/10/03  00:05:06
82022         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
82023              From: <abigail@foad.org>
82024              Date: Tue, 26 Sep 2000 13:36:14 -0400
82025              Message-ID: <20000926173614.4356.qmail@foad.org>
82026      Branch: perl
82027            ! pod/perlop.pod
82028 ____________________________________________________________________________
82029 [  7120] By: jhi                                   on 2000/10/03  00:04:00
82030         Log: Inside require() $^S was always left undefined.
82031              
82032              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
82033              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82034              Date: Wed, 27 Sep 2000 18:54:49 -0400
82035              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
82036      Branch: perl
82037            ! cop.h mg.c pp_ctl.c util.c
82038 ____________________________________________________________________________
82039 [  7119] By: jhi                                   on 2000/10/03  00:00:16
82040         Log: Subject: [PATCH] DLL not restartabke with threaded perl
82041              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
82042              Date: Thu, 28 Sep 2000 09:20:46 +0100
82043              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
82044      Branch: perl
82045            ! perl.c
82046 ____________________________________________________________________________
82047 [  7118] By: jhi                                   on 2000/10/02  23:59:20
82048         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
82049              From: Nicholas Clark <nick@ccl4.org>
82050              Date: Thu, 28 Sep 2000 11:52:24 +0100
82051              Message-ID: <20000928115224.D7924@plum.flirble.org>
82052      Branch: perl
82053            ! op.c
82054 ____________________________________________________________________________
82055 [  7117] By: jhi                                   on 2000/10/02  23:57:51
82056         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
82057              From: Nicholas Clark <nick@babyhippo.co.uk>
82058              Date: Thu, 28 Sep 2000 12:18:10 +0100
82059              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
82060              
82061              Did not apply cleanly, manual intervention was needed.
82062      Branch: perl
82063            ! ext/B/B/Bytecode.pm utils/perlcc.PL
82064 ____________________________________________________________________________
82065 [  7116] By: jhi                                   on 2000/10/02  23:50:40
82066         Log: Document the issue (is not a syntax error, kind of)
82067              
82068              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
82069              From: Nicholas Clark <nick@ccl4.org>
82070              Date: Thu, 28 Sep 2000 17:12:42 +0100
82071              Message-ID: <20000928171242.K7924@plum.flirble.org>
82072      Branch: perl
82073            ! pod/perldata.pod
82074 ____________________________________________________________________________
82075 [  7115] By: jhi                                   on 2000/10/02  23:48:58
82076         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
82077              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82078              Date: Thu, 28 Sep 2000 21:55:31 -0400
82079              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
82080      Branch: perl
82081            ! regexec.c
82082 ____________________________________________________________________________
82083 [  7114] By: jhi                                   on 2000/10/02  23:47:57
82084         Log: Subject: DOC PATCH 5.6.0
82085              From: mjd@plover.com
82086              Date: 30 Sep 2000 06:02:34 -0000
82087              Message-ID: <20000930060234.4559.qmail@plover.com>
82088      Branch: perl
82089            ! pod/perldebguts.pod
82090 ____________________________________________________________________________
82091 [  7113] By: jhi                                   on 2000/10/02  23:46:43
82092         Log: SOCK_DGRAM and listen() do not mix as reported in
82093              
82094              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
82095              From: Petter Reinholdtsen <pere@hungry.com>
82096              Date: Sun, 1 Oct 2000 10:57:20 +0800
82097              Message-Id: <200010010257.KAA05735@localhost.localdomain>
82098              
82099              The patch for 5.7.0+ had to be reengineered, though.
82100      Branch: perl
82101            ! ext/IO/lib/IO/Socket/UNIX.pm
82102 ____________________________________________________________________________
82103 [  7112] By: jhi                                   on 2000/10/02  23:36:57
82104         Log: Subject: Re: [PATCH 5.005_64 missed]
82105              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82106              Date: Sun, 1 Oct 2000 18:50:10 -0400
82107              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
82108      Branch: perl
82109            ! pod/perlxs.pod
82110 ____________________________________________________________________________
82111 [  7111] By: jhi                                   on 2000/10/02  23:35:40
82112         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
82113              From: Radu Greab <radu@netsoft.ro>
82114              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
82115              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
82116      Branch: perl
82117            ! op.c opcode.pl t/op/substr.t
82118 ____________________________________________________________________________
82119 [  7110] By: jhi                                   on 2000/10/02  23:32:38
82120         Log: Subject: [PATCH] Fix aliasing of tied filehandles
82121              From: Daniel Chetlin <daniel@chetlin.com>
82122              Date: Mon, 2 Oct 2000 14:53:27 -0700
82123              Message-ID: <20001002145327.C1617@ilmd>
82124      Branch: perl
82125            ! perl.h pp_hot.c t/op/tiehandle.t
82126 ____________________________________________________________________________
82127 [  7109] By: jhi                                   on 2000/10/02  23:31:30
82128         Log: s/Robin Parker/Robin Barker/
82129      Branch: perl
82130            ! Changes5.6
82131 ____________________________________________________________________________
82132 [  7108] By: jhi                                   on 2000/10/02  23:15:46
82133         Log: Retract #7091 as suggested in
82134              
82135              From: Robin Barker <rmb1@cise.npl.co.uk> 
82136              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
82137              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
82138              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
82139      Branch: perl
82140            ! embed.pl proto.h
82141 ____________________________________________________________________________
82142 [  7107] By: nick                                  on 2000/10/02  18:23:14
82143         Log: A few tweaks to get Tk803 to work with Encode scheme.
82144      Branch: perl
82145            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
82146 ____________________________________________________________________________
82147 [  7106] By: nick                                  on 2000/10/01  21:34:14
82148         Log: Add checking cases to Encode's toUnicode and fromUnicode.
82149      Branch: perl
82150            ! ext/Encode/Encode.pm
82151 ____________________________________________________________________________
82152 [  7105] By: nick                                  on 2000/10/01  17:18:01
82153         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
82154              To read and use them.
82155              Add a lib/encode.t which checks a few things.
82156      Branch: perl
82157            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
82158            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
82159            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
82160            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
82161            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
82162            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
82163            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
82164            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
82165            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
82166            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
82167            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
82168            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
82169            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
82170            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
82171            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
82172            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
82173            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
82174            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
82175            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
82176            + ext/Encode/Encode/iso2022-jp.enc
82177            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
82178            + ext/Encode/Encode/iso8859-1.enc
82179            + ext/Encode/Encode/iso8859-2.enc
82180            + ext/Encode/Encode/iso8859-3.enc
82181            + ext/Encode/Encode/iso8859-4.enc
82182            + ext/Encode/Encode/iso8859-5.enc
82183            + ext/Encode/Encode/iso8859-6.enc
82184            + ext/Encode/Encode/iso8859-7.enc
82185            + ext/Encode/Encode/iso8859-8.enc
82186            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
82187            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
82188            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
82189            + ext/Encode/Encode/macCentEuro.enc
82190            + ext/Encode/Encode/macCroatian.enc
82191            + ext/Encode/Encode/macCyrillic.enc
82192            + ext/Encode/Encode/macDingbats.enc
82193            + ext/Encode/Encode/macGreek.enc
82194            + ext/Encode/Encode/macIceland.enc
82195            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
82196            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
82197            + ext/Encode/Encode/macTurkish.enc
82198            + ext/Encode/Encode/macUkraine.enc
82199            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
82200            + t/lib/encode.t
82201            ! MANIFEST ext/Encode/Encode.pm
82202 ____________________________________________________________________________
82203 [  7104] By: nick                                  on 2000/09/30  13:04:30
82204         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
82205              From: Daniel Chetlin <daniel@chetlin.com>
82206              Date: Mon, 18 Sep 2000 05:05:40 -0700
82207              Message-Id: <20000918050540.C652@ilmd>
82208      Branch: perl
82209            ! lib/overload.pm sv.c t/pragma/overload.t
82210 ____________________________________________________________________________
82211 [  7103] By: nick                                  on 2000/09/30  12:53:36
82212         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
82213              From: Johan Vromans <jvromans@squirrel.nl>
82214              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
82215              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
82216      Branch: perl
82217            ! pod/Makefile.SH
82218 ____________________________________________________________________________
82219 [  7102] By: nick                                  on 2000/09/30  12:52:31
82220         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
82221              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82222              Date: Sat, 16 Sep 2000 16:36:45 -0400
82223              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
82224      Branch: perl
82225            ! ext/B/B/Deparse.pm
82226 ____________________________________________________________________________
82227 [  7101] By: nick                                  on 2000/09/30  12:51:41
82228         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
82229              From: Craig A. Berry <craig.berry@psinetcs.com>
82230              Date: Sat, 16 Sep 2000 10:11:10 -0500
82231              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
82232      Branch: perl
82233            ! vms/vms.c
82234 ____________________________________________________________________________
82235 [  7100] By: nick                                  on 2000/09/30  12:50:33
82236         Log: Subject: Re: unicode support and perl [ID 20000901.097]
82237              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82238              Date: Fri, 15 Sep 2000 16:37:58 -0400
82239              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
82240      Branch: perl
82241            ! t/op/append.t
82242 ____________________________________________________________________________
82243 [  7099] By: nick                                  on 2000/09/30  12:49:35
82244         Log: Subject: Re: unicode support and perl [ID 20000901.097]
82245              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82246              Date: Fri, 15 Sep 2000 16:25:30 -0400
82247              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
82248      Branch: perl
82249            ! pp_hot.c
82250 ____________________________________________________________________________
82251 [  7098] By: nick                                  on 2000/09/30  12:48:00
82252         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
82253              From: Gisle Aas <gisle@ActiveState.com>
82254              Date: 15 Sep 2000 16:23:41 +0200
82255              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
82256      Branch: perl
82257            ! toke.c
82258 ____________________________________________________________________________
82259 [  7097] By: nick                                  on 2000/09/30  12:45:16
82260         Log: Subject: [PATCH] Nits in perlmod.pod
82261              From: Daniel Chetlin <daniel@chetlin.com>
82262              Date: Fri, 15 Sep 2000 02:04:09 -0700
82263              Message-Id: <20000915020409.A2104@ilmd>
82264      Branch: perl
82265            ! pod/perlmod.pod
82266 ____________________________________________________________________________
82267 [  7096] By: nick                                  on 2000/09/30  12:18:00
82268         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
82269              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
82270              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
82271              0 to checking to get the warning.
82272      Branch: perl
82273            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
82274            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
82275            ! regexec.c sv.c toke.c utf8.c
82276 ____________________________________________________________________________
82277 [  7095] By: nick                                  on 2000/09/15  16:55:59
82278         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
82279              
82280              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
82281              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82282              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
82283              Date: Fri, 15 Sep 2000 06:37:30 -0400
82284      Branch: perl
82285            ! ext/Encode/Encode.xs sv.c
82286 ____________________________________________________________________________
82287 [  7094] By: jhi                                   on 2000/09/15  03:23:32
82288         Log: Update Changes.
82289      Branch: perl
82290            ! Changes patchlevel.h
82291 ____________________________________________________________________________
82292 [  7093] By: jhi                                   on 2000/09/15  03:11:44
82293         Log: Fix for the charnames.t failures from Spider Boardman.
82294      Branch: perl
82295            ! toke.c
82296 ____________________________________________________________________________
82297 [  7092] By: jhi                                   on 2000/09/15  00:15:48
82298         Log: Botched the #7090 check-in.
82299      Branch: perl
82300            ! sv.c
82301 ____________________________________________________________________________
82302 [  7091] By: jhi                                   on 2000/09/14  23:33:24
82303         Log: Part of #7081 didn't come through.
82304      Branch: perl
82305            ! embed.pl proto.h
82306 ____________________________________________________________________________
82307 [  7090] By: jhi                                   on 2000/09/14  23:17:39
82308         Log: Subject: Re: perl@7078 
82309              From: Spider Boardman <spider@web.zk3.dec.com>
82310              Date: Thu, 14 Sep 2000 19:06:36 -0400
82311              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
82312      Branch: perl
82313            ! sv.c toke.c
82314 ____________________________________________________________________________
82315 [  7089] By: jhi                                   on 2000/09/14  23:11:21
82316         Log: Small portability tweaks.
82317      Branch: perl
82318            ! ext/Encode/Encode.xs
82319 ____________________________________________________________________________
82320 [  7088] By: jhi                                   on 2000/09/14  22:57:23
82321         Log: Fake return to pacify picky compilers.
82322      Branch: perl
82323            ! ext/Encode/Encode.xs
82324 ____________________________________________________________________________
82325 [  7087] By: jhi                                   on 2000/09/14  22:53:37
82326         Log: Subject: [PATCH] utf8.c apidoc
82327              From: Simon Cozens <simon@cozens.net>
82328              Date: Thu, 14 Sep 2000 23:46:57 +0100
82329              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
82330      Branch: perl
82331            ! perlapi.c pod/perlapi.pod utf8.c
82332 ____________________________________________________________________________
82333 [  7086] By: jhi                                   on 2000/09/14  22:40:38
82334         Log: We don't need to count the high bit bytes, a boolean is enough. 
82335      Branch: perl
82336            ! sv.c
82337 ____________________________________________________________________________
82338 [  7085] By: jhi                                   on 2000/09/14  21:20:09
82339         Log: Replace #7084 with
82340              
82341              Subject: Re: perl@7078 
82342              From: Spider Boardman <spider@web.zk3.dec.com>
82343              Date: Thu, 14 Sep 2000 17:09:36 -0400
82344              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
82345      Branch: perl
82346            ! sv.c utf8.c
82347 ____________________________________________________________________________
82348 [  7084] By: jhi                                   on 2000/09/14  20:03:34
82349         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
82350              convertible to bytes by checking it doesn't go above 0xc3
82351              
82352              Subject: Re: perl@7078
82353              From: Simon Cozens <simon@cozens.net>
82354              Date: Thu, 14 Sep 2000 20:59:19 +0100
82355              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
82356      Branch: perl
82357            ! utf8.c
82358 ____________________________________________________________________________
82359 [  7083] By: jhi                                   on 2000/09/14  19:38:47
82360         Log: Subject: Re: perl@7078
82361              From: Simon Cozens <simon@cozens.net>
82362              Date: Thu, 14 Sep 2000 20:13:09 +0100
82363              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
82364      Branch: perl
82365            ! t/op/bop.t
82366 ____________________________________________________________________________
82367 [  7082] By: jhi                                   on 2000/09/14  17:50:44
82368         Log: The one that got away.
82369      Branch: perl
82370            ! lib/File/Find.pm
82371 ____________________________________________________________________________
82372 [  7081] By: jhi                                   on 2000/09/14  17:45:35
82373         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
82374              From: Robin Barker <rmb1@cise.npl.co.uk>
82375              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
82376              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
82377      Branch: perl
82378            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
82379            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
82380            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
82381            ! regcomp.c toke.c universal.c
82382 ____________________________________________________________________________
82383 [  7080] By: jhi                                   on 2000/09/14  17:40:35
82384         Log: Problems picked up by AIX cc.
82385              
82386              Subject: Re: perl@7078 (patch included)
82387              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82388              Date: Thu, 14 Sep 2000 18:53:30 +0200
82389              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
82390      Branch: perl
82391            ! ext/Encode/Encode.xs
82392 ____________________________________________________________________________
82393 [  7079] By: jhi                                   on 2000/09/14  17:38:27
82394         Log: Subject: File::Find 5.7.0 POD nits
82395              From: Rich Morin <rdm@cfcl.com>
82396              Date: Wed, 13 Sep 2000 22:03:58 -0700
82397              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
82398      Branch: perl
82399            ! lib/File/Find.pm
82400 ____________________________________________________________________________
82401 [  7078] By: jhi                                   on 2000/09/14  14:58:20
82402         Log: Update Changes.
82403      Branch: perl
82404            ! Changes patchlevel.h
82405 ____________________________________________________________________________
82406 [  7077] By: jhi                                   on 2000/09/14  14:55:54
82407         Log: Compilation warnings and an error.
82408      Branch: perl
82409            ! sv.c
82410 ____________________________________________________________________________
82411 [  7076] By: jhi                                   on 2000/09/14  14:42:56
82412         Log: Fix for a parsing bug, not for the original bug.
82413              
82414              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
82415              From: Spider Boardman <spider@web.zk3.dec.com>
82416              Date: Wed, 13 Sep 2000 17:52:20 -0400
82417              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
82418      Branch: perl
82419            ! regcomp.c
82420 ____________________________________________________________________________
82421 [  7075] By: jhi                                   on 2000/09/14  14:40:40
82422         Log: Batch of UTF-8 patches from Simon Cozens.
82423      Branch: perl
82424            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
82425            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
82426            ! toke.c utf8.c
82427 ____________________________________________________________________________
82428 [  7074] By: jhi                                   on 2000/09/14  14:29:58
82429         Log: Subject: Re: Two advertising clauses need to be removed
82430              From: Russ Allbery <rra@stanford.edu>
82431              Date: 13 Sep 2000 18:50:26 -0700
82432              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
82433      Branch: perl
82434            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
82435 ____________________________________________________________________________
82436 [  7073] By: jhi                                   on 2000/09/14  14:28:20
82437         Log: Subject: [PATCH] de-wall t/README
82438              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82439              Date: Wed, 13 Sep 2000 17:46:55 -0700
82440              Message-ID: <//Bw5gzkge/e092yn@efn.org>
82441      Branch: perl
82442            ! t/README
82443 ____________________________________________________________________________
82444 [  7072] By: jhi                                   on 2000/09/14  14:25:10
82445         Log: Hints optimization.
82446              
82447              Subject: Minor nit
82448              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82449              Date: Wed, 13 Sep 2000 21:42:07 +0200
82450              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
82451      Branch: perl
82452            ! hints/hpux.sh
82453 ____________________________________________________________________________
82454 [  7071] By: jhi                                   on 2000/09/14  14:23:30
82455         Log: Allow chop() and chomp() to be overridden.
82456              
82457              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
82458              From: "Casey R. Tweten" <crt@kiski.net>
82459              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
82460              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
82461      Branch: perl
82462            ! toke.c
82463 ____________________________________________________________________________
82464 [  7070] By: jhi                                   on 2000/09/14  14:20:36
82465         Log: The return value of setlocale must be copied away.
82466              
82467              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
82468              From: Alan Burlison <Alan.Burlison@uk.sun.com>
82469              Date: Wed, 13 Sep 2000 16:27:37 +0100 
82470              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
82471      Branch: perl
82472            ! util.c
82473 ____________________________________________________________________________
82474 [  7069] By: jhi                                   on 2000/09/14  14:16:27
82475         Log: Remove vestiges of tr//CU.
82476              
82477              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
82478              From: Nick Clark <nick@plum.flirble.org>
82479              Date: Tue, 12 Sep 2000 22:50:14 +0100
82480              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
82481              
82482              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
82483              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82484              Date: Tue, 12 Sep 2000 21:38:48 -0700
82485              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
82486      Branch: perl
82487            ! op.h pod/perlunicode.pod
82488 ____________________________________________________________________________
82489 [  7068] By: jhi                                   on 2000/09/13  14:18:39
82490         Log: Add the Encode extension.  The code is still largely just skeleton.
82491      Branch: perl
82492            + ext/Encode/Encode.pm ext/Encode/Encode.xs
82493            + ext/Encode/Makefile.PL ext/Encode/Todo
82494            ! MANIFEST Todo-5.6
82495 ____________________________________________________________________________
82496 [  7067] By: jhi                                   on 2000/09/12  17:43:33
82497         Log: Allow for whitespace between "#" and "line" in cpp output.
82498              
82499              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
82500              From: Calle Dybedahl <calle@lysator.liu.se>
82501              Date: 12 Sep 2000 19:38:02 +0200 
82502              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
82503      Branch: perl
82504            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
82505 ____________________________________________________________________________
82506 [  7066] By: gsar                                  on 2000/09/12  17:24:29
82507         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
82508              initialization in all the threads on Windows
82509      Branch: perl
82510            ! win32/win32.c
82511 ____________________________________________________________________________
82512 [  7065] By: jhi                                   on 2000/09/12  15:11:31
82513         Log: Update Changes.
82514      Branch: perl
82515            ! Changes patchlevel.h
82516 ____________________________________________________________________________
82517 [  7064] By: jhi                                   on 2000/09/12  14:54:54
82518         Log: Retract #7062, the pod tests are not ready.
82519      Branch: perl
82520            ! t/TEST t/harness
82521 ____________________________________________________________________________
82522 [  7063] By: jhi                                   on 2000/09/12  14:25:41
82523         Log: The #7054 truncated Configure badly.
82524      Branch: metaconfig/U/perl
82525            ! End.U
82526      Branch: perl
82527            ! Configure config_h.SH
82528 ____________________________________________________________________________
82529 [  7062] By: jhi                                   on 2000/09/12  14:08:32
82530         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
82531              From: sthoenna@efn.org
82532              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
82533              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
82534      Branch: perl
82535            ! t/TEST t/harness
82536 ____________________________________________________________________________
82537 [  7061] By: jhi                                   on 2000/09/12  14:07:18
82538         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
82539              From: sthoenna@efn.org
82540              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
82541              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
82542      Branch: perl
82543            ! pod/perlxs.pod
82544 ____________________________________________________________________________
82545 [  7060] By: jhi                                   on 2000/09/12  14:06:08
82546         Log: Break up the myconfig lines a bit.
82547              
82548              Subject: perlbug/perl -V output format
82549              From: sthoenna@efn.org
82550              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
82551              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
82552      Branch: perl
82553            ! myconfig.SH
82554 ____________________________________________________________________________
82555 [  7059] By: jhi                                   on 2000/09/12  14:05:04
82556         Log: Test for the #7049.
82557              
82558              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
82559              From: andreas.koenig@anima.de (Andreas J. Koenig)
82560              Date: 12 Sep 2000 06:42:01 +0200
82561              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
82562      Branch: perl
82563            ! t/op/my.t
82564 ____________________________________________________________________________
82565 [  7058] By: jhi                                   on 2000/09/12  14:03:05
82566         Log: Subject: [patch: perl@7045] vms updates
82567              From: Peter Prymmer <pvhp@forte.com>
82568              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
82569              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
82570      Branch: perl
82571            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
82572 ____________________________________________________________________________
82573 [  7057] By: jhi                                   on 2000/09/12  14:00:51
82574         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
82575              From: sthoenna@efn.org
82576              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
82577              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
82578      Branch: perl
82579            ! t/op/64bitint.t
82580 ____________________________________________________________________________
82581 [  7056] By: jhi                                   on 2000/09/12  13:58:14
82582         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
82583              From: Jeff Pinyan <jeffp@crusoe.net>
82584              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
82585              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
82586      Branch: perl
82587            ! pod/perlfunc.pod
82588 ____________________________________________________________________________
82589 [  7055] By: jhi                                   on 2000/09/12  13:56:32
82590         Log: Do in VMS as the #7054 does.
82591      Branch: perl
82592            ! configure.com
82593 ____________________________________________________________________________
82594 [  7054] By: jhi                                   on 2000/09/12  13:50:31
82595         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
82596              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
82597              Date: Mon, 11 Sep 2000 08:33:09 +0100
82598              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
82599      Branch: metaconfig/U/perl
82600            ! End.U
82601      Branch: perl
82602            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
82603            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
82604 ____________________________________________________________________________
82605 [  7053] By: jhi                                   on 2000/09/12  13:29:19
82606         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
82607              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82608              Date:     Tue, 12 Sep 2000 08:35:59 EDT
82609              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
82610      Branch: perl
82611            ! vms/test.com
82612 ____________________________________________________________________________
82613 [  7052] By: jhi                                   on 2000/09/11  23:01:50
82614         Log: Document the SvUTF8*().
82615      Branch: perl
82616            ! pod/perlapi.pod sv.h
82617 ____________________________________________________________________________
82618 [  7051] By: gsar                                  on 2000/09/11  14:46:30
82619         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
82620              (missed a spot when fixing up op_pmreplroot hack for ithreads)
82621      Branch: perl
82622            ! op.c t/op/split.t
82623 ____________________________________________________________________________
82624 [  7050] By: nick                                  on 2000/09/11  10:03:51
82625         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
82626              
82627              Subject: borland C++ win32.c tweak
82628              From: Vadim Konovalov <vkonovalov@lucent.com>
82629              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
82630              Date: Mon, 11 Sep 2000 11:22:33 +0400
82631      Branch: perl
82632            ! win32/win32.c
82633 ____________________________________________________________________________
82634 [  7049] By: nick                                  on 2000/09/11  09:57:33
82635         Log: Point fix for s/// on foreach (keys %xxx).
82636      Branch: perl
82637            ! pp_hot.c
82638 ____________________________________________________________________________
82639 [  7048] By: jhi                                   on 2000/09/10  23:37:09
82640         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
82641              by Pod::Text, from Brad Appleton.
82642      Branch: perl
82643            ! t/pod/testp2pt.pl
82644 ____________________________________________________________________________
82645 [  7047] By: jhi                                   on 2000/09/10  14:32:53
82646         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
82647              by Russ Allbery.
82648      Branch: perl
82649            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
82650 ____________________________________________________________________________
82651 [  7046] By: jhi                                   on 2000/09/10  14:15:08
82652         Log: Upgrade to CPAN 1.57_65, from Andreas König.
82653      Branch: perl
82654            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
82655 ____________________________________________________________________________
82656 [  7045] By: jhi                                   on 2000/09/08  21:36:32
82657         Log: Update Changes.
82658      Branch: perl
82659            ! Changes patchlevel.h
82660 ____________________________________________________________________________
82661 [  7044] By: jhi                                   on 2000/09/08  21:29:56
82662         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
82663              From: Peter Prymmer <pvhp@forte.com>
82664              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
82665              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
82666      Branch: perl
82667            ! configure.com
82668 ____________________________________________________________________________
82669 [  7043] By: jhi                                   on 2000/09/08  21:27:50
82670         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
82671              From: Peter Prymmer <pvhp@forte.com>
82672              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
82673              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
82674      Branch: perl
82675            ! Makefile.SH installperl
82676 ____________________________________________________________________________
82677 [  7042] By: jhi                                   on 2000/09/08  21:23:21
82678         Log: Continue #7041.
82679      Branch: perl
82680            ! cygwin/Makefile.SHs os2/Makefile.SHs
82681 ____________________________________________________________________________
82682 [  7041] By: jhi                                   on 2000/09/08  21:18:10
82683         Log: Do away with memory models cruft.  Sorry, PDP users.
82684      Branch: metaconfig
82685            ! U/modified/cc.U U/modified/libpth.U
82686      Branch: perl
82687            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
82688            ! Porting/config_H cflags.SH config_h.SH configure.com
82689            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
82690            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
82691            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
82692 ____________________________________________________________________________
82693 [  7040] By: jhi                                   on 2000/09/08  14:34:18
82694         Log: Major rewrite of s2p.  And I mean really major, it is
82695              an implementation of sed in perl.  If called as s2p it
82696              will function as s2p.  Note: needs non-UNIXifying.
82697              
82698              Subject: s2p
82699              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
82700              Date: Mon, 28 Aug 2000 14:05:12 +0200
82701              Message-ID: <39AA5578.2102E2AA@alcatel.at>
82702      Branch: perl
82703            ! x2p/s2p.PL
82704 ____________________________________________________________________________
82705 [  7039] By: jhi                                   on 2000/09/08  14:19:49
82706         Log: Re-allow vec() for characters > 255.
82707              
82708              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
82709              From: Spider Boardman <spider@web.zk3.dec.com>
82710              Date: Fri, 08 Sep 2000 02:21:02 -0400
82711              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
82712      Branch: perl
82713            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
82714            ! t/op/vec.t
82715 ____________________________________________________________________________
82716 [  7038] By: jhi                                   on 2000/09/08  14:14:18
82717         Log: Subject: [PATCH lib/Benchmark.pm]
82718              From: <abigail@foad.org>
82719              Date: Thu, 7 Sep 2000 15:03:20 -0400
82720              Message-ID: <20000907190320.888.qmail@foad.org>
82721      Branch: perl
82722            ! lib/Benchmark.pm
82723 ____________________________________________________________________________
82724 [  7037] By: jhi                                   on 2000/09/08  14:11:06
82725         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
82726              
82727              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
82728              From: Spider Boardman <spider@web.zk3.dec.com>
82729              Date: Fri, 08 Sep 2000 01:30:27 -0400
82730              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
82731      Branch: perl
82732            ! op.c
82733 ____________________________________________________________________________
82734 [  7036] By: jhi                                   on 2000/09/08  14:08:58
82735         Log: Subject: [ID 20000908.002] perlipc documentation bug.
82736              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
82737              Date: Fri, 08 Sep 2000 12:38:32 +0200
82738              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
82739      Branch: perl
82740            ! pod/perlipc.pod
82741 ____________________________________________________________________________
82742 [  7035] By: jhi                                   on 2000/09/08  14:03:12
82743         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
82744              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82745              Date: Fri, 08 Sep 2000 11:47:34 +0200
82746              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
82747      Branch: perl
82748            ! hints/dec_osf.sh
82749 ____________________________________________________________________________
82750 [  7034] By: jhi                                   on 2000/09/08  13:59:35
82751         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
82752              From: Simon Cozens <simon@cozens.net>
82753              Date: Thu, 7 Sep 2000 20:40:38 +0100
82754              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
82755      Branch: perl
82756            ! pp_hot.c
82757 ____________________________________________________________________________
82758 [  7033] By: jhi                                   on 2000/09/08  04:03:03
82759         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
82760              From: "Larry W. Virden" <lvirden@cas.org>
82761              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
82762              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
82763      Branch: perl
82764            ! pod/perldiag.pod
82765 ____________________________________________________________________________
82766 [  7032] By: jhi                                   on 2000/09/07  22:18:30
82767         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
82768              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
82769              Date: Mon, 04 Sep 2000 13:16:38 -0700
82770              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
82771      Branch: perl
82772            ! lib/perl5db.pl
82773 ____________________________________________________________________________
82774 [  7031] By: jhi                                   on 2000/09/07  22:02:29
82775         Log: Fix the ccversion detection for 5.1 and beyond.
82776              
82777              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
82778              From: Spider Boardman <spider@leggy.zk3.dec.com>
82779              Date: Thu, 7 Sep 2000 17:54:27 -0400
82780              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
82781      Branch: perl
82782            ! hints/dec_osf.sh
82783 ____________________________________________________________________________
82784 [  7030] By: jhi                                   on 2000/09/07  19:12:28
82785         Log: Fix for
82786              
82787              Subject: [ID 20000903.001] \w in utf8-strings
82788              From: Marc Lehmann <pcg@goof.com>
82789              Date: Sun, 03 Sep 2000 09:44:29 +0200
82790              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
82791              
82792              and various related nits.
82793      Branch: perl
82794            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
82795 ____________________________________________________________________________
82796 [  7029] By: jhi                                   on 2000/09/07  18:49:09
82797         Log: Fix the URL, but the server is still missing in action.
82798              
82799              Subject: [ID 20000905.002] perlfaq1.pod URL error
82800              From: "Larry W. Virden" <lvirden@cas.org>
82801              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
82802              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
82803      Branch: perl
82804            ! pod/perlfaq1.pod
82805 ____________________________________________________________________________
82806 [  7028] By: jhi                                   on 2000/09/07  18:47:13
82807         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
82808              From: Hugo <hv@crypt.compulink.co.uk>
82809              Date: Tue, 05 Sep 2000 14:13:37 +0100
82810              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
82811      Branch: perl
82812            ! toke.c
82813 ____________________________________________________________________________
82814 [  7027] By: jhi                                   on 2000/09/07  18:45:35
82815         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
82816              From: Daniel Chetlin <daniel@chetlin.com>
82817              Date: Tue, 5 Sep 2000 04:57:07 -0700
82818              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
82819      Branch: perl
82820            ! pod/perlfaq6.pod pod/perlop.pod
82821 ____________________________________________________________________________
82822 [  7026] By: jhi                                   on 2000/09/07  18:44:01
82823         Log: Document the new ref() semantics.
82824              
82825              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
82826              From: Gisle Aas <gisle@ActiveState.com>
82827              Date: 05 Sep 2000 08:10:30 +0200
82828              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
82829      Branch: perl
82830            ! pod/perldelta.pod
82831 ____________________________________________________________________________
82832 [  7025] By: jhi                                   on 2000/09/07  18:42:27
82833         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
82834              
82835              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
82836              From: Gisle Aas <gisle@ActiveState.com>
82837              Date: 05 Sep 2000 08:11:40 +0200
82838              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
82839      Branch: perl
82840            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
82841 ____________________________________________________________________________
82842 [  7024] By: jhi                                   on 2000/09/07  18:39:32
82843         Log: Subject: [PATCH] Modernize Opcode.pm documentation
82844              From: Gisle Aas <gisle@ActiveState.com>
82845              Date: 4 Sep 2000 00:18:55 -0000
82846              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
82847      Branch: perl
82848            ! ext/Opcode/Opcode.pm
82849 ____________________________________________________________________________
82850 [  7023] By: jhi                                   on 2000/09/07  18:37:42
82851         Log: Subject: [PATCH] Tied filehandle documentation
82852              From: Gisle Aas <gisle@ActiveState.com>
82853              Date: 4 Sep 2000 00:14:40 -0000
82854              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
82855      Branch: perl
82856            ! pod/perlfunc.pod pod/perltie.pod
82857 ____________________________________________________________________________
82858 [  7022] By: jhi                                   on 2000/09/07  18:35:37
82859         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
82860              From: Gisle Aas <gisle@ActiveState.com>
82861              Date: 4 Sep 2000 00:04:22 -0000
82862              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
82863      Branch: perl
82864            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
82865 ____________________________________________________________________________
82866 [  7021] By: jhi                                   on 2000/09/07  18:33:22
82867         Log: Subject: small apidoc fix
82868              From: Marc Lehmann <pcg@goof.com>
82869              Date: Sun, 3 Sep 2000 05:12:06 +0200
82870              Message-ID: <20000903051206.A5909@cerebro.laendle>
82871      Branch: perl
82872            ! pod/perlapi.pod utf8.c
82873 ____________________________________________________________________________
82874 [  7020] By: jhi                                   on 2000/09/07  16:14:57
82875         Log: Tiny perldelta nits.
82876      Branch: perl
82877            ! pod/perldelta.pod
82878 ____________________________________________________________________________
82879 [  7019] By: jhi                                   on 2000/09/07  16:04:20
82880         Log: Guard against bad string->int conversion for quads.
82881      Branch: perl
82882            ! t/op/64bitint.t
82883 ____________________________________________________________________________
82884 [  7018] By: jhi                                   on 2000/09/06  17:07:03
82885         Log: Update Unicode todo list.
82886      Branch: perl
82887            ! Todo-5.6
82888 ____________________________________________________________________________
82889 [  7017] By: jhi                                   on 2000/09/05  21:16:01
82890         Log: Document the SvIOK_.*UV().
82891      Branch: perl
82892            ! pod/perlapi.pod sv.h
82893 ____________________________________________________________________________
82894 [  7016] By: nick                                  on 2000/09/03  21:54:46
82895         Log: Hash lookup of constant strings optimization:
82896              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
82897              to string table (as per sharepvn). Add newSV_pvn_share to create such
82898              a thing. Make hv.c compare addresses of strings and skip string compare
82899              if equal. Make method_named and helem ops use these shared-string SVs
82900              when arg is constant. Make keys op return shared-string SVs (less clearly
82901              a win).
82902      Branch: perl
82903            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
82904            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
82905            ! pod/perlintern.pod pp_hot.c proto.h sv.c
82906 ____________________________________________________________________________
82907 [  7015] By: jhi                                   on 2000/09/02  17:48:59
82908         Log: This is 5.7.0.
82909      Branch: perl
82910            ! Changes
82911 ____________________________________________________________________________
82912 [  7014] By: jhi                                   on 2000/09/02  17:35:45
82913         Log: Changes and patchlevel tweaks.
82914      Branch: perl
82915            ! Changes patchlevel.h
82916 ____________________________________________________________________________
82917 [  7013] By: jhi                                   on 2000/09/02  17:30:50
82918         Log: Update Changes.
82919      Branch: perl
82920            ! Changes patchlevel.h
82921 ____________________________________________________________________________
82922 [  7012] By: nick                                  on 2000/09/02  17:25:20
82923         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
82924      Branch: perl
82925            ! gv.c lib/overload.pm
82926 ____________________________________________________________________________
82927 [  7011] By: jhi                                   on 2000/09/02  17:16:25
82928         Log: Update perlhist.
82929      Branch: perl
82930            ! pod/perlhist.pod
82931 ____________________________________________________________________________
82932 [  7010] By: jhi                                   on 2000/09/02  17:01:35
82933         Log: perldelta nits.
82934      Branch: perl
82935            ! pod/perldelta.pod
82936 ____________________________________________________________________________
82937 [  7009] By: nick                                  on 2000/09/02  16:48:35
82938         Log: If overloaded %{} etc. return the object do not loop.
82939              Thus  sub deref { $_[0] } functions if object is wanted type.
82940      Branch: perl
82941            ! pp.h
82942 ____________________________________________________________________________
82943 [  7008] By: jhi                                   on 2000/09/02  16:26:11
82944         Log: Retab MANIFEST.
82945      Branch: perl
82946            ! ext/Storable/MANIFEST
82947 ____________________________________________________________________________
82948 [  7007] By: jhi                                   on 2000/09/02  16:23:02
82949         Log: Make certain cc is set before trying to run it.
82950      Branch: perl
82951            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
82952 ____________________________________________________________________________
82953 [  7006] By: jhi                                   on 2000/09/02  15:45:41
82954         Log: Unicode notes.
82955      Branch: perl
82956            ! pod/perldelta.pod
82957 ____________________________________________________________________________
82958 [  7005] By: jhi                                   on 2000/09/02  15:42:11
82959         Log: Various Configure nits by Philip Newton,
82960              plus the ebcdic one by me.
82961      Branch: metaconfig
82962            + U/modified/pager.U
82963            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
82964      Branch: metaconfig/U/perl
82965            ! Devel.U quadfio.U
82966      Branch: perl
82967            ! Configure config_h.SH
82968 ____________________________________________________________________________
82969 [  7004] By: jhi                                   on 2000/09/02  15:06:14
82970         Log: Apparently avoiding the swapping is too costly.
82971              
82972              From: "Ben Tilly" <ben_tilly@hotmail.com>
82973              Subject: Re: the door is closed.
82974              Date: Fri, 01 Sep 2000 20:23:16 EDT
82975              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
82976      Branch: perl
82977            ! pod/perlfaq4.pod
82978 ____________________________________________________________________________
82979 [  7003] By: nick                                  on 2000/09/02  12:26:04
82980         Log: Undo part of change 6489 which looks like a bulk edit which
82981              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
82982              The supressing of main:: on return from select() is undesirable.
82983      Branch: perl
82984            ! pp_sys.c
82985 ____________________________________________________________________________
82986 [  7002] By: jhi                                   on 2000/09/01  23:08:54
82987         Log: Update Changes.
82988      Branch: perl
82989            ! Changes patchlevel.h
82990 ____________________________________________________________________________
82991 [  7001] By: jhi                                   on 2000/09/01  23:00:13
82992         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
82993              From: Peter Prymmer <pvhp@forte.com>
82994              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
82995              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
82996              
82997              plus rework the http: spots as suggested by Tom Christiansen,
82998              plus regen perltoc.
82999      Branch: perl
83000            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
83001            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
83002 ____________________________________________________________________________
83003 [  7000] By: jhi                                   on 2000/09/01  22:36:01
83004         Log: Only the first line, thank you very much.
83005      Branch: perl
83006            ! hints/solaris_2.sh
83007 ____________________________________________________________________________
83008 [  6999] By: gsar                                  on 2000/09/01  22:16:40
83009         Log: change#6791 accidentally clobbered change#6710, put it back
83010      Branch: perl
83011            ! win32/win32.c
83012 ____________________________________________________________________________
83013 [  6998] By: jhi                                   on 2000/09/01  22:14:16
83014         Log: Mention the HP-UX LP64 freak failure.
83015      Branch: perl
83016            ! pod/perldelta.pod
83017 ____________________________________________________________________________
83018 [  6997] By: jhi                                   on 2000/09/01  21:48:32
83019         Log: Detypo.
83020      Branch: perl
83021            ! hints/hpux.sh
83022 ____________________________________________________________________________
83023 [  6996] By: jhi                                   on 2000/09/01  21:27:10
83024         Log: Update Changes.
83025      Branch: perl
83026            ! Changes patchlevel.h
83027 ____________________________________________________________________________
83028 [  6995] By: jhi                                   on 2000/09/01  21:14:24
83029         Log: Mi splgn s gnin.g
83030      Branch: perl
83031            ! pp_ctl.c
83032 ____________________________________________________________________________
83033 [  6994] By: jhi                                   on 2000/09/01  21:09:54
83034         Log: Subject: http:// in L<>
83035              From: Nicholas Clark <nick@ccl4.org>
83036              Date: Fri, 1 Sep 2000 22:03:21 +0100
83037              Message-ID: <20000901220321.B72074@plum.flirble.org>
83038      Branch: perl
83039            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
83040 ____________________________________________________________________________
83041 [  6993] By: jhi                                   on 2000/09/01  21:06:54
83042         Log: Update to Storable 1.0, from Raphael Manfredi.
83043      Branch: perl
83044            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
83045            ! ext/Storable/Makefile.PL ext/Storable/README
83046            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
83047            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
83048            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
83049            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
83050            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
83051            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
83052 ____________________________________________________________________________
83053 [  6992] By: jhi                                   on 2000/09/01  20:43:05
83054         Log: Mention known sfio+linux buglet.
83055      Branch: perl
83056            ! pod/perldelta.pod
83057 ____________________________________________________________________________
83058 [  6991] By: jhi                                   on 2000/09/01  20:40:11
83059         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
83060              From: Peter Prymmer <pvhp@forte.com>
83061              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
83062              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
83063      Branch: perl
83064            ! vms/vms.c
83065 ____________________________________________________________________________
83066 [  6990] By: jhi                                   on 2000/09/01  20:25:26
83067         Log: Retract #6986.
83068      Branch: perl
83069            ! hints/solaris_2.sh
83070 ____________________________________________________________________________
83071 [  6989] By: jhi                                   on 2000/09/01  20:23:00
83072         Log: Mergesort is back.
83073      Branch: perl
83074            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
83075 ____________________________________________________________________________
83076 [  6988] By: jhi                                   on 2000/09/01  19:37:40
83077         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
83078              From: Mike Guy <mjtg@cam.ac.uk>
83079              Date: Fri, 01 Sep 2000 17:43:33 +0100
83080              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
83081      Branch: perl
83082            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
83083            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
83084 ____________________________________________________________________________
83085 [  6987] By: jhi                                   on 2000/09/01  19:17:10
83086         Log: Regen perltoc.
83087      Branch: perl
83088            ! pod/perltoc.pod
83089 ____________________________________________________________________________
83090 [  6986] By: jhi                                   on 2000/09/01  18:51:10
83091         Log: Subject: Re: Solaris x86 has no SPARC libraries!
83092              From: Lupe Christoph <lupe@lupe-christoph.de>
83093              Date: Fri, 1 Sep 2000 20:41:20 +0200
83094              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
83095      Branch: perl
83096            ! hints/solaris_2.sh
83097 ____________________________________________________________________________
83098 [  6985] By: jhi                                   on 2000/09/01  18:28:10
83099         Log: Update Changes.
83100      Branch: perl
83101            ! Changes patchlevel.h
83102 ____________________________________________________________________________
83103 [  6984] By: jhi                                   on 2000/09/01  18:26:53
83104         Log: Feature ordering tweak.
83105      Branch: perl
83106            ! myconfig.SH
83107 ____________________________________________________________________________
83108 [  6983] By: jhi                                   on 2000/09/01  18:19:50
83109         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83110              From: <abigail@foad.org>
83111              Date: Fri, 1 Sep 2000 13:07:32 -0400
83112              Message-ID: <20000901170732.18249.qmail@foad.org>
83113      Branch: perl
83114            ! t/pragma/overload.t
83115 ____________________________________________________________________________
83116 [  6982] By: jhi                                   on 2000/09/01  18:17:54
83117         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
83118              so that case-ignoring systems like DCL can tell them from
83119              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
83120      Branch: metaconfig/U/perl
83121            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
83122      Branch: perl
83123            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83124            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
83125            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
83126            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
83127            ! vos/config.def vos/config.h vos/config_h.SH_orig
83128            ! win32/config.bc win32/config.gc win32/config.vc
83129 ____________________________________________________________________________
83130 [  6981] By: nick                                  on 2000/09/01  17:21:57
83131         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
83132              warning when UNTIE exists and instead pass the count of extra references to
83133              the UNTIE method.
83134      Branch: perl
83135            ! pod/perltie.pod pp_sys.c
83136 ____________________________________________________________________________
83137 [  6980] By: jhi                                   on 2000/09/01  16:54:44
83138         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
83139              From: Peter Prymmer <pvhp@forte.com>
83140              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
83141              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
83142      Branch: perl
83143            ! configure.com
83144 ____________________________________________________________________________
83145 [  6979] By: jhi                                   on 2000/09/01  16:06:20
83146         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
83147              From: Mike Guy <mjtg@cam.ac.uk> 
83148              Date: Fri, 01 Sep 2000 16:49:27 +0100
83149              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
83150      Branch: perl
83151            ! t/base/rs.t
83152 ____________________________________________________________________________
83153 [  6978] By: jhi                                   on 2000/09/01  16:00:42
83154         Log: Update to PodParser 1.18, from Brad Appleton.
83155      Branch: perl
83156            ! lib/Pod/Checker.pm t/pod/find.t
83157 ____________________________________________________________________________
83158 [  6977] By: jhi                                   on 2000/09/01  14:48:58
83159         Log: Subject: Nit in Configure (bleadperl@6961)
83160              From: Lupe Christoph <lupe@lupe-christoph.de>
83161              Date: Fri, 1 Sep 2000 16:34:29 +0200
83162              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
83163      Branch: metaconfig
83164            ! U/compline/ccflags.U
83165      Branch: perl
83166            ! Configure config_h.SH
83167 ____________________________________________________________________________
83168 [  6976] By: jhi                                   on 2000/09/01  14:39:52
83169         Log: Update Changes.
83170      Branch: perl
83171            ! Changes patchlevel.h
83172 ____________________________________________________________________________
83173 [  6975] By: jhi                                   on 2000/09/01  14:37:36
83174         Log: microperl config update.
83175      Branch: perl
83176            ! uconfig.h uconfig.sh
83177 ____________________________________________________________________________
83178 [  6974] By: jhi                                   on 2000/09/01  14:36:53
83179         Log: Document known deficiencies.
83180      Branch: perl
83181            ! pod/perldelta.pod
83182 ____________________________________________________________________________
83183 [  6973] By: jhi                                   on 2000/09/01  14:10:20
83184         Log: Mention warnings fixes and updates.
83185      Branch: perl
83186            ! pod/perldelta.pod
83187 ____________________________________________________________________________
83188 [  6972] By: jhi                                   on 2000/09/01  14:01:52
83189         Log: Drop unused argument.
83190              
83191              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
83192              From: Spider Boardman <spider@web.zk3.dec.com>
83193              Date: Thu, 31 Aug 2000 16:10:15 -0400
83194              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
83195      Branch: perl
83196            ! toke.c
83197 ____________________________________________________________________________
83198 [  6971] By: jhi                                   on 2000/09/01  13:59:24
83199         Log: Add the overload warnings to perldiag.
83200      Branch: perl
83201            ! lib/overload.pm pod/perldiag.pod
83202 ____________________________________________________________________________
83203 [  6970] By: jhi                                   on 2000/09/01  13:55:10
83204         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83205              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83206              Date: Fri, 1 Sep 2000 13:43:15 +0100 
83207              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
83208      Branch: perl
83209            ! lib/overload.pm t/pragma/overload.t
83210 ____________________________________________________________________________
83211 [  6969] By: jhi                                   on 2000/09/01  13:52:27
83212         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83213              From: <abigail@foad.org>
83214              Date: Fri, 1 Sep 2000 05:46:54 -0400
83215              Message-ID: <20000901094654.6476.qmail@foad.org>
83216      Branch: perl
83217            ! lib/overload.pm
83218 ____________________________________________________________________________
83219 [  6968] By: jhi                                   on 2000/09/01  13:50:05
83220         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
83221              From: Daniel Chetlin <daniel@chetlin.com>
83222              Date: Fri, 1 Sep 2000 02:10:55 -0700
83223              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
83224      Branch: perl
83225            ! pod/perlretut.pod
83226 ____________________________________________________________________________
83227 [  6967] By: jhi                                   on 2000/09/01  13:47:54
83228         Log: Part of the solution.
83229              
83230              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
83231              From: Mike Guy <mjtg@cam.ac.uk>
83232              Date: Fri, 01 Sep 2000 14:16:01 +0100
83233              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
83234      Branch: perl
83235            ! gv.c mg.c
83236 ____________________________________________________________________________
83237 [  6966] By: jhi                                   on 2000/09/01  13:46:17
83238         Log: Subject: CPAN.pm beta 1.57_57 for the core
83239              From: andreas.koenig@anima.de (Andreas J. Koenig)
83240              Date: 01 Sep 2000 15:16:31 +0200
83241              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
83242      Branch: perl
83243            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83244 ____________________________________________________________________________
83245 [  6965] By: jhi                                   on 2000/09/01  13:43:18
83246         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
83247              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83248              Date: Fri, 01 Sep 2000 01:47:22 -0500
83249              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
83250      Branch: perl
83251            ! pod/perldelta.pod vms/vms.c
83252 ____________________________________________________________________________
83253 [  6964] By: jhi                                   on 2000/09/01  13:35:35
83254         Log: File::Temp patches from Andreas König,
83255              
83256              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
83257              From: andreas.koenig@anima.de (Andreas J. Koenig)
83258              Date: 01 Sep 2000 10:07:20 +0200
83259              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
83260              
83261              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
83262              From: andreas.koenig@anima.de (Andreas J. Koenig)
83263              Date: 31 Aug 2000 23:26:08 +0200
83264              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
83265      Branch: perl
83266            ! lib/File/Temp.pm t/lib/ftmp-security.t
83267 ____________________________________________________________________________
83268 [  6963] By: jhi                                   on 2000/09/01  02:22:24
83269         Log: Retract the mergesort code, way too incompatible licensing
83270              and copyrights.
83271      Branch: perl
83272            ! pod/perldelta.pod pp_ctl.c
83273 ____________________________________________________________________________
83274 [  6962] By: jhi                                   on 2000/08/31  23:27:32
83275         Log: Update Changes.
83276      Branch: perl
83277            ! Changes patchlevel.h
83278 ____________________________________________________________________________
83279 [  6961] By: jhi                                   on 2000/08/31  23:20:04
83280         Log: Small tweaks all over.
83281      Branch: metaconfig
83282            ! U/compline/d_gconvert.U
83283      Branch: perl
83284            ! AUTHORS Configure config_h.SH pp_ctl.c
83285 ____________________________________________________________________________
83286 [  6960] By: jhi                                   on 2000/08/31  22:39:36
83287         Log: Further rewording.
83288      Branch: perl
83289            ! pp_ctl.c
83290 ____________________________________________________________________________
83291 [  6959] By: jhi                                   on 2000/08/31  21:26:44
83292         Log: More address tweaking.
83293      Branch: perl
83294            ! AUTHORS Changes
83295 ____________________________________________________________________________
83296 [  6958] By: jhi                                   on 2000/08/31  20:47:25
83297         Log: AUTHORS tweaks, from Peter Prymmer.
83298              
83299              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
83300              From: Peter Prymmer <pvhp@forte.com>
83301              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
83302              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
83303      Branch: perl
83304            ! AUTHORS MAINTAIN
83305 ____________________________________________________________________________
83306 [  6957] By: jhi                                   on 2000/08/31  20:34:43
83307         Log: perldelta tweaks.
83308      Branch: perl
83309            ! pod/perldelta.pod
83310 ____________________________________________________________________________
83311 [  6956] By: jhi                                   on 2000/08/31  19:11:06
83312         Log: Regen perltoc.
83313      Branch: perl
83314            ! pod/perltoc.pod
83315 ____________________________________________________________________________
83316 [  6955] By: jhi                                   on 2000/08/31  19:06:30
83317         Log: Clarify the mergesort situation.
83318      Branch: perl
83319            ! pp_ctl.c
83320 ____________________________________________________________________________
83321 [  6954] By: jhi                                   on 2000/08/31  18:24:17
83322         Log: Move the Solaris 7 scan to use64bitall, make the
83323              failure to find 64-bot sparc libc to mention the
83324              possibility of being in an intel, from Lupe and Alan.
83325      Branch: perl
83326            ! hints/solaris_2.sh
83327 ____________________________________________________________________________
83328 [  6953] By: jhi                                   on 2000/08/31  18:09:20
83329         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
83330              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
83331      Branch: metaconfig
83332            ! U/compline/d_gconvert.U U/threads/archname.U
83333      Branch: metaconfig/U/perl
83334            ! perlxv.U
83335      Branch: perl
83336            ! Configure config_h.SH sv.c
83337 ____________________________________________________________________________
83338 [  6952] By: jhi                                   on 2000/08/31  17:42:24
83339         Log: :: not allowed in pathnames, change to .
83340              
83341              Subject: [PATCH perl@6938] cygwin port
83342              From: "Fifer, Eric" <EFifer@sanwaint.com>
83343              Date: Thu, 31 Aug 2000 16:32:59 +0100
83344              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
83345      Branch: metaconfig/U/perl
83346            ! perlxv.U
83347 ____________________________________________________________________________
83348 [  6951] By: jhi                                   on 2000/08/31  17:02:05
83349         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
83350      Branch: perl
83351            ! perl.h
83352 ____________________________________________________________________________
83353 [  6950] By: jhi                                   on 2000/08/31  16:26:08
83354         Log: More author updates.
83355              
83356              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
83357              From: Simon Cozens <simon@cozens.net>
83358              Date: Thu, 31 Aug 2000 17:13:32 +0100
83359              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
83360      Branch: perl
83361            ! AUTHORS
83362 ____________________________________________________________________________
83363 [  6949] By: jhi                                   on 2000/08/31  16:04:49
83364         Log: POSIX doesn't report long double values under -Duselongdouble
83365              when the long doubles are "real" (bigger than doubles).
83366              
83367              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
83368              From: Spider Boardman <spider@peano.zk3.dec.com>
83369              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
83370              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
83371      Branch: perl
83372            ! ext/POSIX/POSIX.xs
83373 ____________________________________________________________________________
83374 [  6948] By: jhi                                   on 2000/08/31  15:25:10
83375         Log: Update Changes.
83376      Branch: perl
83377            ! Changes patchlevel.h
83378 ____________________________________________________________________________
83379 [  6947] By: jhi                                   on 2000/08/31  15:22:29
83380         Log: Document UNTIE in a very minimalistic way.
83381      Branch: perl
83382            ! pod/perlfunc.pod pod/perltie.pod
83383 ____________________________________________________________________________
83384 [  6946] By: jhi                                   on 2000/08/31  15:15:23
83385         Log: Document known failures.
83386      Branch: perl
83387            ! pod/perldelta.pod
83388 ____________________________________________________________________________
83389 [  6945] By: jhi                                   on 2000/08/31  15:07:00
83390         Log: Don't attach -ld to the archname if pointless.
83391      Branch: metaconfig
83392            ! U/threads/archname.U
83393      Branch: perl
83394            ! Configure config_h.SH
83395 ____________________________________________________________________________
83396 [  6944] By: jhi                                   on 2000/08/31  14:37:42
83397         Log: Wrap the test in eval.
83398              
83399              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
83400              From: Tim Jenness <timj@jach.hawaii.edu>
83401              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
83402              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
83403      Branch: perl
83404            ! t/lib/ftmp-security.t
83405 ____________________________________________________________________________
83406 [  6943] By: jhi                                   on 2000/08/31  14:30:57
83407         Log: Make -Dusemorebits find long doubles in Solaris.
83408      Branch: perl
83409            ! hints/solaris_2.sh
83410 ____________________________________________________________________________
83411 [  6942] By: jhi                                   on 2000/08/31  13:48:45
83412         Log: Clarify the third case of ftmp-security warnings.
83413      Branch: perl
83414            ! INSTALL
83415 ____________________________________________________________________________
83416 [  6941] By: jhi                                   on 2000/08/31  13:40:31
83417         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
83418              From: <abigail@foad.org>
83419              Date: Thu, 31 Aug 2000 01:35:05 -0400
83420              Message-ID: <20000831053505.32120.qmail@foad.org>
83421      Branch: perl
83422            ! pod/perldelta.pod
83423 ____________________________________________________________________________
83424 [  6940] By: jhi                                   on 2000/08/31  13:38:48
83425         Log: Issue useful diagnostic on unknown pod commands.
83426              
83427              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
83428              From: <abigail@foad.org>
83429              Date: Thu, 31 Aug 2000 03:41:18 -0400
83430              Message-ID: <20000831074118.24880.qmail@foad.org>
83431      Branch: perl
83432            ! lib/Pod/Man.pm
83433 ____________________________________________________________________________
83434 [  6939] By: jhi                                   on 2000/08/31  13:34:33
83435         Log: Reveal Borland's isnan.
83436              
83437              Subject: build with BC++ tweak
83438              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
83439              Date: Thu, 31 Aug 2000 13:09:37 +0400
83440              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
83441      Branch: perl
83442            ! win32/win32.h
83443 ____________________________________________________________________________
83444 [  6938] By: jhi                                   on 2000/08/31  05:01:20
83445         Log: Update Changes.
83446      Branch: perl
83447            ! Changes patchlevel.h
83448 ____________________________________________________________________________
83449 [  6937] By: jhi                                   on 2000/08/31  04:26:23
83450         Log: sscanf() may be the only way to read long doubles from strings.
83451      Branch: metaconfig/U/perl
83452            ! longdblfio.U
83453      Branch: perl
83454            ! Configure config_h.SH perl.h util.c
83455 ____________________________________________________________________________
83456 [  6936] By: jhi                                   on 2000/08/31  04:18:19
83457         Log: The #6929 was too skimpy.
83458      Branch: perl
83459            ! sv.c
83460 ____________________________________________________________________________
83461 [  6935] By: jhi                                   on 2000/08/31  02:47:07
83462         Log: Subject: Re: typos in pods
83463              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83464              Date: Wed, 30 Aug 2000 19:25:34 -0700
83465              Message-ID: <eIcr5gzkg25X092yn@efn.org>
83466      Branch: perl
83467            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
83468 ____________________________________________________________________________
83469 [  6934] By: jhi                                   on 2000/08/31  02:42:55
83470         Log: Missed one Unicode file.
83471      Branch: perl
83472            + lib/unicode/UCDFF301.html
83473 ____________________________________________________________________________
83474 [  6933] By: jhi                                   on 2000/08/30  23:42:27
83475         Log: Update Changes.
83476      Branch: perl
83477            ! Changes patchlevel.h
83478 ____________________________________________________________________________
83479 [  6932] By: jhi                                   on 2000/08/30  23:40:07
83480         Log: Mention UNTIE in perldelta.  Still needs documenting
83481              in perltie et alia.
83482      Branch: perl
83483            ! pod/perldelta.pod
83484 ____________________________________________________________________________
83485 [  6931] By: jhi                                   on 2000/08/30  23:36:02
83486         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
83487              From: <abigail@foad.org>
83488              Date: Wed, 30 Aug 2000 19:28:07 -0400
83489              Message-ID: <20000830232807.305.qmail@foad.org>
83490      Branch: perl
83491            ! pod/perldelta.pod
83492 ____________________________________________________________________________
83493 [  6930] By: jhi                                   on 2000/08/30  23:32:40
83494         Log: Update to Unicode 3.0.1.
83495      Branch: perl
83496            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
83497            + lib/unicode/PropList.txt lib/unicode/README.perl
83498            + lib/unicode/UCD301.html lib/unicode/Unicode.301
83499            - lib/unicode/Props.txt lib/unicode/UCD300.html
83500            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
83501            ! (edit 257 files)
83502 ____________________________________________________________________________
83503 [  6929] By: jhi                                   on 2000/08/30  22:38:18
83504         Log: Heap decorruption.
83505              
83506              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
83507              From: Alan Burlison <Alan.Burlison@uk.sun.com>
83508              Date: Wed, 30 Aug 2000 22:39:52 +0100
83509              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
83510      Branch: perl
83511            ! sv.c
83512 ____________________________________________________________________________
83513 [  6928] By: jhi                                   on 2000/08/30  22:29:34
83514         Log: Retract the dummy test, skip the security tests (instead of failing),
83515              explain what the warnings mean.
83516      Branch: perl
83517            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
83518 ____________________________________________________________________________
83519 [  6927] By: jhi                                   on 2000/08/30  22:14:13
83520         Log: Change the internal implementation of sort() to be mergesort
83521              instead of quicksort, from John Linderman <jpl@research.att.com>.
83522              Gives us better worst case, better average case, and stability.
83523              What's there not to like?  (Small fixes for threaded builds
83524              were required).
83525      Branch: perl
83526            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
83527 ____________________________________________________________________________
83528 [  6926] By: jhi                                   on 2000/08/30  20:55:20
83529         Log: A better fix for the Socket building problem from Craig Berry.
83530      Branch: perl
83531            ! vms/vms.c
83532 ____________________________________________________________________________
83533 [  6925] By: jhi                                   on 2000/08/30  20:20:25
83534         Log: Subject: [PATCH] Re: UNTIE method 
83535              From: Nick Ing-Simmons <nik@tiuk.ti.com>
83536              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
83537              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
83538      Branch: perl
83539            ! pp_sys.c t/op/tie.t
83540 ____________________________________________________________________________
83541 [  6924] By: jhi                                   on 2000/08/30  20:17:11
83542         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
83543              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83544              Date: Wed, 30 Aug 2000 15:03:14 -0500
83545              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
83546      Branch: perl
83547            ! vms/vms.c
83548 ____________________________________________________________________________
83549 [  6923] By: jhi                                   on 2000/08/30  20:15:18
83550         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
83551              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83552              Date: Wed, 30 Aug 2000 13:30:36 -0500
83553              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
83554      Branch: perl
83555            ! vms/vms.c
83556 ____________________________________________________________________________
83557 [  6922] By: jhi                                   on 2000/08/30  19:54:43
83558         Log: Better options for rsync.
83559      Branch: perl
83560            ! pod/perlhack.pod
83561 ____________________________________________________________________________
83562 [  6921] By: jhi                                   on 2000/08/30  19:40:16
83563         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
83564              From: Rick Delaney <rick@consumercontact.com>
83565              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
83566              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
83567      Branch: perl
83568            ! pod/perlfunc.pod
83569 ____________________________________________________________________________
83570 [  6920] By: jhi                                   on 2000/08/30  19:36:40
83571         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
83572              From: Peter Prymmer <pvhp@forte.com>
83573              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
83574              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
83575      Branch: perl
83576            ! configure.com
83577 ____________________________________________________________________________
83578 [  6919] By: jhi                                   on 2000/08/30  14:52:02
83579         Log: Update Changes.
83580      Branch: perl
83581            ! Changes patchlevel.h
83582 ____________________________________________________________________________
83583 [  6918] By: jhi                                   on 2000/08/30  14:48:34
83584         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
83585      Branch: perl
83586            ! lib/ExtUtils/typemap
83587 ____________________________________________________________________________
83588 [  6917] By: jhi                                   on 2000/08/30  14:46:34
83589         Log: Subject: typos in pods
83590              From: Nicholas Clark <nick@ccl4.org>
83591              Date: Wed, 30 Aug 2000 01:12:50 +0100
83592              Message-ID: <20000830011249.A61388@plum.flirble.org>
83593      Branch: perl
83594            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
83595            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
83596            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
83597            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
83598 ____________________________________________________________________________
83599 [  6916] By: jhi                                   on 2000/08/30  14:19:09
83600         Log: Document Storable problems on Crays.  (Will have
83601              to document all the other Storable problems, too.)
83602      Branch: perl
83603            ! pod/perldelta.pod
83604 ____________________________________________________________________________
83605 [  6915] By: jhi                                   on 2000/08/30  14:06:02
83606         Log: Subject: [PATCH] fix misc cast warnings
83607              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83608              Date: Tue, 29 Aug 2000 23:16:14 -0700
83609              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
83610      Branch: perl
83611            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
83612            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
83613            ! os2/os2ish.h
83614 ____________________________________________________________________________
83615 [  6914] By: jhi                                   on 2000/08/30  14:03:45
83616         Log: Timestamp mismatch again.  Need to fix this dependence on
83617              config_h.SH timestamp, since it's the contents of config_h.SH
83618              that matter.
83619      Branch: perl
83620            ! uconfig.h uconfig.sh
83621 ____________________________________________________________________________
83622 [  6913] By: jhi                                   on 2000/08/30  13:54:06
83623         Log: Don't say "Perl 5.0 source kit".
83624      Branch: perl
83625            ! perl.c
83626 ____________________________________________________________________________
83627 [  6912] By: jhi                                   on 2000/08/30  13:51:24
83628         Log: Reset archname and archname64 always, forcing them be
83629              recomputed at each Configure run, make Configure and
83630              the hints files agree on the naming of largefiles variables.
83631      Branch: metaconfig
83632            ! U/threads/archname.U
83633      Branch: metaconfig/U/perl
83634            ! use64bits.U
83635      Branch: perl
83636            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
83637            ! hints/linux.sh hints/solaris_2.sh
83638 ____________________________________________________________________________
83639 [  6911] By: jhi                                   on 2000/08/30  13:30:13
83640         Log: Put back the slice accidentally removed by #6907.
83641      Branch: perl
83642            ! hints/solaris_2.sh
83643 ____________________________________________________________________________
83644 [  6910] By: jhi                                   on 2000/08/30  01:24:26
83645         Log: Be consistent: other Net::get* do export theirs.
83646              
83647              Subject: Re: Net::protoent does not export 'getproto'
83648              From: Yasushi Nakajima <sey@jkc.co.jp>
83649              Date: Wed, 30 Aug 2000 09:53:14 +0900
83650              Message-Id: <200008300051.DAA24700@taku.hut.fi>
83651      Branch: perl
83652            ! lib/Net/protoent.pm
83653 ____________________________________________________________________________
83654 [  6909] By: jhi                                   on 2000/08/30  01:17:25
83655         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
83656              From: Gurusamy Sarathy <gsar@ActiveState.com>
83657              Date: Tue, 29 Aug 2000 17:17:07 -0700
83658              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
83659      Branch: perl
83660            ! cop.h
83661 ____________________________________________________________________________
83662 [  6908] By: jhi                                   on 2000/08/30  00:58:05
83663         Log: Update Changes.
83664      Branch: perl
83665            ! Changes patchlevel.h
83666 ____________________________________________________________________________
83667 [  6907] By: jhi                                   on 2000/08/30  00:57:22
83668         Log: Introduce ccname to keep track of what compiler kind of we have.
83669      Branch: metaconfig/U/perl
83670            ! Checkcc.U gccvers.U
83671      Branch: perl
83672            ! Configure config_h.SH hints/solaris_2.sh
83673 ____________________________________________________________________________
83674 [  6906] By: jhi                                   on 2000/08/30  00:25:47
83675         Log: Put back the flags dump as reasoned in
83676              
83677              Subject: Re: [PATCH] Glob dumping
83678              From: Mike Guy <mjtg@cam.ac.uk> 
83679              Date: Tue, 29 Aug 2000 21:41:32 +0100
83680              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
83681      Branch: perl
83682            ! dump.c t/lib/peek.t
83683 ____________________________________________________________________________
83684 [  6905] By: jhi                                   on 2000/08/30  00:16:17
83685         Log: Make the epsilon to be relative, not absolute.
83686              
83687              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
83688              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
83689              Date: Tue, 29 Aug 2000 19:58:56 -0400
83690              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
83691      Branch: perl
83692            ! t/lib/trig.t
83693 ____________________________________________________________________________
83694 [  6904] By: jhi                                   on 2000/08/30  00:13:09
83695         Log: From now on, Gisle is on my list of usual suspects :-)
83696              Retract #6902.
83697      Branch: perl
83698            ! ext/Opcode/Safe.pm
83699 ____________________________________________________________________________
83700 [  6903] By: jhi                                   on 2000/08/29  23:51:20
83701         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
83702              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83703              Date: Tue, 29 Aug 2000 18:43:26 -0500
83704              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
83705      Branch: perl
83706            + vms/vmspipe.com
83707            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
83708            ! vms/vms.c
83709 ____________________________________________________________________________
83710 [  6902] By: jhi                                   on 2000/08/29  23:44:14
83711         Log: Retry what #6882 attempted.
83712              
83713              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
83714              From: Gisle Aas <gisle@ActiveState.com>
83715              Date: 30 Aug 2000 00:33:09 +0200
83716              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
83717      Branch: perl
83718            ! ext/Opcode/Safe.pm
83719 ____________________________________________________________________________
83720 [  6901] By: jhi                                   on 2000/08/29  22:59:32
83721         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
83722              From: Hugo <hv@crypt.compulink.co.uk>
83723              Date: Mon, 12 Jun 2000 19:36:08 +0100
83724              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
83725      Branch: perl
83726            ! sv.c
83727 ____________________________________________________________________________
83728 [  6900] By: jhi                                   on 2000/08/29  22:58:35
83729         Log: Admit that we are leaking scalars.
83730              
83731              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
83732              From: Spider Boardman <spider@leggy.zk3.dec.com>
83733              Date: Tue, 29 Aug 2000 18:48:29 -0400
83734              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
83735      Branch: perl
83736            ! t/pragma/warnings.t
83737 ____________________________________________________________________________
83738 [  6899] By: jhi                                   on 2000/08/29  20:53:13
83739         Log: Update Changes.
83740      Branch: perl
83741            ! Changes patchlevel.h
83742 ____________________________________________________________________________
83743 [  6898] By: jhi                                   on 2000/08/29  20:46:21
83744         Log: Undo namespace pollution of #6878.
83745              
83746              Subject: Re: Net::protoent does not export 'getproto'
83747              From: Mike Guy <mjtg@cam.ac.uk>
83748              Date: Tue, 29 Aug 2000 21:32:37 +0100
83749              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
83750      Branch: perl
83751            ! lib/Net/protoent.pm
83752 ____________________________________________________________________________
83753 [  6897] By: jhi                                   on 2000/08/29  20:44:29
83754         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
83755              From: Peter Prymmer <pvhp@forte.com>
83756              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
83757              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
83758      Branch: perl
83759            ! pod/perlebcdic.pod
83760 ____________________________________________________________________________
83761 [  6896] By: jhi                                   on 2000/08/29  20:40:57
83762         Log: There's no point repeating the 'revision' (5) of perl5.
83763      Branch: metaconfig/U/perl
83764            ! Devel.U patchlevel.U
83765      Branch: perl
83766            ! Configure config_h.SH
83767 ____________________________________________________________________________
83768 [  6895] By: jhi                                   on 2000/08/29  20:16:58
83769         Log: Regen Configure for #6894.
83770      Branch: metaconfig/U/perl
83771            ! perladmin.U
83772      Branch: perl
83773            ! Configure config_h.SH
83774 ____________________________________________________________________________
83775 [  6894] By: jhi                                   on 2000/08/29  19:59:52
83776         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
83777              From: "Philip Newton" <Philip.Newton@gmx.net>
83778              Date: Tue, 29 Aug 2000 21:39:14 +0200
83779              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
83780      Branch: perl
83781            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
83782            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
83783            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
83784            ! utils/perlbug.PL
83785 ____________________________________________________________________________
83786 [  6893] By: jhi                                   on 2000/08/29  19:55:30
83787         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
83788              From: "Philip Newton" <Philip.Newton@gmx.net>
83789              Date: Tue, 29 Aug 2000 21:39:14 +0200
83790              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
83791      Branch: perl
83792            ! installhtml
83793 ____________________________________________________________________________
83794 [  6892] By: jhi                                   on 2000/08/29  19:53:59
83795         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
83796              From: "Philip Newton" <Philip.Newton@gmx.net>
83797              Date: Tue, 29 Aug 2000 21:48:18 +0200
83798              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
83799      Branch: perl
83800            ! lib/File/Temp.pm
83801 ____________________________________________________________________________
83802 [  6891] By: jhi                                   on 2000/08/29  18:30:03
83803         Log: Nail the ID 20000828.023.
83804      Branch: perl
83805            ! ext/Storable/Storable.xs
83806 ____________________________________________________________________________
83807 [  6890] By: jhi                                   on 2000/08/29  16:50:17
83808         Log: Under usethreads the dumped variable is IN_PAD.
83809              
83810              Subject: Re: [PATCH] Glob dumping
83811              From: Gisle Aas <gisle@ActiveState.com>
83812              Date: 29 Aug 2000 18:45:05 +0200
83813              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
83814      Branch: perl
83815            ! t/lib/peek.t
83816 ____________________________________________________________________________
83817 [  6889] By: jhi                                   on 2000/08/29  15:17:37
83818         Log: Update Changes.
83819      Branch: perl
83820            ! Changes patchlevel.h
83821 ____________________________________________________________________________
83822 [  6888] By: jhi                                   on 2000/08/29  14:49:59
83823         Log: Retract #6882, broke the safe tests.
83824      Branch: perl
83825            ! ext/Opcode/Safe.pm
83826 ____________________________________________________________________________
83827 [  6887] By: jhi                                   on 2000/08/29  14:47:06
83828         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
83829              From: Gisle Aas <gisle@ActiveState.com> 
83830              Date: 09 Jun 2000 20:00:11 +0200
83831              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
83832      Branch: perl
83833            ! utils/perldoc.PL
83834 ____________________________________________________________________________
83835 [  6886] By: jhi                                   on 2000/08/29  14:42:45
83836         Log: The #6881 removed one dump line.
83837      Branch: perl
83838            ! t/lib/peek.t
83839 ____________________________________________________________________________
83840 [  6885] By: jhi                                   on 2000/08/29  14:30:47
83841         Log: Don't forget to tidy up.
83842      Branch: perl
83843            ! t/lib/ftmp-security.t
83844 ____________________________________________________________________________
83845 [  6884] By: jhi                                   on 2000/08/29  14:25:17
83846         Log: Disabling the one test is a bit tricky.
83847      Branch: perl
83848            ! t/lib/ftmp-security.t
83849 ____________________________________________________________________________
83850 [  6883] By: jhi                                   on 2000/08/29  14:16:25
83851         Log: Disable one of the tests for now.
83852      Branch: perl
83853            ! t/lib/ftmp-security.t
83854 ____________________________________________________________________________
83855 [  6882] By: jhi                                   on 2000/08/29  14:05:50
83856         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
83857              From: gisle@aas.no
83858              Date: 29 Aug 2000 10:35:06 -0000
83859              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
83860      Branch: perl
83861            ! ext/Opcode/Safe.pm
83862 ____________________________________________________________________________
83863 [  6881] By: jhi                                   on 2000/08/29  14:03:51
83864         Log: Subject: [PATCH] Glob dumping
83865              From: Gisle Aas <gisle@ActiveState.com>
83866              Date: 29 Aug 2000 07:59:42 -0000
83867              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
83868      Branch: perl
83869            ! dump.c
83870 ____________________________________________________________________________
83871 [  6880] By: jhi                                   on 2000/08/29  14:02:01
83872         Log: Subject: [PATCH] Warnings in B::Deparse
83873              From: <abigail@foad.org>
83874              Date: Tue, 29 Aug 2000 00:00:01 -0400
83875              Message-ID: <20000829040001.2999.qmail@foad.org>
83876      Branch: perl
83877            ! ext/B/B/Deparse.pm
83878 ____________________________________________________________________________
83879 [  6879] By: jhi                                   on 2000/08/29  13:57:26
83880         Log: Missed a change in #6869.
83881      Branch: perl
83882            ! mg.c
83883 ____________________________________________________________________________
83884 [  6878] By: jhi                                   on 2000/08/29  13:45:04
83885         Log: Subject: Net::protoent does not export 'getproto'
83886              From: Yasushi Nakajima <sey@jkc.co.jp>
83887              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
83888      Branch: perl
83889            ! lib/Net/protoent.pm
83890 ____________________________________________________________________________
83891 [  6877] By: jhi                                   on 2000/08/29  13:39:19
83892         Log: Patches all over for people and the files they (hopefully) care about.
83893      Branch: perl
83894            ! AUTHORS Changes MAINTAIN
83895 ____________________________________________________________________________
83896 [  6876] By: jhi                                   on 2000/08/29  12:53:54
83897         Log: Fix for thinko in #6848.
83898              
83899              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
83900              From: Lupe Christoph <lupe@lupe-christoph.de>
83901              Date: Tue, 29 Aug 2000 09:04:08 +0200
83902              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
83903      Branch: perl
83904            ! ext/Thread/Thread.xs
83905 ____________________________________________________________________________
83906 [  6875] By: jhi                                   on 2000/08/29  12:50:14
83907         Log: Update to Getopt::Long 2.24, from Johan Vromans.
83908      Branch: perl
83909            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
83910 ____________________________________________________________________________
83911 [  6874] By: jhi                                   on 2000/08/29  02:09:53
83912         Log: Use minimal @INC in tests, most of the time just '../lib',
83913              so that we simply can't pick up stuff from other Perls than
83914              the one we are testing.  Pointed out by
83915              
83916              From: Mike Guy <mjtg@cam.ac.uk>
83917              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
83918              Date: Fri, 25 Aug 2000 15:15:59 +0100
83919              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
83920      Branch: perl
83921            ! (edit 185 files)
83922 ____________________________________________________________________________
83923 [  6873] By: jhi                                   on 2000/08/29  01:07:11
83924         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
83925              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83926              Date: Mon, 28 Aug 2000 17:45:52 -0700
83927              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
83928      Branch: perl
83929            ! Makefile.SH hints/os2.sh
83930 ____________________________________________________________________________
83931 [  6872] By: jhi                                   on 2000/08/28  23:33:39
83932         Log: Subject: [PATCH bleedperl@6866] spellings
83933              From: marcel@codewerk.com (Marcel Grunauer)
83934              Date: Tue, 29 Aug 2000 01:19:59 +0200
83935              Message-Id: <200008282319.BAA29862@gandalf.local>
83936      Branch: perl
83937            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
83938            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
83939            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
83940 ____________________________________________________________________________
83941 [  6871] By: jhi                                   on 2000/08/28  23:22:09
83942         Log: Take out the SUIDMAIL thing, that will not be
83943              a problem in 5.7.*.
83944      Branch: perl
83945            ! patchlevel.h
83946 ____________________________________________________________________________
83947 [  6870] By: jhi                                   on 2000/08/28  23:19:30
83948         Log: -S is the silent flag, -s is the strip flag.
83949              
83950              Subject: [PATCH] Re: [PATCH] make no-install          
83951              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83952              Date: Mon, 28 Aug 2000 15:12:55 -0700
83953              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
83954      Branch: perl
83955            ! Makefile.SH
83956 ____________________________________________________________________________
83957 [  6869] By: jhi                                   on 2000/08/28  23:12:05
83958         Log: Subject: [PATCH bleedperl@6856] warnings fixes
83959              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83960              Date: Mon, 28 Aug 2000 23:55:06 +0100
83961              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
83962      Branch: perl
83963            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
83964            ! warnings.h warnings.pl
83965 ____________________________________________________________________________
83966 [  6868] By: jhi                                   on 2000/08/28  21:38:22
83967         Log: Potential cruft.
83968      Branch: perl
83969            ! Makefile.SH
83970 ____________________________________________________________________________
83971 [  6867] By: jhi                                   on 2000/08/28  21:35:36
83972         Log: Update Changes.
83973      Branch: perl
83974            ! Changes patchlevel.h
83975 ____________________________________________________________________________
83976 [  6866] By: jhi                                   on 2000/08/28  21:33:49
83977         Log: Subject: hv.h Doc Patch
83978              From: Fisher Mark <fisherm@tce.com>
83979              Date: Mon, 28 Aug 2000 16:24:59 -0500
83980              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
83981      Branch: perl
83982            ! hv.h
83983 ____________________________________________________________________________
83984 [  6865] By: jhi                                   on 2000/08/28  21:02:15
83985         Log: Add -ld to archname on long tr...double platforms.
83986      Branch: metaconfig
83987            ! U/threads/archname.U
83988      Branch: perl
83989            ! Configure config_h.SH
83990 ____________________________________________________________________________
83991 [  6864] By: jhi                                   on 2000/08/28  20:38:59
83992         Log: An attempt to fix the problem reported in
83993              
83994              Subject: Building perl@6856 using gcc/AIX 4.3.3 
83995              From: Daniel Muino <dmuino@afip.gov.ar> 
83996              Date: Mon, 28 Aug 2000 15:50:01 -0300   
83997              Message-ID: <20000828155001.A14403@con2-dgi>
83998              
83999              I can't test this properly since the gcc installation I have
84000              access to seems to be botched (gcc is calling the AIX cpp,
84001              a losing proposition...)
84002      Branch: perl
84003            ! hints/aix.sh
84004 ____________________________________________________________________________
84005 [  6863] By: jhi                                   on 2000/08/28  18:57:52
84006         Log: Fix for ID 20000828.001, long doubles were not formatted
84007              correctly (showed up in $], which stopped installing perl).
84008      Branch: perl
84009            ! sv.c
84010 ____________________________________________________________________________
84011 [  6862] By: jhi                                   on 2000/08/28  18:07:15
84012         Log: Typo in #6858.
84013      Branch: perl
84014            ! lib/Cwd.pm
84015 ____________________________________________________________________________
84016 [  6861] By: jhi                                   on 2000/08/28  17:57:27
84017         Log: opmini.o may be left around if a build is interrupted.
84018      Branch: perl
84019            ! Makefile.SH
84020 ____________________________________________________________________________
84021 [  6860] By: jhi                                   on 2000/08/28  16:52:50
84022         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
84023              From: Daniel Chetlin <daniel@chetlin.com>
84024              Date: Mon, 28 Aug 2000 01:14:18 -0700
84025              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
84026      Branch: perl
84027            ! lib/overload.pm
84028 ____________________________________________________________________________
84029 [  6859] By: jhi                                   on 2000/08/28  16:08:46
84030         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
84031              From: Nicholas Clark <nick@ccl4.org>
84032              Date: Mon, 28 Aug 2000 16:03:27 +0100
84033              Message-Id: <20000828160327.C49785@plum.flirble.org>
84034      Branch: perl
84035            ! ext/ByteLoader/bytecode.h
84036 ____________________________________________________________________________
84037 [  6858] By: jhi                                   on 2000/08/28  16:02:10
84038         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
84039              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
84040              Date: Mon, 28 Aug 2000 13:08:30 +0200
84041              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
84042      Branch: perl
84043            ! lib/Cwd.pm
84044 ____________________________________________________________________________
84045 [  6857] By: jhi                                   on 2000/08/28  15:42:47
84046         Log: display_format used as a class method without arguments was broken,
84047              reported in
84048              
84049              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
84050              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
84051              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
84052              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
84053      Branch: perl
84054            ! lib/Math/Complex.pm t/lib/complex.t
84055 ____________________________________________________________________________
84056 [  6856] By: jhi                                   on 2000/08/27  22:09:48
84057         Log: Update Changes.
84058      Branch: perl
84059            ! Changes patchlevel.h
84060 ____________________________________________________________________________
84061 [  6855] By: jhi                                   on 2000/08/27  21:59:21
84062         Log: Retract #6853 (false alarm).
84063      Branch: perl
84064            ! lib/ExtUtils/xsubpp
84065 ____________________________________________________________________________
84066 [  6854] By: jhi                                   on 2000/08/27  21:37:44
84067         Log: Update Changes.
84068      Branch: perl
84069            ! Changes patchlevel.h
84070 ____________________________________________________________________________
84071 [  6853] By: jhi                                   on 2000/08/27  21:37:16
84072         Log: Subject: [PATCH perl@6850] workaround for xsubpp
84073              From: Hugo <hv@crypt.compulink.co.uk>
84074              Date: Sun, 27 Aug 2000 22:30:25 +0100
84075              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
84076      Branch: perl
84077            ! lib/ExtUtils/xsubpp
84078 ____________________________________________________________________________
84079 [  6852] By: jhi                                   on 2000/08/27  21:33:58
84080         Log: Big-endian 64-bit patch from Raphael Manfredi.
84081      Branch: perl
84082            ! ext/Storable/Storable.xs
84083 ____________________________________________________________________________
84084 [  6851] By: jhi                                   on 2000/08/27  21:22:21
84085         Log: More ruthless editing from Hugo van der Sanden.
84086      Branch: perl
84087            ! pod/perldelta.pod
84088 ____________________________________________________________________________
84089 [  6850] By: jhi                                   on 2000/08/27  16:11:46
84090         Log: Update Changes.
84091      Branch: perl
84092            ! Changes patchlevel.h
84093 ____________________________________________________________________________
84094 [  6849] By: jhi                                   on 2000/08/27  16:11:05
84095         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
84096      Branch: perl
84097            ! configpm pod/perldelta.pod
84098 ____________________________________________________________________________
84099 [  6848] By: jhi                                   on 2000/08/27  15:35:08
84100         Log: Use the actual thread type, not the pointer-to-struct.
84101      Branch: perl
84102            ! ext/Thread/Thread.xs
84103 ____________________________________________________________________________
84104 [  6847] By: jhi                                   on 2000/08/27  15:30:49
84105         Log: Test nit.
84106      Branch: perl
84107            ! t/pragma/warn/pp_sys
84108 ____________________________________________________________________________
84109 [  6846] By: jhi                                   on 2000/08/27  15:19:02
84110         Log: Passing -R in ldflags makes now it to appear in the default
84111              for lddlflags, just like with -L.
84112              
84113              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
84114              From: Lupe Christoph <lupe@lupe-christoph.de>
84115              Date: Sun, 27 Aug 2000 10:28:21 +0200
84116              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
84117      Branch: metaconfig/U/perl
84118            ! dlsrc.U
84119      Branch: perl
84120            ! Configure
84121 ____________________________________________________________________________
84122 [  6845] By: jhi                                   on 2000/08/27  15:08:54
84123         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
84124              From: Alan Burlison <Alan.Burlison@uk.sun.com>
84125              Date: Sat, 26 Aug 2000 22:23:27 +0100
84126              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
84127      Branch: perl
84128            ! lib/ExtUtils/MM_Unix.pm
84129 ____________________________________________________________________________
84130 [  6844] By: jhi                                   on 2000/08/27  15:02:37
84131         Log: DJGPP update from Laszlo Molnar.
84132              
84133              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
84134              From: ml1050 <ml1050@freemail.hu>
84135              Date: Sat, 26 Aug 2000 23:24:40 +0200
84136              Message-Id: <20000826232440.A439@freemail.hu>
84137      Branch: perl
84138            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
84139            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
84140 ____________________________________________________________________________
84141 [  6843] By: jhi                                   on 2000/08/27  14:53:58
84142         Log: Subject: installman buglet
84143              From: Lupe Christoph <lupe@lupe-christoph.de>
84144              Date: Sun, 27 Aug 2000 14:38:59 +0200
84145              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
84146      Branch: perl
84147            ! installman
84148 ____________________________________________________________________________
84149 [  6842] By: jhi                                   on 2000/08/27  14:52:08
84150         Log: Can't get the test to reliably work thanks to the
84151              inaccurateness of floating point.  "Resolves" bug ids
84152              20000826.003, 20000826.009, 20000826.010,
84153      Branch: perl
84154            ! t/lib/trig.t
84155 ____________________________________________________________________________
84156 [  6841] By: jhi                                   on 2000/08/26  15:53:58
84157         Log: Update Changes.
84158      Branch: perl
84159            ! Changes patchlevel.h
84160 ____________________________________________________________________________
84161 [  6840] By: jhi                                   on 2000/08/26  14:23:03
84162         Log: grep -e isn't portable.
84163              
84164              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
84165              From: chris@broadband.att.com
84166              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
84167              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
84168      Branch: perl
84169            ! hints/solaris_2.sh
84170 ____________________________________________________________________________
84171 [  6839] By: jhi                                   on 2000/08/26  14:12:23
84172         Log: no-install target a la make -n.
84173              
84174              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
84175              From: <abigail@foad.org>
84176              Date: Sat, 26 Aug 2000 03:57:34 -0400
84177              Message-ID: <20000826075735.18912.qmail@foad.org>
84178      Branch: perl
84179            ! Makefile.SH installman installperl
84180 ____________________________________________________________________________
84181 [  6838] By: jhi                                   on 2000/08/26  14:06:33
84182         Log: Retract #6826 as the #6828 should be do the same
84183              in a More Correct Way.
84184      Branch: perl
84185            ! installperl
84186 ____________________________________________________________________________
84187 [  6837] By: jhi                                   on 2000/08/26  05:24:00
84188         Log: More casting.
84189      Branch: perl
84190            ! ext/Storable/Storable.xs
84191 ____________________________________________________________________________
84192 [  6836] By: jhi                                   on 2000/08/26  05:05:46
84193         Log: Nicer in decimal.
84194      Branch: perl
84195            ! ext/Storable/Storable.xs
84196 ____________________________________________________________________________
84197 [  6835] By: jhi                                   on 2000/08/26  05:03:50
84198         Log: There be no UVdf.
84199      Branch: perl
84200            ! ext/Storable/Storable.xs
84201 ____________________________________________________________________________
84202 [  6834] By: jhi                                   on 2000/08/26  05:00:18
84203         Log: Continue IVdfing and UVxfing.
84204      Branch: perl
84205            ! ext/Storable/Storable.xs
84206 ____________________________________________________________________________
84207 [  6833] By: jhi                                   on 2000/08/26  04:53:14
84208         Log: Use IVdf.
84209      Branch: perl
84210            ! ext/Storable/Storable.xs
84211 ____________________________________________________________________________
84212 [  6832] By: jhi                                   on 2000/08/26  04:40:41
84213         Log: Document PTR2XX and INT2PTR.
84214      Branch: perl
84215            ! pod/perlguts.pod
84216 ____________________________________________________________________________
84217 [  6831] By: jhi                                   on 2000/08/26  04:33:18
84218         Log: Use UVxf, PTR2UV, NVff.
84219      Branch: perl
84220            ! ext/Storable/Storable.xs
84221 ____________________________________________________________________________
84222 [  6830] By: jhi                                   on 2000/08/26  04:31:32
84223         Log: Update the test count.
84224      Branch: perl
84225            ! t/lib/trig.t
84226 ____________________________________________________________________________
84227 [  6829] By: jhi                                   on 2000/08/26  03:05:50
84228         Log: Subject: [PATCH] installation not quite silent yet.
84229              From: <abigail@foad.org>
84230              Date: Fri, 25 Aug 2000 20:07:53 -0400
84231              Message-ID: <20000826000753.7822.qmail@foad.org>
84232      Branch: perl
84233            ! installman installperl
84234 ____________________________________________________________________________
84235 [  6828] By: jhi                                   on 2000/08/26  03:05:14
84236         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
84237              From: Spider Boardman <spider@web.zk3.dec.com>
84238              Date: Fri, 25 Aug 2000 19:12:40 -0400
84239              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
84240      Branch: perl
84241            ! gv.c
84242 ____________________________________________________________________________
84243 [  6827] By: jhi                                   on 2000/08/25  23:54:34
84244         Log: Support preserving extremely big/small angles.
84245      Branch: perl
84246            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
84247 ____________________________________________________________________________
84248 [  6826] By: jhi                                   on 2000/08/25  23:01:20
84249         Log: Patch installperl to be long double-aware.
84250              
84251              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
84252              From: Spider Boardman <spider@web.zk3.dec.com>
84253              Date: Fri, 25 Aug 2000 18:15:23 -0400
84254              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
84255      Branch: perl
84256            ! installperl
84257 ____________________________________________________________________________
84258 [  6825] By: jhi                                   on 2000/08/25  22:58:25
84259         Log: Remove duplicately applied patch shards.
84260              
84261              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
84262              From: Spider Boardman <spider@leggy.zk3.dec.com>
84263              Date: Fri, 25 Aug 2000 16:45:03 -0400
84264              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
84265      Branch: perl
84266            ! t/lib/cgi-html.t
84267 ____________________________________________________________________________
84268 [  6824] By: jhi                                   on 2000/08/25  22:57:00
84269         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
84270              From: Daniel Chetlin <daniel@chetlin.com>
84271              Date: Fri, 25 Aug 2000 12:23:16 -0700
84272              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
84273              
84274              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
84275              From: Daniel Chetlin <daniel@chetlin.com>
84276              Date: Fri, 25 Aug 2000 14:47:19 -0700
84277              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
84278      Branch: perl
84279            ! installman
84280 ____________________________________________________________________________
84281 [  6823] By: jhi                                   on 2000/08/25  22:44:17
84282         Log: Timestamp problem?
84283      Branch: perl
84284            ! uconfig.h uconfig.sh
84285 ____________________________________________________________________________
84286 [  6822] By: jhi                                   on 2000/08/25  19:01:06
84287         Log: One forgotten file from #6816.
84288      Branch: perl
84289            ! vos/config.h
84290 ____________________________________________________________________________
84291 [  6821] By: jhi                                   on 2000/08/25  18:56:39
84292         Log: Regen Changes.
84293      Branch: perl
84294            ! Changes patchlevel.h
84295 ____________________________________________________________________________
84296 [  6820] By: jhi                                   on 2000/08/25  18:52:35
84297         Log: Fix Changes ordering.
84298      Branch: perl
84299            ! Changes
84300 ____________________________________________________________________________
84301 [  6819] By: jhi                                   on 2000/08/25  18:50:25
84302         Log: Update Changes.
84303      Branch: perl
84304            ! Changes patchlevel.h
84305 ____________________________________________________________________________
84306 [  6818] By: jhi                                   on 2000/08/25  18:47:45
84307         Log: Tweak the sfio/useperlio logic, hopefully as wished in
84308              
84309              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
84310              From: Nicholas Clark <nick@babyhippo.co.uk>
84311              Date: Fri, 25 Aug 2000 12:01:45 +0100
84312              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
84313      Branch: metaconfig/U/perl
84314            ! d_sfio.U
84315      Branch: perl
84316            ! Configure
84317 ____________________________________________________________________________
84318 [  6817] By: jhi                                   on 2000/08/25  18:32:51
84319         Log: Allow microperl to assume <math.h>, without it the math
84320              functions like floor() are assumed to return int, which makes
84321              for core dumps in machines where integer and floating register
84322              don't mix.
84323      Branch: perl
84324            ! uconfig.h uconfig.sh
84325 ____________________________________________________________________________
84326 [  6816] By: jhi                                   on 2000/08/25  18:27:17
84327         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
84328              the problem reported in
84329              
84330              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
84331              From: danhale@us.ibm.com
84332              Date: Fri, 25 Aug 2000 10:58:06 -0400
84333              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
84334      Branch: metaconfig/U/perl
84335            + d_socks5_init.U
84336      Branch: perl
84337            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
84338            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
84339            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
84340            ! win32/config.gc win32/config.vc
84341 ____________________________________________________________________________
84342 [  6815] By: jhi                                   on 2000/08/25  17:43:31
84343         Log: A solution for the retrieve_fd autosplit warning,
84344              idea suggested by Mike Guy.
84345      Branch: perl
84346            ! ext/Storable/Storable.pm
84347 ____________________________________________________________________________
84348 [  6814] By: jhi                                   on 2000/08/25  17:16:03
84349         Log: Add install-silent target.
84350      Branch: perl
84351            ! Makefile.SH
84352 ____________________________________________________________________________
84353 [  6813] By: jhi                                   on 2000/08/25  17:14:23
84354         Log: Subject: Re: [PATCH] More silencing of installman.
84355              From: <abigail@foad.org>
84356              Date: Thu, 24 Aug 2000 19:27:03 -0400
84357              Message-ID: <20000824232703.7001.qmail@foad.org>
84358              
84359              Subject: Re: [PATCH] More silencing of installman.
84360              From: <abigail@foad.org>
84361              Date: Fri, 25 Aug 2000 03:00:58 -0400
84362              Message-ID: <20000825070058.10697.qmail@foad.org>
84363      Branch: perl
84364            ! installman
84365 ____________________________________________________________________________
84366 [  6812] By: jhi                                   on 2000/08/25  17:11:28
84367         Log: installperl --verbose and --silent.
84368              
84369              Subject: Re: [PATCH] More silencing of installman.
84370              From: <abigail@foad.org>
84371              Message-ID: <20000825064430.9719.qmail@foad.org>
84372              Date: Fri, 25 Aug 2000 02:44:30 -0400
84373      Branch: perl
84374            ! installperl
84375 ____________________________________________________________________________
84376 [  6811] By: jhi                                   on 2000/08/25  17:05:43
84377         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
84378              From: "Peter J. Farley III" <pjfarley@banet.net>
84379              Date: Thu, 24 Aug 2000 21:58:03 -0400
84380              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
84381              
84382              (applied slightly modified)
84383      Branch: perl
84384            ! lib/ExtUtils/MM_Unix.pm
84385 ____________________________________________________________________________
84386 [  6810] By: jhi                                   on 2000/08/25  17:01:18
84387         Log: Missing parts of 
84388              
84389              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
84390              From: Peter Prymmer <pvhp@forte.com>
84391              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
84392              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
84393      Branch: perl
84394            ! t/lib/cgi-html.t
84395 ____________________________________________________________________________
84396 [  6809] By: jhi                                   on 2000/08/25  16:46:32
84397         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
84398              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84399              Date: Thu, 24 Aug 2000 19:13:11 -0500
84400              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
84401      Branch: perl
84402            ! vms/vms.c
84403 ____________________________________________________________________________
84404 [  6808] By: jhi                                   on 2000/08/25  16:39:22
84405         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
84406              From: Peter Prymmer <pvhp@forte.com>
84407              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
84408              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
84409      Branch: perl
84410            ! configure.com
84411 ____________________________________________________________________________
84412 [  6807] By: jhi                                   on 2000/08/25  16:36:37
84413         Log: Better wording for the vec lvalue diagnostic.
84414              
84415              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
84416              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
84417              Date: Wed, 23 Aug 2000 14:12:16 -0400
84418              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
84419      Branch: perl
84420            ! pod/perldiag.pod
84421 ____________________________________________________________________________
84422 [  6806] By: jhi                                   on 2000/08/24  18:17:22
84423         Log: Subject: [PATCH] More silencing of installman.
84424              From: <abigail@foad.org>
84425              Date: Thu, 24 Aug 2000 14:01:44 -0400
84426              Message-ID: <20000824180144.20062.qmail@foad.org>
84427      Branch: perl
84428            ! installman
84429 ____________________________________________________________________________
84430 [  6805] By: jhi                                   on 2000/08/24  15:00:31
84431         Log: Update Changes.
84432      Branch: perl
84433            ! Changes patchlevel.h
84434 ____________________________________________________________________________
84435 [  6804] By: jhi                                   on 2000/08/24  14:59:07
84436         Log: Regen perltoc.
84437      Branch: perl
84438            ! pod/perltoc.pod
84439 ____________________________________________________________________________
84440 [  6803] By: jhi                                   on 2000/08/24  14:44:39
84441         Log: Show the doc file, not the temp file.
84442      Branch: perl
84443            ! installman
84444 ____________________________________________________________________________
84445 [  6802] By: jhi                                   on 2000/08/24  14:41:53
84446         Log: Continue silencing.
84447      Branch: perl
84448            ! installman
84449 ____________________________________________________________________________
84450 [  6801] By: jhi                                   on 2000/08/24  14:34:40
84451         Log: Actually do something with the silencer option.
84452      Branch: perl
84453            ! installman
84454 ____________________________________________________________________________
84455 [  6800] By: jhi                                   on 2000/08/24  14:26:22
84456         Log: Make installman to recognize the silence flag -S.
84457      Branch: perl
84458            ! installman
84459 ____________________________________________________________________________
84460 [  6799] By: jhi                                   on 2000/08/24  13:49:38
84461         Log: DOS patches and portability/porting notes, from Tim Jenness.
84462      Branch: perl
84463            ! lib/File/Temp.pm
84464 ____________________________________________________________________________
84465 [  6798] By: jhi                                   on 2000/08/24  13:48:27
84466         Log: Create directories in silence.
84467              
84468              Subject: [PATCH] Another silencer for MakeMaker
84469              From: andreas.koenig@anima.de (Andreas J. Koenig)
84470              Date: 24 Aug 2000 14:18:52 +0200
84471              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
84472      Branch: perl
84473            ! lib/ExtUtils/Command.pm
84474 ____________________________________________________________________________
84475 [  6797] By: jhi                                   on 2000/08/24  13:46:42
84476         Log: More liberal parsing of version numbers.
84477              
84478              Subject: Re: CPAN.pm beta for testing available
84479              From: andreas.koenig@anima.de (Andreas J. Koenig)
84480              Date: 24 Aug 2000 13:51:57 +0200
84481              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
84482      Branch: perl
84483            ! lib/CPAN.pm
84484 ____________________________________________________________________________
84485 [  6796] By: jhi                                   on 2000/08/24  13:44:36
84486         Log: Make "make install" by default silent.  A new "install-verbose"
84487              target is verbose.
84488      Branch: perl
84489            ! Makefile.SH
84490 ____________________________________________________________________________
84491 [  6795] By: jhi                                   on 2000/08/24  13:39:14
84492         Log: Add silencer flags to installperl.
84493              
84494              Subject: [PATCH] Making installperl silent.
84495              From: <abigail@foad.org>
84496              Date: Thu, 24 Aug 2000 05:01:45 -0400
84497              Message-ID: <20000824090145.13141.qmail@foad.org>
84498      Branch: perl
84499            ! installperl
84500 ____________________________________________________________________________
84501 [  6794] By: jhi                                   on 2000/08/24  13:35:50
84502         Log: installperl couldn't tell whether it had run tests or not.
84503              
84504              Subject: [PATCH] Re: installperl and t/TEST
84505              From: <abigail@foad.org>
84506              Date: Thu, 24 Aug 2000 04:00:53 -0400
84507              Message-ID: <20000824080053.2494.qmail@foad.org>
84508      Branch: perl
84509            ! Makefile.SH installperl
84510 ____________________________________________________________________________
84511 [  6793] By: jhi                                   on 2000/08/24  13:27:50
84512         Log: Drop the separate perlbc, perlcc -b should be enough.
84513      Branch: perl
84514            - utils/perlbc.PL
84515            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
84516 ____________________________________________________________________________
84517 [  6792] By: jhi                                   on 2000/08/24  04:41:30
84518         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
84519              plus the typo fix from Peter Prymmer.
84520      Branch: perl
84521            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
84522            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
84523 ____________________________________________________________________________
84524 [  6791] By: jhi                                   on 2000/08/24  02:10:43
84525         Log: Replace #6705 with a minimal doc patch.
84526              
84527              Subject: [PATCH 5.6.0] replace change #6705
84528              From: Jan Dubois <jand@ActiveState.com>
84529              Date: Wed, 23 Aug 2000 18:31:51 -0700
84530              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
84531      Branch: perl
84532            ! lib/Win32.pod win32/win32.c
84533 ____________________________________________________________________________
84534 [  6790] By: jhi                                   on 2000/08/23  17:52:00
84535         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
84536              From: Mike Guy <mjtg@cam.ac.uk>
84537              Date: Wed, 23 Aug 2000 18:38:46 +0100
84538              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
84539      Branch: perl
84540            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
84541 ____________________________________________________________________________
84542 [  6789] By: jhi                                   on 2000/08/23  15:34:21
84543         Log: Update Changes.
84544      Branch: perl
84545            ! Changes patchlevel.h
84546 ____________________________________________________________________________
84547 [  6788] By: jhi                                   on 2000/08/23  15:33:40
84548         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
84549              From: Wilfredo Sánchez <wsanchez@apple.com>
84550              Date: Tue, 22 Aug 2000 19:31:27 -0700
84551              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
84552      Branch: perl
84553            ! perl.h
84554 ____________________________________________________________________________
84555 [  6787] By: jhi                                   on 2000/08/23  15:29:31
84556         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
84557              From: Spider Boardman <spider@leggy.zk3.dec.com>
84558              Date: Wed, 23 Aug 2000 10:33:23 -0400
84559              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
84560      Branch: perl
84561            ! lib/Pod/Html.pm
84562 ____________________________________________________________________________
84563 [  6786] By: jhi                                   on 2000/08/23  15:28:11
84564         Log: Bad makefile.
84565      Branch: perl
84566            ! ext/B/Makefile.PL
84567 ____________________________________________________________________________
84568 [  6785] By: jhi                                   on 2000/08/23  14:37:04
84569         Log: Update Changes.
84570      Branch: perl
84571            ! Changes patchlevel.h
84572 ____________________________________________________________________________
84573 [  6784] By: jhi                                   on 2000/08/23  13:58:41
84574         Log: Portability fix from Hugo van der Sanden.
84575      Branch: perl
84576            ! ext/re/Makefile.PL
84577 ____________________________________________________________________________
84578 [  6783] By: jhi                                   on 2000/08/23  13:53:53
84579         Log: Storable support, v-version fixes.
84580              
84581              Subject: CPAN.pm beta for testing available
84582              From: andreas.koenig@anima.de (Andreas J. Koenig)
84583              Date: 22 Aug 2000 23:31:33 +0200
84584              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
84585      Branch: perl
84586            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
84587 ____________________________________________________________________________
84588 [  6782] By: jhi                                   on 2000/08/23  13:51:26
84589         Log: Mac and other portability updates from Chris Nandor.
84590      Branch: perl
84591            ! pod/perlmodinstall.pod
84592 ____________________________________________________________________________
84593 [  6781] By: jhi                                   on 2000/08/23  13:47:33
84594         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
84595              From: Peter Prymmer <pvhp@forte.com>
84596              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
84597              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
84598      Branch: perl
84599            ! ext/Storable/Storable.xs
84600 ____________________________________________________________________________
84601 [  6780] By: jhi                                   on 2000/08/23  13:33:34
84602         Log: VMS MMS (make) wants null action.
84603      Branch: perl
84604            ! ext/B/Makefile.PL
84605 ____________________________________________________________________________
84606 [  6779] By: jhi                                   on 2000/08/22  19:44:47
84607         Log: Forgot portability nit.
84608      Branch: perl
84609            ! t/lib/st-forgive.t
84610 ____________________________________________________________________________
84611 [  6778] By: jhi                                   on 2000/08/22  19:35:25
84612         Log: Be portable.
84613      Branch: perl
84614            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
84615            ! t/lib/st-store.t
84616 ____________________________________________________________________________
84617 [  6777] By: jhi                                   on 2000/08/22  18:50:53
84618         Log: Update Changes.
84619      Branch: perl
84620            ! Changes patchlevel.h
84621 ____________________________________________________________________________
84622 [  6776] By: jhi                                   on 2000/08/22  18:44:46
84623         Log: cSVOPo_*v things index into the current PL_curpad
84624              under ithreads, which is different from the curpad
84625              used by the XSUB.  (In other words, the code as-is
84626              before this patch wouldn't work under ithreads.)
84627              From Sarathy.
84628      Branch: perl
84629            ! ext/B/B.xs
84630 ____________________________________________________________________________
84631 [  6775] By: jhi                                   on 2000/08/22  18:18:37
84632         Log: Make the selection of NVff et al stricter.
84633      Branch: metaconfig/U/perl
84634            ! perlxvf.U
84635      Branch: perl
84636            ! Configure config_h.SH
84637 ____________________________________________________________________________
84638 [  6774] By: jhi                                   on 2000/08/22  17:19:42
84639         Log: perldelta nits.
84640      Branch: perl
84641            ! pod/perldelta.pod
84642 ____________________________________________________________________________
84643 [  6773] By: jhi                                   on 2000/08/22  17:06:26
84644         Log: Long double fixes from Spider Boardman.
84645              
84646              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
84647              From: system PRIVILEGED account <root@peano.zk3.dec.com>
84648              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
84649              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
84650      Branch: perl
84651            ! t/lib/bigfltpm.t t/lib/st-06compat.t
84652 ____________________________________________________________________________
84653 [  6772] By: jhi                                   on 2000/08/22  15:04:53
84654         Log: Update Changes.
84655      Branch: perl
84656            ! Changes patchlevel.h
84657 ____________________________________________________________________________
84658 [  6771] By: jhi                                   on 2000/08/22  15:01:44
84659         Log: perldelta fixes from Hugo van der Sanden.
84660      Branch: perl
84661            ! pod/perldelta.pod
84662 ____________________________________________________________________________
84663 [  6770] By: jhi                                   on 2000/08/22  14:34:49
84664         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
84665              From: Hugo <hv@crypt.compulink.co.uk>
84666              Date: Tue, 22 Aug 2000 11:21:53 +0100
84667              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
84668      Branch: perl
84669            ! regcomp.c
84670 ____________________________________________________________________________
84671 [  6769] By: jhi                                   on 2000/08/22  14:30:02
84672         Log: Add Yitzchak, reformat.
84673      Branch: perl
84674            ! Changes config_h.SH
84675 ____________________________________________________________________________
84676 [  6768] By: jhi                                   on 2000/08/22  14:21:35
84677         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
84678              and Spider Boardman.
84679      Branch: metaconfig
84680            ! U/compline/d_gconvert.U
84681      Branch: perl
84682            ! Configure
84683 ____________________________________________________________________________
84684 [  6767] By: jhi                                   on 2000/08/22  14:11:24
84685         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
84686              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84687              Date: Mon, 21 Aug 2000 19:08:31 -0700
84688              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
84689      Branch: perl
84690            - ext/Storable/patchlevel.h
84691            ! MANIFEST ext/Storable/MANIFEST
84692 ____________________________________________________________________________
84693 [  6766] By: jhi                                   on 2000/08/22  13:49:29
84694         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
84695              From: Peter Prymmer <pvhp@forte.com>
84696              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
84697              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
84698      Branch: perl
84699            ! configure.com ext/Storable/Makefile.PL
84700 ____________________________________________________________________________
84701 [  6765] By: jhi                                   on 2000/08/22  13:44:59
84702         Log: Subject: [PATCH blead] B:: missing dependency
84703              From: Hugo <hv@crypt.compulink.co.uk>
84704              Date: Tue, 22 Aug 2000 06:44:33 +0100
84705              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
84706      Branch: perl
84707            ! ext/B/Makefile.PL
84708 ____________________________________________________________________________
84709 [  6764] By: jhi                                   on 2000/08/22  13:38:12
84710         Log: More bytecompiler.
84711      Branch: perl
84712            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
84713 ____________________________________________________________________________
84714 [  6763] By: jhi                                   on 2000/08/22  13:36:44
84715         Log: Bytecompiler patches from Benjamin Stuhl.
84716      Branch: perl
84717            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
84718            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
84719            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
84720            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
84721            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
84722            ! perl.c perlapi.h pod/perldelta.pod
84723 ____________________________________________________________________________
84724 [  6762] By: jhi                                   on 2000/08/21  23:43:40
84725         Log: An obsoleted diagnostic.
84726      Branch: perl
84727            ! pod/perldelta.pod
84728 ____________________________________________________________________________
84729 [  6761] By: jhi                                   on 2000/08/21  23:01:45
84730         Log: The #6759 wasn't quite right.
84731      Branch: perl
84732            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
84733            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
84734            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
84735            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
84736            ! t/lib/st-tieditems.t
84737 ____________________________________________________________________________
84738 [  6760] By: jhi                                   on 2000/08/21  22:35:49
84739         Log: Be verydeepclean.
84740      Branch: perl
84741            ! Makefile.SH
84742 ____________________________________________________________________________
84743 [  6759] By: jhi                                   on 2000/08/21  22:25:40
84744         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
84745              From: Peter Prymmer <pvhp@forte.com>
84746              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
84747              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
84748      Branch: perl
84749            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
84750            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
84751            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
84752            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
84753            ! t/lib/st-tieditems.t
84754 ____________________________________________________________________________
84755 [  6758] By: jhi                                   on 2000/08/21  22:22:32
84756         Log: Few more casts, need reported in
84757              
84758              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
84759              From: Mike Stok <mike@stok.co.uk>
84760              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
84761              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
84762              
84763              and
84764              
84765              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
84766              From: abigail@foad.org
84767              Date: 21 Aug 2000 21:31:34 -0000
84768              Message-Id: <20000821213134.30170.qmail@foad.org>
84769      Branch: perl
84770            ! ext/Storable/Storable.xs
84771 ____________________________________________________________________________
84772 [  6757] By: jhi                                   on 2000/08/21  18:37:07
84773         Log: Update Changes.
84774      Branch: perl
84775            ! Changes patchlevel.h
84776 ____________________________________________________________________________
84777 [  6756] By: jhi                                   on 2000/08/21  18:34:02
84778         Log: A pod nit.
84779              
84780              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
84781              From: <abigail@foad.org>
84782              Date: Mon, 21 Aug 2000 14:00:16 -0400
84783              Message-ID: <20000821180016.28627.qmail@foad.org>
84784      Branch: perl
84785            ! pod/perlre.pod
84786 ____________________________________________________________________________
84787 [  6755] By: jhi                                   on 2000/08/21  18:30:56
84788         Log: Use PodParser 1.18 new test.
84789      Branch: perl
84790            ! t/pod/special_seqs.t t/pod/special_seqs.xr
84791 ____________________________________________________________________________
84792 [  6754] By: jhi                                   on 2000/08/21  18:28:35
84793         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
84794              patches cannot be applied since #6712 conflicts.
84795      Branch: perl
84796            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
84797 ____________________________________________________________________________
84798 [  6753] By: jhi                                   on 2000/08/21  18:15:11
84799         Log: Weed out some smaller changes.
84800      Branch: perl
84801            ! pod/perldelta.pod
84802 ____________________________________________________________________________
84803 [  6752] By: jhi                                   on 2000/08/21  18:02:30
84804         Log: Also under djgpp the timestamps are funky.
84805      Branch: perl
84806            ! t/op/stat.t
84807 ____________________________________________________________________________
84808 [  6751] By: jhi                                   on 2000/08/21  17:55:56
84809         Log: Tweak the floating point output routine preferences.
84810      Branch: metaconfig
84811            ! U/compline/d_gconvert.U
84812      Branch: perl
84813            ! Configure
84814 ____________________________________________________________________________
84815 [  6750] By: jhi                                   on 2000/08/21  17:51:29
84816         Log: Unicos/mk requires elaborate paranoia.
84817      Branch: perl
84818            ! lib/Math/Complex.pm
84819 ____________________________________________________________________________
84820 [  6749] By: gsar                                  on 2000/08/21  16:53:31
84821         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
84822      Branch: perl
84823            ! lib/Cwd.pm
84824 ____________________________________________________________________________
84825 [  6748] By: gsar                                  on 2000/08/21  16:22:19
84826         Log: free TLS slot properly on Windows
84827      Branch: perl
84828            ! thread.h win32/perllib.c win32/win32thread.h
84829 ____________________________________________________________________________
84830 [  6747] By: jhi                                   on 2000/08/21  16:20:58
84831         Log: Rename the macro argument because some preprocessors
84832              can't tell the difference and expand arguments also inside
84833              double quoted strings.
84834      Branch: perl
84835            ! regcomp.c
84836 ____________________________________________________________________________
84837 [  6746] By: jhi                                   on 2000/08/21  16:09:41
84838         Log: Support long doubles in Storable.
84839              
84840              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
84841              From: Radu Greab <radu@netsoft.ro>
84842              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
84843              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
84844      Branch: perl
84845            ! ext/Storable/Storable.xs
84846 ____________________________________________________________________________
84847 [  6745] By: jhi                                   on 2000/08/21  15:51:40
84848         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
84849              From: "Fifer, Eric" <EFifer@sanwaint.com>
84850              Date: Mon, 21 Aug 2000 15:34:49 +0100
84851              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
84852      Branch: perl
84853            ! t/pragma/warn/9enabled
84854 ____________________________________________________________________________
84855 [  6744] By: jhi                                   on 2000/08/21  15:39:35
84856         Log: Document the endianness of Alpha more precisely.
84857      Branch: perl
84858            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
84859            ! pod/perlport.pod
84860 ____________________________________________________________________________
84861 [  6743] By: jhi                                   on 2000/08/21  14:47:05
84862         Log: perldelta fixes from the p5p crowd.
84863      Branch: perl
84864            ! pod/perldelta.pod pod/perlop.pod
84865 ____________________________________________________________________________
84866 [  6742] By: jhi                                   on 2000/08/21  13:34:51
84867         Log: Update to Pod::LaTeX 0.53.
84868              
84869              Subject: [PATCH] lib/Pod/LaTeX.pm updates
84870              From: Tim Jenness <timj@jach.hawaii.edu>
84871              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
84872              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
84873      Branch: perl
84874            ! lib/Pod/LaTeX.pm
84875 ____________________________________________________________________________
84876 [  6741] By: jhi                                   on 2000/08/21  13:33:01
84877         Log: Subject: [PATCH] os2.c fix for use64bitint
84878              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84879              Date: Mon, 21 Aug 2000 01:32:25 -0700
84880              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
84881      Branch: perl
84882            ! os2/os2.c
84883 ____________________________________________________________________________
84884 [  6740] By: jhi                                   on 2000/08/21  13:28:52
84885         Log: Array context keeps slithering in.
84886              
84887              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
84888              From: Daniel Chetlin <daniel@chetlin.com>
84889              Date: Sun, 20 Aug 2000 21:40:25 -0700
84890              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
84891      Branch: perl
84892            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
84893            ! pod/perldebtut.pod
84894 ____________________________________________________________________________
84895 [  6739] By: jhi                                   on 2000/08/21  13:23:55
84896         Log: Big-endian quad fixes for Storable from Radu Greab,
84897              plus few explicit null casts for picky compilers.
84898      Branch: perl
84899            ! ext/Storable/Storable.xs
84900 ____________________________________________________________________________
84901 [  6738] By: gsar                                  on 2000/08/21  05:56:13
84902         Log: small tweaks for change#6705: avoid C++ style comments in C code;
84903              use Perl's malloc API rather than the low level system one
84904      Branch: perl
84905            ! win32/win32.c
84906 ____________________________________________________________________________
84907 [  6737] By: gsar                                  on 2000/08/21  05:35:41
84908         Log: add Storable to list of extensions on Windows
84909      Branch: perl
84910            ! win32/Makefile win32/makefile.mk
84911 ____________________________________________________________________________
84912 [  6736] By: jhi                                   on 2000/08/21  02:57:53
84913         Log: Update Changes.
84914      Branch: perl
84915            ! Changes patchlevel.h
84916 ____________________________________________________________________________
84917 [  6735] By: jhi                                   on 2000/08/21  02:57:20
84918         Log: Draft 0.
84919      Branch: perl
84920            ! pod/perldelta.pod
84921 ____________________________________________________________________________
84922 [  6734] By: jhi                                   on 2000/08/21  02:57:03
84923         Log: Add Storable 0.7.2 from Raphael Manfredi,
84924              plus the patch from
84925              
84926              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
84927              From: Radu Greab <radu@netsoft.ro>
84928              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
84929              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
84930              
84931              plus changes to get Storable to compile with
84932              picky ANSI compilers.
84933      Branch: perl
84934            + ext/Storable/ChangeLog ext/Storable/MANIFEST
84935            + ext/Storable/Makefile.PL ext/Storable/README
84936            + ext/Storable/Storable.pm ext/Storable/Storable.xs
84937            + ext/Storable/patchlevel.h t/lib/st-06compat.t
84938            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
84939            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
84940            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
84941            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
84942            + t/lib/st-tieditems.t
84943            ! MANIFEST
84944 ____________________________________________________________________________
84945 [  6733] By: jhi                                   on 2000/08/21  02:29:09
84946         Log: The correct cleaning order is an art.
84947      Branch: perl
84948            ! Makefile.SH
84949 ____________________________________________________________________________
84950 [  6732] By: jhi                                   on 2000/08/21  01:23:39
84951         Log: The #6724 is here.
84952      Branch: perl
84953            ! t/lib/ftmp-security.t
84954 ____________________________________________________________________________
84955 [  6731] By: jhi                                   on 2000/08/20  23:17:03
84956         Log: s/this one/the 5.6.0 release/
84957      Branch: perl
84958            ! pod/perl56delta.pod
84959 ____________________________________________________________________________
84960 [  6730] By: jhi                                   on 2000/08/20  23:07:34
84961         Log: Mention perlebcdic and perlposix-bc.
84962      Branch: perl
84963            ! pod/perlport.pod
84964 ____________________________________________________________________________
84965 [  6729] By: jhi                                   on 2000/08/20  21:32:59
84966         Log: Document the number of exponent digits.
84967      Branch: perl
84968            ! pod/perlfunc.pod
84969 ____________________________________________________________________________
84970 [  6728] By: jhi                                   on 2000/08/20  21:16:47
84971         Log: Use File::Spec->tmpdir().
84972              
84973              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
84974              From: Tim Jenness <timj@jach.hawaii.edu>
84975              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
84976              MIME-Version: 1.0
84977              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
84978      Branch: perl
84979            ! utils/perlbug.PL
84980 ____________________________________________________________________________
84981 [  6727] By: jhi                                   on 2000/08/20  20:43:32
84982         Log: Update Changes.
84983      Branch: perl
84984            ! Changes patchlevel.h
84985 ____________________________________________________________________________
84986 [  6726] By: jhi                                   on 2000/08/20  20:41:44
84987         Log: The veryclean target needs to clobber.
84988      Branch: perl
84989            ! Makefile.SH
84990 ____________________________________________________________________________
84991 [  6725] By: jhi                                   on 2000/08/20  20:37:38
84992         Log: Document odd vs even subreleases and -Dusedevel.
84993      Branch: perl
84994            ! INSTALL
84995 ____________________________________________________________________________
84996 [  6724] By: jhi                                   on 2000/08/20  19:58:05
84997         Log: Use temporary directory instead of current directory.
84998              
84999              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
85000              From: Tim Jenness <timj@jach.hawaii.edu>
85001              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
85002              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
85003      Branch: perl
85004            ! t/lib/ftmp-security.t
85005 ____________________________________________________________________________
85006 [  6723] By: jhi                                   on 2000/08/20  19:55:55
85007         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
85008              From: andreas.koenig@anima.de (Andreas J. Koenig)
85009              Date: 20 Aug 2000 15:52:03 +0200
85010              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
85011      Branch: perl
85012            ! lib/ExtUtils/MM_Unix.pm
85013 ____________________________________________________________________________
85014 [  6722] By: jhi                                   on 2000/08/20  19:46:01
85015         Log: Update to CGI 2.72, from Lincoln Stein.
85016      Branch: perl
85017            ! lib/CGI.pm
85018 ____________________________________________________________________________
85019 [  6721] By: jhi                                   on 2000/08/20  19:43:54
85020         Log: (Replaced by #8364.)
85021              
85022              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
85023              From: Radu Greab <radu@netsoft.ro>
85024              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
85025              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
85026      Branch: perl
85027            ! ext/GDBM_File/GDBM_File.xs
85028 ____________________________________________________________________________
85029 [  6720] By: jhi                                   on 2000/08/20  19:42:01
85030         Log: pp_open() could pass an uninitialized filename down to do_open9().
85031      Branch: perl
85032            ! pp_sys.c
85033 ____________________________________________________________________________
85034 [  6719] By: jhi                                   on 2000/08/20  14:06:41
85035         Log: UTF8 concat fixes.
85036              
85037              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
85038              From: Hugo <hv@crypt.compulink.co.uk>
85039              Date: Sun, 20 Aug 2000 07:30:46 +0100
85040              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
85041      Branch: perl
85042            ! pp_hot.c t/op/append.t
85043 ____________________________________________________________________________
85044 [  6718] By: jhi                                   on 2000/08/20  02:09:37
85045         Log: Let's try #6717 again.
85046      Branch: perl
85047            ! lib/File/Temp.pm
85048 ____________________________________________________________________________
85049 [  6717] By: jhi                                   on 2000/08/20  01:56:55
85050         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
85051              From: "Craig A. Berry" <craig.berry@metamorgs.com>
85052              Date: Sat, 19 Aug 2000 18:15:39 -0500
85053              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
85054      Branch: perl
85055            ! lib/File/Temp.pm
85056 ____________________________________________________________________________
85057 [  6716] By: jhi                                   on 2000/08/19  15:50:11
85058         Log: Update Changes.
85059      Branch: perl
85060            ! Changes patchlevel.h
85061 ____________________________________________________________________________
85062 [  6715] By: jhi                                   on 2000/08/19  15:39:09
85063         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
85064              From: Jonathan D Johnston <jdjohnston2@juno.com>
85065              Date: Thu, 17 Aug 2000 23:13:01 -0400       
85066              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
85067      Branch: perl
85068            ! pod/perlfunc.pod
85069 ____________________________________________________________________________
85070 [  6714] By: jhi                                   on 2000/08/19  15:34:04
85071         Log: Introduce a 'veryclean' target that is like 'distclean'
85072              but also removes *~ and *.orig.
85073      Branch: perl
85074            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
85075            ! utils/Makefile x2p/Makefile.SH
85076 ____________________________________________________________________________
85077 [  6713] By: jhi                                   on 2000/08/19  14:15:45
85078         Log: Put back the long double avoidance code to POSIX.xs
85079              because VMS seems to need it still.
85080      Branch: perl
85081            ! ext/POSIX/POSIX.xs
85082 ____________________________________________________________________________
85083 [  6712] By: jhi                                   on 2000/08/19  14:10:41
85084         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
85085              From: Peter Prymmer <pvhp@forte.com>
85086              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
85087              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
85088      Branch: perl
85089            ! lib/Pod/Find.pm t/pod/find.t
85090 ____________________________________________________________________________
85091 [  6711] By: jhi                                   on 2000/08/19  14:09:19
85092         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
85093              From: Peter Prymmer <pvhp@forte.com>
85094              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
85095              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
85096              cc: vmsperl@perl.org
85097      Branch: perl
85098            ! t/lib/peek.t
85099 ____________________________________________________________________________
85100 [  6710] By: jhi                                   on 2000/08/19  14:08:01
85101         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
85102              From: Jan Dubois <jand@ActiveState.com>
85103              Date: Fri, 18 Aug 2000 16:31:48 -0700
85104              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
85105      Branch: perl
85106            ! win32/win32.c
85107 ____________________________________________________________________________
85108 [  6709] By: jhi                                   on 2000/08/19  14:06:57
85109         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
85110              
85111              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
85112              From: Spider.Boardman@Orb.Nashua.NH.US
85113              Date: Fri, 18 Aug 2000 18:41:14 -0400
85114              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
85115      Branch: perl
85116            ! regcomp.c
85117 ____________________________________________________________________________
85118 [  6708] By: jhi                                   on 2000/08/18  22:04:49
85119         Log: Update Changes.
85120      Branch: perl
85121            ! Changes patchlevel.h
85122 ____________________________________________________________________________
85123 [  6707] By: jhi                                   on 2000/08/18  21:55:14
85124         Log: Add warnif(), check warnings further up the stack,
85125              all the warnings functions now can take an optional object reference.
85126              
85127              Subject: [PATCH bleedperl@6691] warnings pragma update
85128              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
85129              Date: Fri, 18 Aug 2000 22:42:06 +0100
85130              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
85131      Branch: perl
85132            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
85133            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
85134            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
85135 ____________________________________________________________________________
85136 [  6706] By: jhi                                   on 2000/08/18  21:41:45
85137         Log: Typo in pp_complement().
85138              
85139              Subject: [PATCH perl-current] Deparse
85140              From: Peter Scott <Peter@PSDT.com>
85141              Date: Fri, 18 Aug 2000 12:44:37 -0700
85142              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
85143      Branch: perl
85144            ! ext/B/B/Deparse.pm
85145 ____________________________________________________________________________
85146 [  6705] By: jhi                                   on 2000/08/18  21:25:59
85147         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
85148              From: Jan Dubois <jand@ActiveState.com>
85149              Date: Fri, 18 Aug 2000 14:22:51 -0700
85150              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
85151      Branch: perl
85152            ! lib/Win32.pod win32/win32.c
85153 ____________________________________________________________________________
85154 [  6704] By: jhi                                   on 2000/08/18  21:16:14
85155         Log: Don't eat leading os from index entries.
85156              
85157              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
85158              From: Russ Allbery <rra@stanford.edu>
85159              Date: 10 Aug 2000 20:49:25 -0700
85160              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
85161      Branch: perl
85162            ! lib/Pod/Man.pm
85163 ____________________________________________________________________________
85164 [  6703] By: jhi                                   on 2000/08/18  21:07:06
85165         Log: Add [[:blank:]] as suggested in
85166              
85167              Subject: [ID 20000716.024] [=cc=] / [:blank:]
85168              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
85169              Date: Sun, 16 Jul 2000 17:55:29 -0700
85170              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
85171              
85172              (the [=cc=] has already been taken care of by #6439
85173              so the whole bug report can be closed)
85174              
85175              and make [[:space:]] to be equivalent to isspace(3)
85176              (as opposed to \s, which is isSPACE()).  The difference
85177              is that now [[:space:]] matches the mythical vertical tab,
85178              while \s doesn't.
85179      Branch: perl
85180            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
85181            ! regexec.c t/op/pat.t
85182 ____________________________________________________________________________
85183 [  6702] By: jhi                                   on 2000/08/18  18:47:47
85184         Log: The new tests were missing from #6415.
85185      Branch: perl
85186            ! t/op/bop.t
85187 ____________________________________________________________________________
85188 [  6701] By: jhi                                   on 2000/08/18  18:20:40
85189         Log: Document the NDBM_File and ODBM_File as SDBM_File
85190              was documented in #6417.
85191      Branch: perl
85192            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
85193            ! ext/SDBM_File/SDBM_File.pm
85194 ____________________________________________________________________________
85195 [  6700] By: jhi                                   on 2000/08/18  18:10:39
85196         Log: Subject: [PATCH perl@6698] cygwin port
85197              From: "Fifer, Eric" <EFifer@sanwaint.com>
85198              Date: Fri, 18 Aug 2000 17:30:05 +0100
85199              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
85200      Branch: perl
85201            ! lib/File/Temp.pm
85202 ____________________________________________________________________________
85203 [  6699] By: jhi                                   on 2000/08/18  16:21:49
85204         Log: Document code point which makes if (defined %stash::) to work
85205              (noted by Spider Boardman).
85206      Branch: perl
85207            ! op.c
85208 ____________________________________________________________________________
85209 [  6698] By: jhi                                   on 2000/08/18  13:43:27
85210         Log: Update Changes.
85211      Branch: perl
85212            ! Changes patchlevel.h
85213 ____________________________________________________________________________
85214 [  6697] By: jhi                                   on 2000/08/18  13:35:57
85215         Log: Tiny Getopt::Long patch from Johan Vromans.
85216      Branch: perl
85217            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
85218 ____________________________________________________________________________
85219 [  6696] By: jhi                                   on 2000/08/18  13:26:14
85220         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
85221              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
85222              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
85223              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
85224      Branch: perl
85225            ! pod/perldiag.pod pod/perlsyn.pod
85226 ____________________________________________________________________________
85227 [  6695] By: jhi                                   on 2000/08/18  13:13:26
85228         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
85229              From: Daniel Chetlin <daniel@chetlin.com>
85230              Date: Fri, 18 Aug 2000 03:13:36 -0700
85231              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
85232      Branch: perl
85233            ! pod/perlfunc.pod
85234 ____________________________________________________________________________
85235 [  6694] By: jhi                                   on 2000/08/18  13:08:05
85236         Log: Subject: [PATCH] perltrap.pod spring cleaning
85237              From: Daniel Chetlin <daniel@chetlin.com>
85238              Date: Fri, 18 Aug 2000 03:06:54 -0700
85239              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
85240              
85241              plus Mike Guy's nitfix.
85242      Branch: perl
85243            ! pod/perltrap.pod
85244 ____________________________________________________________________________
85245 [  6693] By: jhi                                   on 2000/08/18  13:00:26
85246         Log: Unbuffer the output.
85247              
85248              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
85249              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85250              Date: Thu, 17 Aug 2000 18:39:29 -0700
85251              Message-ID: <RPJn5gzkgydf092yn@efn.org>
85252      Branch: perl
85253            ! t/op/fork.t
85254 ____________________________________________________________________________
85255 [  6692] By: jhi                                   on 2000/08/18  05:19:17
85256         Log: Delete the image, too, not just its MANIFEStation.
85257      Branch: perl
85258            - lib/CGI/eg/wilogo.gif
85259 ____________________________________________________________________________
85260 [  6691] By: jhi                                   on 2000/08/18  05:10:26
85261         Log: Propagate new Configure vars.
85262      Branch: perl
85263            ! configure.com epoc/config.sh uconfig.h uconfig.sh
85264            ! vos/config.def vos/config.h vos/config_h.SH_orig
85265            ! win32/config.bc win32/config.gc win32/config.vc
85266            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
85267 ____________________________________________________________________________
85268 [  6690] By: jhi                                   on 2000/08/18  04:30:56
85269         Log: Update Changes.
85270      Branch: perl
85271            ! Changes patchlevel.h
85272 ____________________________________________________________________________
85273 [  6689] By: jhi                                   on 2000/08/18  04:12:30
85274         Log: Fix the lib/complex failure of
85275              
85276              From: abigail@foad.org
85277              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
85278              Date: 15 Aug 2000 04:06:38 -0000
85279              Message-Id: <20000815040638.8524.qmail@foad.org> 
85280              
85281              Linux long double accuracy issue: something that
85282              when printed with %g looks like "2" but int() of it is 1.
85283      Branch: perl
85284            ! lib/Math/Complex.pm
85285 ____________________________________________________________________________
85286 [  6688] By: jhi                                   on 2000/08/18  03:15:35
85287         Log: The byteorder code in #6671 was wrong.
85288      Branch: perl
85289            ! configpm
85290 ____________________________________________________________________________
85291 [  6687] By: jhi                                   on 2000/08/18  02:08:42
85292         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
85293              From: Jan Dubois <jand@ActiveState.com>
85294              Date: Thu, 17 Aug 2000 18:31:55 -0700
85295              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
85296      Branch: perl
85297            ! sv.c
85298 ____________________________________________________________________________
85299 [  6686] By: jhi                                   on 2000/08/18  02:04:15
85300         Log: Use NVs in POSIX math, not doubles.
85301              
85302              From: abigail@foad.org
85303              Subject: [ID 20000817.014] POSIX & modfl
85304              Date: 17 Aug 2000 20:49:18 -0000
85305              Message-Id: <20000817204918.23123.qmail@foad.org>
85306      Branch: perl
85307            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
85308 ____________________________________________________________________________
85309 [  6685] By: jhi                                   on 2000/08/18  02:02:12
85310         Log: Introduce NVef, NVff, and NVgf, use the middle one.
85311              (helps for lib/peek + Linux + long doubles)  Reported in
85312              
85313              From: abigail@foad.org
85314              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
85315              Date: 15 Aug 2000 04:06:38 -0000
85316              Message-Id: <20000815040638.8524.qmail@foad.org> 
85317              
85318              (note: the lib/complex failure has not yet been addressed)
85319      Branch: metaconfig/U/perl
85320            ! perlxvf.U
85321      Branch: perl
85322            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85323            ! config_h.SH dump.c perl.h pod/perlguts.pod
85324 ____________________________________________________________________________
85325 [  6684] By: jhi                                   on 2000/08/17  23:22:19
85326         Log: Add byteorder to the myconfig output.
85327      Branch: perl
85328            ! myconfig.SH
85329 ____________________________________________________________________________
85330 [  6683] By: jhi                                   on 2000/08/17  23:20:19
85331         Log: The image doth not exist, spotted by Johan Vromans.
85332      Branch: perl
85333            ! MANIFEST
85334 ____________________________________________________________________________
85335 [  6682] By: jhi                                   on 2000/08/17  22:38:16
85336         Log: Document what the backtick returns if the command fails.
85337      Branch: perl
85338            ! pod/perlop.pod
85339 ____________________________________________________________________________
85340 [  6681] By: jhi                                   on 2000/08/17  22:33:12
85341         Log: Do not use prototyping here.
85342              
85343              Subject: [ID 20000817.016] [PATCH] Peek.xs
85344              From: abigail@foad.org
85345              Date: 17 Aug 2000 20:55:56 -0000
85346              Message-Id: <20000817205556.24270.qmail@foad.org>
85347      Branch: perl
85348            ! ext/Devel/Peek/Makefile.PL
85349 ____________________________________________________________________________
85350 [  6680] By: jhi                                   on 2000/08/17  19:46:43
85351         Log: Don't propose using modules built for 5.005 if no binary
85352              compatibility with 5.005 is attempted.
85353              
85354              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
85355              Subject: Minor nit with 5.7.0 (6655)
85356              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
85357              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
85358      Branch: metaconfig
85359            ! U/installdirs/inc_version_list.U
85360      Branch: perl
85361            ! Configure config_h.SH
85362 ____________________________________________________________________________
85363 [  6679] By: jhi                                   on 2000/08/17  19:16:39
85364         Log: Microperl config update.
85365      Branch: perl
85366            ! uconfig.h uconfig.sh
85367 ____________________________________________________________________________
85368 [  6678] By: jhi                                   on 2000/08/17  19:16:13
85369         Log: The #6648 wasn't protective enough for limited platforms
85370              (like microperl).
85371      Branch: perl
85372            ! dump.c sv.c
85373 ____________________________________________________________________________
85374 [  6677] By: jhi                                   on 2000/08/17  14:46:35
85375         Log: Update Changes.
85376      Branch: perl
85377            ! Changes patchlevel.h
85378 ____________________________________________________________________________
85379 [  6676] By: jhi                                   on 2000/08/17  14:44:02
85380         Log: Add perlebcdic from Peter Prymmer, regen toc.
85381      Branch: perl
85382            + pod/perlebcdic.pod
85383            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
85384 ____________________________________________________________________________
85385 [  6675] By: jhi                                   on 2000/08/17  14:41:52
85386         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
85387      Branch: perl
85388            ! pod/perldebtut.pod
85389 ____________________________________________________________________________
85390 [  6674] By: jhi                                   on 2000/08/17  14:29:43
85391         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
85392              
85393              Subject: [ID 20000724.006] -DLEAKTEST problem
85394              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
85395              Date: Tue, 25 Jul 2000 00:36:32 -0500
85396              Message-Id: <20000725003632.A26186@www.llamacom.com>
85397              
85398              Reminder sent
85399              
85400              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
85401              From: Hugo <hv@crypt.compulink.co.uk>
85402              Date: Thu, 17 Aug 2000 15:23:42 +0100
85403              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
85404      Branch: perl
85405            ! util.c
85406 ____________________________________________________________________________
85407 [  6673] By: jhi                                   on 2000/08/17  04:07:10
85408         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
85409              From: John Peacock <JPeacock@UnivPress.com>
85410              Date: Tue, 01 Aug 2000 09:38:12 -0400
85411              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
85412      Branch: perl
85413            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
85414 ____________________________________________________________________________
85415 [  6672] By: jhi                                   on 2000/08/17  03:04:35
85416         Log: Subject: [PATCH] Cwd.pm now uses strict
85417              From: Tim Jenness <timj@jach.hawaii.edu>
85418              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
85419              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
85420      Branch: perl
85421            ! lib/Cwd.pm
85422 ____________________________________________________________________________
85423 [  6671] By: jhi                                   on 2000/08/17  02:16:35
85424         Log: Make $Config{byteorder} more magical so that it is
85425              dynamically computed: nice for 'fat binaries'.
85426              
85427              Subject: [PATCH]: default byteorder
85428              From: Wilfredo Sánchez <wsanchez@apple.com>
85429              Date: Mon, 31 Jul 2000 19:45:31 -0700
85430              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
85431      Branch: perl
85432            ! configpm
85433 ____________________________________________________________________________
85434 [  6670] By: gsar                                  on 2000/08/17  01:22:21
85435         Log: move WNOHANG definition to where other such things are
85436      Branch: perl
85437            ! win32/win32.h
85438 ____________________________________________________________________________
85439 [  6669] By: jhi                                   on 2000/08/17  01:19:17
85440         Log: Update Changes.
85441      Branch: perl
85442            ! Changes patchlevel.h
85443 ____________________________________________________________________________
85444 [  6668] By: jhi                                   on 2000/08/17  01:16:29
85445         Log: Doc nits spotted by Richard Soderberg.
85446      Branch: perl
85447            ! README.posix-bc README.vmesa
85448 ____________________________________________________________________________
85449 [  6667] By: jhi                                   on 2000/08/17  01:12:11
85450         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
85451              From: "Casey R. Tweten" <crt@kiski.net>
85452              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
85453              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
85454      Branch: perl
85455            ! pod/perldebtut.pod
85456 ____________________________________________________________________________
85457 [  6666] By: jhi                                   on 2000/08/17  01:09:31
85458         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
85459              From: "Casey R. Tweten" <crt@kiski.net>
85460              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
85461              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
85462      Branch: perl
85463            ! lib/Shell.pm
85464 ____________________________________________________________________________
85465 [  6665] By: gsar                                  on 2000/08/17  01:03:52
85466         Log: add "ok" targets from change#6632 in makefile.mk
85467      Branch: perl
85468            ! pod/perlport.pod win32/Makefile win32/makefile.mk
85469 ____________________________________________________________________________
85470 [  6664] By: gsar                                  on 2000/08/17  00:56:11
85471         Log: avoid warnings from dense compiler
85472      Branch: perl
85473            ! win32/win32.c
85474 ____________________________________________________________________________
85475 [  6663] By: jhi                                   on 2000/08/17  00:51:49
85476         Log: Tweak the regex compilation errors once more.
85477      Branch: perl
85478            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
85479            ! t/op/regmesg.t t/pragma/warn/regcomp
85480 ____________________________________________________________________________
85481 [  6662] By: gsar                                  on 2000/08/17  00:28:19
85482         Log: trailing new %ENV entries weren't being pushed into the real
85483              environment of subprocesses on Windows
85484      Branch: perl
85485            ! t/op/magic.t win32/perlhost.h
85486 ____________________________________________________________________________
85487 [  6661] By: gsar                                  on 2000/08/17  00:19:20
85488         Log: waitpid() now handles externally spawned pids correctly;
85489              fixes for backtick/wait/waitpid failures on Windows 9x
85490              
85491              these changes make the pid returned by process functions on
85492              Windows 9x always positive by clearing the high bit (which
85493              is always set on Win9x); pseudo-process PIDs are likewise
85494              always negative now on Win9x (just as on NT/2000)
85495      Branch: perl
85496            ! pp_sys.c win32/perlhost.h win32/win32.c
85497 ____________________________________________________________________________
85498 [  6660] By: jhi                                   on 2000/08/17  00:04:32
85499         Log: Retract #6645.
85500      Branch: perl
85501            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85502            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
85503            ! t/op/sprintf.t
85504 ____________________________________________________________________________
85505 [  6659] By: gsar                                  on 2000/08/16  23:59:28
85506         Log: on windows, the return values from wait() and waitpid() don't
85507              match those of pseudo-pids
85508      Branch: perl
85509            ! pp_sys.c t/op/fork.t util.c win32/win32.c
85510 ____________________________________________________________________________
85511 [  6658] By: gsar                                  on 2000/08/16  23:56:14
85512         Log: pod nit seen in passing
85513      Branch: perl
85514            ! pod/perlfunc.pod
85515 ____________________________________________________________________________
85516 [  6657] By: gsar                                  on 2000/08/16  23:53:42
85517         Log: change#6328 could make close(SOCKET) return false on windows
85518              when it shouldn't
85519      Branch: perl
85520            ! win32/win32sck.c
85521 ____________________________________________________________________________
85522 [  6656] By: gsar                                  on 2000/08/16  23:46:57
85523         Log: check that the number pseudo children doesn't exceed
85524              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
85525              the WaitForMultipleObjects() limit that would cause wait()
85526              to crash)
85527              
85528              wait() and waitpid() could potentially be rewritten to use
85529              more than one thread to do the waiting to eliminate this
85530              limitation
85531      Branch: perl
85532            ! win32/perlhost.h
85533 ____________________________________________________________________________
85534 [  6655] By: jhi                                   on 2000/08/16  14:11:05
85535         Log: Update Changes.
85536      Branch: perl
85537            ! Changes patchlevel.h
85538 ____________________________________________________________________________
85539 [  6654] By: jhi                                   on 2000/08/16  14:10:12
85540         Log: Update to perldebtut 1.9, from Richard Foley.
85541      Branch: perl
85542            ! pod/perldebtut.pod
85543 ____________________________________________________________________________
85544 [  6653] By: jhi                                   on 2000/08/16  14:08:17
85545         Log: Change the regx compilation error markers to use = instead of <
85546              since pod makes using the latter quite messy.  Reported in
85547              ID 20000814.006 by Abigail and in
85548              Subject: Unknown escape E<> ?
85549              From: Lupe Christoph <lupe@lupe-christoph.de>
85550              Date: Fri, 11 Aug 2000 00:30:27 +0200
85551              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
85552      Branch: perl
85553            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
85554            ! t/op/regmesg.t t/pragma/warn/regcomp
85555 ____________________________________________________________________________
85556 [  6652] By: jhi                                   on 2000/08/16  13:25:31
85557         Log: Change the perlbug address to perl.org since it's more forgiving.
85558              
85559              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
85560              From: abigail@foad.org
85561              Date: 15 Aug 2000 04:15:40 -0000
85562              Message-Id: <20000815041540.8633.qmail@foad.org>
85563      Branch: perl
85564            ! utils/perlbug.PL
85565 ____________________________________________________________________________
85566 [  6651] By: jhi                                   on 2000/08/16  13:22:35
85567         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
85568              From: Tim Jenness <timj@jach.hawaii.edu>
85569              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
85570              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
85571      Branch: perl
85572            ! lib/Cwd.pm
85573 ____________________________________________________________________________
85574 [  6650] By: jhi                                   on 2000/08/16  13:18:13
85575         Log: Update to CPAN 1.57.
85576              
85577              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
85578              From: andreas.koenig@anima.de (Andreas J. Koenig)
85579              Date: 16 Aug 2000 15:09:46 +0200
85580              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
85581      Branch: perl
85582            ! lib/CPAN.pm
85583 ____________________________________________________________________________
85584 [  6649] By: jhi                                   on 2000/08/16  13:12:31
85585         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
85586              From: "Larry W. Virden" <lvirden@cas.org>
85587              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
85588              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
85589      Branch: perl
85590            ! README.hpux
85591 ____________________________________________________________________________
85592 [  6648] By: jhi                                   on 2000/08/16  13:03:53
85593         Log: The numeric locale was reset to "C" by s?printf and never restored.
85594              
85595              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
85596              From: Christian Kirsch <ck@held.mind.de>
85597              Date: Wed, 9 Aug 2000 17:05:17 +0200
85598              Message-Id: <20000809170517.A25389@held>
85599              
85600              No test since adding the failing example to locale.t
85601              does not fail -- probably because the locale settings are so
85602              thoroughly tweaked by that time.  Running the example standalone
85603              does fail, though.  UPDATE: test case added at change #7540.
85604      Branch: perl
85605            ! dump.c perl.h pp.c pp_ctl.c sv.c
85606 ____________________________________________________________________________
85607 [  6647] By: jhi                                   on 2000/08/16  00:07:54
85608         Log: Update Changes and test semi-automatic patchlevel updating.
85609      Branch: perl
85610            ! Changes patchlevel.h
85611 ____________________________________________________________________________
85612 [  6646] By: jhi                                   on 2000/08/15  23:35:07
85613         Log: Fix a dependency problem.
85614              
85615              Subject: [PATCH: 6640] VMS Makefile.SH update
85616              From: Peter Prymmer <pvhp@forte.com>
85617              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
85618              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
85619      Branch: perl
85620            ! vms/descrip_mms.template
85621 ____________________________________________________________________________
85622 [  6645] By: jhi                                   on 2000/08/15  23:33:23
85623         Log: (Retracted by #6660)
85624              
85625              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
85626              From: Dominic Dunlop <domo@computer.org>
85627              Date: Tue, 15 Aug 2000 22:20:52 +0200
85628              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
85629      Branch: metaconfig/U/perl
85630            + d_printfed.U
85631      Branch: perl
85632            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85633            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
85634            ! t/op/sprintf.t
85635 ____________________________________________________________________________
85636 [  6644] By: jhi                                   on 2000/08/15  21:17:20
85637         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
85638              From: abigail@foad.org
85639              Date: 15 Aug 2000 20:12:41 -0000
85640              Message-Id: <20000815201241.25556.qmail@foad.org>
85641      Branch: perl
85642            ! INSTALL
85643 ____________________________________________________________________________
85644 [  6643] By: jhi                                   on 2000/08/15  21:15:28
85645         Log: (an already applied patch)
85646      Branch: perl
85647            ! lib/CGI.pm
85648 ____________________________________________________________________________
85649 [  6642] By: gsar                                  on 2000/08/15  19:54:05
85650         Log: magic callbacks all need to have same type signature
85651      Branch: perl
85652            ! embed.pl mg.c proto.h
85653 ____________________________________________________________________________
85654 [  6641] By: jhi                                   on 2000/08/15  17:56:27
85655         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)
85656              From: Mike Guy <mjtg@cam.ac.uk>
85657              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
85658              Date: Tue, 15 Aug 2000 18:26:45 +0100
85659              
85660              Only the peek.t part applied, not the hash quality part.
85661      Branch: perl
85662            ! t/lib/peek.t
85663 ____________________________________________________________________________
85664 [  6640] By: jhi                                   on 2000/08/15  16:37:37
85665         Log: Update Changes.
85666      Branch: perl
85667            ! Changes
85668 ____________________________________________________________________________
85669 [  6639] By: jhi                                   on 2000/08/15  16:34:55
85670         Log: Missed a file from #6638.
85671      Branch: perl
85672            ! lib/File/Temp.pm
85673 ____________________________________________________________________________
85674 [  6638] By: jhi                                   on 2000/08/15  16:33:19
85675         Log: Subject: [PATCH perl@6620] cygwin port
85676              From: "Fifer, Eric" <EFifer@sanwaint.com>
85677              Date: Tue, 15 Aug 2000 17:00:49 +0100
85678              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
85679      Branch: perl
85680            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
85681 ____________________________________________________________________________
85682 [  6637] By: jhi                                   on 2000/08/15  16:29:22
85683         Log: Subject: [PATCH] debugger exit code should reflect user exit code
85684              From: Mike Guy <mjtg@cam.ac.uk>
85685              Date: Tue, 15 Aug 2000 16:55:59 +0100
85686              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
85687      Branch: perl
85688            ! lib/perl5db.pl
85689 ____________________________________________________________________________
85690 [  6636] By: jhi                                   on 2000/08/15  15:30:58
85691         Log: Update Changes.
85692      Branch: perl
85693            ! Changes
85694 ____________________________________________________________________________
85695 [  6635] By: jhi                                   on 2000/08/15  15:27:21
85696         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
85697      Branch: metaconfig
85698            ! U/mkglossary U/mksample
85699      Branch: metaconfig/U/perl
85700            ! Devel.U
85701      Branch: perl
85702            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85703 ____________________________________________________________________________
85704 [  6634] By: jhi                                   on 2000/08/15  14:11:55
85705         Log: Don't blow limited stacks, a lower number is enough to
85706              tickle the lookbehind limit.
85707              
85708              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
85709              From: Dominic Dunlop <domo@computer.org>
85710              Date: Tue, 15 Aug 2000 13:51:24 +0200
85711              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
85712      Branch: perl
85713            ! t/op/regmesg.t
85714 ____________________________________________________________________________
85715 [  6633] By: jhi                                   on 2000/08/15  14:01:46
85716         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
85717              From: Mike Guy <mjtg@cam.ac.uk>
85718              Date: Tue, 15 Aug 2000 12:10:50 +0100
85719              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
85720      Branch: perl
85721            ! utils/perldoc.PL
85722 ____________________________________________________________________________
85723 [  6632] By: jhi                                   on 2000/08/15  13:58:48
85724         Log: make ok etc also for win32.
85725              
85726              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
85727              From: Prymmer/Kahn <pvhp@best.com>
85728              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
85729              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
85730      Branch: perl
85731            ! win32/Makefile
85732 ____________________________________________________________________________
85733 [  6631] By: jhi                                   on 2000/08/15  13:45:03
85734         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
85735      Branch: perl
85736            ! lib/Test.pm
85737 ____________________________________________________________________________
85738 [  6630] By: jhi                                   on 2000/08/15  03:25:09
85739         Log: Update Changes.
85740      Branch: perl
85741            ! Changes
85742 ____________________________________________________________________________
85743 [  6629] By: jhi                                   on 2000/08/15  03:23:53
85744         Log: magic_regdatum_set() is void, not int.
85745      Branch: perl
85746            ! embed.pl mg.c proto.h
85747 ____________________________________________________________________________
85748 [  6628] By: jhi                                   on 2000/08/15  03:08:02
85749         Log: Make the user to give up his firstborn, err, to knowingly
85750              verify installing an unstable developer release.  Also bump
85751              the release to 5.7.0, but leave a patch tag in the local
85752              patches saying that this is not yet the real thing.
85753      Branch: metaconfig
85754            ! U/modified/Instruct.U
85755      Branch: metaconfig/U/perl
85756            + Devel.U
85757      Branch: perl
85758            ! Configure patchlevel.h
85759 ____________________________________________________________________________
85760 [  6627] By: jhi                                   on 2000/08/14  22:32:52
85761         Log: README.os2 update.
85762              
85763              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
85764              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85765              Date: Wed, 02 Aug 2000 21:55:09 -0700
85766              Message-ID: <tsPi5gzkgegX092yn@efn.org>
85767      Branch: perl
85768            ! README.os2
85769 ____________________________________________________________________________
85770 [  6626] By: jhi                                   on 2000/08/14  21:00:02
85771         Log: Subject: Re: File::Temp problems on VMS in bleedperl
85772              From: Tim Jenness <timj@jach.hawaii.edu>
85773              cc: vmsperl@perl.org
85774              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
85775              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
85776      Branch: perl
85777            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
85778 ____________________________________________________________________________
85779 [  6625] By: jhi                                   on 2000/08/14  20:52:16
85780         Log: Add SUIDMAIL as was done for the CERT alert.
85781      Branch: perl
85782            ! patchlevel.h
85783 ____________________________________________________________________________
85784 [  6624] By: jhi                                   on 2000/08/14  20:48:50
85785         Log: Subject: sfio2000
85786              From: Daniel Muino <dmuino@afip.gov.ar>
85787              Date: Mon, 14 Aug 2000 16:58:11 -0300
85788              Message-ID: <20000814165811.B16368@con2-dgi>
85789      Branch: perl
85790            ! perlsdio.h perlsfio.h
85791 ____________________________________________________________________________
85792 [  6623] By: jhi                                   on 2000/08/14  20:47:36
85793         Log: Subject: warning: storage class after type is obsolescent
85794              From: Daniel Muino <dmuino@afip.gov.ar>
85795              Date: Mon, 14 Aug 2000 16:42:47 -0300
85796              Message-ID: <20000814164247.A16368@con2-dgi>
85797      Branch: perl
85798            ! regcomp.pl regnodes.h
85799 ____________________________________________________________________________
85800 [  6622] By: jhi                                   on 2000/08/14  20:43:05
85801         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
85802              From: abigail@foad.org
85803              Date: 14 Aug 2000 20:00:10 -0000
85804              Message-Id: <20000814200010.27271.qmail@foad.org>
85805      Branch: perl
85806            ! Changes
85807 ____________________________________________________________________________
85808 [  6621] By: jhi                                   on 2000/08/14  15:23:05
85809         Log: Update Changes.
85810      Branch: perl
85811            ! Changes
85812 ____________________________________________________________________________
85813 [  6620] By: jhi                                   on 2000/08/14  15:22:14
85814         Log: Subject: Re: [PATCH] @+, @- readonly
85815              From: Mike Guy <mjtg@cam.ac.uk>
85816              Date: Mon, 14 Aug 2000 15:26:55 +0100
85817              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
85818      Branch: perl
85819            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
85820            ! sv.c t/op/pat.t
85821 ____________________________________________________________________________
85822 [  6619] By: jhi                                   on 2000/08/14  14:12:08
85823         Log: Update Changes.
85824      Branch: perl
85825            ! Changes
85826 ____________________________________________________________________________
85827 [  6618] By: jhi                                   on 2000/08/14  14:09:34
85828         Log: For now remove the mail code.
85829      Branch: perl
85830            ! perl.c
85831 ____________________________________________________________________________
85832 [  6617] By: jhi                                   on 2000/08/14  14:08:28
85833         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
85834      Branch: perl
85835            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
85836            ! pod/perlfaq8.pod pod/perlsec.pod
85837 ____________________________________________________________________________
85838 [  6616] By: jhi                                   on 2000/08/14  14:00:11
85839         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
85840              From: Mike Guy <mjtg@cam.ac.uk>
85841              Date: Mon, 14 Aug 2000 08:26:02 +0100
85842              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
85843      Branch: perl
85844            ! lib/perl5db.pl
85845 ____________________________________________________________________________
85846 [  6615] By: jhi                                   on 2000/08/14  13:58:45
85847         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
85848              From: Mike Guy <mjtg@cam.ac.uk>
85849              Date: Mon, 14 Aug 2000 08:04:22 +0100
85850              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
85851      Branch: perl
85852            ! gv.c mg.c t/op/pat.t
85853 ____________________________________________________________________________
85854 [  6614] By: jhi                                   on 2000/08/14  13:56:45
85855         Log: Subject: Test fails / warnings with perl-current #6612
85856              From: Mike Guy <mjtg@cam.ac.uk>
85857              Date: Mon, 14 Aug 2000 07:57:23 +0100
85858              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
85859      Branch: perl
85860            ! t/lib/b.t t/lib/peek.t
85861 ____________________________________________________________________________
85862 [  6613] By: jhi                                   on 2000/08/14  13:45:33
85863         Log: VMS configure.com update continues.
85864      Branch: perl
85865            - vms/configure.com
85866            ! MANIFEST configure.com
85867 ____________________________________________________________________________
85868 [  6612] By: jhi                                   on 2000/08/13  22:13:35
85869         Log: Update Changes.
85870      Branch: perl
85871            ! Changes
85872 ____________________________________________________________________________
85873 [  6611] By: jhi                                   on 2000/08/13  16:21:45
85874         Log: Upgrade to CGI 2.71, from Lincoln Stein.
85875      Branch: perl
85876            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
85877 ____________________________________________________________________________
85878 [  6610] By: jhi                                   on 2000/08/13  15:09:16
85879         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
85880              From: Mike Guy <mjtg@cam.ac.uk>
85881              Date: Sun, 13 Aug 2000 13:45:51 +0100
85882              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
85883      Branch: perl
85884            ! t/op/regmesg.t
85885 ____________________________________________________________________________
85886 [  6609] By: jhi                                   on 2000/08/13  14:31:26
85887         Log: Andreas says that 1.56 is fine, so reverting back to it.
85888      Branch: perl
85889            ! lib/CPAN.pm
85890 ____________________________________________________________________________
85891 [  6608] By: jhi                                   on 2000/08/13  05:34:20
85892         Log: Update Changes.
85893      Branch: perl
85894            ! Changes
85895 ____________________________________________________________________________
85896 [  6607] By: jhi                                   on 2000/08/13  05:32:01
85897         Log: Put back the \z changes of #5406 to CPAN.pm.
85898      Branch: perl
85899            ! lib/CPAN.pm
85900 ____________________________________________________________________________
85901 [  6606] By: jhi                                   on 2000/08/13  05:20:16
85902         Log: Fix-n-skip the tests under 5005threads.
85903      Branch: perl
85904            ! t/lib/b.t
85905 ____________________________________________________________________________
85906 [  6605] By: jhi                                   on 2000/08/13  05:07:48
85907         Log: Fix the test for 5005threads.
85908      Branch: perl
85909            ! t/lib/peek.t
85910 ____________________________________________________________________________
85911 [  6604] By: jhi                                   on 2000/08/13  03:35:37
85912         Log: Should have deleted this in #6603.
85913      Branch: perl
85914            - vms/subconfigure.com
85915 ____________________________________________________________________________
85916 [  6603] By: jhi                                   on 2000/08/12  18:29:32
85917         Log: Rewrite of vms/subconfigure.com as configure.com,
85918              from Peter Prymmer and the vmsperl crew.
85919      Branch: perl
85920            + vms/configure.com
85921            ! MANIFEST
85922 ____________________________________________________________________________
85923 [  6602] By: jhi                                   on 2000/08/11  13:00:01
85924         Log: PlainText.pm is dead.
85925      Branch: perl
85926            - lib/Pod/PlainText.pm
85927            ! MANIFEST
85928 ____________________________________________________________________________
85929 [  6601] By: jhi                                   on 2000/08/11  04:06:45
85930         Log: Update Changes.
85931      Branch: perl
85932            ! Changes
85933 ____________________________________________________________________________
85934 [  6600] By: jhi                                   on 2000/08/11  04:06:10
85935         Log: Add a few missing files, update MANIFEST.
85936      Branch: perl
85937            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
85938            + lib/Pod/PlainText.pm t/pod/find.t
85939            ! MANIFEST t/op/regmesg.t
85940 ____________________________________________________________________________
85941 [  6599] By: jhi                                   on 2000/08/11  03:31:10
85942         Log: Add Perl debugging tutorial, regen toc. 
85943              
85944              Subject: perldebtut.pod
85945              From: Richard Foley <Richard.Foley@m.dasa.de>
85946              Date: Wed, 09 Aug 2000 10:17:15 +0200
85947              Message-id: <3991138B.262247B8@m.dasa.de>
85948      Branch: perl
85949            + pod/perldebtut.pod
85950            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
85951 ____________________________________________________________________________
85952 [  6598] By: jhi                                   on 2000/08/11  02:48:56
85953         Log: tiny Changes edit
85954      Branch: perl
85955            ! Changes
85956 ____________________________________________________________________________
85957 [  6597] By: jhi                                   on 2000/08/11  02:39:04
85958         Log: Tests for #6589.
85959              
85960              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
85961              From: simon@brecon.co.uk (Simon Cozens)
85962              Date: 11 Aug 2000 02:24:52 GMT
85963              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
85964      Branch: perl
85965            ! t/lib/b.t
85966 ____________________________________________________________________________
85967 [  6596] By: jhi                                   on 2000/08/11  01:50:07
85968         Log: Update Changes.
85969      Branch: perl
85970            ! Changes
85971 ____________________________________________________________________________
85972 [  6595] By: jhi                                   on 2000/08/11  01:47:16
85973         Log: nitfix
85974      Branch: perl
85975            ! Changes
85976 ____________________________________________________________________________
85977 [  6594] By: jhi                                   on 2000/08/11  01:36:16
85978         Log: Subject: Getting perlio and threads to compile
85979              From: Lupe Christoph <lupe@lupe-christoph.de>
85980              Date: Wed, 9 Aug 2000 11:35:54 +0200
85981              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
85982              
85983              (the Solaris version changes in Configure skipped)
85984      Branch: perl
85985            ! hints/solaris_2.sh thread.h
85986 ____________________________________________________________________________
85987 [  6593] By: jhi                                   on 2000/08/11  01:30:16
85988         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
85989              From: simon@brecon.co.uk (Simon Cozens)
85990              Date: 1 Aug 2000 06:55:19 GMT
85991              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
85992      Branch: perl
85993            ! lib/utf8.pm
85994 ____________________________________________________________________________
85995 [  6592] By: jhi                                   on 2000/08/11  01:26:39
85996         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
85997              From: Peter Scott <Peter@PeterScott.com>
85998              Date: Thu, 10 Aug 2000 08:23:27 -0700
85999              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
86000      Branch: perl
86001            ! lib/perl5db.pl
86002 ____________________________________________________________________________
86003 [  6591] By: jhi                                   on 2000/08/11  01:22:02
86004         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
86005              From: Hugo <hv@crypt.compulink.co.uk>
86006              Date: Thu, 10 Aug 2000 19:23:04 +0100
86007              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
86008      Branch: perl
86009            ! regexec.c t/op/pat.t
86010 ____________________________________________________________________________
86011 [  6590] By: jhi                                   on 2000/08/11  01:19:19
86012         Log: Preprocessing and postprocessing for File::Find.
86013              
86014              Subject: Patch to Find::File.pm to allow alphabetical results
86015              From: Joe Smith <jsmith@inwap.com>
86016              Date: Wed, 9 Aug 2000 02:44:54 -0700
86017              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
86018      Branch: perl
86019            ! lib/File/Find.pm
86020 ____________________________________________________________________________
86021 [  6589] By: jhi                                   on 2000/08/11  01:12:39
86022         Log: B::Deparse didn't do sub attributes.
86023              
86024              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86025              From: simon@brecon.co.uk (Simon Cozens)
86026              Date: 9 Aug 2000 04:49:20 GMT
86027              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
86028      Branch: perl
86029            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
86030 ____________________________________________________________________________
86031 [  6588] By: jhi                                   on 2000/08/11  01:06:40
86032         Log: Subject: debugger "d" command doesnt check line number
86033              From: Mike Guy <mjtg@cam.ac.uk>
86034              Date: Tue, 08 Aug 2000 21:54:29 +0100
86035              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
86036      Branch: perl
86037            ! lib/perl5db.pl mg.c pod/perldiag.pod
86038 ____________________________________________________________________________
86039 [  6587] By: jhi                                   on 2000/08/11  00:45:03
86040         Log: sleep(1) does not necessarily return 1.
86041              
86042              Subject: [PATCH bleadperl] op/lex_assign.t  
86043              From: Hugo <hv@crypt.compulink.co.uk>
86044              Date: Thu, 03 Aug 2000 14:34:22 +0100        
86045              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
86046      Branch: perl
86047            ! t/op/lex_assign.t
86048 ____________________________________________________________________________
86049 [  6586] By: jhi                                   on 2000/08/11  00:31:50
86050         Log: Document the IO::Select timeout.
86051      Branch: perl
86052            ! ext/IO/lib/IO/Select.pm
86053 ____________________________________________________________________________
86054 [  6585] By: jhi                                   on 2000/08/11  00:13:54
86055         Log: Forgot contributor.
86056      Branch: perl
86057            ! Changes
86058 ____________________________________________________________________________
86059 [  6584] By: jhi                                   on 2000/08/11  00:09:19
86060         Log: detypo
86061      Branch: perl
86062            ! Changes
86063 ____________________________________________________________________________
86064 [  6583] By: jhi                                   on 2000/08/11  00:07:53
86065         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
86066              
86067              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
86068              From: Mike Guy <mjtg@cam.ac.uk> 
86069              Date: Thu, 10 Aug 2000 15:50:54 +0100
86070              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
86071      Branch: perl
86072            ! sv.c t/op/int.t
86073 ____________________________________________________________________________
86074 [  6582] By: jhi                                   on 2000/08/10  23:29:32
86075         Log: Update Changes.
86076      Branch: perl
86077            ! Changes
86078 ____________________________________________________________________________
86079 [  6581] By: jhi                                   on 2000/08/10  23:26:16
86080         Log: Put back the std @INC thing.
86081      Branch: perl
86082            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
86083            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
86084            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
86085            ! t/lib/gol-oo.t
86086 ____________________________________________________________________________
86087 [  6580] By: jhi                                   on 2000/08/10  23:03:34
86088         Log: Update to CGI 2.70, from Lincoln Stein.
86089      Branch: perl
86090            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
86091            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
86092            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
86093            ! t/lib/cgi-request.t
86094 ____________________________________________________________________________
86095 [  6579] By: jhi                                   on 2000/08/10  22:41:50
86096         Log: Update to CPAN 1.56, from Andreas König.
86097      Branch: perl
86098            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
86099 ____________________________________________________________________________
86100 [  6578] By: jhi                                   on 2000/08/10  22:38:13
86101         Log: Update to Pod::Parser 1.17, from Brad Appleton.
86102      Branch: perl
86103            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
86104            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
86105            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
86106            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
86107            ! t/pod/include.t t/pod/included.t t/pod/lref.t
86108            ! t/pod/multiline_items.t t/pod/nested_items.t
86109            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
86110            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
86111            ! t/pod/special_seqs.t
86112 ____________________________________________________________________________
86113 [  6577] By: jhi                                   on 2000/08/10  22:35:41
86114         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
86115      Branch: perl
86116            ! AUTHORS MAINTAIN
86117 ____________________________________________________________________________
86118 [  6576] By: jhi                                   on 2000/08/10  22:24:54
86119         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
86120      Branch: perl
86121            + t/lib/gol-oo.t
86122            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
86123            ! t/lib/gol-compat.t t/lib/gol-linkage.t
86124 ____________________________________________________________________________
86125 [  6575] By: jhi                                   on 2000/08/10  22:02:07
86126         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
86127      Branch: perl
86128            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
86129 ____________________________________________________________________________
86130 [  6574] By: jhi                                   on 2000/08/10  21:55:03
86131         Log: Iterating perl6 description.
86132      Branch: perl
86133            ! pod/perlfaq1.pod
86134 ____________________________________________________________________________
86135 [  6573] By: jhi                                   on 2000/08/10  21:48:26
86136         Log: Revert the sv.c part of #6559, a better fix is needed.
86137      Branch: perl
86138            ! sv.c
86139 ____________________________________________________________________________
86140 [  6572] By: jhi                                   on 2000/08/10  20:33:43
86141         Log: It's the 2ndO'ROSSC.
86142      Branch: perl
86143            ! pod/perlfaq1.pod
86144 ____________________________________________________________________________
86145 [  6571] By: jhi                                   on 2000/08/10  15:55:48
86146         Log: detypo
86147      Branch: perl
86148            ! pod/perlfaq1.pod
86149 ____________________________________________________________________________
86150 [  6570] By: jhi                                   on 2000/08/10  14:11:17
86151         Log: An exceptionally sticky typo.
86152      Branch: perl
86153            ! Changes
86154 ____________________________________________________________________________
86155 [  6569] By: jhi                                   on 2000/08/10  14:09:33
86156         Log: detypo (and test Changes updating script)
86157      Branch: perl
86158            ! Changes
86159 ____________________________________________________________________________
86160 [  6568] By: jhi                                   on 2000/08/10  14:07:07
86161         Log: Update Changes.
86162      Branch: perl
86163            ! Changes
86164 ____________________________________________________________________________
86165 [  6567] By: jhi                                   on 2000/08/10  14:06:19
86166         Log: Amend the description of Perl6.
86167              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
86168              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
86169              Date: Wed, 9 Aug 2000 22:11:06 -0500
86170              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
86171      Branch: perl
86172            ! pod/perlfaq1.pod
86173 ____________________________________________________________________________
86174 [  6566] By: jhi                                   on 2000/08/10  13:58:57
86175         Log: Subject: Remove dead entry in perldiag
86176              From: Mike Guy <mjtg@cam.ac.uk>
86177              Date: Thu, 10 Aug 2000 14:19:19 +0100
86178              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
86179      Branch: perl
86180            ! pod/perldiag.pod
86181 ____________________________________________________________________________
86182 [  6565] By: jhi                                   on 2000/08/10  13:51:48
86183         Log: Zero entries were skipped, fix from Adrian Goalby
86184              <argoalby@yahoo.co.uk>
86185      Branch: perl
86186            ! lib/unicode/Number.pl lib/unicode/mktables.PL
86187 ____________________________________________________________________________
86188 [  6564] By: jhi                                   on 2000/08/10  13:00:12
86189         Log: Subject: [PATCH 5.6.0] cygwin port
86190              From: "Fifer, Eric" <EFifer@sanwaint.com>
86191              Date: Thu, 10 Aug 2000 13:15:36 +0100
86192              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
86193      Branch: perl
86194            ! README.cygwin hints/cygwin.sh
86195 ____________________________________________________________________________
86196 [  6563] By: jhi                                   on 2000/08/10  12:55:16
86197         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
86198      Branch: perl
86199            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
86200 ____________________________________________________________________________
86201 [  6562] By: gsar                                  on 2000/08/10  08:38:39
86202         Log: warn is a macro, avoid using at a variable to avoid warnings
86203              in some configurations; readdir.t is too conservative in
86204              estimating number of *.t's
86205      Branch: perl
86206            ! t/op/readdir.t util.c
86207 ____________________________________________________________________________
86208 [  6561] By: jhi                                   on 2000/08/09  23:35:42
86209         Log: Update Changes.
86210      Branch: perl
86211            ! Changes
86212 ____________________________________________________________________________
86213 [  6560] By: jhi                                   on 2000/08/09  23:05:47
86214         Log: Subject: Re: enhanced(?) regex error messages
86215              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86216              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
86217              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
86218              
86219              (plus two small patches sent privately)
86220              (this still seems to leave few test failures)
86221      Branch: perl
86222            + t/op/regmesg.t
86223            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
86224            ! t/pragma/warn/regcomp
86225 ____________________________________________________________________________
86226 [  6559] By: jhi                                   on 2000/08/09  20:41:18
86227         Log: (The fix did work but was not right, retracted in #6573)
86228              
86229              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
86230              From: Christian Kirsch <ck@held.mind.de>
86231              Date: Wed, 9 Aug 2000 17:05:17 +0200
86232              Message-Id: <20000809170517.A25389@held>
86233      Branch: perl
86234            ! sv.c t/pragma/locale.t
86235 ____________________________________________________________________________
86236 [  6558] By: jhi                                   on 2000/08/08  22:34:08
86237         Log: Tiny updates on the contributors list.
86238      Branch: perl
86239            ! Changes
86240 ____________________________________________________________________________
86241 [  6557] By: jhi                                   on 2000/08/08  19:34:28
86242         Log: Double check that we have a dirhandle.
86243      Branch: perl
86244            ! util.c
86245 ____________________________________________________________________________
86246 [  6556] By: jhi                                   on 2000/08/08  19:01:51
86247         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
86248              May be repopulated with fresh maintained examples.
86249      Branch: perl
86250            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
86251            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
86252            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
86253            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
86254            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
86255            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
86256            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
86257            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
86258            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
86259            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
86260            + lib/CGI/eg/wilogo_gif.uu
86261            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
86262            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
86263            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
86264            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
86265            - eg/cgi/frameset.cgi eg/cgi/index.html
86266            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
86267            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
86268            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
86269            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
86270            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
86271            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
86272            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
86273            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
86274            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
86275            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
86276            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
86277            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
86278            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
86279            - eg/van/vanish eg/who eg/wrapsuid
86280            ! MANIFEST
86281 ____________________________________________________________________________
86282 [  6555] By: jhi                                   on 2000/08/08  18:51:08
86283         Log: Delete chat2 as requested by Randal.
86284              
86285              Subject: Re: perlfaq8 coyness
86286              From: merlyn@stonehenge.com (Randal L. Schwartz) 
86287              Date: 15 May 2000 18:52:42 -0700 
86288              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
86289      Branch: perl
86290            - lib/chat2.pl
86291            ! MANIFEST
86292 ____________________________________________________________________________
86293 [  6554] By: jhi                                   on 2000/08/08  18:31:35
86294         Log: Regen global.sym.
86295      Branch: perl
86296            ! global.sym
86297 ____________________________________________________________________________
86298 [  6553] By: jhi                                   on 2000/08/08  18:28:13
86299         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
86300              (either perlbug or p5p ate the original), plus regen
86301              perlapi and perltoc. 
86302      Branch: perl
86303            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
86304            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
86305            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
86306            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
86307            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
86308            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
86309            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
86310            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
86311            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
86312            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
86313 ____________________________________________________________________________
86314 [  6552] By: jhi                                   on 2000/08/08  18:06:29
86315         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
86316              From: Mike Guy <mjtg@cam.ac.uk>
86317              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
86318              Date: Tue, 08 Aug 2000 15:51:27 +0100
86319      Branch: perl
86320            ! doop.c sv.h t/op/join.t t/pragma/overload.t
86321 ____________________________________________________________________________
86322 [  6551] By: jhi                                   on 2000/08/08  18:01:11
86323         Log: Re-apply #6549.
86324      Branch: perl
86325            ! lib/perl5db.pl
86326 ____________________________________________________________________________
86327 [  6550] By: jhi                                   on 2000/08/08  17:43:08
86328         Log: Accidental retraction of #6549.
86329      Branch: perl
86330            ! lib/perl5db.pl
86331 ____________________________________________________________________________
86332 [  6549] By: jhi                                   on 2000/08/08  17:40:04
86333         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
86334              From: Mike Guy <mjtg@cam.ac.uk>
86335              Date: Mon, 07 Aug 2000 21:49:58 +0100
86336              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
86337      Branch: perl
86338            ! lib/perl5db.pl
86339 ____________________________________________________________________________
86340 [  6548] By: jhi                                   on 2000/08/08  17:37:57
86341         Log: Document here-doc better.
86342              
86343              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
86344              From: Mike Guy <mjtg@cam.ac.uk>
86345              Date: Mon, 07 Aug 2000 14:02:09 +0100
86346              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
86347      Branch: perl
86348            ! pod/perldata.pod
86349 ____________________________________________________________________________
86350 [  6547] By: jhi                                   on 2000/08/08  17:33:34
86351         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
86352              From: "Randy J. Ray" <rjray@redhat.com>
86353              Date: Mon, 07 Aug 2000 19:12:25 -0700
86354              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
86355      Branch: perl
86356            ! perl.c pod/perlrun.pod
86357 ____________________________________________________________________________
86358 [  6546] By: jhi                                   on 2000/08/08  17:29:26
86359         Log: Subject: Re: enhanced(?) regex error messages 
86360              From: Hugo <hv@crypt.compulink.co.uk>
86361              Date: Tue, 08 Aug 2000 03:25:51 +0100
86362              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
86363              
86364              plus Capitalize the error messages, plus perldiag them.
86365      Branch: perl
86366            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
86367 ____________________________________________________________________________
86368 [  6545] By: jhi                                   on 2000/08/08  13:59:28
86369         Log: Augment #6539 a bit: don't croak if there's magic in the air.
86370              
86371              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
86372              From: Hugo <hv@crypt.compulink.co.uk>
86373              Date: Tue, 08 Aug 2000 03:02:03 +0100
86374              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
86375      Branch: perl
86376            ! pp.c t/op/bless.t
86377 ____________________________________________________________________________
86378 [  6544] By: jhi                                   on 2000/08/07  21:11:52
86379         Log: Make the test -w clean.
86380      Branch: perl
86381            ! t/op/bless.t
86382 ____________________________________________________________________________
86383 [  6543] By: jhi                                   on 2000/08/07  19:49:53
86384         Log: use warnings instead of $^W.
86385      Branch: perl
86386            ! t/op/bless.t
86387 ____________________________________________________________________________
86388 [  6542] By: jhi                                   on 2000/08/07  17:41:41
86389         Log: Disable a portability warning Because We Know What We Are Doing.
86390      Branch: perl
86391            ! t/op/bless.t
86392 ____________________________________________________________________________
86393 [  6541] By: jhi                                   on 2000/08/07  17:29:51
86394         Log: Tiny tidying on report_evil_fh().
86395      Branch: perl
86396            ! util.c
86397 ____________________________________________________________________________
86398 [  6540] By: jhi                                   on 2000/08/07  16:37:38
86399         Log: Make regular expression parse error messages easier to understand.
86400              
86401              Subject: Re: enhanced(?) regex error messages
86402              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86403              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
86404              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
86405      Branch: perl
86406            ! regcomp.c
86407 ____________________________________________________________________________
86408 [  6539] By: jhi                                   on 2000/08/07  16:12:27
86409         Log: Make bless(REF, REF) a fatal error, add bless tests.
86410              
86411              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
86412              From: Hugo <hv@crypt.compulink.co.uk>
86413              Date: Mon, 07 Aug 2000 16:59:38 +0100
86414              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
86415      Branch: perl
86416            + t/op/bless.t
86417            ! MANIFEST pod/perldiag.pod pp.c sv.c
86418 ____________________________________________________________________________
86419 [  6538] By: jhi                                   on 2000/08/07  15:59:43
86420         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
86421              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
86422              Date: Thu, 3 Aug 2000 14:29:21 -0700
86423              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
86424      Branch: perl
86425            ! lib/lib_pm.PL
86426 ____________________________________________________________________________
86427 [  6537] By: jhi                                   on 2000/08/07  15:47:18
86428         Log: Retract #6419 for now since it breaks in AFS and MachTen.
86429      Branch: perl
86430            ! lib/Cwd.pm
86431 ____________________________________________________________________________
86432 [  6536] By: jhi                                   on 2000/08/07  15:05:29
86433         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
86434              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
86435              The security hole exists only in suidperls, which isn't
86436              installed or even built by default.
86437      Branch: perl
86438            ! perl.c
86439 ____________________________________________________________________________
86440 [  6535] By: jhi                                   on 2000/08/07  14:45:14
86441         Log: tr memory corruption fix from Simon Cozens.
86442      Branch: perl
86443            ! doop.c
86444 ____________________________________________________________________________
86445 [  6534] By: jhi                                   on 2000/08/06  11:38:16
86446         Log: Document a bit that UDP is not what you might think.
86447              
86448              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
86449              From: Lupe Christoph <lupe@lupe-christoph.de>
86450              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
86451              Date: Mon, 24 Jul 2000 08:59:15 +0200
86452      Branch: perl
86453            ! pod/perlipc.pod
86454 ____________________________________________________________________________
86455 [  6533] By: jhi                                   on 2000/08/06  11:35:01
86456         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
86457              From: Jeff Pinyan <jeffp@hut.crusoe.net>
86458              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
86459              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
86460      Branch: perl
86461            ! pod/perlfunc.pod
86462 ____________________________________________________________________________
86463 [  6532] By: jhi                                   on 2000/08/06  03:45:41
86464         Log: Have symbols for the IoTYPEs.
86465      Branch: perl
86466            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
86467 ____________________________________________________________________________
86468 [  6531] By: jhi                                   on 2000/08/06  01:33:55
86469         Log: Continue fixing the io warnings.  This also
86470              sort of fixes bug ID 20000802.003: the core dump
86471              is no more.  Whether the current behaviour is correct
86472              (giving a warning: "Not a format reference"), is another matter.
86473      Branch: perl
86474            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
86475            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
86476 ____________________________________________________________________________
86477 [  6530] By: jhi                                   on 2000/08/05  21:33:12
86478         Log: Change the Policy policy: now -Dprefix= with an existing
86479              Policy.sh and prefix == siteprefix == vendorprefix, then all
86480              of them follow along the new prefix.
86481              
86482              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
86483              From: Andy Dougherty <doughera@lafayette.edu>
86484              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
86485              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
86486      Branch: perl
86487            ! Policy_sh.SH
86488 ____________________________________________________________________________
86489 [  6529] By: jhi                                   on 2000/08/05  18:57:28
86490         Log: Zap lib/Sys directory when cleaning up.
86491      Branch: perl
86492            ! Makefile.SH
86493 ____________________________________________________________________________
86494 [  6528] By: jhi                                   on 2000/08/05  18:40:44
86495         Log: Essential prototype changes were missing from #6527.
86496              Also make report_evil_fh() more bomb-proof.
86497      Branch: perl
86498            ! embed.h util.c
86499 ____________________________________________________________________________
86500 [  6527] By: jhi                                   on 2000/08/05  03:22:05
86501         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
86502              From: "Ronald F. Guilmette" <rfg@monkeys.com>
86503              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
86504              Message-Id: <200007242247.PAA52177@monkeys.com>
86505      Branch: perl
86506            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
86507 ____________________________________________________________________________
86508 [  6526] By: jhi                                   on 2000/08/04  21:23:27
86509         Log: gcc versions might have (parentheses) in them.
86510      Branch: metaconfig/U/perl
86511            ! gccvers.U
86512      Branch: perl
86513            ! Configure config_h.SH
86514 ____________________________________________________________________________
86515 [  6525] By: jhi                                   on 2000/08/04  20:23:12
86516         Log: Weed buglets pointed out by
86517              
86518              From: Lupe Christoph <lupe@lupe-christoph.de>
86519              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
86520              Date: Fri, 4 Aug 2000 17:34:39 +0200
86521              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
86522      Branch: metaconfig/U/perl
86523            ! gccvers.U uselfs.U
86524      Branch: perl
86525            ! Configure config_h.SH
86526 ____________________________________________________________________________
86527 [  6524] By: jhi                                   on 2000/08/04  19:02:08
86528         Log: Warn under -w if lstat(FH) is attempted.
86529              
86530              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
86531              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
86532              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
86533              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
86534      Branch: perl
86535            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
86536            ! t/pragma/warn/pp_sys
86537 ____________________________________________________________________________
86538 [  6523] By: jhi                                   on 2000/08/04  12:31:11
86539         Log: Subject: New perlcc, take 2
86540              From: simon@brecon.co.uk (Simon Cozens)
86541              Date: 4 Aug 2000 06:21:04 GMT
86542              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
86543      Branch: perl
86544            ! utils/perlcc.PL
86545 ____________________________________________________________________________
86546 [  6522] By: jhi                                   on 2000/08/04  12:26:33
86547         Log: Subject: Re: Array vs. List context
86548              From: Daniel Chetlin <daniel@chetlin.com>
86549              Date: Fri, 4 Aug 2000 00:22:44 -0700
86550              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
86551      Branch: perl
86552            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
86553            ! pod/perlfaq4.pod
86554 ____________________________________________________________________________
86555 [  6521] By: jhi                                   on 2000/08/04  12:22:38
86556         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
86557              From: Raymund Will <ray@caldera.de>
86558              Date: Fri, 4 Aug 2000 12:07:09 +0200
86559              Message-Id: <20000804120709.A14982@caldera.de>
86560      Branch: perl
86561            ! configure.gnu
86562 ____________________________________________________________________________
86563 [  6520] By: jhi                                   on 2000/08/04  04:09:06
86564         Log: After the #6519 a warning about stat() is just that,
86565              not about a filetest, which now have their own warning.
86566      Branch: perl
86567            ! pod/perldiag.pod
86568 ____________________________________________________________________________
86569 [  6519] By: jhi                                   on 2000/08/04  04:06:30
86570         Log: In the warnings call filehandles consistently so;
86571              add "unopened" warning for stat().
86572      Branch: perl
86573            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
86574            ! t/pragma/warn/pp_sys
86575 ____________________________________________________________________________
86576 [  6518] By: jhi                                   on 2000/08/04  02:55:35
86577         Log: Subject: Minor tweak to perlvar.pod
86578              From: "Stephen P. Potter" <spp@ds.net>
86579              Date: Tue, 18 Apr 2000 09:26:03 -0400
86580              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
86581      Branch: perl
86582            ! pod/perlvar.pod
86583 ____________________________________________________________________________
86584 [  6517] By: jhi                                   on 2000/08/04  02:50:08
86585         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
86586              From: "Clinton Pierce" <cpierce1@ford.com>
86587              Date: Wed, 21 Jul 1999 16:45:31 -0400
86588              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
86589              
86590              Fix by Stephen Potter (visible in the bug db but not in p5p?)
86591      Branch: perl
86592            ! pod/perlfunc.pod pod/perlop.pod
86593 ____________________________________________________________________________
86594 [  6516] By: jhi                                   on 2000/08/04  02:09:25
86595         Log: This is 6512.  Really.
86596      Branch: perl
86597            ! dump.c
86598 ____________________________________________________________________________
86599 [  6515] By: jhi                                   on 2000/08/04  01:25:50
86600         Log: mention the idea of @( and @)
86601      Branch: perl
86602            ! Todo-5.6
86603 ____________________________________________________________________________
86604 [  6514] By: bailey                                on 2000/08/04  01:18:46
86605         Log: YA resync with mainstem, including VMS patches from others
86606      Branch: vmsperl
86607           +> (branch 48 files)
86608            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
86609           !> (integrate 354 files)
86610 ____________________________________________________________________________
86611 [  6513] By: jhi                                   on 2000/08/04  01:18:18
86612         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
86613              From: Mark Dickinson <dickins3@fas.harvard.edu>
86614              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
86615              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
86616      Branch: perl
86617            ! t/op/grent.t t/op/pwent.t
86618 ____________________________________________________________________________
86619 [  6512] By: jhi                                   on 2000/08/04  01:14:06
86620         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
86621              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86622              Date: Wed, 02 Aug 2000 10:51:01 +0100
86623              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
86624      Branch: perl
86625            ! sv.c
86626 ____________________________________________________________________________
86627 [  6511] By: jhi                                   on 2000/08/04  00:57:00
86628         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
86629              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86630              Date: Thu, 03 Aug 2000 17:20:04 -0700
86631              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
86632      Branch: metaconfig
86633            ! U/modified/Cppsym.U
86634      Branch: perl
86635            ! Configure config_h.SH
86636 ____________________________________________________________________________
86637 [  6510] By: jhi                                   on 2000/08/04  00:25:28
86638         Log: detypo
86639      Branch: perl
86640            ! Makefile.SH
86641 ____________________________________________________________________________
86642 [  6509] By: jhi                                   on 2000/08/03  23:43:18
86643         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
86644              From: Dominic Dunlop <domo@computer.org>
86645              Date: Thu, 3 Aug 2000 22:16:46 +0200
86646              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
86647      Branch: perl
86648            ! t/op/sprintf.t
86649 ____________________________________________________________________________
86650 [  6508] By: jhi                                   on 2000/08/03  23:40:37
86651         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
86652              From: Hugo <hv@crypt.compulink.co.uk>
86653              Date: Thu, 03 Aug 2000 18:25:30 +0100
86654              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
86655      Branch: perl
86656            ! regcomp.c t/op/re_tests
86657 ____________________________________________________________________________
86658 [  6507] By: jhi                                   on 2000/08/03  23:38:28
86659         Log: Subject: [PATCH] sv.h documentation - SvLEN
86660              From: Mike Guy <mjtg@cam.ac.uk>
86661              Date: Thu, 03 Aug 2000 14:43:09 +0100
86662              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
86663      Branch: perl
86664            ! sv.h
86665 ____________________________________________________________________________
86666 [  6506] By: jhi                                   on 2000/08/03  15:49:14
86667         Log: Disable the fix_pl hack for now.
86668      Branch: perl
86669            ! Makefile.SH
86670 ____________________________________________________________________________
86671 [  6505] By: jhi                                   on 2000/08/03  13:49:04
86672         Log: Add a URL for FSF.
86673              
86674              Subject: Patch for README
86675              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
86676              Date: Wed, 2 Aug 2000 13:25:09 -0500
86677              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
86678      Branch: perl
86679            ! README
86680 ____________________________________________________________________________
86681 [  6504] By: jhi                                   on 2000/08/03  13:29:19
86682         Log: Be more informative on what is skipped and why,
86683              also repeat the list at the end.
86684      Branch: perl
86685            ! Porting/p4desc
86686 ____________________________________________________________________________
86687 [  6503] By: jhi                                   on 2000/08/03  13:07:05
86688         Log: Circumvent the removal of .patch by fix_pl.
86689              
86690              Subject: Re: [ID 20000802.011] unable to 'make test'          
86691              From: simon@brecon.co.uk (Simon Cozens) 
86692              Date: 3 Aug 2000 04:17:00 GMT
86693              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
86694      Branch: perl
86695            ! Makefile.SH
86696 ____________________________________________________________________________
86697 [  6502] By: jhi                                   on 2000/08/03  00:14:34
86698         Log: Add the missing setproctitle unit.
86699      Branch: metaconfig/U/perl
86700            + d_setproctitle.U
86701 ____________________________________________________________________________
86702 [  6501] By: jhi                                   on 2000/08/03  00:00:26
86703         Log: The subtest 4 may fail also on VOBS, as pointed out
86704              by Nick Ing-Simmons in November 1999, bug id 19991124.003
86705              (but the failure in that bug report isn't the subtest 4).
86706      Branch: perl
86707            ! t/op/stat.t
86708 ____________________________________________________________________________
86709 [  6500] By: jhi                                   on 2000/08/02  23:49:30
86710         Log: Better skip message for the test; one of the two problems in
86711              
86712              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
86713              From: Lupe Christoph <lupe@lupe-christoph.de>
86714              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
86715              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
86716      Branch: perl
86717            ! t/op/numconvert.t
86718 ____________________________________________________________________________
86719 [  6499] By: jhi                                   on 2000/08/02  22:49:16
86720         Log: Allow "no Module;" even if there is no 'unimport'.
86721              
86722              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
86723              From: mjd@plover.com
86724              Date: 24 Mar 2000 15:24:34 -0000
86725              Message-Id: <20000324152434.15160.qmail@plover.com>
86726      Branch: perl
86727            ! gv.c
86728 ____________________________________________________________________________
86729 [  6498] By: jhi                                   on 2000/08/02  22:42:58
86730         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
86731              that are hopefully soon put into use.
86732      Branch: perl
86733            ! opcode.h opcode.pl opnames.h
86734 ____________________________________________________________________________
86735 [  6497] By: gsar                                  on 2000/08/02  22:28:59
86736         Log: require.t needs binmode() to work on windows
86737      Branch: perl
86738            ! t/comp/require.t
86739 ____________________________________________________________________________
86740 [  6496] By: jhi                                   on 2000/08/02  22:08:51
86741         Log: Document the IVdf UVuf UVof UVxf.
86742      Branch: perl
86743            ! pod/perlguts.pod
86744 ____________________________________________________________________________
86745 [  6495] By: jhi                                   on 2000/08/02  21:54:26
86746         Log: detypo #6494
86747      Branch: perl
86748            ! ext/Data/Dumper/Dumper.xs
86749 ____________________________________________________________________________
86750 [  6494] By: jhi                                   on 2000/08/02  21:49:17
86751         Log: Dump UVs as UVs in Data::Dumper.
86752              
86753              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
86754              From: Gurusamy Sarathy <gsar@ActiveState.com>
86755              Date: Thu, 27 Apr 2000 12:26:25 -0700
86756              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
86757      Branch: perl
86758            ! ext/Data/Dumper/Dumper.xs
86759 ____________________________________________________________________________
86760 [  6493] By: jhi                                   on 2000/08/02  17:01:58
86761         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
86762              From: Hugo <hv@crypt.compulink.co.uk>
86763              Date: Wed, 02 Aug 2000 14:53:56 +0100
86764              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
86765      Branch: perl
86766            ! regexec.c t/op/re_tests
86767 ____________________________________________________________________________
86768 [  6492] By: jhi                                   on 2000/08/02  15:02:46
86769         Log: The new setproctitle() feature is available only in 
86770              bleeding edge FreeBSD.  From Paul Saab.
86771      Branch: perl
86772            ! mg.c
86773 ____________________________________________________________________________
86774 [  6491] By: jhi                                   on 2000/08/02  13:34:36
86775         Log: The tr utf8 patching continues.
86776              
86777              Subject: Re: #6469, too many tests claimed in require.t
86778              From: simon@brecon.co.uk (Simon Cozens)
86779              Date: 2 Aug 2000 02:37:17 GMT
86780              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
86781              
86782              (the logic of the test was the wrong way round in the patch)
86783      Branch: perl
86784            ! doop.c
86785 ____________________________________________________________________________
86786 [  6490] By: jhi                                   on 2000/08/02  13:27:38
86787         Log: The name of a filehandle does not have <these>.
86788      Branch: perl
86789            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
86790            ! t/pragma/warn/pp_sys util.c
86791 ____________________________________________________________________________
86792 [  6489] By: jhi                                   on 2000/08/02  04:26:46
86793         Log: Remove the extraneous "main::" prefix from all the
86794              "opened only for", "on closed", and "never opened" warnings.
86795              
86796              Subject: Re: inappropriate warning
86797              From: Gurusamy Sarathy <gsar@ActiveState.com>
86798              Date: Mon, 20 Mar 2000 11:28:02 -0800
86799              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
86800      Branch: perl
86801            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
86802            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
86803            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
86804 ____________________________________________________________________________
86805 [  6488] By: jhi                                   on 2000/08/02  03:02:57
86806         Log: memcpy has n o in it, as pinted ut by Sarathy.
86807      Branch: perl
86808            ! pod/perlguts.pod
86809 ____________________________________________________________________________
86810 [  6487] By: jhi                                   on 2000/08/02  02:44:51
86811         Log: Document in one place the memory abstractions used in Perl core.
86812              
86813              Subject: Re: Memory abstraction
86814              From: simon@brecon.co.uk (Simon Cozens)
86815              Date: 2 Aug 2000 02:20:23 GMT
86816              Organization: Earth.li Origins
86817      Branch: perl
86818            ! pod/perlguts.pod
86819 ____________________________________________________________________________
86820 [  6486] By: jhi                                   on 2000/08/02  02:41:57
86821         Log: regen_headers, regen perltoc.
86822      Branch: perl
86823            ! perlapi.c pod/perltoc.pod
86824 ____________________________________________________________________________
86825 [  6485] By: jhi                                   on 2000/08/02  01:43:33
86826         Log: "This little thing tests for a file .patch, and if it contains
86827              a number, pops into patchlevel.h" (making it easier to track
86828              which development version people are reporting bugs against)
86829              
86830              Subject: Patchlevel autogeneration for repository perls
86831              From: simon@brecon.co.uk (Simon Cozens)
86832              Date: 14 Jul 2000 07:12:15 GMT
86833              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
86834      Branch: perl
86835            + fix_pl
86836            ! MANIFEST Makefile.SH
86837 ____________________________________________________________________________
86838 [  6484] By: jhi                                   on 2000/08/02  01:32:54
86839         Log: FreeBSD 3.* updates from
86840              
86841              From: Paul Saab <ps@yahoo-inc.com>
86842              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
86843              Date: Tue, 1 Aug 2000 15:41:39 -0700
86844              Message-Id: <20000801154139.A53740@yahoo-inc.com>
86845      Branch: perl
86846            ! hints/freebsd.sh
86847 ____________________________________________________________________________
86848 [  6483] By: jhi                                   on 2000/08/02  01:27:44
86849         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
86850              instead one must use setproctitle().  This was already addressed
86851              by change #6457, but the below has a new variant for FreeBSD 4.0
86852              or later, and the matter is also documented more.
86853              
86854              From: Paul Saab <ps@yahoo-inc.com>
86855              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
86856              Date: Tue, 1 Aug 2000 15:41:39 -0700
86857              Message-Id: <20000801154139.A53740@yahoo-inc.com>
86858      Branch: metaconfig/U/perl
86859            + i_libutil.U
86860      Branch: perl
86861            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
86862 ____________________________________________________________________________
86863 [  6482] By: jhi                                   on 2000/08/01  22:17:32
86864         Log: The test from this
86865              
86866              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
86867              Date: Sat, 15 Apr 2000 17:03:44 +0100
86868              From: Tom Hughes <tom@compton.nu>
86869              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
86870              
86871              was missing, the code change went in as #5989
86872              (which had a different test?)
86873      Branch: perl
86874            ! t/op/misc.t
86875 ____________________________________________________________________________
86876 [  6481] By: jhi                                   on 2000/08/01  21:48:38
86877         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
86878              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
86879              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
86880              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
86881      Branch: perl
86882            ! perl.h
86883 ____________________________________________________________________________
86884 [  6480] By: jhi                                   on 2000/08/01  18:05:28
86885         Log: Make p4desc to skip non-mainperl branches by default.
86886      Branch: perl
86887            ! Porting/p4desc
86888 ____________________________________________________________________________
86889 [  6479] By: jhi                                   on 2000/08/01  17:29:19
86890         Log: If gccosandvers is equal to osname, clear gccosandvers.
86891      Branch: metaconfig/U/perl
86892            ! gccvers.U
86893      Branch: perl
86894            ! Configure config_h.SH
86895 ____________________________________________________________________________
86896 [  6478] By: jhi                                   on 2000/08/01  15:54:08
86897         Log: BOM patching from Simon Cozens.
86898      Branch: perl
86899            ! toke.c
86900 ____________________________________________________________________________
86901 [  6477] By: jhi                                   on 2000/08/01  04:50:33
86902         Log: Stash away the largefiles flags and libswanted.
86903      Branch: perl
86904            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
86905 ____________________________________________________________________________
86906 [  6476] By: gsar                                  on 2000/08/01  04:24:24
86907         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
86908              on Windows)
86909      Branch: perl
86910            ! t/pragma/utf8.t utf8.c win32/win32.c
86911 ____________________________________________________________________________
86912 [  6475] By: jhi                                   on 2000/08/01  03:35:24
86913         Log: Make chr() for values >127 to create utf8 when under utf8.
86914              
86915              Subject: Re: uft8/chr()
86916              From: simon@brecon.co.uk (Simon Cozens)
86917              Date: 1 Aug 2000 02:37:02 GMT
86918              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
86919      Branch: perl
86920            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
86921 ____________________________________________________________________________
86922 [  6474] By: jhi                                   on 2000/08/01  02:36:18
86923         Log: In Digital UNIX warn if gcc explicitly chosen because even
86924              2.95.2 is known to cause problems.
86925      Branch: perl
86926            ! hints/dec_osf.sh
86927 ____________________________________________________________________________
86928 [  6473] By: jhi                                   on 2000/08/01  02:00:56
86929         Log: Make the safety catch for buggy gccs work with triple version
86930              numbers like 2.95.2.  Reported in
86931              
86932              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
86933              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
86934              Date: Mon, 31 Jul 2000 14:55:06 +0200
86935              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
86936      Branch: perl
86937            ! hints/dec_osf.sh
86938 ____________________________________________________________________________
86939 [  6472] By: jhi                                   on 2000/08/01  01:13:33
86940         Log: Subject: fix and question re: waitpid() under win32
86941              From: Brian Clarke <clarke@appliedmeta.com>
86942              Date: Fri, 28 Jul 2000 15:18:29 -0400
86943              Message-ID: <3981DC85.290314EB@appliedmeta.com>
86944              
86945              Slightly reformatted and WNOHANG # define moved to win32.h
86946              so that also POSIX.xs sees it, as suggsted by Sarathy.
86947      Branch: perl
86948            ! win32/win32.c win32/win32.h
86949 ____________________________________________________________________________
86950 [  6471] By: jhi                                   on 2000/08/01  00:55:05
86951         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
86952              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86953              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
86954              Date: Mon, 31 Jul 2000 13:28:51 +0100
86955              
86956              (aka ID 20000730.002)
86957      Branch: perl
86958            ! op.c t/op/tr.t
86959 ____________________________________________________________________________
86960 [  6470] By: jhi                                   on 2000/07/31  23:34:42
86961         Log: Document the problem with -P in HP-UX and its workaround.
86962              
86963              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
86964              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
86965              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
86966              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
86967      Branch: perl
86968            ! README.hpux
86969 ____________________________________________________________________________
86970 [  6469] By: jhi                                   on 2000/07/31  04:15:02
86971         Log: The swallow_bom() saga continues.  The #23 of require.t
86972              (UTF16-LE) still fails (silently, no output) but the #22
86973              (UTF16-BE) seems to be working now.  The root of the
86974              failure may be in sv_gets(): is it UTF-16LE-aware,
86975              especially when it comes to line endings? 
86976      Branch: perl
86977            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
86978            ! t/comp/require.t toke.c utf8.c
86979 ____________________________________________________________________________
86980 [  6468] By: jhi                                   on 2000/07/30  19:05:48
86981         Log: Find green threads before native threads.
86982              
86983              Subject: Re: Patch to jpl/JNI/Makefile.PL
86984              From: Jens Thomsen <jens@fiend.cis.com>
86985              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
86986              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
86987      Branch: perl
86988            ! jpl/JNI/Makefile.PL
86989 ____________________________________________________________________________
86990 [  6467] By: jhi                                   on 2000/07/30  18:36:22
86991         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
86992      Branch: perl
86993            ! doop.c
86994 ____________________________________________________________________________
86995 [  6466] By: jhi                                   on 2000/07/30  04:37:29
86996         Log: A new version of the "remove UPPERACSE string comparison"
86997              operators.  The problem with the previous one (change #6454)
86998              was that it was for Perl 5.6.0.  From Paul Marquess.
86999      Branch: perl
87000            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
87001            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
87002            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87003 ____________________________________________________________________________
87004 [  6465] By: jhi                                   on 2000/07/29  22:39:56
87005         Log: Do not upgrade SVs into utf8 just because they participate
87006              in eq or cmp.  Reported and fix suggested in
87007              
87008              Subject: [ID 20000720.009] sv_eq UTF8 bug
87009              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87010              Date: 21 Jul 2000 04:37:29 -0000
87011              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
87012              
87013              Exercise for the kind reader: should we or should we not
87014              cache the utf8 conversion alongside the SV? (as magic,
87015              as the strxfrm()ed version is cached under use locale)
87016              Argue both for and against.
87017      Branch: perl
87018            ! sv.c
87019 ____________________________________________________________________________
87020 [  6464] By: jhi                                   on 2000/07/29  22:36:22
87021         Log: Subject: UTF8 concat
87022              From: simon@brecon.co.uk (Simon Cozens) 
87023              Date: 30 Jun 2000 06:13:25 GMT
87024              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
87025              
87026              (with a memory leak fixed, plus a few casts added)
87027              
87028              This also seems to help for
87029              
87030              Subject: [ID 20000716.015] join UTF8 weirdness
87031              From: root <root@ak-71.mind.de> 
87032              Date: Sat, 15 Jul 2000 15:29:54 +0200
87033              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
87034              
87035              (from Andreas König)
87036      Branch: perl
87037            ! pp_hot.c
87038 ____________________________________________________________________________
87039 [  6463] By: jhi                                   on 2000/07/29  00:55:39
87040         Log: Tune the comments and hopefully stop a memory leak.
87041      Branch: perl
87042            ! toke.c utf8.c
87043 ____________________________________________________________________________
87044 [  6462] By: jhi                                   on 2000/07/29  00:16:53
87045         Log: The problem described in this
87046              
87047              Subject: [ID 20000322.018] named chars aren't magical enough
87048              From: root <root@dixie.cscaper.com>     
87049              Date: Wed, 22 Mar 2000 18:37:42 -0700
87050              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
87051              
87052              has been fixed in perl 5.6.0 but just in case added a test
87053              to keep it away.  (The report from Joseph Hall.)
87054      Branch: perl
87055            ! t/lib/charnames.t
87056 ____________________________________________________________________________
87057 [  6461] By: jhi                                   on 2000/07/28  23:56:36
87058         Log: Tiny fixes for #6460.
87059      Branch: metaconfig/U/perl
87060            ! gccvers.U
87061      Branch: perl
87062            ! Configure config_h.SH
87063 ____________________________________________________________________________
87064 [  6460] By: jhi                                   on 2000/07/28  23:24:41
87065         Log: Warn if the version of the operating system used to compile gcc
87066              differs from the current version of the operating system.
87067              Also display the gcc compilation os and version in myconfig.
87068              Inspiration from
87069              
87070              Subject: Re: [ID 20000710.003] ERRORS!!         
87071              From: "Kurt D. Starsinic" <kstar@chapin.edu>
87072              Date: Mon, 10 Jul 2000 15:54:16 -0400
87073              Message-ID: <20000710155416.A1384@O2.chapin.edu>
87074      Branch: metaconfig/U/perl
87075            ! gccvers.U
87076      Branch: perl
87077            ! Configure config_h.SH myconfig.SH
87078 ____________________________________________________________________________
87079 [  6459] By: jhi                                   on 2000/07/28  22:00:32
87080         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
87081              letter to $Config{osvers}.
87082      Branch: metaconfig
87083            ! U/modified/Oldconfig.U
87084      Branch: perl
87085            ! Configure config_h.SH
87086 ____________________________________________________________________________
87087 [  6458] By: jhi                                   on 2000/07/28  04:15:39
87088         Log: Back out #6454, doesn't seem to work.
87089              (Reason: that patch was for perl 5.6.0, not perl-current)
87090              (A version of the patch for perl-current came in later as #6466)
87091      Branch: perl
87092            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
87093            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
87094            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87095 ____________________________________________________________________________
87096 [  6457] By: jhi                                   on 2000/07/27  23:31:49
87097         Log: Use setproctitle() if available to modify $0.
87098              
87099              Subject: setting $* on BSD4 broken
87100              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
87101              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
87102              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
87103      Branch: metaconfig
87104            ! U/modified/Myinit.U
87105      Branch: perl
87106            ! Configure config_h.SH mg.c
87107 ____________________________________________________________________________
87108 [  6456] By: jhi                                   on 2000/07/27  14:50:47
87109         Log: Allow "no AutoLoader;", based on change #6444,
87110              suggested by Graham Barr.
87111      Branch: perl
87112            ! lib/AutoLoader.pm
87113 ____________________________________________________________________________
87114 [  6455] By: jhi                                   on 2000/07/27  14:19:10
87115         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
87116              From: rspier@pobox.com (Robert Spier)
87117              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
87118              Message-ID: <14720.15855.787664.424783@rls.cx>
87119      Branch: perl
87120            ! pod/perldiag.pod
87121 ____________________________________________________________________________
87122 [  6454] By: jhi                                   on 2000/07/27  14:03:02
87123         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
87124              for a long time).
87125              
87126              Reported in
87127              
87128              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
87129              From: Ryan Herbert <rherbert@sycamorehq.com>
87130              Date: Mon, 17 Jul 2000 11:40:42 -0400
87131              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
87132              
87133              Patched in
87134              
87135              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
87136              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
87137              Date: Wed, 26 Jul 2000 23:40:18 +0100
87138              Message-ID: <000001bff752$79511880$0a17073e@tiny>
87139              
87140              based on an earlier patch from Stephen P. Potter.
87141              
87142              (Removed later by change #6458 because this patch was for
87143              perl 5.6.0, not perl-current)
87144      Branch: perl
87145            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
87146            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
87147            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87148 ____________________________________________________________________________
87149 [  6453] By: jhi                                   on 2000/07/27  13:48:02
87150         Log: Subject: [PATCH] fixes bug 20000508.004
87151              From: Michael Stevens <mstevens@globnix.org>
87152              Date: Thu, 27 Jul 2000 13:49:04 +0100
87153              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
87154      Branch: perl
87155            ! pod/perldata.pod
87156 ____________________________________________________________________________
87157 [  6452] By: jhi                                   on 2000/07/26  23:51:26
87158         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
87159              and Craig A. Berry.
87160      Branch: perl
87161            ! lib/File/Temp.pm pod/perlport.pod
87162 ____________________________________________________________________________
87163 [  6451] By: jhi                                   on 2000/07/26  19:43:30
87164         Log: Be wary of close()s, too.
87165              
87166              Subject: Re: [PATCH] perlbug cleanup
87167              From: Tim Jenness <t.jenness@jach.hawaii.edu>
87168              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
87169              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
87170      Branch: perl
87171            ! utils/perlbug.PL
87172 ____________________________________________________________________________
87173 [  6450] By: jhi                                   on 2000/07/26  18:41:40
87174         Log: Subject: Minor doc patch: handy.h
87175              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
87176              Date: Wed, 26 Jul 2000 15:34:25 -0300
87177              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
87178      Branch: perl
87179            ! handy.h pod/perlapi.pod
87180 ____________________________________________________________________________
87181 [  6449] By: jhi                                   on 2000/07/26  18:23:55
87182         Log: Subject: [PATCH] minor doc change - perlguts
87183              From: Michael Stevens <mstevens@globnix.org>
87184              Date: Thu, 13 Jul 2000 12:39:18 +0100
87185              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
87186      Branch: perl
87187            ! pod/perlguts.pod
87188 ____________________________________________________________________________
87189 [  6448] By: jhi                                   on 2000/07/26  18:20:30
87190         Log: open() wariness in perlbug.
87191              
87192              Subject: [PATCH] perlbug cleanup
87193              From: Michael Stevens <mstevens@globnix.org>
87194              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
87195              Date: Thu, 13 Jul 2000 15:52:23 +0100
87196      Branch: perl
87197            ! utils/perlbug.PL
87198 ____________________________________________________________________________
87199 [  6447] By: jhi                                   on 2000/07/26  18:13:04
87200         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
87201      Branch: perl
87202            ! lib/File/Temp.pm t/lib/ftmp-security.t
87203 ____________________________________________________________________________
87204 [  6446] By: jhi                                   on 2000/07/26  18:06:32
87205         Log: docfix from Peter Scott <Peter@PSDT.com>.
87206      Branch: perl
87207            ! pod/perlfunc.pod
87208 ____________________________________________________________________________
87209 [  6445] By: jhi                                   on 2000/07/26  17:53:31
87210         Log: Fix *foo{FORMAT}.
87211              
87212              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
87213              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
87214              Date: Wed, 26 Jul 2000 19:51:02 +0200
87215              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
87216              
87217              From: Graham Barr <gbarr@pobox.com>
87218              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
87219              Date: Wed, 26 Jul 2000 17:38:36 +0100
87220              Message-ID: <20000726173836.L472@pobox.com>
87221      Branch: perl
87222            ! pp.c sv.c t/op/gv.t
87223 ____________________________________________________________________________
87224 [  6444] By: jhi                                   on 2000/07/26  17:49:14
87225         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
87226              from Graham Barr in the module list.
87227      Branch: perl
87228            ! gv.c pod/perlobj.pod
87229 ____________________________________________________________________________
87230 [  6443] By: jhi                                   on 2000/07/26  16:06:56
87231         Log: More split() doc and test patches from Mike Guy.
87232      Branch: perl
87233            ! pod/perlfunc.pod t/op/split.t
87234 ____________________________________________________________________________
87235 [  6442] By: jhi                                   on 2000/07/26  16:05:30
87236         Log: MacOS nits from Matthias Neeracher.
87237      Branch: perl
87238            ! perl.c pp_ctl.c
87239 ____________________________________________________________________________
87240 [  6441] By: jhi                                   on 2000/07/26  04:39:57
87241         Log: Subject: [PATCH] split /^/
87242              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87243              Date: Tue, 25 Jul 2000 14:18:57 +0100
87244              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
87245              
87246              (with notes from tchrist and gbarr)
87247      Branch: perl
87248            ! pod/perlfunc.pod t/op/split.t
87249 ____________________________________________________________________________
87250 [  6440] By: jhi                                   on 2000/07/26  04:32:32
87251         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
87252              From: Peter Prymmer <pvhp@forte.com>
87253              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
87254              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
87255      Branch: perl
87256            ! vms/munchconfig.c
87257 ____________________________________________________________________________
87258 [  6439] By: jhi                                   on 2000/07/26  04:31:01
87259         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
87260              to be fatal errors (instead of by default ignoring them, and
87261              ignoring with a bug: even though -w gave an error, the opening [
87262              was left in)  Reported in:
87263              
87264              Subject: [ID 20000716.024] [=cc=] / [:blank:]
87265              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
87266              Date: Sun, 16 Jul 2000 17:55:29 -0700
87267              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
87268      Branch: perl
87269            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
87270 ____________________________________________________________________________
87271 [  6438] By: jhi                                   on 2000/07/25  15:41:15
87272         Log: Subject: [PATCH] av.c apidoc
87273              From: simon@brecon.co.uk (Simon Cozens)
87274              Date: 24 Jul 2000 06:40:52 GMT
87275              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
87276      Branch: perl
87277            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
87278            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
87279 ____________________________________________________________________________
87280 [  6437] By: jhi                                   on 2000/07/25  14:05:36
87281         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
87282              From: "Stephen P. Potter" <spp@ds.net>
87283              Date: Mon, 24 Jul 2000 14:22:23 -0400
87284              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
87285      Branch: perl
87286            ! pod/perllocale.pod
87287 ____________________________________________________________________________
87288 [  6436] By: jhi                                   on 2000/07/25  14:02:03
87289         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
87290              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87291              Date: Mon, 24 Jul 2000 18:04:28 +0100
87292              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
87293      Branch: perl
87294            ! t/lib/syslfs.t t/op/lfs.t
87295 ____________________________________________________________________________
87296 [  6435] By: jhi                                   on 2000/07/25  13:59:28
87297         Log: Get UTF16 BOMs working.  Patch from
87298              
87299              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
87300              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87301              Date: Tue, 25 Jul 2000 12:52:45 +0100
87302              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
87303              
87304              and notes from
87305              
87306              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
87307              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87308              Date: Tue, 25 Jul 2000 11:43:25 +0100
87309              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
87310      Branch: perl
87311            ! t/comp/require.t toke.c utf8.c
87312 ____________________________________________________________________________
87313 [  6434] By: jhi                                   on 2000/07/25  02:39:54
87314         Log: Make the "uninit variable" warning to say "concat or string"
87315              or "join or string" when in concat or join .
87316              
87317              Subject: Re: [ID 20000403.009] uninitialised concatenation???
87318              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87319              Date: Tue, 04 Apr 2000 18:22:58 +0100
87320              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
87321              
87322              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
87323              From: William R Ward <hermit@BayView.COM>
87324              Date: Thu, 30 Mar 2000 19:50:03 -0800
87325              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
87326      Branch: perl
87327            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
87328            ! t/pragma/warn/op t/pragma/warn/sv
87329 ____________________________________________________________________________
87330 [  6433] By: jhi                                   on 2000/07/24  17:52:56
87331         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
87332      Branch: perl
87333            ! lib/File/Spec/VMS.pm
87334 ____________________________________________________________________________
87335 [  6432] By: jhi                                   on 2000/07/24  17:44:44
87336         Log: Test cases for #6431.
87337              
87338              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
87339              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87340              Date: Mon, 24 Jul 2000 15:32:29 +0100
87341              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
87342      Branch: perl
87343            ! t/op/pat.t t/op/split.t
87344 ____________________________________________________________________________
87345 [  6431] By: jhi                                   on 2000/07/24  17:43:17
87346         Log: Bind op fix.
87347              
87348              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
87349              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87350              Date: Mon, 17 Jul 2000 20:04:56 +0100
87351              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
87352      Branch: perl
87353            ! op.c
87354 ____________________________________________________________________________
87355 [  6430] By: jhi                                   on 2000/07/24  03:42:42
87356         Log: Subject: [ID 20000716.023] syslog test fails without sockets
87357              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87358              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
87359              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
87360      Branch: metaconfig/U/perl
87361            ! Extensions.U
87362      Branch: perl
87363            ! Configure config_h.SH
87364 ____________________________________________________________________________
87365 [  6429] By: jhi                                   on 2000/07/24  03:11:52
87366         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
87367              case, but add also notes explaining the relationship of this
87368              patch and the earlier notes by Sarathy.
87369              
87370              Subject: Map is still slow
87371              From: "Ben Tilly" <ben_tilly@hotmail.com>
87372              Date: Sat, 15 Jul 2000 17:23:27 EDT
87373              Message-ID: <20000715212327.21656.qmail@hotmail.com>
87374      Branch: perl
87375            ! pp_ctl.c
87376 ____________________________________________________________________________
87377 [  6428] By: jhi                                   on 2000/07/24  02:58:52
87378         Log: Documentation to explain the behaviour of map().
87379              
87380              Subject: Re: Map is still slow 
87381              From: Gurusamy Sarathy <gsar@ActiveState.com>
87382              Date: Sat, 15 Jul 2000 16:05:09 -0700
87383              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
87384      Branch: perl
87385            ! pp_ctl.c
87386 ____________________________________________________________________________
87387 [  6427] By: jhi                                   on 2000/07/24  02:50:03
87388         Log: Add tests for
87389              [ID 19991110.003] another matching finding by pcre author
87390              which has already been fixed by some patch, as verified in
87391              
87392              Subject: Re: two regex bugs from the mists of time (well, last November)
87393              From: Hugo <hv@crypt.compulink.co.uk>
87394              Date: Sat, 22 Jul 2000 18:12:58 +0100
87395              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
87396      Branch: perl
87397            ! t/op/re_tests
87398 ____________________________________________________________________________
87399 [  6426] By: jhi                                   on 2000/07/24  02:11:20
87400         Log: A missing 'break' after the [[:space:]] switch case.
87401              
87402              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
87403              From: "Stephen P. Potter" <spp@ds.net>
87404              Date: Tue, 18 Jul 2000 16:25:17 -0400
87405              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
87406      Branch: perl
87407            ! regcomp.c
87408 ____________________________________________________________________________
87409 [  6425] By: jhi                                   on 2000/07/24  02:06:12
87410         Log: The output might have been produced in the wrong order.
87411              
87412              Subject: [ID 20000720.003] [PATCH] t/op/write.t
87413              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87414              Date: Thu, 20 Jul 2000 18:49:18 +0100
87415              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
87416      Branch: perl
87417            ! t/op/write.t
87418 ____________________________________________________________________________
87419 [  6424] By: jhi                                   on 2000/07/24  02:00:07
87420         Log: Use STDOUT consistently.
87421              
87422              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
87423              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87424              Date: Thu, 20 Jul 2000 18:04:01 +0100
87425              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
87426      Branch: perl
87427            ! lib/Test/Harness.pm
87428 ____________________________________________________________________________
87429 [  6423] By: jhi                                   on 2000/07/24  01:54:54
87430         Log: Protect against "wild next"s, that is, callbacks doing "next"
87431              instead of "return".
87432              
87433              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
87434              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87435              Date: Tue, 18 Jul 2000 11:30:16 +0100
87436              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
87437      Branch: perl
87438            ! lib/File/Find.pm
87439 ____________________________________________________________________________
87440 [  6422] By: jhi                                   on 2000/07/24  01:35:47
87441         Log: Out-of-date note removed.
87442              
87443              Subject: [PATCH] documentation perlipc
87444              From: rspier@pobox.com (Robert Spier)
87445              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
87446              Message-ID: <14711.35178.572612.502654@rls.cx>
87447      Branch: perl
87448            ! pod/perlipc.pod
87449 ____________________________________________________________________________
87450 [  6421] By: jhi                                   on 2000/07/24  00:09:18
87451         Log: Send all installperl messages to STDERR and be -w clean.
87452              
87453              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
87454              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87455              Date: Sat, 22 Jul 2000 14:02:11 +0100
87456              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
87457      Branch: perl
87458            ! installperl
87459 ____________________________________________________________________________
87460 [  6420] By: jhi                                   on 2000/07/24  00:04:19
87461         Log: Decutandpasto.
87462              
87463              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
87464              From: "Richard Soderberg" <rs@crystalflame.net>
87465              Date: Sun, 23 Jul 2000 01:37:23 -0700
87466              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
87467      Branch: perl
87468            ! pod/perlipc.pod
87469 ____________________________________________________________________________
87470 [  6419] By: jhi                                   on 2000/07/24  00:01:12
87471         Log: A cleaner abs_path().
87472              Subject: Re: unix alternative to Cwd.pm
87473              From: Jeff Pinyan <jeffp@crusoe.net>
87474              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
87475              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
87476      Branch: perl
87477            ! lib/Cwd.pm
87478 ____________________________________________________________________________
87479 [  6418] By: jhi                                   on 2000/07/23  23:48:56
87480         Log: Detypo.
87481              
87482              Subject: [PATCH perl-current] Typo in hints/powerux.sh
87483              From: "Richard Soderberg" <rs@crystalflame.net>
87484              Date: Sun, 23 Jul 2000 01:27:33 -0700
87485              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
87486      Branch: perl
87487            ! hints/powerux.sh
87488 ____________________________________________________________________________
87489 [  6417] By: jhi                                   on 2000/07/17  22:13:31
87490         Log: Subject: SDBM_File documentation
87491              From: mjd@plover.com
87492              Date: 16 Jul 2000 17:41:17 -0000
87493              Message-ID: <20000716174117.18515.qmail@plover.com>
87494      Branch: perl
87495            ! ext/SDBM_File/SDBM_File.pm
87496 ____________________________________________________________________________
87497 [  6416] By: jhi                                   on 2000/07/17  19:13:26
87498         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
87499      Branch: perl
87500            ! hints/mpeix.sh mpeix/relink
87501 ____________________________________________________________________________
87502 [  6415] By: jhi                                   on 2000/07/15  14:11:02
87503         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
87504              the utf8 'characters' can be more than one octet).
87505              
87506              Date: Sat, 15 Jul 2000 00:21:56 +0100
87507              From: Tom Hughes <tom@compton.nu>
87508              Subject: Re: [ID 20000714.002]
87509              Message-ID: <db2334de49.tom@compton.compton.nu>
87510              
87511              Reported in
87512              
87513              Subject: [ID 20000714.002]
87514              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87515              Date: 14 Jul 2000 15:13:09 -0000
87516              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
87517      Branch: perl
87518            ! doop.c
87519 ____________________________________________________________________________
87520 [  6414] By: jhi                                   on 2000/07/15  03:13:41
87521         Log: another VMS build tweak from Peter Prymmer
87522      Branch: perl
87523            ! vms/descrip_mms.template
87524 ____________________________________________________________________________
87525 [  6413] By: jhi                                   on 2000/07/15  03:10:40
87526         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
87527      Branch: perl
87528            ! vms/perlvms.pod
87529 ____________________________________________________________________________
87530 [  6412] By: jhi                                   on 2000/07/15  00:31:05
87531         Log: More docs for sv functions.
87532              
87533              Subject: [PATCH cfgperl] sv.c apidoc
87534              From: simon@brecon.co.uk (Simon Cozens)
87535              Date: 13 Jul 2000 09:00:20 GMT
87536              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
87537              
87538              Subject: Re: [PATCH cfgperl] sv.c apidoc
87539              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87540              Date: Thu, 13 Jul 2000 12:27:41 +0100
87541              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
87542              
87543              Subject: Re: [PATCH cfgperl] sv.c apidoc
87544              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87545              Date: Thu, 13 Jul 2000 13:23:09 +0100
87546              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
87547              
87548              Subject: Re: [PATCH cfgperl] sv.c apidoc
87549              From: simon@brecon.co.uk (Simon Cozens)
87550              Date: 14 Jul 2000 06:51:02 GMT
87551              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
87552      Branch: perl
87553            ! embed.pl pod/perlapi.pod sv.c
87554 ____________________________________________________________________________
87555 [  6411] By: jhi                                   on 2000/07/15  00:10:41
87556         Log: lib/b test fixes from Peter Prymmer.
87557      Branch: perl
87558            ! t/lib/b.t
87559 ____________________________________________________________________________
87560 [  6410] By: jhi                                   on 2000/07/15  00:02:09
87561         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
87562              From: Hugo <hv@crypt.compulink.co.uk>
87563              Date: Fri, 14 Jul 2000 23:05:20 +0100
87564              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
87565              
87566              Didn't anymore apply, but that point still could use another fix.
87567      Branch: perl
87568            ! pod/perlfunc.pod
87569 ____________________________________________________________________________
87570 [  6409] By: jhi                                   on 2000/07/14  23:15:15
87571         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
87572              not in pod, from Peter Prymmer
87573      Branch: perl
87574            ! vms/descrip_mms.template
87575 ____________________________________________________________________________
87576 [  6408] By: jhi                                   on 2000/07/14  20:35:05
87577         Log: The bug report
87578              [ID 19991110.002] minimal matching discrepancy found by pcre author
87579              seems to have been fixed (though differently from what was suggested
87580              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
87581      Branch: perl
87582            ! t/op/re_tests
87583 ____________________________________________________________________________
87584 [  6407] By: jhi                                   on 2000/07/14  17:38:08
87585         Log: Fix AutoSplit to use File::Spec the right way in VMS,
87586              from Peter Prymmer.
87587      Branch: perl
87588            ! lib/AutoSplit.pm
87589 ____________________________________________________________________________
87590 [  6406] By: jhi                                   on 2000/07/14  14:13:22
87591         Log: Merge perlhacktut into perlhack, update perlguts.
87592              
87593              Subject: Re: Perlhacktut
87594              From: simon@brecon.co.uk (Simon Cozens)
87595              Date: 14 Jul 2000 06:49:21 GMT
87596              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
87597              
87598              Subject: Re: Perlhacktut
87599              From: simon@brecon.co.uk (Simon Cozens)
87600              Date: 14 Jul 2000 07:09:45 GMT
87601              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
87602      Branch: perl
87603            ! pod/perlguts.pod pod/perlhack.pod
87604 ____________________________________________________________________________
87605 [  6405] By: jhi                                   on 2000/07/14  14:02:31
87606         Log: Integrate with Sarathy.
87607      Branch: cfgperl
87608           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
87609           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
87610           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
87611 ____________________________________________________________________________
87612 [  6404] By: gsar                                  on 2000/07/14  12:15:02
87613         Log: PERL_OBJECT build tweaks
87614      Branch: perl
87615            ! toke.c
87616 ____________________________________________________________________________
87617 [  6403] By: gsar                                  on 2000/07/14  11:23:41
87618         Log: inconsistent types needs casts
87619      Branch: perl
87620            ! toke.c
87621 ____________________________________________________________________________
87622 [  6402] By: gsar                                  on 2000/07/14  11:12:04
87623         Log: typos in change#6399, regen headers
87624      Branch: perl
87625            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
87626 ____________________________________________________________________________
87627 [  6401] By: gsar                                  on 2000/07/14  10:59:12
87628         Log: typecasts needed for change#6394
87629      Branch: perl
87630            ! toke.c
87631 ____________________________________________________________________________
87632 [  6400] By: gsar                                  on 2000/07/14  10:49:37
87633         Log: integrate cfgperl contents into mainline
87634      Branch: perl
87635           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
87636           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
87637 ____________________________________________________________________________
87638 [  6399] By: gsar                                  on 2000/07/14  10:38:35
87639         Log: enable UTF-16 filter by default if relevant BOM is seen; various
87640              cleanups (typos, misformatted code, and small bugs)
87641      Branch: perl
87642            ! doop.c embed.pl mg.c op.c pp.c toke.c
87643 ____________________________________________________________________________
87644 [  6398] By: gsar                                  on 2000/07/14  08:55:38
87645         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
87646              name suggests anyway)
87647      Branch: perl
87648            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
87649 ____________________________________________________________________________
87650 [  6397] By: gsar                                  on 2000/07/14  08:44:33
87651         Log: move new variables to the end of the interpreter structure (for
87652              bincompat in code that doesn't #include XSUB.h)
87653      Branch: perl
87654            ! intrpvar.h
87655 ____________________________________________________________________________
87656 [  6396] By: gsar                                  on 2000/07/14  08:13:58
87657         Log: MakeMaker should not remove editor backups (*~) on `make clean`
87658              by default (completes change#6383)
87659      Branch: perl
87660            ! lib/ExtUtils/MM_Unix.pm
87661 ____________________________________________________________________________
87662 [  6395] By: jhi                                   on 2000/07/14  05:20:33
87663         Log: Replace change #6337 with a better one.
87664              
87665              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
87666              From: Hugo <hv@crypt.compulink.co.uk>
87667              Date: Fri, 14 Jul 2000 04:16:20 +0100
87668              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
87669      Branch: cfgperl
87670            ! regexec.c t/op/re_tests
87671 ____________________________________________________________________________
87672 [  6394] By: jhi                                   on 2000/07/14  01:33:59
87673         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
87674      Branch: cfgperl
87675            ! embed.pl global.sym proto.h toke.c
87676 ____________________________________________________________________________
87677 [  6393] By: jhi                                   on 2000/07/13  23:41:23
87678         Log: remove discarded test
87679      Branch: cfgperl
87680            ! MANIFEST
87681 ____________________________________________________________________________
87682 [  6392] By: jhi                                   on 2000/07/13  23:32:25
87683         Log: The {multiplier} of a fixed substring was overlooked which
87684              caused a wrong initial search offset for that substring.
87685              
87686              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
87687              From: Hugo <hv@crypt.compulink.co.uk>
87688              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
87689              Date: Thu, 13 Jul 2000 19:27:13 +0100
87690      Branch: cfgperl
87691            ! regcomp.c t/op/re_tests
87692 ____________________________________________________________________________
87693 [  6391] By: jhi                                   on 2000/07/13  16:37:42
87694         Log: typo fix from Craig Berry
87695      Branch: cfgperl
87696            ! vms/subconfigure.com
87697 ____________________________________________________________________________
87698 [  6390] By: jhi                                   on 2000/07/13  13:20:12
87699         Log: Integrate with Sarathy.
87700      Branch: cfgperl
87701            - t/op/method2entersub.t
87702           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
87703           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
87704           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
87705           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
87706 ____________________________________________________________________________
87707 [  6389] By: jhi                                   on 2000/07/13  13:18:48
87708         Log: Detypo from Peter Prymmer, part of #6388.
87709      Branch: cfgperl
87710            ! Configure config_h.SH
87711      Branch: metaconfig
87712            ! U/modified/d_longlong.U
87713 ____________________________________________________________________________
87714 [  6388] By: gsar                                  on 2000/07/13  06:33:40
87715         Log: typos (spotted by Peter Prymmer)
87716      Branch: perl
87717            ! Configure t/lib/english.t
87718 ____________________________________________________________________________
87719 [  6387] By: gsar                                  on 2000/07/13  05:35:28
87720         Log: new selfloader.t in change#6183 doesn't close DATA handles,
87721              and thus fails to clean up tmp files on dosish platforms
87722      Branch: perl
87723            ! t/lib/selfloader.t
87724 ____________________________________________________________________________
87725 [  6386] By: gsar                                  on 2000/07/12  21:42:39
87726         Log: sprintf test tweaks (from Dominic Dunlop)
87727      Branch: perl
87728            ! t/op/sprintf.t
87729 ____________________________________________________________________________
87730 [  6385] By: gsar                                  on 2000/07/12  21:33:46
87731         Log: fix bugs in processing %v-*d and similar format specs (from
87732              Avi Finkel <avi@finkel.org>)
87733      Branch: perl
87734            ! sv.c t/op/sprintf.t
87735 ____________________________________________________________________________
87736 [  6384] By: gsar                                  on 2000/07/12  16:04:19
87737         Log: readd missing perldelta.pod changes from changes#6339,6376
87738      Branch: perl
87739            ! pod/perldelta.pod
87740 ____________________________________________________________________________
87741 [  6383] By: gsar                                  on 2000/07/12  16:00:51
87742         Log: don't clobber *.orig files on *clean targets
87743      Branch: perl
87744            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
87745 ____________________________________________________________________________
87746 [  6382] By: gsar                                  on 2000/07/12  07:59:12
87747         Log: fix broken integrations in cfgperl
87748      Branch: cfgperl
87749           !> Changes pod/perldelta.pod
87750 ____________________________________________________________________________
87751 [  6381] By: gsar                                  on 2000/07/12  07:42:17
87752         Log: integrate cfgperl changes into mainline
87753      Branch: perl
87754            ! Changes
87755           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
87756           !> pod/perlre.pod
87757 ____________________________________________________________________________
87758 [  6380] By: gsar                                  on 2000/07/12  07:31:00
87759         Log: get sprintf.t to adjust properly for 3-digit exponents
87760      Branch: perl
87761            ! t/op/sprintf.t
87762 ____________________________________________________________________________
87763 [  6379] By: gsar                                  on 2000/07/12  06:40:04
87764         Log: change#6174 needs corresponding change in win32/config_h.PL,
87765              which grovels through config_h.SH to find the config.h name
87766      Branch: perl
87767            ! win32/config_h.PL
87768 ____________________________________________________________________________
87769 [  6378] By: jhi                                   on 2000/07/12  05:03:59
87770         Log: Do the cc sanity check both before the hints and
87771              after the cc selction.
87772      Branch: cfgperl
87773            ! Configure config_h.SH
87774      Branch: metaconfig
87775            ! U/modified/Oldconfig.U U/modified/cc.U
87776      Branch: metaconfig/U/perl
87777            + Checkcc.U
87778 ____________________________________________________________________________
87779 [  6377] By: jhi                                   on 2000/07/12  02:49:22
87780         Log: Fix nits noticed by Boston.pm.
87781      Branch: cfgperl
87782            ! pod/perlre.pod
87783 ____________________________________________________________________________
87784 [  6376] By: jhi                                   on 2000/07/11  21:22:13
87785         Log: Configure cosmetics and perldelta.
87786      Branch: cfgperl
87787            ! Configure config_h.SH pod/perldelta.pod
87788      Branch: metaconfig
87789            ! U/modified/cc.U
87790 ____________________________________________________________________________
87791 [  6375] By: gsar                                  on 2000/07/11  21:17:35
87792         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
87793      Branch: perl
87794            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
87795            ! win32/win32sck.c
87796 ____________________________________________________________________________
87797 [  6374] By: gsar                                  on 2000/07/11  20:48:50
87798         Log: tweak for build failure under multiplicity
87799      Branch: perl
87800            ! toke.c
87801 ____________________________________________________________________________
87802 [  6373] By: gsar                                  on 2000/07/11  20:37:23
87803         Log: integrate cfgperl changes#6325..6373 into mainline
87804              (NOTE: today's batch of integrations still untested)
87805      Branch: perl
87806           +> ext/DynaLoader/hints/netbsd.pl
87807            ! Changes
87808           !> (integrate 26 files)
87809 ____________________________________________________________________________
87810 [  6372] By: jhi                                   on 2000/07/11  20:30:36
87811         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
87812              regen perltoc.
87813      Branch: cfgperl
87814            + pod/perlbook.pod
87815            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
87816            ! pod/perltoc.pod
87817 ____________________________________________________________________________
87818 [  6371] By: jhi                                   on 2000/07/11  20:08:56
87819         Log: Minor cleanups on the booklist.
87820      Branch: cfgperl
87821            ! pod/perlfaq2.pod
87822 ____________________________________________________________________________
87823 [  6370] By: jhi                                   on 2000/07/11  19:31:13
87824         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
87825      Branch: cfgperl
87826            ! t/pragma/overload.t
87827 ____________________________________________________________________________
87828 [  6369] By: gsar                                  on 2000/07/11  19:27:48
87829         Log: integrate cfgperl changes#6293..6324 into mainline
87830      Branch: perl
87831           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
87832            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
87833           !> (integrate 30 files)
87834 ____________________________________________________________________________
87835 [  6368] By: gsar                                  on 2000/07/11  19:18:57
87836         Log: skip integrate of problematic change#6292 from cfgperl into mainline
87837      Branch: perl
87838           !> pp_hot.c
87839 ____________________________________________________________________________
87840 [  6367] By: gsar                                  on 2000/07/11  19:17:21
87841         Log: integrate cfgperl changes#6288..6290 into mainline
87842      Branch: perl
87843           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
87844 ____________________________________________________________________________
87845 [  6366] By: gsar                                  on 2000/07/11  19:11:18
87846         Log: integrate cfgperl changes#6268..6282 into mainline
87847      Branch: perl
87848           !> (integrate 30 files)
87849 ____________________________________________________________________________
87850 [  6365] By: gsar                                  on 2000/07/11  18:57:00
87851         Log: delete new accidentally branched file
87852      Branch: perl
87853            - t/op/method2entersub.t
87854 ____________________________________________________________________________
87855 [  6364] By: gsar                                  on 2000/07/11  18:55:13
87856         Log: skip integrate of change#6267 from cfgperl into mainline (the
87857              method call optimization is flawed without additional hints
87858              from user about immutableness of @ISA and no runtime method
87859              definitions)
87860      Branch: perl
87861           +> t/op/method2entersub.t
87862           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
87863           !> perl.h t/op/sprintf.t xsutils.c
87864 ____________________________________________________________________________
87865 [  6363] By: gsar                                  on 2000/07/11  18:49:43
87866         Log: integrate cfgperl changes#6261..6266 into mainline
87867      Branch: perl
87868           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
87869           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
87870           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
87871           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
87872 ____________________________________________________________________________
87873 [  6362] By: gsar                                  on 2000/07/11  18:43:26
87874         Log: integrate cfgperl changes#6252..6260 into mainline
87875      Branch: perl
87876           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
87877           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
87878           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
87879           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
87880 ____________________________________________________________________________
87881 [  6361] By: gsar                                  on 2000/07/11  18:37:12
87882         Log: skip integrate of problematic change#6251 from cfgperl into mainline
87883      Branch: perl
87884           !> lib/Exporter.pm
87885 ____________________________________________________________________________
87886 [  6360] By: gsar                                  on 2000/07/11  18:34:56
87887         Log: integrate cfgperl change#6250 into mainline
87888      Branch: perl
87889           +> t/op/my_stash.t
87890           !> MANIFEST embed.pl proto.h toke.c
87891 ____________________________________________________________________________
87892 [  6359] By: gsar                                  on 2000/07/11  18:21:19
87893         Log: integrate cfgperl changes#6242..6249 into mainline
87894      Branch: perl
87895           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
87896           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
87897           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
87898           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
87899           !> t/lib/peek.t utf8.c
87900 ____________________________________________________________________________
87901 [  6358] By: gsar                                  on 2000/07/11  18:15:45
87902         Log: skip integrate of problematic change#6241 from cfgperl into mainline
87903      Branch: perl
87904           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
87905 ____________________________________________________________________________
87906 [  6357] By: jhi                                   on 2000/07/11  18:15:16
87907         Log: Fix for
87908              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
87909              From: Roderick Schertler <roderick@argon.org> 
87910              Date: Tue, 11 Jul 2000 13:55:05 -0400 
87911              Message-Id: <200007111755.NAA05077@jones.argon.org> 
87912      Branch: cfgperl
87913            ! doio.c
87914 ____________________________________________________________________________
87915 [  6356] By: jhi                                   on 2000/07/11  18:12:51
87916         Log: Typo in #6341.
87917      Branch: cfgperl
87918            ! pp_hot.c
87919 ____________________________________________________________________________
87920 [  6355] By: gsar                                  on 2000/07/11  18:12:10
87921         Log: integrate cfgperl changes#6231..6240 into mainline
87922      Branch: perl
87923           +> pod/perlutil.pod
87924           !> (integrate 35 files)
87925 ____________________________________________________________________________
87926 [  6354] By: jhi                                   on 2000/07/11  18:04:34
87927         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
87928              From: Dominic Dunlop <domo@computer.org> 
87929              Date: Tue, 11 Jul 2000 12:27:33 +0200 
87930              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
87931              
87932              Replaces change #6268.
87933      Branch: cfgperl
87934            ! t/op/sprintf.t
87935 ____________________________________________________________________________
87936 [  6353] By: gsar                                  on 2000/07/11  17:59:51
87937         Log: skip integrate of problematic change#6230 from cfgperl into mainline
87938              (a later version of File::Spec is already in mainline)
87939      Branch: perl
87940           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
87941           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
87942 ____________________________________________________________________________
87943 [  6352] By: gsar                                  on 2000/07/11  17:57:48
87944         Log: integrate cfgperl changes#6224..6229 into mainline
87945      Branch: perl
87946           +> lib/lib.pm.PL
87947            - lib/lib.pm
87948           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
87949           !> lib/English.pm op.c t/lib/english.t
87950 ____________________________________________________________________________
87951 [  6351] By: gsar                                  on 2000/07/11  17:50:10
87952         Log: skip integrate of problematic change#6223 from cfgperl into mainline
87953      Branch: perl
87954           !> doio.c
87955 ____________________________________________________________________________
87956 [  6350] By: gsar                                  on 2000/07/11  17:48:28
87957         Log: integrate cfgperl changes#6220..6222 into mainline
87958      Branch: perl
87959           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
87960           !> toke.c utf8.c win32/win32.h
87961 ____________________________________________________________________________
87962 [  6349] By: gsar                                  on 2000/07/11  17:46:13
87963         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
87964              mainline
87965      Branch: perl
87966           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
87967           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
87968           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
87969 ____________________________________________________________________________
87970 [  6348] By: jhi                                   on 2000/07/11  17:45:49
87971         Log: README.posix-bc podified from Thomas Dorner.
87972      Branch: cfgperl
87973            ! README.posix-bc
87974 ____________________________________________________________________________
87975 [  6347] By: gsar                                  on 2000/07/11  17:42:04
87976         Log: integrate cfgperl change#6217 into mainline
87977      Branch: perl
87978           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
87979           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
87980           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
87981 ____________________________________________________________________________
87982 [  6346] By: gsar                                  on 2000/07/11  17:39:37
87983         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
87984              mainline
87985      Branch: perl
87986           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
87987           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
87988           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
87989           !> perlapi.h pod/perlapi.pod
87990 ____________________________________________________________________________
87991 [  6345] By: gsar                                  on 2000/07/11  17:36:42
87992         Log: integrate cfgperl changes#6207..6210 into mainline
87993      Branch: perl
87994           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
87995           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
87996 ____________________________________________________________________________
87997 [  6344] By: gsar                                  on 2000/07/11  17:31:20
87998         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
87999              mainline
88000      Branch: perl
88001           !> (integrate 40 files)
88002 ____________________________________________________________________________
88003 [  6343] By: gsar                                  on 2000/07/11  17:19:08
88004         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
88005      Branch: perl
88006           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
88007            ! Changes
88008           !> (integrate 34 files)
88009 ____________________________________________________________________________
88010 [  6342] By: jhi                                   on 2000/07/11  16:05:48
88011         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
88012              To: perl5-porters@perl.org
88013              From: Karsten Sperling <spiff@phreax.net>
88014              Date: Mon, 10 Jul 2000 15:12:52 +0200
88015              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
88016      Branch: cfgperl
88017            ! lib/Symbol.pm
88018 ____________________________________________________________________________
88019 [  6341] By: jhi                                   on 2000/07/11  15:59:23
88020         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
88021              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88022              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
88023              Date: Fri, 07 Jul 2000 17:57:16 +0100
88024      Branch: cfgperl
88025            ! pp_hot.c
88026 ____________________________________________________________________________
88027 [  6340] By: jhi                                   on 2000/07/11  15:55:47
88028         Log: Subject: Re: format bug report  [Patch]
88029              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88030              Date: Wed, 05 Jul 2000 13:12:52 +0200
88031              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
88032              
88033              Subject: Re: format bug report  [Patch]
88034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88035              Date: Wed, 05 Jul 2000 14:10:01 +0200
88036              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
88037      Branch: cfgperl
88038            ! t/op/write.t toke.c
88039 ____________________________________________________________________________
88040 [  6339] By: jhi                                   on 2000/07/11  13:54:09
88041         Log: Be less forgiving about ambiguous and illegal tr ranges.
88042              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88043              From: Mark-Jason Dominus <mjd@plover.com>
88044              Date: Tue, 04 Jul 2000 10:00:12 -0400
88045              Message-ID: <20000704140012.17772.qmail@plover.com>
88046              
88047              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88048              From: Mark-Jason Dominus <mjd@plover.com>
88049              Date: Wed, 05 Jul 2000 09:37:36 -0400
88050              Message-ID: <20000705133736.27293.qmail@plover.com>
88051      Branch: cfgperl
88052            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
88053 ____________________________________________________________________________
88054 [  6338] By: jhi                                   on 2000/07/11  13:31:24
88055         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
88056              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88057              Date: Tue, 11 Jul 2000 13:50:51 +0100
88058              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
88059      Branch: cfgperl
88060            ! sv.c
88061 ____________________________________________________________________________
88062 [  6337] By: jhi                                   on 2000/07/11  13:29:14
88063         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88064              From: Hugo <hv@crypt.compulink.co.uk>
88065              Date: Tue, 11 Jul 2000 12:44:50 +0100
88066              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
88067      Branch: cfgperl
88068            ! regexec.c t/op/re_tests
88069 ____________________________________________________________________________
88070 [  6336] By: jhi                                   on 2000/07/11  13:26:47
88071         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
88072              From: simon@brecon.co.uk (Simon Cozens)
88073              Date: 7 Jul 2000 11:26:09 GMT
88074              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
88075      Branch: cfgperl
88076            ! mg.c
88077 ____________________________________________________________________________
88078 [  6335] By: jhi                                   on 2000/07/11  13:23:37
88079         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
88080              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
88081              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
88082              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
88083      Branch: cfgperl
88084            + ext/DynaLoader/hints/netbsd.pl
88085            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
88086 ____________________________________________________________________________
88087 [  6334] By: jhi                                   on 2000/07/11  13:20:38
88088         Log: Subject: PATCH perlguts.pod: Document D and d magic types
88089              From: mjd@plover.com
88090              Date: 5 Jul 2000 18:01:51 -0000
88091              Message-ID: <20000705180151.29413.qmail@plover.com>
88092      Branch: cfgperl
88093            ! pod/perlguts.pod
88094 ____________________________________________________________________________
88095 [  6333] By: jhi                                   on 2000/07/11  13:15:51
88096         Log: Precedence goof, fix based on
88097              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
88098              From: Hugo <hv@crypt.compulink.co.uk>
88099              Date: Tue, 11 Jul 2000 12:52:38 +0100
88100              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
88101      Branch: cfgperl
88102            ! t/op/taint.t
88103 ____________________________________________________________________________
88104 [  6332] By: jhi                                   on 2000/07/11  12:40:17
88105         Log: Integrate with Sarathy.
88106      Branch: cfgperl
88107           !> win32/win32sck.c
88108 ____________________________________________________________________________
88109 [  6331] By: jhi                                   on 2000/07/10  20:14:16
88110         Log: Sprinkle ldlibpath.
88111      Branch: cfgperl
88112            ! pod/Makefile.SH
88113 ____________________________________________________________________________
88114 [  6330] By: jhi                                   on 2000/07/10  17:54:49
88115         Log: More POSIX.pod tweaks.
88116      Branch: cfgperl
88117            ! ext/POSIX/POSIX.pod
88118 ____________________________________________________________________________
88119 [  6329] By: jhi                                   on 2000/07/10  14:02:12
88120         Log: Reorder perl.pod once more.
88121      Branch: cfgperl
88122            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
88123 ____________________________________________________________________________
88124 [  6328] By: gsar                                  on 2000/07/10  07:06:00
88125         Log: accept() leaks memory on windows due to incorrect ordering of
88126              closesocket() and fclose() calls
88127      Branch: perl
88128            ! win32/win32sck.c
88129 ____________________________________________________________________________
88130 [  6327] By: gsar                                  on 2000/07/10  06:49:17
88131         Log: winsock options weren't being set in all threads under ithreads
88132              (caused send()s from second and subsequent threads to fail)
88133      Branch: perl
88134            ! win32/win32sck.c
88135 ____________________________________________________________________________
88136 [  6326] By: jhi                                   on 2000/07/08  02:45:40
88137         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
88138              was cast to an unsigned (32-bit) integer with wild abandon.
88139      Branch: cfgperl
88140            ! ext/Devel/DProf/DProf.xs
88141 ____________________________________________________________________________
88142 [  6325] By: jhi                                   on 2000/07/07  18:50:33
88143         Log: Remove perlbook, update perlfaq book listing,
88144              rearrange perl.pod, regenerate perltoc.
88145      Branch: cfgperl
88146            - pod/perlbook.pod
88147            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
88148            ! pod/perlfaq2.pod pod/perltoc.pod
88149 ____________________________________________________________________________
88150 [  6324] By: jhi                                   on 2000/07/07  14:03:40
88151         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
88152      Branch: cfgperl
88153            ! sv.h toke.c
88154 ____________________________________________________________________________
88155 [  6323] By: jhi                                   on 2000/07/06  16:03:55
88156         Log: Fix complaints of buildtoc.
88157      Branch: cfgperl
88158            + lib/Win32.pod
88159            - pod/Win32.pod
88160            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
88161 ____________________________________________________________________________
88162 [  6322] By: jhi                                   on 2000/07/06  15:15:52
88163         Log: Add =head1 NAMEs so that buildtoc is happy.
88164              (The CGI::Util nit reported to Lincoln.)
88165      Branch: cfgperl
88166            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
88167            ! pod/perltoc.pod
88168 ____________________________________________________________________________
88169 [  6321] By: jhi                                   on 2000/07/06  03:16:04
88170         Log: Config is being used.
88171      Branch: cfgperl
88172            ! t/op/method.t
88173 ____________________________________________________________________________
88174 [  6320] By: jhi                                   on 2000/07/06  03:13:13
88175         Log: Integrate with Sarathy.
88176      Branch: cfgperl
88177           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
88178 ____________________________________________________________________________
88179 [  6319] By: jhi                                   on 2000/07/06  03:11:46
88180         Log: Autogenerate pod/Makefile and pod/buildtoc.
88181              buildtoc also checks whether the existing pods are
88182              mentioned in MANIFEST and perl.pod, and vice versa.
88183              (None of the thusly found discrepancies fixed yet.)
88184              roffitall also needs to be autogenerated similarly but it
88185              seems so badly out of date that I didn't touch it yet.
88186      Branch: cfgperl
88187            + pod/Makefile.SH pod/buildtoc.PL
88188            - pod/Makefile pod/buildtoc
88189            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
88190 ____________________________________________________________________________
88191 [  6318] By: gsar                                  on 2000/07/05  22:10:54
88192         Log: fix UNC path handling on Windows under ithreads, and chdir()
88193              return value when given a non-existent directory
88194      Branch: perl
88195            ! win32/vdir.h
88196 ____________________________________________________________________________
88197 [  6317] By: gsar                                  on 2000/07/05  22:08:19
88198         Log: winsock cleanup never done on Windows (leads to handle leaks)
88199      Branch: perl
88200            ! win32/perllib.c win32/win32sck.c
88201 ____________________________________________________________________________
88202 [  6316] By: gsar                                  on 2000/07/05  22:06:19
88203         Log: some debugger output does not go to the socket when RemotePort is set
88204      Branch: perl
88205            ! lib/perl5db.pl
88206 ____________________________________________________________________________
88207 [  6315] By: jhi                                   on 2000/07/05  00:25:21
88208         Log: Integrate with Sarathy, preliminary fix for unicos
88209              alignment problems in [ID 20000612.002] Perl problem on Cray system.
88210      Branch: cfgperl
88211            ! sv.h
88212           !> pp_hot.c
88213 ____________________________________________________________________________
88214 [  6314] By: gsar                                  on 2000/07/04  23:34:02
88215         Log: tyop in change#6306
88216      Branch: perl
88217            ! pp_hot.c
88218 ____________________________________________________________________________
88219 [  6313] By: jhi                                   on 2000/07/04  22:14:38
88220         Log: Multiline string literals ENONPORTABLE.
88221      Branch: cfgperl
88222            ! pp_hot.c
88223 ____________________________________________________________________________
88224 [  6312] By: jhi                                   on 2000/07/04  20:34:44
88225         Log: Integrate with Sarathy.
88226      Branch: cfgperl
88227           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
88228           !> t/op/method.t
88229 ____________________________________________________________________________
88230 [  6311] By: jhi                                   on 2000/07/04  20:30:56
88231         Log: More POSIX.pod embellishment.
88232      Branch: cfgperl
88233            ! ext/POSIX/POSIX.pod
88234 ____________________________________________________________________________
88235 [  6310] By: gsar                                  on 2000/07/04  17:28:48
88236         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
88237      Branch: perl
88238            ! t/lib/b.t
88239 ____________________________________________________________________________
88240 [  6309] By: jhi                                   on 2000/07/04  17:22:18
88241         Log: The #6308 required a little bit more.
88242      Branch: cfgperl
88243            ! Makefile.SH win32/Makefile
88244 ____________________________________________________________________________
88245 [  6308] By: jhi                                   on 2000/07/04  16:35:24
88246         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
88247      Branch: cfgperl
88248            + lib/lib_pm.PL
88249            - lib/lib.pm.PL
88250            ! MANIFEST Makefile.SH
88251 ____________________________________________________________________________
88252 [  6307] By: jhi                                   on 2000/07/04  16:28:58
88253         Log: Win32 patches for cfgperl from Sarathy.
88254      Branch: cfgperl
88255            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
88256            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
88257            ! thread.h toke.c util.c win32/Makefile win32/win32.c
88258 ____________________________________________________________________________
88259 [  6306] By: gsar                                  on 2000/07/04  16:28:40
88260         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
88261              (from Richard Soderberg <rs@oregonnet.com>)
88262      Branch: perl
88263            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
88264 ____________________________________________________________________________
88265 [  6305] By: jhi                                   on 2000/07/04  16:24:24
88266         Log: Integrate with Sarathy.
88267      Branch: cfgperl
88268           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
88269           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88270           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
88271           !> proto.h win32/win32.c
88272 ____________________________________________________________________________
88273 [  6304] By: gsar                                  on 2000/07/04  16:17:24
88274         Log: missing perldiag entry for unpack("w",...) diagnostic (from
88275              Andreas Koenig)
88276      Branch: perl
88277            ! pod/perldiag.pod
88278 ____________________________________________________________________________
88279 [  6303] By: gsar                                  on 2000/07/04  16:14:44
88280         Log: remove rel2abs prototypes (from Barrie Slaymaker)
88281      Branch: perl
88282            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
88283            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
88284 ____________________________________________________________________________
88285 [  6302] By: gsar                                  on 2000/07/04  04:59:35
88286         Log: adjust change#6299
88287      Branch: perl
88288            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
88289            ! win32/win32.c
88290 ____________________________________________________________________________
88291 [  6301] By: jhi                                   on 2000/07/04  04:50:07
88292         Log: Integrate with Sarathy.
88293      Branch: cfgperl
88294           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
88295           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
88296           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
88297 ____________________________________________________________________________
88298 [  6300] By: gsar                                  on 2000/07/04  04:42:09
88299         Log: PERL_OBJECT build tweak
88300      Branch: perl
88301            ! perl.h
88302 ____________________________________________________________________________
88303 [  6299] By: gsar                                  on 2000/07/04  04:37:00
88304         Log: fix memory leak on Windows (PL_sys_intern contents were never
88305              freed)
88306      Branch: perl
88307            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
88308            ! perlapi.c proto.h win32/win32.c
88309 ____________________________________________________________________________
88310 [  6298] By: gsar                                  on 2000/07/04  04:15:59
88311         Log: fix large memory leak that has been around for ever, masked by
88312              -DPURIFY (most of the arenas were never freed!)
88313      Branch: perl
88314            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
88315 ____________________________________________________________________________
88316 [  6297] By: gsar                                  on 2000/07/04  04:07:46
88317         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
88318      Branch: perl
88319            ! perl.c
88320 ____________________________________________________________________________
88321 [  6296] By: jhi                                   on 2000/06/30  18:28:37
88322         Log: Elaborate POSIX.pod.  Still needs work.
88323      Branch: cfgperl
88324            ! ext/POSIX/POSIX.pod
88325 ____________________________________________________________________________
88326 [  6295] By: jhi                                   on 2000/06/30  14:58:18
88327         Log: Point to perlipc for more SysV IPC examples.
88328      Branch: cfgperl
88329            ! pod/perlfunc.pod
88330 ____________________________________________________________________________
88331 [  6294] By: gsar                                  on 2000/06/30  14:47:45
88332         Log: slurp mode fix in change#4736 still not quite right
88333      Branch: perl
88334            ! pp_hot.c t/io/argv.t
88335 ____________________________________________________________________________
88336 [  6293] By: jhi                                   on 2000/06/30  12:02:55
88337         Log: Integrate with Sarathy.
88338      Branch: cfgperl
88339           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
88340 ____________________________________________________________________________
88341 [  6292] By: jhi                                   on 2000/06/30  12:01:11
88342         Log: From: simon@brecon.co.uk (Simon Cozens)
88343              Subject: UTF8 concat
88344              Date: 30 Jun 2000 06:13:25 GMT
88345              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
88346      Branch: cfgperl
88347            ! pp_hot.c
88348 ____________________________________________________________________________
88349 [  6291] By: gsar                                  on 2000/06/30  04:37:33
88350         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
88351              when @_ is modified, causing coredumps
88352      Branch: perl
88353            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
88354 ____________________________________________________________________________
88355 [  6290] By: jhi                                   on 2000/06/30  02:21:44
88356         Log: Integrate with Sarathy.
88357      Branch: cfgperl
88358           !> vms/vms.c vms/vmsish.h
88359 ____________________________________________________________________________
88360 [  6289] By: jhi                                   on 2000/06/30  02:21:02
88361         Log: Check VERSIONs.
88362      Branch: cfgperl
88363            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
88364            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
88365            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
88366 ____________________________________________________________________________
88367 [  6288] By: jhi                                   on 2000/06/30  02:18:52
88368         Log: Integrate with Sarathy.
88369      Branch: cfgperl
88370           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
88371           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
88372           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
88373           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
88374 ____________________________________________________________________________
88375 [  6287] By: gsar                                  on 2000/06/30  02:17:08
88376         Log: integrate vmsperl changes into mainline
88377      Branch: perl
88378           !> vms/vms.c vms/vmsish.h
88379 ____________________________________________________________________________
88380 [  6285] By: gsar                                  on 2000/06/30  02:05:28
88381         Log: localize %INC in a Safe compartment so that use/require work
88382              (many other magic globals probably need similar treatment)
88383      Branch: perl
88384            ! ext/Opcode/Opcode.xs
88385 ____________________________________________________________________________
88386 [  6284] By: gsar                                  on 2000/06/30  01:54:54
88387         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
88388              about Windows
88389      Branch: perl
88390            ! pod/perlembed.pod
88391 ____________________________________________________________________________
88392 [  6283] By: jhi                                   on 2000/06/30  01:50:10
88393         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
88394              From: Barrie Slaymaker <barries@jester.slaysys.com>
88395              Date: Wed, 28 Jun 2000 11:35:29 -0400
88396              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
88397      Branch: perl
88398            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
88399            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
88400            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88401            ! lib/File/Spec/Win32.pm
88402 ____________________________________________________________________________
88403 [  6282] By: jhi                                   on 2000/06/29  22:57:22
88404         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
88405              From: Dan Sugalski <dan@sidhe.org>
88406              Date: Tue, 06 Jun 2000 11:59:50 -0400
88407              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
88408      Branch: cfgperl
88409            ! vms/vms.c
88410 ____________________________________________________________________________
88411 [  6281] By: jhi                                   on 2000/06/29  22:52:50
88412         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
88413              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
88414              Date: Wed, 7 Jun 2000 04:02:04 -0500
88415              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
88416      Branch: cfgperl
88417            ! utils/h2xs.PL
88418 ____________________________________________________________________________
88419 [  6280] By: jhi                                   on 2000/06/29  22:45:47
88420         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
88421              From: rspier@pobox.com (Robert Spier)
88422              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
88423              Message-ID: <14654.31913.845602.610277@rls.cx>
88424      Branch: cfgperl
88425            ! utils/h2xs.PL
88426 ____________________________________________________________________________
88427 [  6279] By: jhi                                   on 2000/06/29  22:38:16
88428         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
88429              From: Tim Ayers <tayers@bridge.com>
88430              Date: Thu, 08 Jun 2000 08:11:06 +0200
88431              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
88432              [resent by Richard Foley, Message-Id probably wrong]
88433      Branch: cfgperl
88434            ! pod/perlsub.pod
88435 ____________________________________________________________________________
88436 [  6278] By: jhi                                   on 2000/06/29  22:21:45
88437         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
88438              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
88439              Date: Fri, 09 Jun 2000 12:39:27 -0400
88440              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
88441              (plus update the version "number" of Text::Wrap)
88442      Branch: cfgperl
88443            ! lib/Text/Wrap.pm
88444 ____________________________________________________________________________
88445 [  6277] By: jhi                                   on 2000/06/29  22:13:10
88446         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
88447              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88448              Date: Mon, 12 Jun 2000 14:55:59 +0100
88449              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
88450      Branch: cfgperl
88451            ! pod/perlfunc.pod
88452 ____________________________________________________________________________
88453 [  6276] By: jhi                                   on 2000/06/29  22:11:06
88454         Log: Subject: [PATCH] Re: eval documentation: context
88455              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88456              Date: Mon, 12 Jun 2000 15:07:29 +0100
88457              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
88458      Branch: cfgperl
88459            ! pod/perlfunc.pod
88460 ____________________________________________________________________________
88461 [  6275] By: jhi                                   on 2000/06/29  21:59:46
88462         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
88463              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
88464              Date: Tue, 13 Jun 2000 02:43:48 -0500
88465              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
88466      Branch: cfgperl
88467            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
88468 ____________________________________________________________________________
88469 [  6274] By: jhi                                   on 2000/06/29  21:56:14
88470         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
88471              From: Andy Dougherty <doughera@lafayette.edu>
88472              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
88473              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
88474      Branch: cfgperl
88475            ! ext/File/Glob/Glob.pm
88476 ____________________________________________________________________________
88477 [  6273] By: jhi                                   on 2000/06/29  21:49:09
88478         Log: Subject: [PATCH] xsub attributes
88479              From: Doug MacEachern <dougm@covalent.net>
88480              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
88481              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
88482      Branch: cfgperl
88483            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
88484            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
88485 ____________________________________________________________________________
88486 [  6272] By: jhi                                   on 2000/06/29  21:41:28
88487         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
88488              From: Tom Phoenix <rootbeer@redcat.com>
88489              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
88490              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
88491      Branch: cfgperl
88492            ! lib/Net/Ping.pm
88493 ____________________________________________________________________________
88494 [  6271] By: jhi                                   on 2000/06/29  21:36:55
88495         Log: Subject: PATCH pod/perltie.pod
88496              From: Ian Phillipps <Ian.Phillipps@iname.com>
88497              Date: Fri, 16 Jun 2000 00:17:19 +0100
88498              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
88499              (only the first hunk, the second hunk had already been done
88500              by some other patch)
88501      Branch: cfgperl
88502            ! pod/perltie.pod
88503 ____________________________________________________________________________
88504 [  6270] By: jhi                                   on 2000/06/29  21:24:51
88505         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
88506              From: Nicholas Clark <nick@talking.bollo.cx>
88507              Date: Fri, 23 Jun 2000 16:21:15 +0100
88508              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
88509      Branch: cfgperl
88510            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
88511            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
88512 ____________________________________________________________________________
88513 [  6269] By: jhi                                   on 2000/06/29  19:38:15
88514         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
88515              silence few compiler warnings.
88516      Branch: cfgperl
88517            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
88518 ____________________________________________________________________________
88519 [  6268] By: jhi                                   on 2000/06/29  18:21:50
88520         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
88521              From: Dominic Dunlop <domo@computer.org> 
88522              Date: Thu, 29 Jun 2000 12:32:39 +0200 
88523              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
88524      Branch: cfgperl
88525            ! t/op/sprintf.t
88526 ____________________________________________________________________________
88527 [  6267] By: jhi                                   on 2000/06/29  18:16:07
88528         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
88529              From: Doug MacEachern <dougm@covalent.net>
88530              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
88531              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
88532      Branch: cfgperl
88533            + t/op/method2entersub.t
88534            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
88535            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88536            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
88537            ! xsutils.c
88538 ____________________________________________________________________________
88539 [  6266] By: jhi                                   on 2000/06/29  15:11:15
88540         Log: Subject: [PATCH 5.6.0] cygwin port
88541              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
88542              From: "Fifer, Eric" <EFifer@sanwaint.com>
88543              Date: Thu, 29 Jun 2000 12:58:29 +0100
88544      Branch: cfgperl
88545            ! cygwin/Makefile.SHs
88546 ____________________________________________________________________________
88547 [  6265] By: jhi                                   on 2000/06/29  15:04:05
88548         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
88549              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
88550              Date: Wed, 28 Jun 2000 17:50:12 -0700
88551              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
88552      Branch: cfgperl
88553            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
88554 ____________________________________________________________________________
88555 [  6264] By: jhi                                   on 2000/06/29  15:00:57
88556         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
88557              From: Marty Lucich <marty@netcom.com>
88558              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
88559              Message-Id: <200006282116.OAA11148@netcom.com>
88560              ccdlflags update (the BSD/OS 4.1 part had already been taken
88561              care of by #6141).
88562      Branch: cfgperl
88563            ! hints/bsdos.sh
88564 ____________________________________________________________________________
88565 [  6263] By: jhi                                   on 2000/06/29  13:47:44
88566         Log: tr fixes from Simon Cozens
88567      Branch: cfgperl
88568            ! doop.c
88569 ____________________________________________________________________________
88570 [  6262] By: jhi                                   on 2000/06/28  18:46:01
88571         Log: Subject: 5.6.0 Patch for EPOC
88572              From: Olaf Flebbe <o.flebbe@gmx.de>
88573              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
88574              Message-ID: <23449.960929969@www11.gmx.net>
88575      Branch: cfgperl
88576            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
88577            ! epoc/epocish.h
88578 ____________________________________________________________________________
88579 [  6261] By: jhi                                   on 2000/06/28  18:29:07
88580         Log: Subject: Re: [PATCH cfgperl] BOMs away!
88581              From: simon@brecon.co.uk (Simon Cozens)
88582              Date: 17 Jun 2000 11:49:57 GMT
88583              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
88584      Branch: cfgperl
88585            ! pod/perldiag.pod t/comp/require.t toke.c
88586 ____________________________________________________________________________
88587 [  6260] By: jhi                                   on 2000/06/28  17:47:16
88588         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
88589              From: simon@brecon.co.uk (Simon Cozens) 
88590              Date: 17 Jun 2000 11:56:44 GMT 
88591              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
88592              pack U0, pack C0
88593      Branch: cfgperl
88594            ! pod/perlfunc.pod pp.c t/op/pack.t
88595 ____________________________________________________________________________
88596 [  6259] By: jhi                                   on 2000/06/28  16:43:17
88597         Log: perlnewmod was missing from MANIFEST.
88598      Branch: cfgperl
88599            ! MANIFEST
88600 ____________________________________________________________________________
88601 [  6258] By: jhi                                   on 2000/06/28  15:54:30
88602         Log: linenumber tweak
88603      Branch: cfgperl
88604            ! t/pragma/warn/regcomp
88605 ____________________________________________________________________________
88606 [  6257] By: jhi                                   on 2000/06/28  15:50:44
88607         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
88608              From: Doug MacEachern <dougm@covalent.net>
88609              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
88610              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
88611              (one part of the patch had been applied earlier)
88612      Branch: cfgperl
88613            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
88614 ____________________________________________________________________________
88615 [  6256] By: jhi                                   on 2000/06/28  15:40:22
88616         Log: tweaks from Simon Cozens to further fix tr/// under utf8
88617      Branch: cfgperl
88618            ! doop.c
88619 ____________________________________________________________________________
88620 [  6255] By: jhi                                   on 2000/06/28  15:33:45
88621         Log: small thinko tweaks
88622      Branch: cfgperl
88623            ! lib/IPC/Open3.pm t/op/my_stash.t
88624 ____________________________________________________________________________
88625 [  6254] By: jhi                                   on 2000/06/28  15:33:25
88626         Log: Subject: tr///, help wanted.
88627              From: simon@brecon.co.uk (Simon Cozens)
88628              Date: 28 Jun 2000 11:29:04 GMT
88629              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
88630      Branch: cfgperl
88631            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
88632            ! pp_proto.h proto.h t/op/tr.t
88633 ____________________________________________________________________________
88634 [  6253] By: jhi                                   on 2000/06/28  15:09:17
88635         Log: Paranoia tweak on #6249.
88636              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
88637              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
88638              Date: Sun, 25 Jun 2000 23:43:12 -0400
88639              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
88640      Branch: cfgperl
88641            ! lib/IPC/Open3.pm
88642 ____________________________________________________________________________
88643 [  6252] By: jhi                                   on 2000/06/28  15:01:38
88644         Log: Document #6249 and #6251.
88645      Branch: cfgperl
88646            ! lib/Exporter.pm lib/IPC/Open3.pm
88647 ____________________________________________________________________________
88648 [  6251] By: jhi                                   on 2000/06/28  14:50:43
88649         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
88650              From: Doug MacEachern <dougm@covalent.net>
88651              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
88652              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
88653      Branch: cfgperl
88654            ! lib/Exporter.pm
88655 ____________________________________________________________________________
88656 [  6250] By: jhi                                   on 2000/06/28  14:45:23
88657         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
88658              From: Doug MacEachern <dougm@covalent.net>
88659              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
88660              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
88661      Branch: cfgperl
88662            + t/op/my_stash.t
88663            ! MANIFEST embed.pl global.sym proto.h toke.c
88664 ____________________________________________________________________________
88665 [  6249] By: jhi                                   on 2000/06/28  14:36:34
88666         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
88667              From: Frank Tobin <ftobin@uiuc.edu>
88668              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
88669              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
88670      Branch: cfgperl
88671            ! lib/IPC/Open3.pm
88672 ____________________________________________________________________________
88673 [  6248] By: jhi                                   on 2000/06/28  14:11:25
88674         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
88675              From: Mark-Jason Dominus <mjd@plover.com>
88676              Date: Tue, 27 Jun 2000 22:36:42 -0400
88677              Message-ID: <20000628023642.12166.qmail@plover.com>
88678      Branch: cfgperl
88679            ! pod/perlfunc.pod
88680 ____________________________________________________________________________
88681 [  6247] By: jhi                                   on 2000/06/27  12:46:37
88682         Log: Tweak $VERSION, patch from Doug MacEachern.
88683      Branch: cfgperl
88684            ! lib/File/Spec.pm
88685 ____________________________________________________________________________
88686 [  6246] By: jhi                                   on 2000/06/27  03:34:46
88687         Log: Allow for standalone testing.
88688      Branch: cfgperl
88689            ! t/lib/filefunc.t t/lib/filespec.t
88690 ____________________________________________________________________________
88691 [  6245] By: jhi                                   on 2000/06/27  02:50:02
88692         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
88693              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
88694              Date: Sat, 24 Jun 2000 13:06:20 +0100
88695              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
88696      Branch: cfgperl
88697            ! ext/DynaLoader/DynaLoader_pm.PL
88698 ____________________________________________________________________________
88699 [  6244] By: jhi                                   on 2000/06/27  02:46:10
88700         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
88701              From: Doug MacEachern <dougm@covalent.net>
88702              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
88703              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
88704      Branch: cfgperl
88705            ! gv.c sv.c t/lib/peek.t
88706 ____________________________________________________________________________
88707 [  6243] By: jhi                                   on 2000/06/27  02:38:07
88708         Log: Subject: [PATCH] is_utf8_string
88709              From: simon@brecon.co.uk (Simon Cozens)
88710              Date: 26 Jun 2000 02:25:59 GMT
88711              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
88712      Branch: cfgperl
88713            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
88714            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
88715            ! proto.h utf8.c
88716 ____________________________________________________________________________
88717 [  6242] By: jhi                                   on 2000/06/27  02:24:00
88718         Log: Subject: [PATCH] bytes<->utf8 fixes
88719              From: simon@brecon.co.uk (Simon Cozens)
88720              Date: 26 Jun 2000 04:55:45 GMT
88721              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
88722      Branch: cfgperl
88723            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
88724 ____________________________________________________________________________
88725 [  6241] By: jhi                                   on 2000/06/27  02:12:42
88726         Log: Do no -warn on \_, only on \alpha.
88727              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
88728              From: David Dyck <dcd@tc.fluke.com>
88729              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
88730              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
88731      Branch: cfgperl
88732            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
88733 ____________________________________________________________________________
88734 [  6240] By: jhi                                   on 2000/06/27  02:00:01
88735         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
88736              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
88737              Date: Mon, 26 Jun 2000 18:40:14 +0100
88738              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
88739      Branch: cfgperl
88740            ! utils/h2xs.PL
88741 ____________________________________________________________________________
88742 [  6239] By: jhi                                   on 2000/06/27  01:53:40
88743         Log: Configure maintenance.  Sever some dependency cycles,
88744              separate gccversion from the cc unit,
88745              address [ID 20000623.006] Configure script patch for using gcc on AIX
88746              (but solve it a little bit differently),
88747              unduplex some accidentally duplicated units,
88748              suggest using gcc if no cc available
88749              (p5p thread: "Solaris configure: counterproposal", 1999-09)
88750      Branch: cfgperl
88751            ! Configure Todo-5.6 config_h.SH
88752      Branch: metaconfig
88753            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
88754            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
88755      Branch: metaconfig/U/perl
88756            + gccvers.U
88757            ! d_getespwnam.U d_getprpwnam.U i_prot.U
88758 ____________________________________________________________________________
88759 [  6238] By: jhi                                   on 2000/06/25  18:04:56
88760         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
88761              From: Dan Sugalski <dan@sidhe.org>
88762              Date: Fri, 23 Jun 2000 17:00:00 -0400
88763              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
88764      Branch: cfgperl
88765            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
88766 ____________________________________________________________________________
88767 [  6237] By: jhi                                   on 2000/06/25  16:36:45
88768         Log: Tweak embed.pl, regen headers.
88769      Branch: cfgperl
88770            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
88771            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
88772            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
88773            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
88774            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
88775 ____________________________________________________________________________
88776 [  6236] By: jhi                                   on 2000/06/25  15:26:42
88777         Log: Regen headers.
88778      Branch: cfgperl
88779            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
88780            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
88781            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
88782            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
88783            ! regnodes.h warnings.h
88784 ____________________________________________________________________________
88785 [  6235] By: jhi                                   on 2000/06/23  19:39:35
88786         Log: The thread begun by
88787              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
88788              From: Kevin.Ruscoe@ubsw.com
88789              Date: Fri, 16 Jun 2000 16:38:51 +0100
88790              Message-Id: <H000019b03c300d6@MHS>
88791      Branch: cfgperl
88792            ! hints/solaris_2.sh
88793 ____________________________________________________________________________
88794 [  6234] By: jhi                                   on 2000/06/23  19:23:36
88795         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
88796              because when run as services (Win32ese for daemons)
88797              no environment variables are set and tmpdir ends up as /tmp,
88798              which is ambiguous.
88799              
88800              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
88801              From: matt@sergeant.org
88802              Date: 16 Jun 2000 16:30:43 -0000
88803              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
88804      Branch: cfgperl
88805            ! lib/File/Spec/Win32.pm
88806 ____________________________________________________________________________
88807 [  6233] By: jhi                                   on 2000/06/23  19:18:58
88808         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
88809              From: Mark-Jason Dominus <mjd@plover.com>
88810              Date: Fri, 16 Jun 2000 20:53:04 -0400
88811              Message-ID: <20000617005304.8008.qmail@plover.com>
88812      Branch: cfgperl
88813            ! op.h
88814 ____________________________________________________________________________
88815 [  6232] By: jhi                                   on 2000/06/23  16:10:02
88816         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
88817              From: simon@brecon.co.uk (Simon Cozens)
88818              Date: 19 Jun 2000 15:18:27 GMT
88819              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
88820              
88821              plus update pod/Makefile and regenerate perltoc
88822      Branch: cfgperl
88823            + pod/perlutil.pod
88824            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
88825 ____________________________________________________________________________
88826 [  6231] By: jhi                                   on 2000/06/23  15:19:18
88827         Log: Subject: [PATCH 5.6.0] cygwin port
88828              From: "Fifer, Eric" <EFifer@sanwaint.com>
88829              Date: Tue, 20 Jun 2000 14:30:58 +0100
88830              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
88831      Branch: cfgperl
88832            ! README.cygwin lib/File/Find.pm
88833 ____________________________________________________________________________
88834 [  6230] By: jhi                                   on 2000/06/23  14:25:21
88835         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
88836      Branch: cfgperl
88837            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
88838            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
88839            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88840            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
88841 ____________________________________________________________________________
88842 [  6229] By: jhi                                   on 2000/06/23  14:13:34
88843         Log: Subject: README.hpux version 0.6.1
88844              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
88845              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
88846              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
88847      Branch: cfgperl
88848            ! README.hpux
88849 ____________________________________________________________________________
88850 [  6228] By: jhi                                   on 2000/06/23  14:07:20
88851         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
88852              From: Doug MacEachern <dougm@covalent.net>
88853              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
88854              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
88855      Branch: cfgperl
88856            ! op.c
88857 ____________________________________________________________________________
88858 [  6227] By: jhi                                   on 2000/06/23  14:01:06
88859         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
88860              From: Doug MacEachern <dougm@covalent.net>
88861              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
88862              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
88863      Branch: cfgperl
88864            + lib/lib.pm.PL
88865            - lib/lib.pm
88866            ! MANIFEST Makefile.SH
88867 ____________________________________________________________________________
88868 [  6226] By: jhi                                   on 2000/06/23  13:53:07
88869         Log: Subject: [PATCH] remove forward declarations in Socket.pm
88870              From: Doug MacEachern <dougm@covalent.net>
88871              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
88872              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
88873              
88874              From: Doug MacEachern <dougm@covalent.net>
88875              Subject: Re: [PATCH] remove forward declarations in Socket.pm
88876              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
88877              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
88878      Branch: cfgperl
88879            ! ext/Socket/Socket.pm op.c
88880 ____________________________________________________________________________
88881 [  6225] By: jhi                                   on 2000/06/23  13:41:52
88882         Log: Add source code filenames to apidoc.
88883              From: simon@brecon.co.uk (Simon Cozens)
88884              Subject: [PATCH embed.pl] Source X-ref
88885              Date: 22 Jun 2000 02:18:49 GMT
88886              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
88887      Branch: cfgperl
88888            ! embed.pl
88889 ____________________________________________________________________________
88890 [  6224] By: jhi                                   on 2000/06/23  13:32:33
88891         Log: A way to avoid English.pm performance hit.
88892              From: root <root@jester.slaysys.com>
88893              Subject: [YAPATCH English.pm] My turn to putt again
88894              Date: Thu, 22 Jun 2000 20:33:58 -0400
88895              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
88896      Branch: cfgperl
88897            ! lib/English.pm t/lib/english.t
88898 ____________________________________________________________________________
88899 [  6223] By: jhi                                   on 2000/06/23  13:27:06
88900         Log: Avoid double close().
88901              Subject: [PATCH] avoid double close()
88902              From: Doug MacEachern <dougm@covalent.net>
88903              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
88904              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
88905      Branch: cfgperl
88906            ! doio.c
88907 ____________________________________________________________________________
88908 [  6222] By: jhi                                   on 2000/06/23  13:25:54
88909         Log: doc typo fix
88910              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
88911              From: Ian Phillipps <Ian.Phillipps@iname.com>
88912              Date: Fri, 23 Jun 2000 10:40:58 +0100
88913              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
88914      Branch: cfgperl
88915            ! lib/Pod/Usage.pm
88916 ____________________________________________________________________________
88917 [  6221] By: jhi                                   on 2000/06/23  13:24:15
88918         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
88919              From: simon@brecon.co.uk (Simon Cozens)
88920              Subject: [PATCH] Eliminate tr///[CU][CU]
88921              Date: 23 Jun 2000 11:05:40 GMT
88922              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
88923      Branch: cfgperl
88924            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
88925 ____________________________________________________________________________
88926 [  6220] By: jhi                                   on 2000/06/22  16:07:51
88927         Log: Win32 patches from Benjamin Stuhl.
88928      Branch: cfgperl
88929            ! makedef.pl win32/win32.h
88930 ____________________________________________________________________________
88931 [  6219] By: jhi                                   on 2000/06/22  16:06:34
88932         Log: Bytecode patches from Benjamin Stuhl.
88933      Branch: cfgperl
88934            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88935            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
88936            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88937 ____________________________________________________________________________
88938 [  6218] By: jhi                                   on 2000/06/15  23:54:16
88939         Log: Bytecode patches from Benjamin Stuhl.
88940      Branch: cfgperl
88941            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88942 ____________________________________________________________________________
88943 [  6217] By: jhi                                   on 2000/06/09  13:38:29
88944         Log: Rename the fdpid locking and integrate with Sarathy.
88945      Branch: cfgperl
88946            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
88947            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
88948            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
88949            ! win32/win32.c
88950           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
88951 ____________________________________________________________________________
88952 [  6216] By: gsar                                  on 2000/06/08  14:54:21
88953         Log: be more optimal about clearing @_
88954      Branch: perl
88955            ! cop.h
88956 ____________________________________________________________________________
88957 [  6215] By: gsar                                  on 2000/06/08  14:33:04
88958         Log: tweak comment about @DB::args
88959      Branch: perl
88960            ! av.h pp_ctl.c
88961 ____________________________________________________________________________
88962 [  6214] By: gsar                                  on 2000/06/08  13:57:54
88963         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
88964              caller() wants to populate @DB::args with it (causes a coredump
88965              in Carp::confess())
88966      Branch: perl
88967            ! cop.h t/op/runlevel.t
88968 ____________________________________________________________________________
88969 [  6213] By: gsar                                  on 2000/06/08  07:06:35
88970         Log: back out change#6106 (seems problematic)
88971      Branch: perl
88972            ! hints/solaris_2.sh
88973 ____________________________________________________________________________
88974 [  6212] By: jhi                                   on 2000/06/07  03:10:36
88975         Log: Continuing mopup for #6204.
88976      Branch: cfgperl
88977            ! ext/B/defsubs_h.PL
88978 ____________________________________________________________________________
88979 [  6211] By: jhi                                   on 2000/06/07  02:41:50
88980         Log: Mopup for #6204.
88981              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
88982              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
88983              This is comes from const() where POK isn't on when expected.
88984      Branch: cfgperl
88985            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
88986            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88987            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
88988            ! perlapi.h pod/perlapi.pod
88989 ____________________________________________________________________________
88990 [  6210] By: jhi                                   on 2000/06/07  01:56:29
88991         Log: Mopup for #6207 and #6209.
88992      Branch: cfgperl
88993            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
88994 ____________________________________________________________________________
88995 [  6209] By: jhi                                   on 2000/06/07  01:33:12
88996         Log: Lock PL_fdpid against race conditions, based on:
88997              Subject: [PATCH 5.6.0]subprocess fixup for threads
88998              From: Dan Sugalski <dan@sidhe.org>
88999              To: perl5-porters@perl.org
89000              Date: Tue, 11 Apr 2000 17:02:32 -0400
89001              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
89002      Branch: cfgperl
89003            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
89004            ! win32/win32.c
89005 ____________________________________________________________________________
89006 [  6208] By: jhi                                   on 2000/06/07  01:05:23
89007         Log: Regen headers for #6207.
89008      Branch: cfgperl
89009            ! embed.h global.sym objXSUB.h proto.h
89010 ____________________________________________________________________________
89011 [  6207] By: jhi                                   on 2000/06/06  23:43:13
89012         Log: Subject: [PATCH 5.6.0] Threadsafe patches
89013              From: Dan Sugalski <dan@sidhe.org>
89014              To: perl5-porters@perl.org
89015              Date: Mon, 08 May 2000 18:08:13 -0400
89016              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
89017      Branch: cfgperl
89018            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
89019            ! proto.h sv.h util.c
89020 ____________________________________________________________________________
89021 [  6206] By: jhi                                   on 2000/06/06  23:21:23
89022         Log: Subject: [PATCH] Eliminate $a/$b in pod
89023              From: David Glasser <me@davidglasser.net>
89024              To: perl5-porters@perl.org
89025              Date: Mon, 29 May 2000 21:15:59 -0400
89026              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
89027      Branch: cfgperl
89028            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
89029            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
89030            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
89031            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
89032            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
89033            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
89034            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
89035            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
89036            ! pod/perlvar.pod pod/perlxs.pod
89037 ____________________________________________________________________________
89038 [  6205] By: jhi                                   on 2000/06/06  23:12:14
89039         Log: Subject: [PATCH] Win32 improvements
89040              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89041              To: gsar@activestate.com, perl5-porters@perl.org
89042              Date: Mon, 29 May 2000 17:22:24 PDT
89043              Message-ID: <20000530002224.91142.qmail@hotmail.com>
89044              (MUA had mangled many lines by wordwrapping)
89045      Branch: cfgperl
89046            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
89047 ____________________________________________________________________________
89048 [  6204] By: jhi                                   on 2000/06/06  23:01:50
89049         Log: Subject: [PATCH] B::Bytecode patches
89050              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89051              To: gsar@activestate.com, jhi@iki.fi
89052              Cc: perl5-porters@perl.org
89053              Message-ID: <20000602202526.48694.qmail@hotmail.com>
89054              (MUA had mangled many lines by wordwrapping)
89055      Branch: cfgperl
89056            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
89057            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
89058            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89059            ! intrpvar.h perl.c
89060 ____________________________________________________________________________
89061 [  6203] By: jhi                                   on 2000/06/06  22:32:43
89062         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
89063              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
89064              Date: Tue, 06 Jun 2000 13:07:45 -0700
89065              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
89066      Branch: cfgperl
89067            ! pod/perldiag.pod
89068 ____________________________________________________________________________
89069 [  6202] By: jhi                                   on 2000/06/06  19:38:35
89070         Log: Integrate with Sarathy.
89071      Branch: cfgperl
89072           !> perl.c
89073 ____________________________________________________________________________
89074 [  6201] By: gsar                                  on 2000/06/06  00:42:59
89075         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
89076              does a PUSHMARK that's never ever POPMARKed; in general, only
89077              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
89078              Perl_eval_[sp]v() don't because they don't take any incoming
89079              arguments (this leak has been around since the original version
89080              of perl_eval_pv() in 5.003_97e)
89081      Branch: perl
89082            ! perl.c
89083 ____________________________________________________________________________
89084 [  6200] By: jhi                                   on 2000/06/04  03:44:52
89085         Log: Update to cperl-mode.el 4.31 from
89086              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
89087              Subject: A couple of notes
89088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
89089              To: Mailing list Perl5 <perl5-porters@perl.org>
89090              Date: Sat, 3 Jun 2000 23:33:32 -0400
89091              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
89092      Branch: cfgperl
89093            ! emacs/cperl-mode.el
89094 ____________________________________________________________________________
89095 [  6199] By: jhi                                   on 2000/06/03  15:11:05
89096         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
89097              From: Dan Sugalski <dan@sidhe.org>
89098              To: perl5-porters@perl.org, vmsperl@perl.org
89099              Date: Fri, 02 Jun 2000 17:30:51 -0400
89100              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
89101      Branch: cfgperl
89102            ! vms/descrip_mms.template vms/gen_shrfls.pl
89103 ____________________________________________________________________________
89104 [  6198] By: jhi                                   on 2000/06/03  14:59:15
89105         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
89106              From: Dan Sugalski <dan@sidhe.org>
89107              To: vmsperl@perl.org, perl5-porters@perl.org
89108              Date: Fri, 02 Jun 2000 16:00:41 -0400
89109              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
89110              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
89111      Branch: cfgperl
89112            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
89113            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
89114            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
89115 ____________________________________________________________________________
89116 [  6197] By: jhi                                   on 2000/06/03  14:41:30
89117         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
89118              From: John Borwick <jhborwic@unity.ncsu.edu>
89119              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
89120              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
89121      Branch: cfgperl
89122            ! pod/perlsyn.pod
89123 ____________________________________________________________________________
89124 [  6196] By: jhi                                   on 2000/06/03  14:38:09
89125         Log: Integrate with Sarathy.
89126      Branch: cfgperl
89127           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
89128           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
89129           !> vms/perly_c.vms
89130 ____________________________________________________________________________
89131 [  6195] By: gsar                                  on 2000/06/02  22:43:13
89132         Log: fix yet another eval"" leak under USE_ITHREADS
89133      Branch: perl
89134            ! op.c
89135 ____________________________________________________________________________
89136 [  6194] By: gsar                                  on 2000/06/02  18:22:06
89137         Log: fix small eval"" memory leaks under USE_ITHREADS
89138      Branch: perl
89139            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
89140            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
89141            ! vms/perly_c.vms
89142 ____________________________________________________________________________
89143 [  6193] By: jhi                                   on 2000/06/01  13:03:56
89144         Log: Signals-be-gone for microperl.
89145      Branch: cfgperl
89146            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
89147 ____________________________________________________________________________
89148 [  6192] By: jhi                                   on 2000/06/01  12:52:02
89149         Log: Integrate with Sarathy.
89150      Branch: cfgperl
89151           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
89152           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
89153           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
89154           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
89155           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
89156           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
89157           !> t/op/vec.t utils/h2xs.PL
89158 ____________________________________________________________________________
89159 [  6191] By: gsar                                  on 2000/06/01  09:38:21
89160         Log: vec() loses numericalness (modified version of patch suggested
89161              by Robin Barker)
89162      Branch: perl
89163            ! doop.c t/op/vec.t
89164 ____________________________________________________________________________
89165 [  6190] By: gsar                                  on 2000/06/01  09:26:15
89166         Log: submit missing embed.pl change
89167      Branch: perl
89168            ! embed.pl
89169 ____________________________________________________________________________
89170 [  6189] By: gsar                                  on 2000/06/01  09:05:34
89171         Log: counting tr/// corrupts later operation (from M.J.T Guy)
89172      Branch: perl
89173            ! doop.c t/op/tr.t
89174 ____________________________________________________________________________
89175 [  6188] By: gsar                                  on 2000/06/01  08:58:39
89176         Log: h2xs tweaks
89177      Branch: perl
89178            ! utils/h2xs.PL
89179 ____________________________________________________________________________
89180 [  6187] By: gsar                                  on 2000/06/01  08:50:07
89181         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
89182              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
89183      Branch: perl
89184            + lib/Pod/LaTeX.pm
89185            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
89186            ! pod/pod2latex.PL
89187 ____________________________________________________________________________
89188 [  6186] By: gsar                                  on 2000/06/01  08:24:40
89189         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
89190              <wolfgang.laun@alcatel.at>)
89191      Branch: perl
89192            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
89193            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
89194 ____________________________________________________________________________
89195 [  6185] By: gsar                                  on 2000/06/01  08:12:00
89196         Log: remove incorrect documentation about implicit split to @_ in
89197              list context, which never really worked in perl 5 (from
89198              M.J.T. Guy)
89199      Branch: perl
89200            ! pod/perlfunc.pod pod/perltrap.pod
89201 ____________________________________________________________________________
89202 [  6184] By: gsar                                  on 2000/06/01  07:52:27
89203         Log: tweak for change#6127
89204      Branch: perl
89205            ! perl.c
89206 ____________________________________________________________________________
89207 [  6183] By: gsar                                  on 2000/06/01  07:41:02
89208         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
89209              <nick@ccl4.org>)
89210      Branch: perl
89211            + t/lib/selfloader.t
89212            ! MANIFEST lib/SelfLoader.pm
89213 ____________________________________________________________________________
89214 [  6182] By: jhi                                   on 2000/06/01  00:34:42
89215         Log: Be Cleaner Part Deux.
89216      Branch: cfgperl
89217            ! Makefile.SH
89218 ____________________________________________________________________________
89219 [  6181] By: jhi                                   on 2000/06/01  00:32:09
89220         Log: Integrate with Sarathy.
89221      Branch: cfgperl
89222           !> pp.c t/op/arith.t
89223 ____________________________________________________________________________
89224 [  6180] By: jhi                                   on 2000/06/01  00:31:13
89225         Log: microperl nits from Simon Cozens.
89226      Branch: cfgperl
89227            + uconfig.h
89228            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
89229            ! unixish.h
89230 ____________________________________________________________________________
89231 [  6179] By: gsar                                  on 2000/05/31  22:37:51
89232         Log: buggy modulus on UVs introduced by change#3378 (resulted in
89233              4063328477 % 65535 amounting to 27406, instead of 27407)
89234      Branch: perl
89235            ! pp.c t/op/arith.t
89236 ____________________________________________________________________________
89237 [  6178] By: jhi                                   on 2000/05/31  21:52:41
89238         Log: Be cleaner.
89239      Branch: cfgperl
89240            ! Makefile.SH
89241 ____________________________________________________________________________
89242 [  6177] By: jhi                                   on 2000/05/31  21:47:33
89243         Log: Substitution utf8 patch from Simon Cozens.
89244      Branch: cfgperl
89245            ! pp_hot.c
89246 ____________________________________________________________________________
89247 [  6176] By: jhi                                   on 2000/05/31  21:45:34
89248         Log: Single-quoted utf8 patch from Simon Cozens.
89249      Branch: cfgperl
89250            ! toke.c
89251 ____________________________________________________________________________
89252 [  6175] By: jhi                                   on 2000/05/31  21:40:18
89253         Log: Integrate with Sarathy.
89254      Branch: cfgperl
89255           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
89256 ____________________________________________________________________________
89257 [  6174] By: jhi                                   on 2000/05/31  21:37:31
89258         Log: microperl changes from Simon Cozens; Makefile for microperl
89259              written from scratch; few casts added as microperl compilation
89260              doesn't have all prototypes available.
89261      Branch: cfgperl
89262            + Makefile.micro README.micro Todo.micro uconfig.sh
89263            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
89264            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
89265      Branch: metaconfig
89266            + U/modified/Config_h.U
89267 ____________________________________________________________________________
89268 [  6173] By: jhi                                   on 2000/05/31  20:00:24
89269         Log: metaconfig maintenance.
89270      Branch: metaconfig
89271            + U/modified/Inhdr.U U/typedefs/inotype.U
89272      Branch: metaconfig/U/perl
89273            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
89274            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
89275 ____________________________________________________________________________
89276 [  6172] By: gsar                                  on 2000/05/31  05:05:42
89277         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
89278              (from Ilya Zakharevich)
89279      Branch: perl
89280            ! regexec.c t/op/re_tests
89281 ____________________________________________________________________________
89282 [  6171] By: gsar                                  on 2000/05/31  05:01:47
89283         Log: scalar() doesn't force scalar context when used in void context
89284              (from Simon Cozens)
89285      Branch: perl
89286            ! op.c t/op/wantarray.t
89287 ____________________________________________________________________________
89288 [  6170] By: gsar                                  on 2000/05/31  04:41:33
89289         Log: change#6142 needs tweaks to tests to work where there's no symlink()
89290              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
89291      Branch: perl
89292            ! t/lib/filefind.t
89293 ____________________________________________________________________________
89294 [  6169] By: gsar                                  on 2000/05/31  04:29:49
89295         Log: integrate cfgperl contents into mainline
89296      Branch: perl
89297           +> pod/perlmodlib.PL pod/perlnewmod.pod
89298           !> (integrate 42 files)
89299 ____________________________________________________________________________
89300 [  6168] By: jhi                                   on 2000/05/30  22:53:37
89301         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
89302      Branch: cfgperl
89303            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89304            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
89305            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
89306            ! win32/config.bc win32/config.gc win32/config.vc
89307            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
89308            ! win32/config_h.PL win32/config_sh.PL
89309      Branch: metaconfig/U/perl
89310            ! perlxv.U
89311 ____________________________________________________________________________
89312 [  6167] By: jhi                                   on 2000/05/30  22:20:21
89313         Log: tweak todo 
89314      Branch: cfgperl
89315            ! Todo-5.6
89316 ____________________________________________________________________________
89317 [  6166] By: jhi                                   on 2000/05/30  22:11:51
89318         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
89319              in case somebody wants to write an extension for more
89320              shadow database interfaces.
89321      Branch: cfgperl
89322            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89323            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
89324            ! vos/config.def vos/config.h vos/config_h.SH_orig
89325            ! win32/config.bc win32/config.gc win32/config.vc
89326            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
89327      Branch: metaconfig
89328            ! U/modified/Myinit.U
89329      Branch: metaconfig/U/perl
89330            + d_getespwnam.U d_getprpwnam.U i_prot.U
89331 ____________________________________________________________________________
89332 [  6165] By: jhi                                   on 2000/05/30  18:35:34
89333         Log: Integrate with Sarathy.
89334      Branch: cfgperl
89335           !> op.c
89336 ____________________________________________________________________________
89337 [  6164] By: jhi                                   on 2000/05/30  18:30:16
89338         Log: detypo
89339      Branch: cfgperl
89340            ! Configure config_h.SH
89341      Branch: metaconfig/U/perl
89342            ! perlxv.U
89343 ____________________________________________________________________________
89344 [  6163] By: gsar                                  on 2000/05/30  03:24:03
89345         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
89346      Branch: perl
89347            ! op.c
89348 ____________________________________________________________________________
89349 [  6162] By: gsar                                  on 2000/05/30  03:09:38
89350         Log: fix memory leak in method call optimization (change#3768);
89351              made C<eval "$x->foo()"> leak
89352      Branch: perl
89353            ! op.c
89354 ____________________________________________________________________________
89355 [  6161] By: jhi                                   on 2000/05/29  17:56:26
89356         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
89357              both from Simon Cozens.
89358      Branch: cfgperl
89359            + pod/perlmodlib.PL pod/perlnewmod.pod
89360            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
89361            ! pod/perlmodlib.pod pod/perltoc.pod
89362 ____________________________________________________________________________
89363 [  6160] By: jhi                                   on 2000/05/29  17:23:55
89364         Log: Changes for the File::Temp 0.08 (change #6159) test suite
89365              to fit better into the Perl distribution test framework.
89366      Branch: cfgperl
89367            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
89368            ! t/lib/ftmp-tempfile.t
89369 ____________________________________________________________________________
89370 [  6159] By: jhi                                   on 2000/05/29  16:55:36
89371         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
89372      Branch: cfgperl
89373            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
89374            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
89375 ____________________________________________________________________________
89376 [  6158] By: bailey                                on 2000/05/29  16:22:08
89377         Log: Add fallback to tmpfile for use in cases where user's relying on
89378              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
89379              Lane's patch)
89380      Branch: vmsperl
89381            ! vms/vms.c vms/vmsish.h
89382 ____________________________________________________________________________
89383 [  6157] By: jhi                                   on 2000/05/29  03:10:36
89384         Log: Regen Configure to jive with #6149.
89385      Branch: cfgperl
89386            ! Configure
89387      Branch: metaconfig
89388            ! U/modified/Getfile.U
89389 ____________________________________________________________________________
89390 [  6156] By: jhi                                   on 2000/05/29  03:01:38
89391         Log: Integrate with Sarathy.
89392      Branch: cfgperl
89393           +> ext/DynaLoader/dl_mac.xs
89394           !> (integrate 38 files)
89395 ____________________________________________________________________________
89396 [  6155] By: gsar                                  on 2000/05/28  21:15:58
89397         Log: small bug in change#6144; remove random \xA0 character that snuck
89398              in via change#6145
89399      Branch: perl
89400            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
89401 ____________________________________________________________________________
89402 [  6154] By: gsar                                  on 2000/05/28  21:04:19
89403         Log: avoid type mismatch warning
89404      Branch: perl
89405            ! perl.c
89406 ____________________________________________________________________________
89407 [  6153] By: gsar                                  on 2000/05/28  20:58:31
89408         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
89409              <nick@Bagpuss.uk.boo.com>)
89410      Branch: perl
89411            ! lib/Test/Harness.pm
89412 ____________________________________________________________________________
89413 [  6152] By: gsar                                  on 2000/05/28  20:53:42
89414         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
89415      Branch: perl
89416            ! regexec.c
89417 ____________________________________________________________________________
89418 [  6151] By: gsar                                  on 2000/05/28  20:50:28
89419         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
89420      Branch: perl
89421            ! regexec.c
89422 ____________________________________________________________________________
89423 [  6150] By: gsar                                  on 2000/05/28  20:39:58
89424         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
89425      Branch: perl
89426            ! pod/perlrequick.pod
89427 ____________________________________________________________________________
89428 [  6149] By: gsar                                  on 2000/05/28  20:35:16
89429         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
89430              <troc@netrus.net>)
89431      Branch: perl
89432            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
89433            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
89434            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
89435            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
89436 ____________________________________________________________________________
89437 [  6148] By: gsar                                  on 2000/05/28  20:21:07
89438         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
89439      Branch: perl
89440            ! lib/ExtUtils/MM_Unix.pm
89441 ____________________________________________________________________________
89442 [  6147] By: gsar                                  on 2000/05/28  20:12:41
89443         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
89444              (from Peter Prymmer)
89445      Branch: perl
89446            ! vms/subconfigure.com
89447 ____________________________________________________________________________
89448 [  6146] By: gsar                                  on 2000/05/28  20:06:15
89449         Log: doc typo
89450      Branch: perl
89451            ! lib/warnings.pm warnings.h warnings.pl
89452 ____________________________________________________________________________
89453 [  6145] By: gsar                                  on 2000/05/28  18:44:33
89454         Log: make xsubpp skip embedded pod (from Matthias Neeracher
89455              <neeri@iis.ee.ethz.ch>)
89456      Branch: perl
89457            ! lib/ExtUtils/xsubpp
89458 ____________________________________________________________________________
89459 [  6144] By: gsar                                  on 2000/05/28  18:42:49
89460         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
89461              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
89462              <neeri@iis.ee.ethz.ch>)
89463      Branch: perl
89464            ! lib/AutoSplit.pm
89465 ____________________________________________________________________________
89466 [  6143] By: gsar                                  on 2000/05/28  18:41:12
89467         Log: MacOS support, part 1 (from Matthias Neeracher
89468              <neeri@iis.ee.ethz.ch>)
89469      Branch: perl
89470            + ext/DynaLoader/dl_mac.xs
89471            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
89472            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
89473            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
89474            ! util.h
89475 ____________________________________________________________________________
89476 [  6142] By: gsar                                  on 2000/05/28  18:21:51
89477         Log: File::Find fails to chdir when chasing symlinks (from
89478              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
89479      Branch: perl
89480            ! lib/File/Find.pm t/lib/filefind.t
89481 ____________________________________________________________________________
89482 [  6141] By: jhi                                   on 2000/05/28  14:25:15
89483         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
89484              forwarded by Peter Seebach from the bsdi-users mailing list.
89485              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
89486      Branch: perl
89487            ! hints/bsdos.sh
89488 ____________________________________________________________________________
89489 [  6140] By: jhi                                   on 2000/05/28  14:11:57
89490         Log: Integrate with Sarathy.
89491      Branch: cfgperl
89492           +> (branch 30 files)
89493           !> (integrate 93 files)
89494 ____________________________________________________________________________
89495 [  6139] By: gsar                                  on 2000/05/28  10:01:48
89496         Log: revise mktables.PL for bugs and newness in Unicode 3.0
89497              (from James Bence <jbence@amgen.com>)
89498      Branch: perl
89499            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
89500            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
89501            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
89502            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
89503            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
89504            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
89505            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
89506            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
89507            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
89508            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
89509            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
89510            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
89511            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
89512            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
89513            + lib/unicode/Is/SylWU.pl
89514            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
89515            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
89516            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
89517            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
89518            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
89519            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
89520            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
89521            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
89522            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
89523            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
89524            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
89525            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
89526            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
89527            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
89528            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
89529            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
89530            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
89531            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
89532            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
89533            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
89534            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
89535            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
89536            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
89537            ! lib/unicode/Makefile lib/unicode/mktables.PL
89538 ____________________________________________________________________________
89539 [  6138] By: gsar                                  on 2000/05/28  08:50:32
89540         Log: add note about the handling of negative indices to tied arrays
89541              (from Michael G Schwern <schwern@pobox.com>)
89542      Branch: perl
89543            ! pod/perltie.pod
89544 ____________________________________________________________________________
89545 [  6137] By: gsar                                  on 2000/05/28  08:46:10
89546         Log: fix bogus redeclaration warning for "our" variables in different
89547              scopes
89548      Branch: perl
89549            ! op.c t/pragma/strict-vars
89550 ____________________________________________________________________________
89551 [  6136] By: gsar                                  on 2000/05/28  08:31:20
89552         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
89553      Branch: perl
89554            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
89555 ____________________________________________________________________________
89556 [  6135] By: gsar                                  on 2000/05/28  08:17:50
89557         Log: enable Test::Harness to dynamically determine column width etc.
89558              (from Rob Napier <rnapier@employees.org>)
89559      Branch: perl
89560            ! lib/Test/Harness.pm
89561 ____________________________________________________________________________
89562 [  6134] By: gsar                                  on 2000/05/28  08:13:39
89563         Log: make Test::Harness use wait.h/WCOREDUMP if available
89564              (from Ben Tilly <ben_tilly@hotmail.com>)
89565      Branch: perl
89566            ! lib/Test/Harness.pm
89567 ____________________________________________________________________________
89568 [  6133] By: gsar                                  on 2000/05/28  08:08:05
89569         Log: elide bogus test in change#6132
89570      Branch: perl
89571            ! t/pragma/warn/9enabled
89572 ____________________________________________________________________________
89573 [  6132] By: gsar                                  on 2000/05/28  08:03:14
89574         Log: warnings::enabled() doesn't fall back to looking at $^W if
89575              caller isn't using lexical warnings (from Paul Marquess)
89576      Branch: perl
89577            ! pp_ctl.c t/pragma/warn/9enabled
89578 ____________________________________________________________________________
89579 [  6131] By: gsar                                  on 2000/05/28  07:57:47
89580         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
89581      Branch: perl
89582            ! ext/POSIX/POSIX.pm
89583 ____________________________________________________________________________
89584 [  6130] By: gsar                                  on 2000/05/28  07:29:12
89585         Log: fix places that mean C<"word" character> but say C<alphanumeric
89586              character>
89587      Branch: perl
89588            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
89589 ____________________________________________________________________________
89590 [  6129] By: gsar                                  on 2000/05/28  07:18:41
89591         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
89592      Branch: perl
89593            ! vms/test.com
89594 ____________________________________________________________________________
89595 [  6128] By: gsar                                  on 2000/05/28  07:12:55
89596         Log: new perlxstut example for passing/returning refs to arrays
89597              (from David Lowe <dlowe@pootpoot.com>)
89598      Branch: perl
89599            ! pod/perlxstut.pod
89600 ____________________________________________________________________________
89601 [  6127] By: gsar                                  on 2000/05/28  07:02:50
89602         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
89603              failed (from Gisle Aas)
89604      Branch: perl
89605            ! cop.h perl.c
89606 ____________________________________________________________________________
89607 [  6126] By: gsar                                  on 2000/05/28  06:39:53
89608         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
89609              (reworked variant of patch suggested by Simon Cozens)
89610      Branch: perl
89611            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
89612            ! pp_hot.c proto.h t/op/gv.t
89613 ____________________________________________________________________________
89614 [  6125] By: gsar                                  on 2000/05/28  05:14:55
89615         Log: enable propagating exception objects via Perl_croak() in XS code
89616              (from Gisle Aas)
89617      Branch: perl
89618            ! util.c
89619 ____________________________________________________________________________
89620 [  6124] By: gsar                                  on 2000/05/28  05:07:28
89621         Log: integrate vmsperl contents into mainline
89622      Branch: perl
89623           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
89624           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
89625           !> vms/vmsish.h
89626 ____________________________________________________________________________
89627 [  6123] By: gsar                                  on 2000/05/28  05:03:53
89628         Log: clarify gotcha with #line directives (from Rocco Caputo
89629              <troc@netrus.net>)
89630      Branch: perl
89631            ! pod/perldebug.pod pod/perlsyn.pod
89632 ____________________________________________________________________________
89633 [  6122] By: gsar                                  on 2000/05/28  04:58:29
89634         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
89635              (from Mark-Jason Dominus)
89636      Branch: perl
89637            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
89638            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
89639            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
89640            ! toke.c
89641 ____________________________________________________________________________
89642 [  6121] By: bailey                                on 2000/05/25  04:46:54
89643         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
89644              lists (based on fixes by Craig Berry)
89645      Branch: vmsperl
89646            ! lib/File/Spec/VMS.pm
89647 ____________________________________________________________________________
89648 [  6120] By: bailey                                on 2000/05/25  04:25:38
89649         Log: Add missing escape (Charles Lane)
89650      Branch: vmsperl
89651            ! t/op/lex_assign.t
89652 ____________________________________________________________________________
89653 [  6119] By: bailey                                on 2000/05/25  04:21:25
89654         Log: Quiet error messages in vmsish.t (Charles Lane)
89655      Branch: vmsperl
89656            ! vms/ext/vmsish.t
89657 ____________________________________________________________________________
89658 [  6118] By: bailey                                on 2000/05/25  04:17:57
89659         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
89660              Flatten case labels in switch statements uniformly (Charles Bailey)
89661      Branch: vmsperl
89662            ! vms/vms.c
89663 ____________________________________________________________________________
89664 [  6117] By: bailey                                on 2000/05/25  03:58:09
89665         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
89666      Branch: vmsperl
89667            ! vms/vmsish.h
89668 ____________________________________________________________________________
89669 [  6116] By: bailey                                on 2000/05/25  03:11:15
89670         Log: Miscellaneous cosmetic fixes (Charles Lane)
89671      Branch: vmsperl
89672            ! lib/ExtUtils/MM_VMS.pm
89673 ____________________________________________________________________________
89674 [  6115] By: bailey                                on 2000/05/25  03:10:36
89675         Log: Add bounds checking for several strings (Charles Lane)
89676      Branch: vmsperl
89677            ! vms/vms.c
89678 ____________________________________________________________________________
89679 [  6114] By: bailey                                on 2000/05/25  02:25:34
89680         Log: Urk -- undo previous removal of vmsish 'exit' change
89681      Branch: vmsperl
89682            ! vms/ext/vmsish.pm vms/vmsish.h
89683 ____________________________________________________________________________
89684 [  6113] By: bailey                                on 2000/05/24  02:24:40
89685         Log: Ugly workaround for version-specific RTL error
89686      Branch: vmsperl
89687            ! vms/vms.c
89688 ____________________________________________________________________________
89689 [  6112] By: bailey                                on 2000/05/24  02:19:55
89690         Log: Check for existence of file before trying to delete
89691      Branch: vmsperl
89692            ! vms/test.com
89693 ____________________________________________________________________________
89694 [  6111] By: bailey                                on 2000/05/23  23:35:13
89695         Log: Resync with mainline prior to post-5.6.0 updates
89696      Branch: vmsperl
89697           +> (branch 49 files)
89698            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
89699            ! vms/ext/vmsish.pm
89700           !> (integrate 334 files)
89701 ____________________________________________________________________________
89702 [  6110] By: jhi                                   on 2000/05/23  19:28:32
89703         Log: todo tweak
89704      Branch: cfgperl
89705            ! Todo-5.6
89706 ____________________________________________________________________________
89707 [  6109] By: jhi                                   on 2000/05/18  17:38:54
89708         Log: Integrate with Sarathy.
89709      Branch: cfgperl
89710           !> mg.c perl.h win32/perlhost.h
89711 ____________________________________________________________________________
89712 [  6108] By: gsar                                  on 2000/05/17  02:24:56
89713         Log: reenable fake signal handling on Windows, bugs and all
89714      Branch: perl
89715            ! mg.c perl.h win32/perlhost.h
89716 ____________________________________________________________________________
89717 [  6107] By: jhi                                   on 2000/05/15  18:01:41
89718         Log: Tweak the todo list.
89719      Branch: cfgperl
89720            ! Todo-5.6
89721 ____________________________________________________________________________
89722 [  6106] By: jhi                                   on 2000/05/15  13:41:48
89723         Log: The (Configure) script refuses to go on, after asking for
89724              'You may also choose to try maximal 64-bitness....'.
89725              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
89726              -- Patrick Zima
89727              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
89728      Branch: cfgperl
89729            ! hints/solaris_2.sh
89730 ____________________________________________________________________________
89731 [  6105] By: jhi                                   on 2000/05/11  14:37:43
89732         Log: Integrate with Sarathy.
89733      Branch: cfgperl
89734           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
89735           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
89736 ____________________________________________________________________________
89737 [  6104] By: gsar                                  on 2000/05/11  03:39:07
89738         Log: PL_sys_intern was being initialized too late on windows
89739      Branch: perl
89740            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
89741            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
89742 ____________________________________________________________________________
89743 [  6103] By: jhi                                   on 2000/05/09  19:42:20
89744         Log: Test tweaking for Unicos continues.
89745      Branch: cfgperl
89746            ! t/op/64bitint.t
89747 ____________________________________________________________________________
89748 [  6102] By: jhi                                   on 2000/05/09  16:47:27
89749         Log: The test suite tweak in #6101 wasn't quite right.
89750      Branch: cfgperl
89751            ! t/lib/complex.t
89752 ____________________________________________________________________________
89753 [  6101] By: jhi                                   on 2000/05/09  15:35:34
89754         Log: Hints and test tweaks for Unicos.
89755      Branch: cfgperl
89756            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
89757 ____________________________________________________________________________
89758 [  6100] By: jhi                                   on 2000/05/08  21:15:06
89759         Log: More compilation tweakery from Allen Smith.
89760      Branch: cfgperl
89761            ! hints/irix_6.sh
89762 ____________________________________________________________________________
89763 [  6099] By: jhi                                   on 2000/05/08  19:21:18
89764         Log: Tweaks for the cc bugs from Allen Smith.
89765      Branch: cfgperl
89766            ! hints/irix_6.sh
89767 ____________________________________________________________________________
89768 [  6098] By: jhi                                   on 2000/05/08  19:13:37
89769         Log: Add a note about other, yet unsupported, shadow password APIs.
89770      Branch: cfgperl
89771            ! pp_sys.c
89772 ____________________________________________________________________________
89773 [  6097] By: jhi                                   on 2000/05/08  18:46:34
89774         Log: Add a note about possible compilation problems from Allen Smith.
89775      Branch: cfgperl
89776            ! hints/irix_6.sh
89777 ____________________________________________________________________________
89778 [  6096] By: jhi                                   on 2000/05/08  17:33:10
89779         Log: Integrate with Sarathy.
89780      Branch: cfgperl
89781           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
89782           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
89783 ____________________________________________________________________________
89784 [  6095] By: jhi                                   on 2000/05/08  16:21:33
89785         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
89786              might be useful in future.
89787      Branch: cfgperl
89788            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89789            ! config_h.SH
89790      Branch: metaconfig
89791            ! U/installdirs/inc_version_list.U
89792      Branch: metaconfig/U/perl
89793            ! perlxv.U
89794 ____________________________________________________________________________
89795 [  6094] By: gsar                                  on 2000/05/08  14:22:22
89796         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
89797      Branch: perl
89798            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
89799            ! hints/cygwin.sh pp_sys.c
89800 ____________________________________________________________________________
89801 [  6093] By: gsar                                  on 2000/05/08  12:52:28
89802         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
89803              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
89804      Branch: perl
89805            ! pp_sys.c sv.c win32/perlhost.h
89806 ____________________________________________________________________________
89807 [  6092] By: jhi                                   on 2000/05/07  22:40:34
89808         Log: Regen perltoc with the fixed buildtoc.
89809      Branch: cfgperl
89810            ! pod/perltoc.pod
89811 ____________________________________________________________________________
89812 [  6091] By: jhi                                   on 2000/05/07  22:24:16
89813         Log: Integrate with Sarathy.
89814      Branch: cfgperl
89815           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
89816           !> t/op/substr.t toke.c
89817 ____________________________________________________________________________
89818 [  6090] By: gsar                                  on 2000/05/07  19:47:07
89819         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
89820              [NI]OK; added tests for both
89821      Branch: perl
89822            ! perl.c pp_hot.c sv.c t/op/substr.t
89823 ____________________________________________________________________________
89824 [  6089] By: gsar                                  on 2000/05/07  18:18:38
89825         Log: buildtoc tweak to fix newline lossage
89826      Branch: perl
89827            ! pod/buildtoc
89828 ____________________________________________________________________________
89829 [  6088] By: jhi                                   on 2000/05/07  16:35:36
89830         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
89831              because we do not use those.  The HAS_GETSPNAM remains,
89832              though, because we still do use that.
89833      Branch: cfgperl
89834            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89835            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
89836            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
89837            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
89838            ! win32/config.vc win32/config_H.bc win32/config_H.gc
89839            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
89840 ____________________________________________________________________________
89841 [  6087] By: gsar                                  on 2000/05/07  16:05:16
89842         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
89843      Branch: perl
89844            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
89845 ____________________________________________________________________________
89846 [  6086] By: jhi                                   on 2000/05/07  15:27:07
89847         Log: Integrate with Sarathy.
89848      Branch: cfgperl
89849           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
89850           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
89851           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
89852           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
89853           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
89854           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
89855 ____________________________________________________________________________
89856 [  6085] By: gsar                                  on 2000/05/07  05:52:02
89857         Log: repeat operator (x) doesn't preserve utf8-ness
89858      Branch: perl
89859            ! pp.c t/op/substr.t
89860 ____________________________________________________________________________
89861 [  6084] By: gsar                                  on 2000/05/07  05:39:55
89862         Log: substr() does not preserve utf8-ness (from Stefan Eissing
89863              <Eissing@medicaldataservice.de>); added tests
89864      Branch: perl
89865            ! pp.c t/op/substr.t
89866 ____________________________________________________________________________
89867 [  6083] By: gsar                                  on 2000/05/07  05:24:46
89868         Log: note about undocumented caller() return value (from M.J.T. Guy);
89869              yet another peek.t tweak
89870      Branch: perl
89871            ! pod/perlfunc.pod t/lib/peek.t
89872 ____________________________________________________________________________
89873 [  6082] By: gsar                                  on 2000/05/07  05:08:40
89874         Log: peek.t non-portable to ithreads
89875      Branch: perl
89876            ! t/lib/peek.t
89877 ____________________________________________________________________________
89878 [  6081] By: gsar                                  on 2000/05/07  04:17:04
89879         Log: better default perlbug categories for ok reports (from Richard Foley)
89880      Branch: perl
89881            ! utils/perlbug.PL
89882 ____________________________________________________________________________
89883 [  6080] By: gsar                                  on 2000/05/07  04:08:07
89884         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
89885              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
89886      Branch: perl
89887            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
89888            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
89889            ! AUTHORS MAINTAIN MANIFEST
89890 ____________________________________________________________________________
89891 [  6079] By: gsar                                  on 2000/05/07  04:01:38
89892         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
89893      Branch: perl
89894            ! lib/Carp/Heavy.pm
89895 ____________________________________________________________________________
89896 [  6078] By: gsar                                  on 2000/05/07  01:24:19
89897         Log: workaround for CRT bug in chdir() (from Charles Lane, via
89898              Peter Prymmer)
89899      Branch: perl
89900            ! iperlsys.h vms/vms.c vms/vmsish.h
89901 ____________________________________________________________________________
89902 [  6077] By: gsar                                  on 2000/05/07  01:22:23
89903         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
89904              and Tom Phoenix)
89905      Branch: perl
89906            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
89907 ____________________________________________________________________________
89908 [  6076] By: gsar                                  on 2000/05/06  17:36:29
89909         Log: integrate cfgperl contents into mainline
89910      Branch: perl
89911           +> t/lib/peek.t
89912           !> Configure MANIFEST Porting/Glossary Porting/config.sh
89913           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
89914           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
89915           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
89916 ____________________________________________________________________________
89917 [  6075] By: jhi                                   on 2000/05/05  18:56:10
89918         Log: Make the test more portable.
89919      Branch: cfgperl
89920            ! t/lib/peek.t
89921 ____________________________________________________________________________
89922 [  6074] By: jhi                                   on 2000/05/05  18:49:20
89923         Log: Introduce t/lib/peek.t.
89924      Branch: cfgperl
89925            + t/lib/peek.t
89926            ! MANIFEST
89927 ____________________________________________________________________________
89928 [  6073] By: jhi                                   on 2000/05/05  14:30:45
89929         Log: Complex tweaks.
89930      Branch: cfgperl
89931            ! lib/Math/Complex.pm t/lib/complex.t
89932 ____________________________________________________________________________
89933 [  6072] By: jhi                                   on 2000/05/05  12:27:13
89934         Log: Integrate with Sarathy.
89935      Branch: cfgperl
89936           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
89937           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
89938           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
89939           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
89940 ____________________________________________________________________________
89941 [  6071] By: gsar                                  on 2000/05/05  02:24:46
89942         Log: misformatted perllocal.pod (from Tim Jenness
89943              <t.jenness@jach.hawaii.edu>)
89944      Branch: perl
89945            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
89946 ____________________________________________________________________________
89947 [  6070] By: gsar                                  on 2000/05/05  02:16:52
89948         Log: remove misleading comment (from M.J.T. Guy)
89949      Branch: perl
89950            ! t/lib/anydbm.t
89951 ____________________________________________________________________________
89952 [  6069] By: gsar                                  on 2000/05/05  02:15:13
89953         Log: File::Spec compatibility update (from Barrie Slaymaker
89954              <barries@slaysys.com>)
89955      Branch: perl
89956            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
89957            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89958 ____________________________________________________________________________
89959 [  6068] By: gsar                                  on 2000/05/05  02:01:50
89960         Log: note about values()
89961      Branch: perl
89962            ! pod/perlfunc.pod
89963 ____________________________________________________________________________
89964 [  6067] By: gsar                                  on 2000/05/05  01:33:09
89965         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
89966      Branch: perl
89967            ! win32/win32.c
89968 ____________________________________________________________________________
89969 [  6066] By: gsar                                  on 2000/05/05  01:23:43
89970         Log: s/END/CHECK/
89971      Branch: perl
89972            ! perl.c
89973 ____________________________________________________________________________
89974 [  6065] By: jhi                                   on 2000/05/04  17:30:22
89975         Log: Integrate with Sarathy.
89976      Branch: cfgperl
89977           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
89978 ____________________________________________________________________________
89979 [  6064] By: gsar                                  on 2000/05/04  17:26:14
89980         Log: change#5905 wasn't quite right--it's intent only applies when arguments
89981              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
89982      Branch: perl
89983            ! pp_sys.c sv.c
89984 ____________________________________________________________________________
89985 [  6063] By: gsar                                  on 2000/05/04  16:52:29
89986         Log: tokeq() could read unallocated field in argument
89987      Branch: perl
89988            ! toke.c
89989 ____________________________________________________________________________
89990 [  6062] By: gsar                                  on 2000/05/04  16:34:51
89991         Log: additional tests for utf8.t
89992      Branch: perl
89993            ! t/pragma/utf8.t
89994 ____________________________________________________________________________
89995 [  6061] By: gsar                                  on 2000/05/04  16:09:28
89996         Log: change#5921 neglected to make eq honor "use bytes"
89997      Branch: perl
89998            ! sv.c
89999 ____________________________________________________________________________
90000 [  6060] By: jhi                                   on 2000/05/04  15:30:16
90001         Log: Integrate with Sarathy.
90002      Branch: cfgperl
90003           !> perl.c regcomp.c t/pragma/utf8.t
90004 ____________________________________________________________________________
90005 [  6059] By: jhi                                   on 2000/05/04  15:26:37
90006         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
90007              in natively 64-bit platforms where a long is a quad (no need
90008              for long longs).  Also added bias for IVs.
90009      Branch: cfgperl
90010            ! toke.c
90011 ____________________________________________________________________________
90012 [  6058] By: gsar                                  on 2000/05/04  00:19:14
90013         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
90014              (spotted by Donald Kinzer <dkinzer@premia.com>)
90015      Branch: perl
90016            ! perl.c
90017 ____________________________________________________________________________
90018 [  6057] By: gsar                                  on 2000/05/03  18:34:01
90019         Log: fix broken parsing of /\x{ab}/
90020      Branch: perl
90021            ! regcomp.c t/pragma/utf8.t
90022 ____________________________________________________________________________
90023 [  6056] By: jhi                                   on 2000/05/03  17:57:16
90024         Log: The search of infinity continues, this time simplified.
90025      Branch: cfgperl
90026            ! lib/Math/Complex.pm
90027 ____________________________________________________________________________
90028 [  6055] By: jhi                                   on 2000/05/03  17:45:30
90029         Log: Detypo.
90030      Branch: cfgperl
90031            ! hints/unicos.sh
90032 ____________________________________________________________________________
90033 [  6054] By: jhi                                   on 2000/05/02  22:28:27
90034         Log: Be more forgiving in POSIX about HUGE_VALL.
90035      Branch: cfgperl
90036            ! ext/POSIX/POSIX.xs
90037 ____________________________________________________________________________
90038 [  6053] By: jhi                                   on 2000/05/02  22:25:05
90039         Log: Integrate with Sarathy.
90040      Branch: cfgperl
90041           !> hints/irix_6.sh pod/perlop.pod
90042 ____________________________________________________________________________
90043 [  6052] By: jhi                                   on 2000/05/02  22:24:31
90044         Log: Unicos hint tweak.
90045      Branch: cfgperl
90046            ! hints/unicos.sh
90047 ____________________________________________________________________________
90048 [  6051] By: jhi                                   on 2000/05/02  22:21:26
90049         Log: Complex tweakery.
90050      Branch: cfgperl
90051            ! lib/Math/Complex.pm t/lib/complex.t
90052 ____________________________________________________________________________
90053 [  6050] By: jhi                                   on 2000/05/02  19:26:22
90054         Log: Use setxxent()/endxxent().
90055      Branch: cfgperl
90056            ! t/op/grent.t t/op/pwent.t
90057 ____________________________________________________________________________
90058 [  6049] By: jhi                                   on 2000/05/02  19:06:02
90059         Log: Test both the scalar and list contexts.
90060      Branch: cfgperl
90061            ! t/op/grent.t t/op/pwent.t
90062 ____________________________________________________________________________
90063 [  6048] By: gsar                                  on 2000/05/02  18:29:10
90064         Log: add note about how $( doesn't interpolate in REs (from
90065              Philip Newton <newton@ficus.frogspace.net>)
90066      Branch: perl
90067            ! pod/perlop.pod
90068 ____________________________________________________________________________
90069 [  6047] By: jhi                                   on 2000/05/02  17:41:24
90070         Log: Call getspnam() only iff needed.
90071      Branch: cfgperl
90072            ! pp_sys.c
90073 ____________________________________________________________________________
90074 [  6046] By: gsar                                  on 2000/05/02  17:07:25
90075         Log: libscheck has insufficient checks for n32 libs (from
90076              Albert Chin-A-Young <china@thewrittenword.com>)
90077      Branch: perl
90078            ! hints/irix_6.sh
90079 ____________________________________________________________________________
90080 [  6045] By: jhi                                   on 2000/05/02  13:57:17
90081         Log: Integrate with Sarathy.
90082      Branch: cfgperl
90083           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
90084           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
90085 ____________________________________________________________________________
90086 [  6044] By: gsar                                  on 2000/05/02  06:48:19
90087         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
90088              such that underscores are only ignored in literal numbers,
90089              "\x{...}", and hex/oct argument
90090      Branch: perl
90091            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
90092 ____________________________________________________________________________
90093 [  6043] By: gsar                                  on 2000/05/02  02:22:29
90094         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
90095      Branch: perl
90096            ! pod/perlretut.pod
90097 ____________________________________________________________________________
90098 [  6042] By: gsar                                  on 2000/05/02  02:17:51
90099         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
90100      Branch: perl
90101            ! pod/perltrap.pod
90102 ____________________________________________________________________________
90103 [  6041] By: gsar                                  on 2000/05/02  01:53:51
90104         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
90105              to compensate
90106      Branch: perl
90107            ! Porting/makerel
90108 ____________________________________________________________________________
90109 [  6040] By: gsar                                  on 2000/05/02  01:51:57
90110         Log: missing files in MANIFEST
90111      Branch: perl
90112            ! MANIFEST
90113 ____________________________________________________________________________
90114 [  6039] By: jhi                                   on 2000/05/02  00:36:46
90115         Log: Infinite problems.
90116      Branch: cfgperl
90117            ! lib/Math/Complex.pm
90118 ____________________________________________________________________________
90119 [  6038] By: jhi                                   on 2000/05/02  00:06:38
90120         Log: pwent/spent #ifdef imbalance.
90121      Branch: cfgperl
90122            ! pp_sys.c
90123 ____________________________________________________________________________
90124 [  6037] By: jhi                                   on 2000/05/01  22:50:11
90125         Log: Use HUGE_VALL if applicable.
90126      Branch: cfgperl
90127            ! ext/POSIX/POSIX.xs util.c
90128 ____________________________________________________________________________
90129 [  6036] By: jhi                                   on 2000/05/01  22:20:53
90130         Log: Correct Freudian slip.
90131      Branch: cfgperl
90132            ! pp_sys.c
90133 ____________________________________________________________________________
90134 [  6035] By: jhi                                   on 2000/05/01  21:07:38
90135         Log: Continue on the pwent/spent case.
90136      Branch: cfgperl
90137            ! pp_sys.c
90138 ____________________________________________________________________________
90139 [  6034] By: jhi                                   on 2000/05/01  17:45:14
90140         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
90141              adjustments in 6032 conflicted badly with this, will have
90142              to revisit them later.
90143      Branch: cfgperl
90144           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
90145           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
90146           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
90147           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
90148           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
90149           !> t/lib/cgi-html.t t/lib/cgi-request.t
90150 ____________________________________________________________________________
90151 [  6033] By: jhi                                   on 2000/05/01  17:40:49
90152         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
90153      Branch: cfgperl
90154            ! pp_sys.c
90155 ____________________________________________________________________________
90156 [  6032] By: gsar                                  on 2000/05/01  15:56:32
90157         Log: whitespace adjustments
90158      Branch: perl
90159            ! pp_sys.c
90160 ____________________________________________________________________________
90161 [  6031] By: gsar                                  on 2000/05/01  15:19:41
90162         Log: small nits in diagnostics.pm (from Robin Barker)
90163      Branch: perl
90164            ! lib/diagnostics.pm pod/perldiag.pod
90165 ____________________________________________________________________________
90166 [  6030] By: gsar                                  on 2000/05/01  08:39:18
90167         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
90168              for @- and @+ (from Johan Vromans)
90169      Branch: perl
90170            ! lib/English.pm pod/perlvar.pod
90171 ____________________________________________________________________________
90172 [  6029] By: gsar                                  on 2000/05/01  08:16:10
90173         Log: add CGI.pm v2.66 (from Lincoln Stein)
90174      Branch: perl
90175            + lib/CGI/Util.pm t/lib/cgi-pretty.t
90176            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
90177            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
90178            ! t/lib/cgi-html.t t/lib/cgi-request.t
90179 ____________________________________________________________________________
90180 [  6028] By: gsar                                  on 2000/05/01  06:34:41
90181         Log: Pod::Man generates groff-incompatible macro definition (from
90182              Tom Christiansen)
90183      Branch: perl
90184            ! lib/Pod/Man.pm
90185 ____________________________________________________________________________
90186 [  6027] By: gsar                                  on 2000/05/01  06:31:36
90187         Log: podlators-1.02 update (from Russ Allbery)
90188      Branch: perl
90189            ! lib/Pod/Man.pm lib/Pod/Text.pm
90190 ____________________________________________________________________________
90191 [  6026] By: jhi                                   on 2000/04/30  23:24:23
90192         Log: Integrate with Sarathy.
90193      Branch: cfgperl
90194           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
90195           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
90196           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
90197           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
90198           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
90199           !> t/lib/syslog.t toke.c win32/win32.h
90200 ____________________________________________________________________________
90201 [  6025] By: gsar                                  on 2000/04/30  18:17:47
90202         Log: Is{Alnum,Alpha,Word} don't match titlecase
90203              
90204              TODO: IsSpace is defined recursively!
90205              
90206              (both spotted by Larry)
90207      Branch: perl
90208            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
90209            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
90210 ____________________________________________________________________________
90211 [  6024] By: gsar                                  on 2000/04/30  17:50:19
90212         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
90213              (from Hugo van der Sanden)
90214      Branch: perl
90215            ! toke.c
90216 ____________________________________________________________________________
90217 [  6023] By: gsar                                  on 2000/04/30  17:14:43
90218         Log: debugger stomps on $. (from M.J.T. Guy)
90219      Branch: perl
90220            ! lib/perl5db.pl
90221 ____________________________________________________________________________
90222 [  6022] By: gsar                                  on 2000/04/30  16:59:22
90223         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
90224      Branch: perl
90225            ! sv.c
90226 ____________________________________________________________________________
90227 [  6021] By: gsar                                  on 2000/04/29  21:00:08
90228         Log: remove Win2K issue in pod (fixed by change#6020)
90229      Branch: perl
90230            ! README.win32 pod/perl56delta.pod
90231 ____________________________________________________________________________
90232 [  6020] By: gsar                                  on 2000/04/29  20:51:49
90233         Log: test tweak
90234      Branch: perl
90235            ! t/lib/open3.t
90236 ____________________________________________________________________________
90237 [  6019] By: gsar                                  on 2000/04/29  20:34:27
90238         Log: windows portability tweaks
90239      Branch: perl
90240            ! t/lib/b.t win32/win32.h
90241 ____________________________________________________________________________
90242 [  6018] By: gsar                                  on 2000/04/29  19:55:24
90243         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
90244              make _PATH_LOG() return "" if unavailable
90245      Branch: perl
90246            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
90247            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
90248 ____________________________________________________________________________
90249 [  6017] By: jhi                                   on 2000/04/28  22:49:46
90250         Log: Integrate with Sarathy.
90251      Branch: cfgperl
90252           !> op.c perl.c pod/perldiag.pod t/lib/b.t
90253 ____________________________________________________________________________
90254 [  6016] By: jhi                                   on 2000/04/28  22:46:14
90255         Log: Do not warn that an infinity does not look like a number.
90256      Branch: cfgperl
90257            ! sv.c
90258 ____________________________________________________________________________
90259 [  6015] By: gsar                                  on 2000/04/28  22:35:49
90260         Log: tweak test for portability
90261      Branch: perl
90262            ! t/lib/b.t
90263 ____________________________________________________________________________
90264 [  6014] By: gsar                                  on 2000/04/28  22:05:31
90265         Log: glob() loading File::Glob behind the scenes may cause syntax errors
90266      Branch: perl
90267            ! op.c
90268 ____________________________________________________________________________
90269 [  6013] By: gsar                                  on 2000/04/28  21:25:22
90270         Log: tweak change#5945 to display correct switch name in diagnostic
90271      Branch: perl
90272            ! perl.c pod/perldiag.pod
90273 ____________________________________________________________________________
90274 [  6012] By: jhi                                   on 2000/04/28  21:08:12
90275         Log: Integrate with Sarathy.
90276      Branch: cfgperl
90277           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
90278           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
90279           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
90280 ____________________________________________________________________________
90281 [  6011] By: jhi                                   on 2000/04/28  21:04:46
90282         Log: &HUGE_VAL is not defined, it exists.
90283      Branch: cfgperl
90284            ! lib/Math/Complex.pm
90285 ____________________________________________________________________________
90286 [  6010] By: gsar                                  on 2000/04/28  21:02:58
90287         Log: clarify note about shadow password support (from
90288              gellyfish@gellyfish.com)
90289      Branch: perl
90290            ! pod/perlfunc.pod
90291 ____________________________________________________________________________
90292 [  6009] By: gsar                                  on 2000/04/28  21:00:00
90293         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
90294      Branch: perl
90295            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
90296 ____________________________________________________________________________
90297 [  6008] By: gsar                                  on 2000/04/28  20:56:33
90298         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
90299      Branch: perl
90300            ! installperl vms/subconfigure.com
90301 ____________________________________________________________________________
90302 [  6007] By: gsar                                  on 2000/04/28  20:51:21
90303         Log: note about compile failures and END blocks (from M.J.T. Guy)
90304      Branch: perl
90305            ! pod/perl56delta.pod pod/perlmod.pod
90306 ____________________________________________________________________________
90307 [  6006] By: jhi                                   on 2000/04/28  20:42:14
90308         Log: Regen Configure.
90309      Branch: cfgperl
90310            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90311            ! config_h.SH
90312 ____________________________________________________________________________
90313 [  6005] By: gsar                                  on 2000/04/28  20:41:16
90314         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
90315      Branch: perl
90316            ! utils/perldoc.PL
90317 ____________________________________________________________________________
90318 [  6004] By: jhi                                   on 2000/04/28  20:28:21
90319         Log: Integrate with Sarathy.
90320      Branch: cfgperl
90321           !> Configure INSTALL Porting/Glossary Porting/config.sh
90322           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
90323           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
90324           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
90325           !> win32/config.vc win32/win32.c
90326 ____________________________________________________________________________
90327 [  6003] By: gsar                                  on 2000/04/28  20:11:20
90328         Log: allow REG_EXPAND_SZ keys in Windows registry (from
90329              John Clayton <John.Clayton@barclayscapital.com>)
90330      Branch: perl
90331            ! win32/win32.c
90332 ____________________________________________________________________________
90333 [  6002] By: gsar                                  on 2000/04/28  19:34:16
90334         Log: destructive sv_setsv() can lose UV-ness from source, causing
90335              numeric promotions/comparisons to fail to do the right thing
90336      Branch: perl
90337            ! sv.c
90338 ____________________________________________________________________________
90339 [  6001] By: gsar                                  on 2000/04/28  18:44:15
90340         Log: support additional library locations via $Config{otherlibdirs}
90341              (from Andy Dougherty)
90342      Branch: perl
90343            ! Configure INSTALL Porting/Glossary Porting/config.sh
90344            ! Porting/config_H config_h.SH epoc/config.sh perl.c
90345            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
90346            ! win32/config.bc win32/config.gc win32/config.vc
90347 ____________________________________________________________________________
90348 [  6000] By: gsar                                  on 2000/04/28  18:26:58
90349         Log: reworked otherlibdirs.U (from Andy Dougherty)
90350      Branch: metaconfig
90351            ! U/installdirs/otherlibdirs.U
90352 ____________________________________________________________________________
90353 [  5999] By: gsar                                  on 2000/04/28  18:17:07
90354         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
90355      Branch: perl
90356            ! t/pragma/warn/toke toke.c
90357 ____________________________________________________________________________
90358 [  5998] By: jhi                                   on 2000/04/28  13:32:17
90359         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
90360      Branch: cfgperl
90361            ! lib/Math/Complex.pm
90362 ____________________________________________________________________________
90363 [  5997] By: jhi                                   on 2000/04/28  13:14:04
90364         Log: Preserve $!.
90365      Branch: cfgperl
90366            ! lib/Math/Complex.pm
90367 ____________________________________________________________________________
90368 [  5996] By: jhi                                   on 2000/04/28  12:59:23
90369         Log: Integrate with Sarathy.
90370      Branch: cfgperl
90371           +> pod/perlrequick.pod pod/perlretut.pod
90372           !> (integrate 51 files)
90373 ____________________________________________________________________________
90374 [  5995] By: gsar                                  on 2000/04/28  09:37:36
90375         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
90376      Branch: perl
90377            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
90378 ____________________________________________________________________________
90379 [  5994] By: gsar                                  on 2000/04/28  09:33:26
90380         Log: fix for missed accounting for null byte in pack("Z",...) (from
90381              M.J.T. Guy)
90382      Branch: perl
90383            ! pp.c t/op/pack.t
90384 ____________________________________________________________________________
90385 [  5993] By: gsar                                  on 2000/04/28  09:30:05
90386         Log: various minor tweaks seen on p5p
90387      Branch: perl
90388            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
90389 ____________________________________________________________________________
90390 [  5992] By: gsar                                  on 2000/04/28  09:08:19
90391         Log: pod nit (from Simon Cozens)
90392      Branch: perl
90393            ! pod/perlop.pod
90394 ____________________________________________________________________________
90395 [  5991] By: gsar                                  on 2000/04/28  09:06:36
90396         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
90397      Branch: perl
90398            ! README.posix-bc hints/posix-bc.sh
90399 ____________________________________________________________________________
90400 [  5990] By: gsar                                  on 2000/04/28  08:54:52
90401         Log: use $ENV{LIB} to search for libs under Visual C compiler
90402              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
90403      Branch: perl
90404            ! lib/ExtUtils/Liblist.pm
90405 ____________________________________________________________________________
90406 [  5989] By: gsar                                  on 2000/04/28  08:27:12
90407         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
90408              itself and no other (from Tom Hughes)
90409      Branch: perl
90410            ! t/op/array.t toke.c
90411 ____________________________________________________________________________
90412 [  5988] By: gsar                                  on 2000/04/28  08:01:38
90413         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
90414              <paul@miraclefish.com>)
90415      Branch: perl
90416            ! lib/ExtUtils/MakeMaker.pm
90417 ____________________________________________________________________________
90418 [  5987] By: gsar                                  on 2000/04/28  07:53:09
90419         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
90420      Branch: perl
90421            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
90422 ____________________________________________________________________________
90423 [  5986] By: gsar                                  on 2000/04/28  07:44:17
90424         Log: add regular expressions tutorial and quick-start guide (from
90425              Mark Kvale <kvale@phy.ucsf.edu>)
90426      Branch: perl
90427            + pod/perlrequick.pod pod/perlretut.pod
90428            ! AUTHORS MAINTAIN MANIFEST
90429 ____________________________________________________________________________
90430 [  5985] By: gsar                                  on 2000/04/28  07:30:28
90431         Log: forked child may not exit correctly if it failed to open
90432              /dev/console (from Graham Barr)
90433      Branch: perl
90434            ! ext/Sys/Syslog/Syslog.pm
90435 ____________________________________________________________________________
90436 [  5984] By: gsar                                  on 2000/04/28  07:27:20
90437         Log: attributes::reftype() doesn't work on tied argument
90438      Branch: perl
90439            ! xsutils.c
90440 ____________________________________________________________________________
90441 [  5983] By: gsar                                  on 2000/04/28  07:15:04
90442         Log: numeric conversion of non-number in change#3378 tramples on
90443              OOK offset, causing segfaults
90444      Branch: perl
90445            ! sv.c
90446 ____________________________________________________________________________
90447 [  5982] By: gsar                                  on 2000/04/28  04:48:25
90448         Log: avoid error in IO::Socket::INET when given an unknown service name
90449              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
90450      Branch: perl
90451            ! ext/IO/lib/IO/Socket/INET.pm
90452 ____________________________________________________________________________
90453 [  5981] By: gsar                                  on 2000/04/28  04:31:31
90454         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
90455              prototype mismatch with CORE::glob(); update pod and tests to
90456              suit (File::Glob::glob() is still available for backward
90457              compatibility, but should be considered deprecated)
90458      Branch: perl
90459            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
90460            ! t/lib/glob-taint.t
90461 ____________________________________________________________________________
90462 [  5980] By: gsar                                  on 2000/04/28  03:47:29
90463         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
90464              <ghudson@mit.edu>)
90465      Branch: metaconfig
90466            ! U/modified/Options.U
90467      Branch: perl
90468            ! Configure
90469 ____________________________________________________________________________
90470 [  5979] By: gsar                                  on 2000/04/28  03:07:54
90471         Log: under useithreads, constant pad entries could inadvertently be
90472              shared across threads (from Eric Blood <eblood@xmission.com>);
90473              added Eric's test case to testsuite
90474      Branch: perl
90475            ! op.c t/op/misc.t
90476 ____________________________________________________________________________
90477 [  5978] By: gsar                                  on 2000/04/27  21:13:00
90478         Log: sync version numbers in File::Spec with the ones on CPAN
90479              (from Barrie Slaymaker)
90480      Branch: perl
90481            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
90482            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
90483            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
90484 ____________________________________________________________________________
90485 [  5977] By: gsar                                  on 2000/04/27  21:07:29
90486         Log: autoquote barewords followed by newline and arrow properly
90487              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
90488      Branch: perl
90489            ! t/pragma/warn/toke toke.c
90490 ____________________________________________________________________________
90491 [  5976] By: gsar                                  on 2000/04/27  20:41:20
90492         Log: DB_File v1.73 update (from Paul Marquess)
90493      Branch: perl
90494            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
90495            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
90496 ____________________________________________________________________________
90497 [  5975] By: gsar                                  on 2000/04/27  20:34:24
90498         Log: allow sort() reentrancy (variant of patch suggested by
90499              Hugo van der Sanden)
90500      Branch: perl
90501            ! pp_ctl.c t/op/sort.t
90502 ____________________________________________________________________________
90503 [  5974] By: gsar                                  on 2000/04/27  19:46:57
90504         Log: change#4197 somehow missed initializing PL_errors, meaning
90505              sytax error queueing wasn't working outside eval"" at all;
90506              also fixed eval"" to localize PL_error_count, so that compile-time
90507              eval's don't clobber the error state of the outer context
90508      Branch: perl
90509            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
90510            ! t/pragma/warn/toke
90511 ____________________________________________________________________________
90512 [  5973] By: gsar                                  on 2000/04/27  18:29:05
90513         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
90514      Branch: perl
90515            ! regcomp.c regexec.c t/op/re_tests
90516 ____________________________________________________________________________
90517 [  5972] By: jhi                                   on 2000/04/27  18:22:41
90518         Log: Integrate with Sarathy.
90519      Branch: cfgperl
90520           +> t/lib/b.t t/lib/syslog.t
90521           !> (integrate 31 files)
90522 ____________________________________________________________________________
90523 [  5971] By: jhi                                   on 2000/04/27  18:18:46
90524         Log: Unicos tweaks from Mark P. Lutz.
90525      Branch: cfgperl
90526            ! hints/unicos.sh lib/Math/Complex.pm
90527 ____________________________________________________________________________
90528 [  5970] By: gsar                                  on 2000/04/27  18:05:11
90529         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
90530              IV is >32bits
90531      Branch: perl
90532            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
90533 ____________________________________________________________________________
90534 [  5969] By: gsar                                  on 2000/04/27  17:50:56
90535         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
90536      Branch: perl
90537            + t/lib/syslog.t
90538            ! MANIFEST ext/Sys/Syslog/Syslog.pm
90539 ____________________________________________________________________________
90540 [  5968] By: gsar                                  on 2000/04/27  17:44:49
90541         Log: tolerate spaces in group names in test on solaris (from David Boyce
90542              <dsb@boyski.com>)
90543      Branch: perl
90544            ! t/op/groups.t
90545 ____________________________________________________________________________
90546 [  5967] By: gsar                                  on 2000/04/27  17:41:22
90547         Log: improved docs on the warn_uninit diagnostic (from David Glasser
90548              and Simon Cozens)
90549      Branch: perl
90550            ! pod/perldiag.pod
90551 ____________________________________________________________________________
90552 [  5966] By: gsar                                  on 2000/04/27  16:54:58
90553         Log: add testsuite for B backends, fix bug in B::Deparse (from
90554              Simon Cozens <simon@brecon.co.uk>)
90555      Branch: perl
90556            + t/lib/b.t
90557            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
90558 ____________________________________________________________________________
90559 [  5965] By: gsar                                  on 2000/04/27  16:10:37
90560         Log: avoid "will not stay shared" warnings for our variables (from
90561              Robin Barker)
90562      Branch: perl
90563            ! op.c t/pragma/warn/op
90564 ____________________________________________________________________________
90565 [  5964] By: gsar                                  on 2000/04/27  07:05:05
90566         Log: reformat to 72 columns (again)
90567      Branch: perl
90568            ! pod/perldiag.pod
90569 ____________________________________________________________________________
90570 [  5963] By: gsar                                  on 2000/04/27  06:28:31
90571         Log: patch from Larry to make (\&) prototype work; added tests for
90572              the same
90573      Branch: perl
90574            ! op.c t/comp/proto.t
90575 ____________________________________________________________________________
90576 [  5962] By: gsar                                  on 2000/04/27  06:15:47
90577         Log: updated README.hpux (from Jeff Okamoto)
90578      Branch: perl
90579            ! README.hpux
90580 ____________________________________________________________________________
90581 [  5961] By: gsar                                  on 2000/04/27  05:55:03
90582         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
90583      Branch: perl
90584            ! emacs/cperl-mode.el
90585 ____________________________________________________________________________
90586 [  5960] By: gsar                                  on 2000/04/27  05:49:26
90587         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
90588      Branch: perl
90589            ! INSTALL
90590 ____________________________________________________________________________
90591 [  5959] By: gsar                                  on 2000/04/27  05:33:41
90592         Log: doubled words in pods (from Simon Cozens
90593              <simon.p.cozens@jp.pwcglobal.com>)
90594      Branch: perl
90595            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
90596            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
90597            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
90598            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
90599            ! pod/perltootc.pod
90600 ____________________________________________________________________________
90601 [  5958] By: gsar                                  on 2000/04/27  05:11:39
90602         Log: change#3569 deleted some essential code, revert; avoid use of
90603              atexit() to make DynaLoader work properly on AIX under mod_perl
90604              (from Jens-Uwe Mager <jum@helios.de>)
90605      Branch: perl
90606            ! ext/DynaLoader/dl_aix.xs
90607 ____________________________________________________________________________
90608 [  5957] By: gsar                                  on 2000/04/27  04:54:51
90609         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
90610      Branch: perl
90611            ! pod/perlmod.pod
90612 ____________________________________________________________________________
90613 [  5956] By: gsar                                  on 2000/04/27  04:51:47
90614         Log: better diagnostics on failed tests (from Ilya Zakharevich)
90615      Branch: perl
90616            ! t/op/lex_assign.t
90617 ____________________________________________________________________________
90618 [  5955] By: gsar                                  on 2000/04/27  04:26:44
90619         Log: longstanding bug exposed by change#3307: sort arguments weren't
90620              compiled with the right wantarray context (ensuing runtime lookup
90621              via block_gimme() was getting the incidental context of the
90622              sort() itself)
90623      Branch: perl
90624            ! op.c t/op/sort.t
90625 ____________________________________________________________________________
90626 [  5954] By: gsar                                  on 2000/04/26  23:42:12
90627         Log: integrate cfgperl contents into mainline
90628      Branch: perl
90629           !> (integrate 30 files)
90630 ____________________________________________________________________________
90631 [  5953] By: jhi                                   on 2000/04/26  23:06:42
90632         Log: Integrate with Sarathy.
90633      Branch: cfgperl
90634           !> README.win32 ext/B/B/Deparse.pm
90635           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
90636           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
90637           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
90638           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
90639           !> utils/perldoc.PL vms/perlvms.pod
90640 ____________________________________________________________________________
90641 [  5952] By: jhi                                   on 2000/04/26  23:03:46
90642         Log: Undo "use integer" addition from 64bitint as it seems
90643              to break most of the subtests in Digital UNIX;
90644              Unicos needs to find another way.
90645      Branch: cfgperl
90646            ! t/op/64bitint.t
90647 ____________________________________________________________________________
90648 [  5951] By: jhi                                   on 2000/04/26  22:57:53
90649         Log: Be more robust on "extreme" (large absolute value)
90650              arguments.  Originally reported by Daniel Connelly
90651              as a problem with asinh() on large negative arguments,
90652              asinh() used to bail out because an argument to log()
90653              ended up being zero.  Ilya Zakharevich proposed using
90654              Taylor's series in such cases, which for such large
90655              arguments is a very good approximation.
90656      Branch: cfgperl
90657            ! lib/Math/Complex.pm t/lib/complex.t
90658 ____________________________________________________________________________
90659 [  5950] By: gsar                                  on 2000/04/25  19:13:12
90660         Log: reformat perldiag to avoid long lines
90661      Branch: perl
90662            ! pod/perldiag.pod
90663 ____________________________________________________________________________
90664 [  5949] By: gsar                                  on 2000/04/25  18:41:11
90665         Log: make perldoc use the pod2man from the same version (from
90666              M.J.T. Guy)
90667      Branch: perl
90668            ! utils/perldoc.PL
90669 ____________________________________________________________________________
90670 [  5948] By: gsar                                  on 2000/04/25  18:21:57
90671         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
90672              <kompas@kompas.usr.onet.pl>)
90673      Branch: perl
90674            ! lib/vars.pm
90675 ____________________________________________________________________________
90676 [  5947] By: gsar                                  on 2000/04/25  18:11:53
90677         Log: use &dl_error rather than &dl_load_file as the guard for calling
90678              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
90679              statically built perl)
90680      Branch: perl
90681            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
90682 ____________________________________________________________________________
90683 [  5946] By: jhi                                   on 2000/04/25  17:37:54
90684         Log: Document that tr() is not tr(1).
90685      Branch: cfgperl
90686            ! pod/perlop.pod
90687 ____________________________________________________________________________
90688 [  5945] By: gsar                                  on 2000/04/25  16:34:33
90689         Log: make module name mandatory after -M switch; reorder perldiag
90690              alphabetically (from Mark-Jason Dominus)
90691      Branch: perl
90692            ! perl.c pod/perldiag.pod
90693 ____________________________________________________________________________
90694 [  5944] By: jhi                                   on 2000/04/25  01:15:18
90695         Log: On second thoughts frexp() does have two arguments.
90696      Branch: cfgperl
90697            ! perl.h
90698 ____________________________________________________________________________
90699 [  5943] By: jhi                                   on 2000/04/24  22:56:32
90700         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
90701              Now pp_ncmp() returns undef is either operand is a NaN.
90702      Branch: cfgperl
90703            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90704            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
90705            ! vms/subconfigure.com vos/config.def vos/config.h
90706            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
90707            ! win32/config.vc win32/config_H.bc win32/config_H.gc
90708            ! win32/config_H.vc
90709      Branch: metaconfig/U/perl
90710            + d_modfl.U
90711 ____________________________________________________________________________
90712 [  5942] By: jhi                                   on 2000/04/24  19:45:17
90713         Log: Regen Configure to match #5937.
90714      Branch: cfgperl
90715            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90716            ! config_h.SH
90717      Branch: metaconfig
90718            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
90719 ____________________________________________________________________________
90720 [  5941] By: jhi                                   on 2000/04/24  19:24:11
90721         Log: Further Unicos fixes for Mark Lutz.
90722      Branch: cfgperl
90723            ! hints/unicos.sh pp_ctl.c
90724 ____________________________________________________________________________
90725 [  5940] By: jhi                                   on 2000/04/24  19:09:06
90726         Log: Various Unicos 10.0.0.6 fixes.
90727              
90728              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
90729              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
90730              Reply-To: tecmpl1@triton.ca.boeing.com 
90731              To: perl5-porters@perl.org 
90732              Date: Fri, 14 Apr 2000 20:21:00 GMT 
90733              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
90734      Branch: cfgperl
90735            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
90736 ____________________________________________________________________________
90737 [  5939] By: gsar                                  on 2000/04/24  19:01:24
90738         Log: more pod nits (from Larry Virden)
90739      Branch: perl
90740            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
90741            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
90742            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
90743 ____________________________________________________________________________
90744 [  5938] By: gsar                                  on 2000/04/24  18:54:01
90745         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
90746      Branch: perl
90747            ! ext/B/B/Deparse.pm
90748 ____________________________________________________________________________
90749 [  5937] By: jhi                                   on 2000/04/24  17:39:00
90750         Log: Integrate with Sarathy.
90751      Branch: cfgperl
90752           +> (branch 31 files)
90753           !> (integrate 73 files)
90754 ____________________________________________________________________________
90755 [  5936] By: gsar                                  on 2000/04/24  17:30:06
90756         Log: additional tests for change#5934 (from Paul Marquess, who also
90757              sent in the same fix)
90758      Branch: perl
90759            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
90760            ! t/pragma/warn/5nolint t/pragma/warn/6default
90761 ____________________________________________________________________________
90762 [  5935] By: jhi                                   on 2000/04/24  17:26:05
90763         Log: Do not assume sign propagation.
90764              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
90765              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
90766              To: payner@ncifcrf.gov, perl5-porters@perl.org 
90767              Date: Tue, 18 Apr 2000 18:24:49 +0100 
90768              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
90769      Branch: cfgperl
90770            ! t/op/bop.t t/op/misc.t
90771 ____________________________________________________________________________
90772 [  5934] By: gsar                                  on 2000/04/24  17:16:54
90773         Log: propagate lexical warnings from surrounding scope correctly
90774              within string eval()
90775      Branch: perl
90776            ! pp_ctl.c t/pragma/warn/pp_ctl
90777 ____________________________________________________________________________
90778 [  5933] By: jhi                                   on 2000/04/24  17:01:07
90779         Log: Flatten the cpp jungle doing the nosuid checking.
90780      Branch: cfgperl
90781            ! perl.c
90782 ____________________________________________________________________________
90783 [  5932] By: gsar                                  on 2000/04/24  09:08:14
90784         Log: add rsignal(), whichsig() and do_join() to public API list
90785              (mod_perl uses them to good advantage)
90786      Branch: perl
90787            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
90788 ____________________________________________________________________________
90789 [  5931] By: gsar                                  on 2000/04/24  09:01:40
90790         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
90791      Branch: perl
90792            ! pp_hot.c regexec.c t/op/pat.t
90793 ____________________________________________________________________________
90794 [  5930] By: gsar                                  on 2000/04/24  08:58:33
90795         Log: small os390 tweaks (from Peter Prymmer)
90796      Branch: perl
90797            ! config_h.SH makedepend.SH
90798 ____________________________________________________________________________
90799 [  5929] By: gsar                                  on 2000/04/24  08:55:25
90800         Log: pod nits
90801      Branch: perl
90802            ! pod/perlguts.pod
90803 ____________________________________________________________________________
90804 [  5928] By: gsar                                  on 2000/04/24  08:50:13
90805         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
90806      Branch: perl
90807            ! ext/IO/lib/IO/Poll.pm
90808 ____________________________________________________________________________
90809 [  5927] By: gsar                                  on 2000/04/24  08:43:24
90810         Log: arrange for next() to resume at the unstack op rather than the
90811              loop conditional, so that scope cleanup happens correctly
90812              (from Stephen McCamant)
90813      Branch: perl
90814            ! op.c pp_ctl.c t/op/misc.t
90815 ____________________________________________________________________________
90816 [  5926] By: gsar                                  on 2000/04/24  08:18:40
90817         Log: on windows, reserve 16M of stack rather than 128M (allows more
90818              threads to run concurrently)
90819      Branch: perl
90820            ! win32/Makefile win32/makefile.mk
90821 ____________________________________________________________________________
90822 [  5925] By: gsar                                  on 2000/04/24  08:13:52
90823         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
90824      Branch: perl
90825            ! toke.c
90826 ____________________________________________________________________________
90827 [  5924] By: gsar                                  on 2000/04/24  08:08:59
90828         Log: avoid using uninitialized memory in require version check
90829      Branch: perl
90830            ! pp_ctl.c universal.c
90831 ____________________________________________________________________________
90832 [  5923] By: gsar                                  on 2000/04/24  07:20:14
90833         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
90834      Branch: perl
90835            ! ext/IO/lib/IO/Poll.pm
90836 ____________________________________________________________________________
90837 [  5922] By: gsar                                  on 2000/04/24  07:08:42
90838         Log: commentary about IoTYPE() (from Nathan Torkington)
90839      Branch: perl
90840            ! sv.h
90841 ____________________________________________________________________________
90842 [  5921] By: gsar                                  on 2000/04/24  06:58:26
90843         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
90844              by fix
90845      Branch: perl
90846            ! sv.c t/lib/charnames.t t/pragma/utf8.t
90847 ____________________________________________________________________________
90848 [  5920] By: gsar                                  on 2000/04/24  06:37:59
90849         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
90850      Branch: perl
90851            ! doop.c t/op/ver.t
90852 ____________________________________________________________________________
90853 [  5919] By: gsar                                  on 2000/04/24  06:21:58
90854         Log: Configure might miss old directories when prefix must be
90855              expanded (from Robin Barker)
90856      Branch: metaconfig
90857            ! U/installdirs/inc_version_list.U
90858      Branch: perl
90859            ! Configure
90860 ____________________________________________________________________________
90861 [  5918] By: gsar                                  on 2000/04/24  06:16:11
90862         Log: VMS nits in glob() test (from Charles Lane)
90863      Branch: perl
90864            ! t/lib/glob-basic.t
90865 ____________________________________________________________________________
90866 [  5917] By: gsar                                  on 2000/04/24  06:11:56
90867         Log: various pod nits (from Larry Virden and others)
90868      Branch: perl
90869            ! README.amiga README.hpux README.machten README.os2
90870            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
90871            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
90872            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
90873            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
90874            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
90875            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
90876            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
90877            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
90878 ____________________________________________________________________________
90879 [  5916] By: gsar                                  on 2000/04/24  05:52:43
90880         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
90881              <wjones@tc.fluke.com>)
90882      Branch: perl
90883            ! t/lib/glob-basic.t
90884 ____________________________________________________________________________
90885 [  5915] By: gsar                                  on 2000/04/24  05:07:01
90886         Log: supported platforms mixed up
90887      Branch: perl
90888            ! pod/perl56delta.pod pod/perlport.pod
90889 ____________________________________________________________________________
90890 [  5914] By: gsar                                  on 2000/04/24  04:56:08
90891         Log: caller() wasn't returning the right number of elements for
90892              eval {...}
90893      Branch: perl
90894            ! pp_ctl.c t/pragma/warn/9enabled
90895 ____________________________________________________________________________
90896 [  5913] By: gsar                                  on 2000/04/24  04:35:41
90897         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
90898              Mark-Jason Dominus)
90899      Branch: perl
90900            ! pod/perlfunc.pod
90901 ____________________________________________________________________________
90902 [  5912] By: gsar                                  on 2000/04/24  04:17:15
90903         Log: fix totally broken caching in UNIVERSAL::isa() (from
90904              Nick Ing-Simmons)
90905      Branch: perl
90906            ! t/op/universal.t universal.c
90907 ____________________________________________________________________________
90908 [  5911] By: gsar                                  on 2000/04/24  03:39:47
90909         Log: add linebreak properties from unicode/LineBrk.txt (from
90910              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
90911      Branch: perl
90912            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
90913            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
90914            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
90915            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
90916            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
90917            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
90918            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
90919            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
90920            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
90921            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
90922            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
90923            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
90924            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
90925            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
90926            + lib/unicode/Is/LbrkZW.pl
90927            ! lib/unicode/mktables.PL
90928 ____________________________________________________________________________
90929 [  5910] By: gsar                                  on 2000/04/24  03:23:10
90930         Log: typo in pod
90931      Branch: perl
90932            ! ext/Thread/Thread.pm
90933 ____________________________________________________________________________
90934 [  5909] By: gsar                                  on 2000/04/24  03:22:03
90935         Log: mode argument to do_binmode() should be file mode, not boolean
90936      Branch: perl
90937            ! pp_sys.c
90938 ____________________________________________________________________________
90939 [  5908] By: gsar                                  on 2000/04/16  16:51:08
90940         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
90941              always returns a valid GV even when the symbol is trapped by strictures
90942              (avoids coredumps)
90943              
90944              TODO: the C<package;> hack needs similar treatment
90945      Branch: perl
90946            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
90947            ! t/pragma/strict-vars
90948 ____________________________________________________________________________
90949 [  5907] By: jhi                                   on 2000/03/31  23:42:56
90950         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
90951              an assumption which #5905 demolished.
90952      Branch: cfgperl
90953            ! pp_sys.c
90954 ____________________________________________________________________________
90955 [  5906] By: jhi                                   on 2000/03/31  18:54:37
90956         Log: Typo in #5905.
90957      Branch: cfgperl
90958            ! t/op/64bitint.t
90959 ____________________________________________________________________________
90960 [  5905] By: jhi                                   on 2000/03/31  18:50:54
90961         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
90962              reported by Joseph N. Hall.  The bug was that even with use64bitint
90963              one had to use the prefixes q, L, or ll with printf/sprintf,
90964              contrary to the documentation and common sense.
90965      Branch: cfgperl
90966            ! sv.c t/op/64bitint.t
90967 ____________________________________________________________________________
90968 [  5904] By: gsar                                  on 2000/03/28  02:31:32
90969         Log: add Changes, perldelta.pod
90970      Branch: perl
90971            + Changes pod/perldelta.pod
90972 ____________________________________________________________________________
90973 [  5903] By: gsar                                  on 2000/03/28  02:03:55
90974         Log: rename Changes and perldelta.pod
90975      Branch: perl
90976           +> Changes5.6 pod/perl56delta.pod
90977            - Changes pod/perldelta.pod
90978            ! MANIFEST
90979 ____________________________________________________________________________
90980 [  5902] By: gsar                                  on 2000/03/28  01:59:14
90981         Log: create maint-5.6 branch
90982      Branch: maint-5.6/perl
90983           +> (branch 1611 files)
90984 ____________________________________________________________________________
90985 [  5901] By: jhi                                   on 2000/03/23  05:48:43
90986         Log: Integrate with Sarathy.
90987      Branch: cfgperl
90988           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
90989 ____________________________________________________________________________
90990 [  5900] By: gsar                                  on 2000/03/23  05:42:43
90991         Log: three guesses on what this is :-)
90992      Branch: perl
90993            ! Changes